:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f5f7fb;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f5f7fb;--surface: #ffffff;--surface-soft: #f8f9fc;--border: #e3e7ef;--border-strong: #d3d9e5;--text: #172033;--muted: #687287;--muted-light: #8992a5;--primary: #4f5bd5;--primary-dark: #3d47bd;--primary-soft: #eef0ff;--danger: #c9364d;--danger-soft: #fff0f2;--success: #147a55;--success-soft: #eaf9f2;--warning: #a56112;--warning-soft: #fff5df;--shadow-sm: 0 1px 2px rgb(21 32 51 / 4%);--shadow-md: 0 12px 32px rgb(32 42 67 / 10%);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--bg)}body{min-width:320px;min-height:100vh;margin:0;background:var(--bg)}body,button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{transition:color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}button{color:inherit}button:not(:disabled){cursor:pointer}button:disabled{cursor:not-allowed;opacity:.62}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}:focus-visible{outline:3px solid rgb(79 91 213 / 24%);outline-offset:2px}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.brand-mark{display:inline-grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border-radius:11px;color:#fff;background:linear-gradient(145deg,#6370ea,#424cc3);box-shadow:0 5px 15px #4f5bd53d;font-size:18px;font-weight:750}.button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;padding:9px 16px;border:1px solid transparent;border-radius:var(--radius-sm);font-weight:650;line-height:1.2}.button--primary{color:#fff;border-color:var(--primary);background:var(--primary);box-shadow:0 3px 10px #4f5bd529}.button--primary:hover:not(:disabled){border-color:var(--primary-dark);background:var(--primary-dark);box-shadow:0 5px 15px #4f5bd538}.button--secondary{border-color:var(--border-strong);background:var(--surface)}.button--secondary:hover:not(:disabled){border-color:#b8c0cf;background:var(--surface-soft)}.button--danger{color:#fff;border-color:var(--danger);background:var(--danger)}.button--danger:hover:not(:disabled){background:#aa2c40}.button--full{width:100%}.button--compact{min-height:34px;padding:6px 11px;font-size:13px}.icon-button{display:inline-grid;width:38px;height:38px;flex:0 0 38px;padding:0;place-items:center;color:var(--muted);border:1px solid transparent;border-radius:9px;background:transparent}.icon-button:hover:not(:disabled){color:var(--text);border-color:var(--border);background:var(--surface-soft)}.icon-button--danger:hover:not(:disabled){color:var(--danger);border-color:#ffd5dc;background:var(--danger-soft)}.text-button{display:inline;padding:0;color:inherit;border:0;border-bottom:1px solid currentColor;background:none;font-weight:700}.field{display:grid;gap:7px}.field>span{color:#394258;font-size:14px;font-weight:650}.field>span small{color:var(--muted);font-weight:450}.field>small,.form-note{color:var(--muted);font-size:12px;line-height:1.5}.form-note{margin:-4px 0 0}input,select,textarea{width:100%;color:var(--text);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow-sm)}input,select{height:43px;padding:9px 11px}textarea{min-height:100px;padding:10px 11px;line-height:1.55;resize:vertical}input::placeholder,textarea::placeholder{color:#a1a8b6}input:hover,select:hover,textarea:hover{border-color:#b8c0cf}input:focus,select:focus,textarea:focus{outline:0;border-color:var(--primary);box-shadow:0 0 0 3px #4f5bd51f}input:read-only{color:var(--muted);background:#f1f3f7}input[type=checkbox]{width:19px;height:19px;padding:0;accent-color:var(--primary);box-shadow:none}.form-stack{display:grid;gap:17px}.form-grid{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:14px}.switch-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:13px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-soft)}.switch-row>span{display:grid;gap:3px}.switch-row strong{font-size:14px}.switch-row small{color:var(--muted);font-size:12px}.alert{padding:11px 13px;border:1px solid;border-radius:var(--radius-sm);font-size:14px;line-height:1.5}.alert--error{color:#8b2437;border-color:#facbd4;background:var(--danger-soft)}.alert--success{color:#126745;border-color:#bde8d5;background:var(--success-soft)}.alert--info{color:#324094;border-color:#cfd4ff;background:var(--primary-soft)}.auth-page{display:grid;min-height:100vh;padding:56px 24px 28px;place-content:center;background:radial-gradient(circle at 10% 5%,rgb(79 91 213 / 8%),transparent 32%),radial-gradient(circle at 95% 95%,rgb(37 163 125 / 7%),transparent 30%),var(--bg)}.auth-card{width:min(100%,460px);min-width:min(412px,calc(100vw - 48px));padding:34px;border:1px solid rgb(225 229 238 / 90%);border-radius:22px;background:#fffffff5;box-shadow:0 20px 60px #2a354e1a}.auth-card__brand{display:flex;align-items:center;gap:11px;margin-bottom:35px;font-weight:750}.auth-card__heading{margin-bottom:24px}.eyebrow{display:block;margin-bottom:8px;color:var(--primary);font-size:12px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.auth-card__heading h1{margin-bottom:10px;font-size:clamp(25px,5vw,30px);line-height:1.18;letter-spacing:-.025em}.auth-card__heading p{margin-bottom:0;color:var(--muted);font-size:15px;line-height:1.6}.auth-card .alert{margin-bottom:18px}.auth-card__footer{padding-top:22px;color:var(--muted-light);font-size:12px;line-height:1.5;text-align:center}.auth-page__caption{margin:22px 0 0;color:var(--muted-light);font-size:12px;text-align:center}.full-screen-state{display:grid;min-height:100vh;padding:24px;place-items:center}.connection-error{max-width:430px;text-align:center}.connection-error .brand-mark{margin-bottom:20px}.connection-error h1{margin-bottom:9px;font-size:25px}.connection-error p{margin-bottom:22px;color:var(--muted);line-height:1.6}.app-layout{display:flex;min-height:100vh}.sidebar{position:fixed;z-index:40;inset:0 auto 0 0;display:flex;width:258px;flex-direction:column;color:#dfe3f0;background:#1d2433;box-shadow:2px 0 15px #0d131e0d}.sidebar__brand{display:flex;min-height:82px;align-items:center;gap:11px;padding:18px 20px;border-bottom:1px solid rgb(255 255 255 / 7%)}.sidebar__brand>div{display:grid;min-width:0;gap:2px}.sidebar__brand strong{overflow:hidden;color:#fff;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.sidebar__brand span:not(.brand-mark){color:#929bad;font-size:11px}.sidebar__close{display:none;margin-left:auto;color:#b5bdcc}.sidebar__nav{display:flex;overflow-y:auto;flex:1;flex-direction:column;gap:24px;padding:24px 14px}.nav-group{display:grid;gap:5px}.nav-group__label{padding:0 11px 7px;color:#778093;font-size:10px;font-weight:750;letter-spacing:.11em;text-transform:uppercase}.nav-link{display:flex;min-height:43px;align-items:center;gap:12px;padding:9px 11px;color:#abb3c2;border-radius:9px;font-size:14px;font-weight:550}.nav-link:hover{color:#fff;background:#ffffff0d}.nav-link--active{color:#fff;background:#6370ea2e}.nav-link--active svg{color:#8791ff}.sidebar__profile{display:flex;min-height:76px;align-items:center;gap:10px;padding:14px 16px;border-top:1px solid rgb(255 255 255 / 7%);background:#00000014}.avatar{display:inline-grid;width:38px;height:38px;flex:0 0 38px;place-items:center;color:#3c48bb;border-radius:50%;background:#e9ebff;font-size:13px;font-weight:750}.avatar--small{width:32px;height:32px;flex-basis:32px;font-size:11px}.profile-copy{display:grid;min-width:0;flex:1;gap:2px}.profile-copy strong,.profile-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-copy strong{color:#f6f7fb;font-size:13px}.profile-copy span{color:#8f98aa;font-size:11px}.sidebar__profile .icon-button{color:#8f98aa}.sidebar__profile .icon-button:hover:not(:disabled){color:#fff;border-color:#ffffff12;background:#ffffff0d}.sidebar-scrim{display:none}.app-main{width:calc(100% - 258px);min-width:0;margin-left:258px}.mobile-header{display:none}.page-content{width:min(100%,1440px);min-height:100vh;margin:0 auto;padding:44px 48px 64px}.page-header{display:flex;min-height:64px;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px}.page-header h1{margin-bottom:7px;font-size:clamp(26px,3vw,32px);line-height:1.15;letter-spacing:-.025em}.page-header p{max-width:720px;margin-bottom:0;color:var(--muted);font-size:14px;line-height:1.55}.page-header__action{display:flex;align-items:center;flex:0 0 auto}.page-content>.alert,.page-content>.notice-card{margin-bottom:18px}.welcome-panel{position:relative;display:flex;min-height:202px;overflow:hidden;align-items:center;justify-content:space-between;margin-bottom:22px;padding:35px 40px;color:#fff;border-radius:var(--radius-lg);background:radial-gradient(circle at 92% 18%,rgb(255 255 255 / 15%),transparent 26%),linear-gradient(125deg,#3e48bd,#5966dc 68%,#6477e8);box-shadow:0 16px 38px #3f49be2e}.welcome-panel>div{position:relative;z-index:1;max-width:620px}.welcome-panel .eyebrow{color:#cdd2ff}.welcome-panel h2{margin-bottom:12px;font-size:clamp(23px,3vw,30px);line-height:1.22;letter-spacing:-.02em}.welcome-panel p{max-width:560px;margin-bottom:0;color:#e3e6ff;font-size:14px;line-height:1.65}.welcome-panel__mark{display:grid;width:116px;height:116px;flex:0 0 116px;margin-right:25px;place-items:center;color:#ffffff4d;border:2px solid rgb(255 255 255 / 15%);border-radius:30px;background:#ffffff12;font-size:62px;font-weight:800;transform:rotate(8deg)}.dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:22px}.action-card{display:grid;min-height:130px;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:14px;padding:22px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm)}.action-card:hover{border-color:#ccd1ed;box-shadow:0 10px 24px #212e4c14;transform:translateY(-2px)}.action-card__icon{display:grid;width:42px;height:42px;place-items:center;color:var(--primary);border-radius:11px;background:var(--primary-soft)}.action-card h2{margin:2px 0 7px;font-size:15px}.action-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.action-card__arrow{margin-top:9px;color:#a0a7b5;font-size:18px}.system-card{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 20px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.system-card>div{display:flex;align-items:center;gap:11px}.system-card>div>div{display:grid;gap:2px}.system-card strong{font-size:13px}.system-card span:not(.status-dot){color:var(--muted);font-size:11px}.status-dot{display:inline-block;width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:#24ad7a;box-shadow:0 0 0 4px #24ad7a1f}.system-card__version{padding:5px 8px;border-radius:6px;background:var(--surface-soft);white-space:nowrap}.notice-card{display:flex;align-items:center;gap:11px;padding:12px 14px;color:#4b5670;border:1px solid #dce0f5;border-radius:var(--radius-sm);background:#f4f5ff}.notice-card svg{flex:0 0 auto;color:var(--primary)}.notice-card p{margin:0;font-size:13px;line-height:1.5}.loading-block{display:flex;min-height:190px;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:14px}.spinner{width:19px;height:19px;border:2px solid #dce0e9;border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.empty-state{display:grid;min-height:310px;padding:40px;place-items:center;align-content:center;border:1px dashed var(--border-strong);border-radius:var(--radius-md);background:#ffffff85;text-align:center}.empty-state__icon{display:grid;width:50px;height:50px;margin-bottom:15px;place-items:center;color:var(--primary);border-radius:14px;background:var(--primary-soft)}.empty-state h2{margin-bottom:7px;font-size:17px}.empty-state p{max-width:440px;margin-bottom:18px;color:var(--muted);font-size:13px;line-height:1.55}.table-card{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm)}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px}th{padding:12px 16px;color:var(--muted);border-bottom:1px solid var(--border);background:#fafbfc;font-size:11px;font-weight:700;letter-spacing:.03em;text-align:left;text-transform:uppercase;white-space:nowrap}td{padding:14px 16px;border-bottom:1px solid #edf0f4;vertical-align:middle}tr:last-child td{border-bottom:0}tbody tr:hover{background:#fcfcfe}.muted-cell{color:var(--muted);white-space:nowrap}.mono-cell{max-width:180px;overflow:hidden;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;text-overflow:ellipsis}.identity-cell,.file-name-cell{display:flex;min-width:210px;align-items:center;gap:11px}.identity-cell>div{display:grid;gap:3px}.identity-cell strong,.file-name-cell strong{font-size:13px;font-weight:650}.identity-cell>div>span{color:var(--muted);font-size:11px}.file-name-cell>span{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;color:var(--primary);border-radius:9px;background:var(--primary-soft)}.file-name-cell strong{max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge{display:inline-flex;min-height:25px;align-items:center;padding:4px 8px;border-radius:6px;font-size:10px;font-weight:750;letter-spacing:.035em;text-transform:uppercase;white-space:nowrap}.badge--admin{color:#3f49b8;background:var(--primary-soft)}.badge--user,.badge--status-todo{color:#526078;background:#eef1f5}.badge--status-in-progress{color:var(--warning);background:var(--warning-soft)}.badge--status-done{color:var(--success);background:var(--success-soft)}.status-label{display:inline-flex;align-items:center;gap:7px;font-size:12px;white-space:nowrap}.status-label>span{width:7px;height:7px;border-radius:50%}.status-label--active{color:var(--success)}.status-label--active>span{background:#24ad7a}.status-label--inactive{color:var(--muted)}.status-label--inactive>span{background:#aeb5c2}.row-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px;white-space:nowrap}.settings-list{display:grid;gap:13px}.setting-card{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm)}.setting-card__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 17px;border-bottom:1px solid var(--border)}.setting-card__header>div:first-child{display:grid;min-width:0;gap:4px}.setting-card h2{overflow:hidden;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;text-overflow:ellipsis}.setting-card__header span{color:var(--muted);font-size:11px}.setting-card pre{overflow:auto;max-height:240px;margin:0;padding:15px 17px;color:#465168;background:#fafbfc;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.55;white-space:pre-wrap;word-break:break-word}.item-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.item-card{display:flex;min-height:210px;flex-direction:column;padding:19px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm)}.item-card__topline{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.item-card h2{margin-bottom:8px;font-size:17px;line-height:1.35}.item-card>p{display:-webkit-box;overflow:hidden;margin-bottom:18px;color:var(--muted);font-size:13px;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:3}.item-card footer{margin-top:auto;color:var(--muted-light);font-size:11px}.audit-table{min-width:980px}.audit-time{width:180px}.audit-action{display:inline-block;min-width:155px;font-weight:650}.entity-cell{display:grid;max-width:190px;gap:3px}.entity-cell strong{font-size:12px}.entity-cell span{overflow:hidden;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;text-overflow:ellipsis}.metadata-cell{display:block;overflow:hidden;max-width:350px;color:#5c667a;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;color:var(--muted);border-top:1px solid var(--border);background:#fafbfc;font-size:12px}.pagination>div{display:flex;gap:7px}.modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;overflow-y:auto;padding:24px;place-items:center;background:#0e141f8c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal{width:min(100%,560px);max-height:calc(100vh - 48px);overflow-y:auto;padding:24px;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:0 24px 70px #0a12203d}.modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.modal__header h2{margin-bottom:5px;font-size:20px;letter-spacing:-.015em}.modal__header p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.modal .alert{margin-bottom:16px}.modal__message{margin-bottom:24px;color:var(--muted);font-size:14px;line-height:1.6}.modal__actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;padding-top:4px}@media(max-width:1180px){.page-content{padding-right:32px;padding-left:32px}.dashboard-grid,.item-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid .action-card:last-child:nth-child(odd){grid-column:span 2}}@media(max-width:900px){.sidebar{width:min(300px,calc(100vw - 52px));box-shadow:10px 0 30px #090f1940;transform:translate(-105%);transition:transform .22s ease}.sidebar--open{transform:translate(0)}.sidebar__close{display:inline-grid}.sidebar-scrim{position:fixed;z-index:35;inset:0;display:block;padding:0;visibility:hidden;border:0;background:#080d1573;opacity:0;transition:opacity .22s ease,visibility .22s ease}.sidebar-scrim--visible{visibility:visible;opacity:1}.app-main{width:100%;margin-left:0}.mobile-header{position:sticky;z-index:30;top:0;display:flex;height:64px;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid var(--border);background:#ffffffeb;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-header strong{font-size:14px}.page-content{min-height:calc(100vh - 64px);padding-top:32px}.welcome-panel__mark{margin-right:0}}@media(max-width:680px){.auth-page{padding:26px 16px 20px}.auth-card{min-width:0;padding:26px 22px}.auth-card__brand{margin-bottom:28px}.page-content{padding:26px 18px 48px}.page-header{min-height:0;flex-direction:column;gap:17px;margin-bottom:23px}.page-header__action,.page-header__action>.button,.page-header__action>.button:first-of-type:last-of-type{width:100%}.welcome-panel{min-height:0;padding:27px 25px}.welcome-panel__mark{display:none}.dashboard-grid,.item-grid{grid-template-columns:minmax(0,1fr)}.dashboard-grid .action-card:last-child:nth-child(odd){grid-column:auto}.action-card{min-height:112px}.system-card{align-items:flex-start;flex-direction:column}.form-grid{grid-template-columns:1fr}.modal-backdrop{padding:12px;place-items:end center}.modal{width:100%;max-height:calc(100vh - 24px);padding:21px;border-radius:16px 16px 12px 12px}.pagination{align-items:flex-start;flex-direction:column}.pagination>div,.pagination .button{flex:1}}@media(max-width:420px){.mobile-header{padding:0 14px}.page-content{padding-right:14px;padding-left:14px}.modal__actions{align-items:stretch;flex-direction:column-reverse}.modal__actions .button{width:100%}.switch-row{align-items:flex-start}}
