*,:before,:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0}body{color:#1a1a1a;background:#f5f5f7;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.6}h1,h2,h3,h4,h5{margin:0;font-weight:600;line-height:1.25}p{margin:0}a{color:#7c3aed;text-decoration:none}a:hover{color:#6d28d9}a:focus-visible{outline-offset:2px;border-radius:8px;outline:2px solid rgba(124,58,237,.25)}.form-message{border-radius:12px;padding:16px;font-size:13px;font-weight:500}.form-message--error{color:#cd2b31;background:#fff0f0}.form-message--success{color:#1a7a2e;background:#f0faf0}.button{cursor:pointer;background:0 0;border:1px solid transparent;border-radius:8px;justify-content:center;align-self:flex-start;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;height:36px;padding:0 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;transition:background-color .12s,border-color .12s,color .12s,box-shadow .12s;display:inline-flex}.button:focus-visible{outline-offset:2px;outline:2px solid rgba(124,58,237,.25)}.button:disabled{opacity:.4;cursor:not-allowed}.button--primary{color:#fff;background:#7c3aed}.button--primary:hover{color:#fff;background:#6d28d9;box-shadow:0 2px 8px rgba(124,58,237,.25)}.button--primary:active{color:#fff;background:#5b21b6}.button--ghost{color:#1a1a1a;background:#fff;border-color:#ebebeb}.button--ghost:hover{background:#f0f0f0;border-color:#ccc}.button--ghost:active{background:#e5e5e5}.button--sm{height:30px;padding:0 8px;font-size:12px}.button--danger{color:#fff;background:#e5484d}.button--danger:hover{color:#fff;background:#cd2b31;box-shadow:0 2px 8px rgba(229,72,77,.25)}.button--danger:active{color:#fff;background:#b91c1c}.data-table{flex-direction:column;gap:8px;display:flex}.data-table__toolbar{background:#f3f0ff;border:1px solid rgba(124,58,237,.12);border-radius:12px;align-items:center;gap:16px;padding:10px 16px;display:flex}.data-table__toolbar-count{color:#7c3aed;flex:1;font-size:13px;font-weight:600}.data-table__toolbar-confirm{align-items:center;gap:8px;display:flex}.data-table__toolbar-warn{color:#e5484d;margin-right:4px;font-size:13px;font-weight:600}.table{border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #ebebeb;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.02)}.table th,.table td{text-align:left;vertical-align:middle;white-space:nowrap;height:48px;padding:0 16px}.table thead tr{background:#f8f8fb}.table th{color:#999;text-transform:none;letter-spacing:.01em;border-bottom:1px solid #ebebeb;font-size:12px;font-weight:600}.table td{color:#6b6b6b;border-bottom:1px solid #ebebeb;font-size:14px}.table tbody tr:last-child td{border-bottom:0}.table__row{cursor:pointer;transition:background-color .1s}.table__row:hover{background:#f8f8fa}.table__row:active{background:#f0f0f4}.table__row--selected{background:#f3f0ff}.table__row--selected:hover{background:#ece8ff}.table__cell--checkbox{text-align:center;width:40px;padding:0}.table__checkbox-wrap{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;margin:0 auto;transition:background-color .1s,border-color .1s;display:flex}.table__checkbox-wrap:hover{background:rgba(124,58,237,.08)}.table__checkbox{accent-color:#7c3aed;cursor:pointer;border-radius:4px;width:16px;height:16px}.table__cell--arrow{text-align:center;width:32px;padding:0;line-height:0}.table__arrow{vertical-align:middle;color:#999;opacity:0;transition:opacity .15s,transform .15s;display:inline-block}.table__row:hover .table__arrow{opacity:1;transform:translate(2px)}.cell-icon-label{align-items:center;gap:6px;display:inline-flex}.cell-icon-label svg{color:#999;flex-shrink:0}.cell-hierarchy{flex-direction:column;gap:1px;line-height:1.3;display:flex}.cell-hierarchy__primary{color:#1a1a1a;font-size:14px;font-weight:400}.cell-hierarchy__secondary{color:#999;font-size:12px;font-weight:400}@media (max-width:768px){.table{display:block;overflow-x:auto}.table__cell--arrow{display:none}}.overview-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.overview-header__main{flex-direction:column;gap:6px;display:flex}.overview-header__subtitle{color:#6b6b6b;margin:0;font-size:14px}.overview-header__actions{align-items:center;gap:8px;display:inline-flex}.overview-toolbar{background:#fff;border:1px solid #ebebeb;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;padding:8px;display:flex;box-shadow:0 1px 3px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.02)}.overview-toolbar__search-form{flex:1;min-width:220px}.overview-toolbar__search{color:#999;background:#fafafa;border:1px solid #ebebeb;border-radius:8px;align-items:center;gap:8px;width:100%;height:38px;padding:0 12px;display:inline-flex}.overview-toolbar__search:focus-within{background:#fff;border-color:#7c3aed;box-shadow:0 0 0 3px rgba(124,58,237,.25)}.overview-toolbar__search input{color:#1a1a1a;background:0 0;border:0;outline:0;flex:1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}.overview-toolbar__search-hint{color:#999;white-space:nowrap;opacity:0;pointer-events:none;font-size:12px;transition:opacity .12s,transform .12s;transform:translateY(1px)}.overview-toolbar__search input:focus:not(:placeholder-shown)+.overview-toolbar__search-hint{opacity:1;transform:translateY(0)}.overview-toolbar__search-clear{color:#999;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;text-decoration:none;transition:background-color .12s,color .12s;display:inline-flex}.overview-toolbar__search-clear:hover{color:#1a1a1a;background:#ededf0}.overview-toolbar__controls{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.overview-toolbar__control{color:#6b6b6b;cursor:pointer;background:#fff;border:1px solid #ebebeb;border-radius:999px;align-items:center;gap:6px;height:34px;padding:0 10px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;transition:border-color .12s,color .12s,background-color .12s;display:inline-flex}.overview-toolbar__control:hover{color:#1a1a1a;background:#fafafa;border-color:#d0d0d0}.overview-toolbar__control:focus-visible{outline-offset:2px;outline:2px solid rgba(124,58,237,.25)}@media (max-width:900px){.overview-header{flex-direction:column;align-items:flex-start}.overview-toolbar{flex-direction:column;align-items:stretch}.overview-toolbar__search,.overview-toolbar__controls{width:100%}}.form{background:#fff;border:1px solid #ebebeb;border-radius:12px;flex-direction:column;gap:24px;max-width:640px;padding:32px;display:flex;box-shadow:0 1px 3px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.02)}.form__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form__field{flex-direction:column;gap:6px;display:flex}fieldset.form__field{border:0;min-width:0;margin:0;padding:0}.form__field-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.form__label{color:#1a1a1a;font-size:13px;font-weight:500}.form__hint{color:#999;font-size:12px}.form__input,.form__textarea,.form__select{color:#1a1a1a;background:#fafafa;border:1px solid #ebebeb;border-radius:8px;width:100%;height:44px;padding:0 14px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;transition:border-color .12s,background-color .12s,box-shadow .12s}.form__input::placeholder,.form__textarea::placeholder,.form__select::placeholder{color:#999}.form__input:hover,.form__textarea:hover,.form__select:hover{background:#fff;border-color:#d0d0d0}.form__input:focus,.form__textarea:focus,.form__select:focus{background:#fff;border-color:#7c3aed;outline:none;box-shadow:0 0 0 3px rgba(124,58,237,.25)}.form__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.form__textarea{resize:vertical;height:auto;min-height:120px;padding:12px 14px;line-height:1.5}.form__checkbox-list{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;display:grid}.form__checkbox-panel{background:#fbfbfc;border:1px solid #ebebeb;border-radius:12px;padding:12px}.form__checkbox-item{cursor:pointer;background:#fff;border:1px solid #ebebeb;border-radius:8px;align-items:center;gap:8px;min-height:52px;padding:0 14px 0 10px;transition:border-color .12s,background-color .12s,box-shadow .12s;display:flex}.form__checkbox-item:hover{background:#fdfdff;border-color:#d0d0d0;box-shadow:0 1px 2px rgba(15,23,42,.05)}.form__checkbox-item--checked{background:#f4f0ff;border-color:#7c3aed;box-shadow:0 0 0 2px rgba(124,58,237,.12)}.form__checkbox-item--checked:hover{background:#f4f0ff}.form__checkbox-input{opacity:0;pointer-events:none;position:absolute}.form__checkbox-check{color:#fff;border:1.5px solid #ebebeb;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:background-color .12s,border-color .12s;display:flex}.form__checkbox-item--checked .form__checkbox-check{background:#7c3aed;border-color:#7c3aed}.form__checkbox-label{color:#1a1a1a;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-right:4px;font-size:14px;font-weight:500;line-height:1.25}.form__section-title{color:#1a1a1a;letter-spacing:-.01em;font-size:15px;font-weight:600}.form__divider{border-top:1px solid #ebebeb}.form__actions{border-top:1px solid #ebebeb;align-items:center;gap:8px;padding-top:8px;display:flex}@media (max-width:640px){.form{padding:24px}.form__row,.form__checkbox-list{grid-template-columns:1fr}}.customers-page,.customer-form-page,.customer-delete-page,.dashboard-home,.auth-page,.account-page,.settings-page,.trash-page{flex-direction:column;gap:24px;display:flex}.customers-page__header,.customer-form-page__header{justify-content:space-between;align-items:center;gap:16px;display:flex}.customers-page__title,.customer-form-page__title,.customer-delete-page__title,.dashboard-home__title,.account-page__title,.settings-page__title,.trash-page__title{letter-spacing:-.02em;font-size:22px;font-weight:600}.customers-page__empty,.dashboard-home__text,.customer-delete-page__text,.auth-page__text,.account-page__text,.settings-page__text{color:#6b6b6b;font-size:14px}.customer-delete-page__actions{gap:8px;display:flex}.auth-page{background:#252525;justify-content:center;min-height:100vh;padding:32px 16px}.auth-page__shell{background:#fff;border-radius:12px;grid-template-columns:1fr 1fr;width:min(1040px,100%);min-height:640px;margin:0 auto;display:grid;overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.28)}.auth-page__visual{color:#fff;background:linear-gradient(145deg,#8b5cf6 0%,#6d28d9 58%,#4c1d95 100%);flex-direction:column;justify-content:space-between;padding:32px;display:flex;position:relative}.auth-page__brand{z-index:1;letter-spacing:-.01em;font-size:15px;font-weight:600;position:relative}.auth-page__visual-content{z-index:1;flex-direction:column;gap:8px;display:flex;position:relative}.auth-page__visual-title{letter-spacing:-.03em;max-width:320px;font-size:36px;line-height:1.12}.auth-page__visual-text{color:rgba(255,255,255,.86);max-width:300px;font-size:15px}.auth-page__panel{flex-direction:column;justify-content:center;gap:32px;padding:32px;display:flex}.auth-page__header{flex-direction:column;gap:10px;display:flex}.auth-page__title{letter-spacing:-.03em;font-size:40px;font-weight:700;line-height:1.08}.auth-page__card{width:100%;max-width:none;box-shadow:none;background:0 0;border:0;margin:0;padding:0}.auth-page__card .form__actions{border-top:0}.auth-page__email-row{background:#fafafa;border:1px solid #ebebeb;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:8px 16px;display:flex}.auth-page__email-details{flex-direction:column;display:flex}.auth-page__email-label{color:#999;font-size:12px}.auth-page__email-value{color:#1a1a1a;font-size:14px;font-weight:600}.account-profile{background:#fff;border:1px solid #ebebeb;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:24px;display:grid;box-shadow:0 1px 3px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.02)}.account-profile__avatar{color:#7c3aed;letter-spacing:.02em;background:#f3f0ff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:16px;font-weight:700;display:inline-flex}.account-profile__content{flex-direction:column;gap:2px;min-width:0;display:flex}.account-profile__eyebrow{color:#999;text-transform:uppercase;letter-spacing:.05em;font-size:12px}.account-profile__name{letter-spacing:-.02em;font-size:20px;font-weight:600}.account-profile__email{color:#6b6b6b;font-size:14px}.account-profile__meta{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:inline-flex}.account-chip{color:#6b6b6b;background:linear-gradient(#fbfbfb 0%,#f4f4f5 100%);border:1px solid #ebebeb;border-radius:999px;align-items:center;gap:6px;height:26px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex;box-shadow:inset 0 1px rgba(255,255,255,.5),0 1px 2px rgba(15,23,42,.04)}.account-chip:before{content:"";opacity:.45;background:currentColor;border-radius:50%;width:6px;height:6px}.account-chip--active{color:#217a46;background:linear-gradient(#ecf9ef 0%,#e5f6ea 100%);border-color:#cbeed6}.account-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}@media (max-width:920px){.auth-page{background:#f5f5f7;padding:16px}.auth-page__shell{grid-template-columns:1fr;min-height:auto;box-shadow:0 4px 12px rgba(0,0,0,.05)}.auth-page__visual{min-height:260px}.auth-page__title{font-size:32px}.account-profile{grid-template-columns:1fr;align-items:flex-start}.account-profile__meta{justify-content:flex-start}.account-grid{grid-template-columns:1fr}}.data-list{background:#fff;border:1px solid #ebebeb;border-radius:12px;padding:0;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.02)}.data-list__row{border-bottom:1px solid #ebebeb;grid-template-columns:160px 1fr;gap:16px;padding:12px 16px;display:grid}.data-list__row:last-child{border-bottom:0}.data-list__row dt{color:#6b6b6b;font-size:13px;font-weight:500}.data-list__row dd{margin:0;font-size:14px}.detail-page{flex-direction:column;gap:24px;display:flex}.detail-page__header{justify-content:space-between;align-items:center;gap:16px;display:flex}.detail-page__header-left{align-items:center;gap:8px;display:flex}.detail-page__title{letter-spacing:-.02em;font-size:22px;font-weight:600}.detail-page__subtitle{color:#6b6b6b;font-size:14px;font-weight:400}.detail-page__actions{gap:8px;display:flex}.detail-page__grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.detail-card{background:#fff;border:1px solid #ebebeb;border-radius:12px;flex-direction:column;gap:16px;padding:24px;display:flex;box-shadow:0 1px 3px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.02)}.detail-card__header{justify-content:space-between;align-items:center;display:flex}.detail-card__title{letter-spacing:-.01em;font-size:15px;font-weight:600}.detail-card__body{flex-direction:column;gap:16px;display:flex}.detail-card__meta{flex-direction:column;gap:6px;display:flex}.detail-card__meta-item{color:#6b6b6b;align-items:center;gap:8px;font-size:14px;display:flex}.detail-card__meta-item a{color:#1a1a1a;text-decoration:none}.detail-card__meta-item a:hover{color:#7c3aed}.detail-card__meta-item svg{color:#999;flex-shrink:0}.detail-card__list{border-top:1px solid #ebebeb;flex-direction:column;display:flex}.detail-card__list-row{border-bottom:1px solid #ebebeb;grid-template-columns:140px 1fr;gap:16px;padding:10px 0;display:grid}.detail-card__list-row:last-child{border-bottom:0}.detail-card__list-row dt{color:#6b6b6b;font-size:13px;font-weight:500}.detail-card__list-row dd{margin:0;font-size:14px}.detail-card__list-row dd a{color:#7c3aed;text-decoration:none}.detail-card__list-row dd a:hover{text-decoration:underline}.detail-card__empty{color:#999;font-size:14px}.detail-card__cta{align-items:center;gap:16px;display:flex}.linked-items{flex-direction:column;gap:8px;display:flex}.linked-item{color:#1a1a1a;border:1px solid #ebebeb;border-radius:12px;align-items:center;gap:16px;padding:16px;text-decoration:none;transition:border-color .12s,box-shadow .12s;display:flex}.linked-item:hover{border-color:#d0d0d0;box-shadow:0 2px 8px rgba(0,0,0,.04)}.linked-item--empty{pointer-events:none;opacity:.6}.linked-item__icon{color:#999;flex-shrink:0}.linked-item__content{flex-direction:column;gap:2px;display:flex}.linked-item__label{text-transform:uppercase;letter-spacing:.04em;color:#999;font-size:11px;font-weight:500}.linked-item__name{font-size:14px;font-weight:500}.linked-item__badges{gap:4px;margin-left:4px;display:inline-flex}.contact-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:8px;display:grid}.contact-card{color:#1a1a1a;border:1px solid #ebebeb;border-radius:12px;flex-direction:column;gap:4px;padding:16px;text-decoration:none;transition:border-color .12s,box-shadow .12s;display:flex}.contact-card:hover{border-color:#d0d0d0;box-shadow:0 2px 8px rgba(0,0,0,.04)}.contact-card__name{flex-wrap:wrap;align-items:center;gap:6px;font-size:14px;font-weight:600;display:flex}.contact-card__badges{gap:4px;display:inline-flex}.contact-card__badge{border:1px solid transparent;border-radius:999px;align-items:center;height:20px;padding:0 8px;font-size:11px;font-weight:600;display:inline-flex;box-shadow:inset 0 1px rgba(255,255,255,.45),0 1px 2px rgba(15,23,42,.05)}.contact-card__badge--primary{color:#7c3aed;background:linear-gradient(#f3f0ff 0%,#ece7ff 100%);border-color:#d9cffd}.contact-card__badge--admin{color:#217a46;background:linear-gradient(#ecf9ef 0%,#e5f6ea 100%);border-color:#cbeed6}.contact-card__role{color:#6b6b6b;font-size:13px}.contact-card__details{flex-direction:column;gap:2px;margin-top:4px;display:flex}.contact-card__detail{color:#999;align-items:center;gap:6px;font-size:12px;display:flex}.contact-card__detail svg{flex-shrink:0}.contact-roles{border-top:1px solid #ebebeb;padding-top:16px}.contact-roles__fields{align-items:flex-end;gap:8px;display:flex}.contact-roles__field{flex-direction:column;flex:1;gap:4px;display:flex}.contact-roles__label{color:#6b6b6b;font-size:12px;font-weight:500}.contact-roles__select{color:#1a1a1a;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:#fafafa url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 10px center no-repeat;border:1px solid #ebebeb;border-radius:8px;height:34px;padding:0 28px 0 10px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;transition:border-color .12s,box-shadow .12s}.contact-roles__select:focus{border-color:#7c3aed;outline:none;box-shadow:0 0 0 3px rgba(124,58,237,.25)}.contact-roles__save{color:#6b6b6b;cursor:pointer;background:#fff;border:1px solid #ebebeb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background-color .12s,border-color .12s,color .12s;display:inline-flex}.contact-roles__save:hover{color:#fff;background:#7c3aed;border-color:#7c3aed}.contact-roles__save:disabled{opacity:.4;cursor:not-allowed}.contact-roles__success{color:#1a7a2e;margin-top:6px;font-size:12px}@media (max-width:768px){.detail-page__grid{grid-template-columns:1fr}.detail-page__header{flex-direction:column;align-items:flex-start}.detail-card__list-row{grid-template-columns:1fr;gap:4px}.contact-roles__fields{flex-direction:column;align-items:stretch}.contact-roles__save{width:100%}}.contacts-page,.contact-form-page,.contact-delete-page{flex-direction:column;gap:24px;display:flex}.contacts-page__header,.contact-form-page__header{justify-content:space-between;align-items:center;gap:16px;display:flex}.contacts-page__title,.contact-form-page__title,.contact-delete-page__title{letter-spacing:-.02em;font-size:22px;font-weight:600}.contacts-page__empty,.contact-delete-page__text{color:#6b6b6b;font-size:14px}.contact-delete-page__actions{gap:8px;display:flex}.sales-page,.sales-form-page,.sales-delete-page{flex-direction:column;gap:24px;display:flex}.sales-page__header,.sales-form-page__header{justify-content:space-between;align-items:center;gap:16px;display:flex}.sales-page__title,.sales-form-page__title,.sales-delete-page__title{letter-spacing:-.02em;font-size:22px;font-weight:600}.sales-page__empty,.sales-delete-page__text{color:#6b6b6b;font-size:14px}.sales-delete-page__actions{gap:8px;display:flex}.projects-page,.project-form-page,.project-delete-page{flex-direction:column;gap:24px;display:flex}.projects-page__header,.project-form-page__header{justify-content:space-between;align-items:center;gap:16px;display:flex}.projects-page__title,.project-form-page__title,.project-delete-page__title{letter-spacing:-.02em;font-size:22px;font-weight:600}.projects-page__empty,.project-delete-page__text{color:#6b6b6b;font-size:14px}.project-delete-page__actions{gap:8px;display:flex}.dashboard-stats{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.dashboard-home__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.dashboard-stat{color:#1a1a1a;background:#fff;border:1px solid #ebebeb;border-radius:12px;align-items:center;gap:16px;padding:24px;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex;box-shadow:0 1px 3px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.02)}.dashboard-stat:hover{color:#1a1a1a;border-color:#d0d0d0;box-shadow:0 4px 12px rgba(0,0,0,.05)}.dashboard-stat:focus-visible{outline-offset:2px;outline:2px solid rgba(124,58,237,.25)}.dashboard-stat--featured{color:#fff;background:#7c3aed;border-color:#7c3aed}.dashboard-stat--featured .dashboard-stat__icon{color:#fff;background:rgba(255,255,255,.2)}.dashboard-stat--featured .dashboard-stat__label{color:rgba(255,255,255,.7)}.dashboard-stat--featured:hover{color:#fff;background:#6d28d9;border-color:#6d28d9;box-shadow:0 4px 16px rgba(124,58,237,.3)}.dashboard-stat__icon{color:#6b6b6b;background:#f5f5f7;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.dashboard-stat__content{flex-direction:column;gap:2px;display:flex}.dashboard-stat__value{letter-spacing:-.02em;font-size:22px;font-weight:700;line-height:1.1}.dashboard-stat__label{color:#6b6b6b;font-size:13px;font-weight:500}.dashboard-panels{grid-template-columns:1fr 1fr;gap:16px;display:grid}.dashboard-panel{background:#fff;border:1px solid #ebebeb;border-radius:12px;flex-direction:column;gap:16px;padding:16px;display:flex;box-shadow:0 1px 3px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.02)}.dashboard-panel__header{justify-content:space-between;align-items:center;display:flex}.dashboard-panel__title{letter-spacing:-.01em;font-size:15px;font-weight:600}.dashboard-panel__body{flex-direction:column;gap:16px;display:flex}.dashboard-list-block{flex-direction:column;gap:8px;display:flex}.dashboard-list-block__head{color:#6b6b6b;justify-content:space-between;align-items:center;font-size:13px;display:flex}.dashboard-list-block__link{color:#7c3aed;font-weight:500;text-decoration:none}.dashboard-list-block__link:hover{text-decoration:underline}.dashboard-list{flex-direction:column;gap:8px;display:flex}.dashboard-list__item{color:#1a1a1a;border:1px solid #ebebeb;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;text-decoration:none;transition:border-color .12s,background-color .12s;display:flex}.dashboard-list__item:hover{background:#fafafa;border-color:#d0d0d0}.dashboard-list__main{flex-direction:column;gap:2px;min-width:0;display:flex}.dashboard-list__title{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.dashboard-list__meta{color:#999;font-size:12px}.dashboard-list__go{color:#999;align-items:center;display:inline-flex}.dashboard-list__empty{color:#999;border:1px dashed #ebebeb;border-radius:8px;margin:0;padding:10px 12px;font-size:13px}@media (max-width:768px){.dashboard-stats{grid-template-columns:repeat(2,1fr)}.dashboard-panels{grid-template-columns:1fr}}@media (max-width:480px){.dashboard-stats{grid-template-columns:1fr}}.empty-state{color:#999;padding:24px 0;font-size:14px}.status-badge{letter-spacing:.01em;border:1px solid transparent;border-radius:999px;align-items:center;gap:6px;min-height:24px;padding:2px 10px;font-size:12px;font-weight:600;line-height:1.4;display:inline-flex;box-shadow:inset 0 1px rgba(255,255,255,.45),0 1px 2px rgba(15,23,42,.05)}.status-badge:before{content:"";opacity:.45;background:currentColor;border-radius:50%;width:6px;height:6px}.status-badge--neutral{color:#6b6b6b;background:linear-gradient(#f8f8f8 0%,#f1f1f1 100%);border-color:#e3e3e3}.status-badge--info{color:#3f3ab9;background:linear-gradient(#f3f5ff 0%,#edf0ff 100%);border-color:#d6ddff}.status-badge--success{color:#217a46;background:linear-gradient(#ecf9ef 0%,#e5f6ea 100%);border-color:#cbeed6}.status-badge--warning{color:#a25513;background:linear-gradient(#fff7ea 0%,#fff2dd 100%);border-color:#f7ddb5}.status-badge--danger{color:#b12f2f;background:linear-gradient(#ffefef 0%,#ffe8e8 100%);border-color:#f5cece}.dashboard-layout{min-height:100vh;display:block}.sidebar{background:#fff;border-right:1px solid #ebebeb;flex-direction:column;gap:32px;width:240px;height:100vh;padding:24px 16px;display:flex;position:fixed;top:0;left:0;overflow-y:hidden}.dashboard-layout .page{margin-left:240px}.sidebar__brand{letter-spacing:-.02em;padding:0 8px;font-size:18px;font-weight:700}.sidebar__nav{flex-direction:column;gap:2px;display:flex}.sidebar__link{color:#6b6b6b;border-radius:8px;align-items:center;gap:8px;height:36px;padding:0 8px;font-size:14px;font-weight:500;transition:background-color .12s,color .12s;display:flex}.sidebar__link:hover{color:#1a1a1a;background:#f0f0f0}.sidebar__link:focus-visible{outline-offset:2px;outline:2px solid rgba(124,58,237,.25)}.sidebar__link--active{color:#7c3aed;background:#f3f0ff;font-weight:600}.sidebar__footer{border-top:1px solid #ebebeb;flex-direction:column;gap:8px;margin-top:auto;padding-top:16px;display:flex}.sidebar__logout-form{width:100%;display:flex}.sidebar__logout{color:#b42323;cursor:pointer;background:rgba(220,38,38,.04);border:1px solid rgba(220,38,38,.16);border-radius:8px;justify-content:flex-start;align-items:center;gap:8px;width:100%;height:36px;padding:0 8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;transition:border-color .12s,background-color .12s,color .12s;display:flex}.sidebar__logout:hover{color:#991b1b;background:rgba(220,38,38,.08);border-color:rgba(220,38,38,.26)}.sidebar__logout:focus-visible{outline-offset:2px;outline:2px solid rgba(124,58,237,.25)}@media (max-width:960px){.dashboard-layout{display:block}.sidebar{border-bottom:1px solid #ebebeb;border-right:0;gap:16px;width:auto;height:auto;padding:16px;position:static;left:auto}.dashboard-layout .page{margin-left:0}.sidebar__nav{flex-flow:wrap;gap:4px}}.page{padding:32px 32px 48px;overflow-y:auto}.page__content{width:100%}@media (max-width:960px){.page{padding:24px 16px}}
