.sk-dashboard{display:flex;flex-direction:column;gap:20px}.sk-dashboard__cards{display:flex;gap:15px}@media only screen and (max-width:768px){.sk-dashboard__cards{flex-direction:column}}.sk-dashboard__card{flex:1;padding:18px;border-radius:14px;border:1px solid #eef0f3;background:#fff}.sk-dashboard__charts{display:flex;gap:20px}@media only screen and (max-width:768px){.sk-dashboard__charts{flex-direction:column}}.sk-panel{flex:1;min-width:0}.sk-panel--lg{flex:2}.sk-table{border-radius:14px;border:1px solid var(--border-subtle,#e5e7eb);background:#f9fafb;overflow:hidden}.sk-table__inner{width:100%;border-collapse:collapse}.sk-table__inner thead tr{background:#f3f4f6}.sk-table__inner td,.sk-table__inner th{padding:12px;text-align:left}.sk-auth{display:flex;justify-content:center;padding:60px 20px}.sk-auth__card{width:100%;max-width:420px;gap:14px;padding:28px;border-radius:16px;border:1px solid #eef0f3;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}.sk-auth__card,.sk-auth__fields{display:flex;flex-direction:column}.sk-auth__fields{gap:12px;margin-top:6px}.sk-marketing{max-width:1140px;margin:0 auto;padding:48px 20px;gap:40px}.sk-marketing,.sk-marketing__hero{display:flex;flex-direction:column}.sk-marketing__hero{gap:10px;align-items:flex-start}.sk-marketing__btns{display:flex;gap:14px;margin-top:14px}.sk-marketing__lines{display:flex;flex-direction:column;gap:12px}.sk-public{max-width:1140px;margin:0 auto;padding:40px 20px}.sk-grid{display:grid;gap:20px;margin-top:24px}.sk-grid--3{grid-template-columns:repeat(3,1fr)}@media only screen and (max-width:768px){.sk-grid--3{grid-template-columns:1fr}}