@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#20243a;--muted:#7e8398;--line:#ececf2;--paper:#f7f8fc;--purple:#6956d9;--purple-dark:#5642c5;--purple-soft:#f0edff;--navy:#26253f;--green:#288765;--red:#b74955;--shadow:0 12px 32px rgba(38,37,63,.045)}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:'DM Sans',sans-serif;font-size:14px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,'DM Sans',sans-serif;letter-spacing:-.035em}h1{font-size:30px;margin-bottom:8px}h2{font-size:19px;margin-bottom:6px}h3{font-size:16px;margin-bottom:7px}.muted{color:var(--muted);margin:0;line-height:1.65}.eyebrow{font-size:10px;font-weight:700;letter-spacing:.13em;color:#8a85a9;margin:0 0 10px}.button{height:42px;border:0;border-radius:9px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:13px;font:600 13px 'DM Sans',sans-serif;text-decoration:none;cursor:pointer;transition:.18s}.button.primary{background:var(--purple);color:#fff;box-shadow:0 5px 12px #6956d92b}.button.primary:hover{background:var(--purple-dark);transform:translateY(-1px)}.button.secondary{background:#fff;color:var(--ink);border:1px solid #e6e6ee}.button.secondary:hover{border-color:#c9c3ec;color:var(--purple)}.button.full{width:100%;height:48px;margin-top:7px}.text-link{color:var(--purple);text-decoration:none;font-weight:600;font-size:13px}.text-link span{margin-left:7px}.auth-page{min-height:100vh;background:#fff;display:grid;place-items:center;padding:30px}.auth-shell{width:min(1040px,100%);min-height:630px;display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid #ededf3;border-radius:20px;overflow:hidden;box-shadow:0 24px 80px #28244312}.auth-brand{position:relative;display:flex;flex-direction:column;justify-content:center;padding:64px;color:#fff;background:radial-gradient(ellipse at 85% 13%,#7665e6 0,transparent 43%),linear-gradient(145deg,#373257 0%,#25243d 73%)}.brand-mark{width:66px;height:66px;border-radius:18px;background:#fff;padding:6px;margin-bottom:58px;box-shadow:0 8px 28px #16142b55}.brand-mark img{width:100%;height:100%;object-fit:contain}.auth-brand .eyebrow{color:#bdb6ff}.auth-brand h1{font-size:38px;line-height:1.2;margin:0 0 19px}.brand-copy{color:#d4d2e4;line-height:1.75;max-width:340px;margin:0}.brand-foot{position:absolute;bottom:30px;color:#a9a6be;font-size:11px}.auth-form{display:flex;align-items:center;justify-content:center;padding:60px}.auth-form-inner{width:min(350px,100%)}.auth-form h2{font-size:25px;margin:0 0 9px}.auth-form .muted{font-size:13px;margin-bottom:29px}.stack-form{display:grid;gap:17px}.stack-form label,.compact-form label,.form-grid label{font-size:12px;font-weight:600;color:#484b60;display:grid;gap:7px}.stack-form input,.form-grid input,.form-grid select,.form-grid textarea,.compact-form input,.searchbox input,.section-add input{width:100%;border:1px solid #e4e5ed;border-radius:8px;background:#fff;padding:0 12px;height:43px;font:400 13px 'DM Sans',sans-serif;color:var(--ink);outline:none;transition:border .15s,box-shadow .15s}.stack-form input:focus,.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.compact-form input:focus,.searchbox input:focus,.section-add input:focus{border-color:#9589e7;box-shadow:0 0 0 3px #6956d91a}.stack-form input::placeholder,.form-grid input::placeholder{color:#b4b6c4}.form-hint{font-size:11px;color:var(--muted);margin:-10px 0 0}.auth-note{font-size:11px;line-height:1.6;color:#9699a9;margin:27px 0 0}.mobile-brand{display:none}.notice{padding:12px 14px;border-radius:9px;font-size:12px;margin:0 0 20px;line-height:1.5}.notice.success{background:#eaf7f0;color:#22714e}.notice.error{background:#fff0f0;color:#a33e4a}.notice a{color:inherit;font-weight:700}.app-page{background:var(--paper);min-height:100vh}.sidebar{width:248px;background:var(--navy);color:#fff;position:fixed;inset:0 auto 0 0;padding:25px 17px 16px;display:flex;flex-direction:column;z-index:2}.sidebar-brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;padding:0 8px 27px;border-bottom:1px solid #ffffff15;font:700 13px Manrope,sans-serif}.sidebar-brand img{width:38px;height:38px;border-radius:11px;background:#fff;object-fit:contain;padding:4px}.sidebar-brand small{display:block;color:#a8a6bc;font:400 10px 'DM Sans',sans-serif;margin-top:3px}.nav-label{font-size:9px;font-weight:700;letter-spacing:.13em;color:#8d8ba4;padding:26px 12px 10px}.sidebar nav{display:grid;gap:5px}.nav-item{min-height:42px;display:flex;align-items:center;gap:12px;padding:0 12px;border-radius:8px;color:#cfceda;text-decoration:none;font-size:12px;transition:.15s}.nav-item>span{width:17px;text-align:center;font-size:17px;color:#aaa8c0}.nav-item:hover{background:#ffffff0d;color:#fff}.nav-item.active{background:#6554c4;color:#fff;box-shadow:0 4px 12px #17152d44}.nav-item.active>span{color:#fff}.nav-item.disabled{opacity:.57;cursor:default}.nav-item.disabled small{font-size:9px;color:#a6a3b8;background:#ffffff10;border-radius:5px;padding:3px 5px;margin-left:auto}.sidebar-bottom{margin-top:auto}.help-card{background:#ffffff0a;border:1px solid #ffffff12;border-radius:10px;padding:14px;margin:0 3px 15px}.help-card>span{color:#bcb1ff;font-size:17px}.help-card strong{display:block;font-size:11px;margin:8px 0 5px}.help-card p{font-size:10px;color:#aaa8bc;line-height:1.5;margin:0}.profile-button{display:flex;width:100%;align-items:center;gap:10px;padding:12px 5px 2px;background:none;border:0;border-top:1px solid #ffffff15;color:#fff;text-align:left;cursor:pointer}.avatar,.top-avatar{width:34px;height:34px;flex:none;border-radius:50%;background:#eeeaff;color:#6451cf;display:grid;place-items:center;font-size:11px;font-weight:700}.profile-avatar{background:#484565;color:#e0dcff}.profile-info{display:grid;gap:4px;flex:1}.profile-info strong{font-size:11px}.profile-info small{font-size:10px;color:#aaa8bc}.logout-icon{font-size:16px;color:#aaa8bc}.main-area{margin-left:248px;min-height:100vh;display:flex;flex-direction:column}.topbar{height:65px;flex:none;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 39px}.breadcrumb{font-size:11px;color:#888b9d}.breadcrumb span{padding:0 9px;color:#c2c2ce}.topbar-right{display:flex;align-items:center;gap:17px}.today-label{color:#898b9b;font-size:11px}.top-avatar{width:30px;height:30px}.page-content{width:min(1200px,100%);margin:0 auto;padding:34px 39px 30px;flex:1}.app-footer{height:43px;padding:12px 39px;color:#a5a7b4;font-size:10px;border-top:1px solid #ededf2}.app-footer span{padding:0 5px}.welcome-row{display:flex;justify-content:space-between;align-items:center;margin:3px 0 25px}.welcome-row h1{margin-bottom:7px}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:23px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px 19px;box-shadow:var(--shadow);min-height:130px;position:relative}.stat-icon{width:31px;height:31px;border-radius:9px;display:grid;place-items:center;font-size:16px;float:right}.stat-icon.violet{background:#f1edff;color:#6d5bd7}.stat-icon.blue{background:#eaf2ff;color:#5084ca}.stat-icon.green{background:#e9f6ef;color:#3b9874}.stat-label{display:block;color:#777b8e;font-size:11px;font-weight:500}.stat-card strong{display:block;font:700 27px Manrope,sans-serif;margin:7px 0 4px;letter-spacing:-.04em}.stat-card small{color:#a0a2b0;font-size:10px}.panel{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);overflow:hidden}.panel-heading{display:flex;align-items:center;justify-content:space-between;padding:19px 21px 17px}.panel-heading h2{font-size:15px;margin-bottom:4px}.panel-heading .muted{font-size:11px}.table-wrap{width:100%;overflow-x:auto}table{border-collapse:collapse;width:100%;text-align:left;white-space:nowrap}thead{background:#fafafd}th{height:37px;color:#9698a9;text-transform:uppercase;letter-spacing:.07em;font-size:9px;font-weight:700;padding:0 19px;border-top:1px solid #f0f0f4;border-bottom:1px solid #f0f0f4}td{height:59px;padding:8px 19px;border-bottom:1px solid #f1f1f5;color:#65697c;font-size:11px}tbody tr:last-child td{border-bottom:0}.person-cell{display:flex;align-items:center;gap:10px}.person-cell strong{color:#303348;font-weight:600}.person-cell>div{display:grid;gap:4px}.person-cell small,td small{display:block;color:#a0a2b0;font-size:10px;margin-top:4px}.mono{font-family:ui-monospace,Consolas,monospace;font-size:10px;color:#74778b}.status-pill{display:inline-block;border-radius:20px;padding:5px 9px;font-size:9px;font-weight:600;background:#eef6f0;color:#3a875a}.status-pill.inactive,.status-pill.left{background:#f1f1f4;color:#818391}.empty-state{text-align:center;padding:42px 20px 45px}.empty-icon{height:45px;width:45px;margin:0 auto 13px;border-radius:14px;background:var(--purple-soft);color:var(--purple);display:grid;place-items:center;font-size:21px}.empty-state h3{font-size:15px}.empty-state p{color:var(--muted);font-size:11px;line-height:1.6;margin:0 auto 17px;max-width:350px}.next-step{margin-top:17px;padding:17px 19px;border:1px solid #e9e5fd;border-radius:12px;background:linear-gradient(100deg,#f1eeff,#faf9ff);display:flex;align-items:center;gap:13px}.next-icon{width:34px;height:34px;border-radius:10px;background:#fff;color:var(--purple);display:grid;place-items:center;font-size:17px}.next-step>div:nth-child(2){flex:1}.next-step h3{font-size:12px;margin:0 0 4px}.next-step p{margin:0;color:#82849a;font-size:10px}.next-step .button{height:35px;font-size:10px}.toolbar{display:flex;align-items:center;gap:9px;padding:14px 17px;border-bottom:1px solid var(--line)}.searchbox{position:relative;flex:1;max-width:400px}.searchbox>span{position:absolute;left:12px;top:9px;font-size:20px;color:#9294a4;line-height:20px}.searchbox input{padding-left:37px;height:39px}.toolbar .button{height:39px}.result-count{margin-left:auto;color:#9a9cab;font-size:10px}.form-panel{padding:0 22px}.form-section{padding:23px 0;border-bottom:1px solid #efeff4}.section-title{display:flex;gap:12px;align-items:flex-start;margin-bottom:18px}.section-title>span{height:25px;width:25px;background:#f0edff;color:#6956d9;border-radius:8px;display:grid;place-items:center;font:700 10px Manrope,sans-serif}.section-title h2{font-size:14px;margin:0 0 4px}.section-title p{font-size:10px;color:#9698a8;margin:0}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px}.form-grid label{font-size:11px;gap:6px}.form-grid label>b{color:#c15867;margin-left:2px}.form-grid input,.form-grid select{height:39px;font-size:12px}.form-grid textarea{resize:vertical;padding:10px 12px;height:auto;font-size:12px}.span-2{grid-column:span 2}.form-actions{display:flex;justify-content:flex-end;gap:9px;padding:17px 0 20px}.setup-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.setup-card{padding:0 18px 18px}.setup-card .panel-heading{padding:20px 1px 15px}.setup-card .panel-heading .eyebrow{margin-bottom:7px}.setup-card .panel-heading h2{font-size:16px}.compact-form{display:grid;gap:12px;padding:15px;background:#fafafd;border:1px solid #f0f0f5;border-radius:9px}.compact-form label{font-size:10px}.compact-form input{height:37px;font-size:11px}.compact-form .form-grid{gap:10px}.compact-form .button{justify-self:start;height:36px;font-size:11px}.check-label{display:flex!important;align-items:center;gap:8px!important;color:#777a8d!important}.check-label input{height:14px;width:14px;accent-color:var(--purple)}.inline-add{grid-template-columns:1fr 90px auto;align-items:end}.simple-list{margin-top:12px}.list-row{min-height:52px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f0f0f4;gap:10px}.list-row:last-child{border-bottom:0}.list-row>div{display:grid;gap:4px}.list-row strong{font-size:11px;font-weight:600}.list-row small{font-size:9px;color:#a1a2b0}.current-tag{background:#eaf7f0;color:#34805c;border-radius:20px;padding:5px 9px;font-size:9px;font-weight:600}.list-empty{padding:12px;color:#a0a1b0;font-size:10px}.section-add{display:flex;gap:5px}.section-add input{width:100px;height:30px;padding:0 8px;font-size:10px}.icon-button{border:0;border-radius:7px;width:30px;height:30px;background:#f0edff;color:var(--purple);font-size:17px;cursor:pointer}.tag-list{display:flex;gap:5px;padding:0 0 8px 0}.tag-list span{font-size:9px;background:#f4f3f8;color:#727587;padding:4px 7px;border-radius:5px}.auth-form .notice{margin-bottom:19px}
@media(max-width:1050px){.sidebar{width:218px}.main-area{margin-left:218px}.page-content{padding-left:26px;padding-right:26px}.topbar{padding:0 26px}.app-footer{padding-left:26px}.auth-brand{padding:48px}.auth-form{padding:45px}}
@media(max-width:760px){.auth-page{padding:0;background:#fff;display:block}.auth-shell{min-height:100vh;border:0;border-radius:0;display:flex;flex-direction:column;box-shadow:none}.auth-brand{display:none}.auth-form{padding:28px 24px;flex:1;align-items:flex-start}.auth-form-inner{margin:auto 0;width:100%}.mobile-brand{display:flex;align-items:center;gap:9px;margin-bottom:58px;font:700 13px Manrope,sans-serif}.mobile-brand img{width:35px;height:35px;object-fit:contain;border-radius:9px}.sidebar{width:100%;height:60px;inset:0 0 auto;display:flex;flex-direction:row;padding:8px 13px;align-items:center}.sidebar-brand{padding:0;border:0;flex:1}.sidebar-brand img{width:34px;height:34px}.sidebar .nav-label,.sidebar-bottom,.sidebar nav .nav-item:not(.active){display:none}.sidebar nav{display:flex;gap:4px}.nav-item{min-height:37px;padding:0 9px;font-size:0}.nav-item>span{font-size:18px}.nav-item.active{font-size:0}.nav-item.disabled{display:none}.main-area{margin:60px 0 0;min-height:calc(100vh - 60px)}.topbar{height:49px;padding:0 18px}.breadcrumb{font-size:10px}.today-label{display:none}.page-content{padding:24px 16px}.app-footer{padding-left:16px}.welcome-row{align-items:flex-start;gap:12px;margin-bottom:20px}.welcome-row h1{font-size:24px}.welcome-row .button{height:37px;font-size:10px;padding:0 10px;white-space:nowrap}.welcome-row>.text-link{font-size:10px;white-space:nowrap;padding-top:10px}.stat-grid{gap:8px}.stat-card{padding:13px 11px;min-height:108px}.stat-label{font-size:9px}.stat-card strong{font-size:23px}.stat-card small{font-size:8px}.stat-icon{width:25px;height:25px;font-size:13px}.panel-heading{padding:16px}.panel-heading h2{font-size:13px}.text-link{font-size:10px}.next-step{flex-wrap:wrap;padding:13px}.next-step>div:nth-child(2){min-width:calc(100% - 55px)}.next-step .button{margin-left:47px}.toolbar{flex-wrap:wrap;padding:11px}.searchbox{max-width:none;flex:1 1 100%}.toolbar .button{height:35px}.result-count{margin-left:auto}.form-panel{padding:0 14px}.form-grid{gap:12px 9px}.form-grid label{font-size:10px}.setup-grid{grid-template-columns:1fr}.setup-card{padding-left:13px;padding-right:13px}.inline-add{grid-template-columns:1fr 75px}.inline-add .button{grid-column:span 2}.form-section{padding:19px 0}.section-title{margin-bottom:14px}}
@media(max-width:420px){.stat-grid{grid-template-columns:1fr}.stat-card{min-height:87px}.stat-card strong{font-size:21px}.welcome-row{flex-wrap:wrap}.welcome-row>div{flex:1 1 100%}.welcome-row .button{margin-left:auto}.span-2{grid-column:span 2}td,th{padding-left:12px;padding-right:12px}}
