:root{color-scheme:dark;--bg-deep: #0a0f10;--dock-bg: rgba(15, 20, 20, .78);--dock-border: rgba(239, 229, 205, .14);--window-bg: #111816;--window-bg-strong: #1a2421;--window-border: #31413b;--window-highlight: #ead39a;--window-shadow: rgba(0, 0, 0, .42);--text-main: #f6f1e4;--text-dim: #c2b8a0;--accent: #d8b36a;--accent-strong: #f0d28a;--success: #87b67d;--danger: #d17b70;font-family:Avenir Next,Trebuchet MS,sans-serif;background:radial-gradient(circle at 20% 20%,rgba(120,154,111,.15),transparent 22%),radial-gradient(circle at 80% 18%,rgba(189,162,114,.14),transparent 18%),linear-gradient(180deg,#121918,#060908)}*{box-sizing:border-box}html,body,#app{width:100%;min-height:100%;margin:0}body{min-height:100vh;color:var(--text-main);overflow-x:hidden}button,input{font:inherit}button{border:0;cursor:pointer}.screen{min-height:100vh;color:#1f2645;background:radial-gradient(circle at top left,rgba(112,124,210,.12),transparent 24%),radial-gradient(circle at bottom right,rgba(195,183,160,.16),transparent 20%),linear-gradient(180deg,#f9f7f2,#f3efe8)}.screen--auth,.screen--workspace{display:block;padding:20px 24px 40px}.screen--dashboard{display:block;padding:0}.dashboard-layout{display:flex;min-height:100vh}.sidebar{position:sticky;top:0;width:230px;min-width:230px;max-height:100vh;overflow-y:auto;padding:24px 16px;background:#fff;border-right:1px solid rgba(31,38,69,.08);display:flex;flex-direction:column;gap:8px}.sidebar__logo{font-family:Avenir Next,Helvetica Neue,sans-serif;font-size:1.8rem;font-weight:500;letter-spacing:-.06em;color:#1f2645;padding:0 8px 16px}.sidebar__section{display:flex;flex-direction:column;gap:2px}.sidebar__label{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#9aa1bb;padding:12px 8px 6px}.sidebar__link{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;font-size:.92rem;font-weight:500;color:#3b4268;text-decoration:none;transition:background .15s}.sidebar__link:hover{background:#4b58b80f}.sidebar__link--active{background:#4b58b81a;color:#4b58b8;border-left:3px solid #4b58b8;padding-left:7px}.sidebar__icon{width:18px;height:18px;flex-shrink:0}.sidebar__tool-group{margin-bottom:2px}.sidebar__tool-link{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 10px;border-radius:8px;font-size:.9rem;font-weight:500;color:#3b4268;text-decoration:none}.sidebar__badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;font-size:.72rem;font-weight:700;color:#fff;background:#4b58b8}.sidebar__tool-subitems{display:flex;flex-direction:column;padding-left:16px}.sidebar__sublink{display:block;padding:5px 10px;font-size:.82rem;color:#626b8d;text-decoration:none;border-radius:6px}.sidebar__sublink:hover{color:#4b58b8;background:#4b58b80a}.sidebar__user{margin-top:auto;display:flex;align-items:center;gap:10px;padding:16px 8px 0;border-top:1px solid rgba(31,38,69,.08)}.sidebar__avatar{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#4b58b8;color:#fff;font-size:.8rem;font-weight:700;flex-shrink:0}.sidebar__user-info{overflow:hidden}.sidebar__user-name{font-size:.88rem;font-weight:600;color:#1f2645;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__user-role{font-size:.76rem;color:#9aa1bb}.dashboard-main{flex:1;min-width:0;padding:20px 32px 40px}.dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:16px}.dashboard-header__greeting{font-size:.95rem;color:#3b4268}.dashboard-header__greeting strong{font-weight:600;color:#1f2645}.dashboard-header__actions{display:flex;align-items:center;gap:8px}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(31,38,69,.1);border-radius:12px;background:#fff;color:#3b4268;cursor:pointer;transition:background .15s}.icon-button:hover{background:#4b58b80f}.icon-button svg{width:20px;height:20px}.dashboard-welcome{padding:16px 0 28px}.dashboard-welcome__eyebrow{display:block;margin-bottom:8px;font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#c4a46c}.dashboard-welcome__title{margin:0;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:400;letter-spacing:-.03em;line-height:1;color:#1b2141}.dashboard-section{margin-bottom:32px}.dashboard-section__label{display:block;margin-bottom:16px;font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#9aa1bb}.tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.tool-card{border:1px solid rgba(31,38,69,.08);border-radius:16px;background:#fff;padding:28px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .2s}.tool-card:hover{box-shadow:0 8px 32px #1f264514}.tool-card__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px}.tool-card__icon svg{width:22px;height:22px}.tool-card__title{margin:0;font-size:1.2rem;font-weight:600;color:#1b2141}.tool-card__desc{margin:0;font-size:.86rem;color:#626b8d;line-height:1.4}.tool-card__items{display:flex;flex-direction:column;gap:0;margin-top:4px}.tool-card__item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-top:1px solid rgba(31,38,69,.06);font-size:.9rem;color:#3b4268;text-decoration:none;transition:background .15s;border-radius:6px}.tool-card__item:hover{background:#4b58b80a}.tool-card__item--disabled{color:#bfc4d8;cursor:not-allowed}.tool-card__item--disabled:hover{background:transparent}.tool-card__arrow{color:#9aa1bb;font-size:1rem}.tool-card__open{display:inline-block;margin-top:8px;padding:8px 16px;border:1px solid rgba(31,38,69,.12);border-radius:8px;font-size:.86rem;font-weight:600;color:#3b4268;text-decoration:none;align-self:flex-start;transition:background .15s}.tool-card__open:hover{background:#4b58b80a}.settings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.settings-card{display:flex;align-items:center;gap:14px;padding:20px;border:1px solid rgba(31,38,69,.08);border-radius:14px;background:#fff;text-decoration:none;transition:box-shadow .15s;cursor:pointer}.settings-card:hover{box-shadow:0 4px 16px #1f26450f}.settings-card__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#4b58b814;color:#5d66b0;flex-shrink:0}.settings-card__icon svg{width:22px;height:22px}.settings-card__title{font-size:.95rem;font-weight:600;color:#1b2141}.settings-card__desc{font-size:.8rem;color:#9aa1bb;margin-top:2px}.dashboard-footer-bar{display:flex;align-items:center;gap:24px;padding:20px 0 0;margin-top:20px;border-top:1px solid rgba(31,38,69,.06);font-size:.8rem;color:#9aa1bb}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:4px;vertical-align:middle}.status-dot--green{background:#34c759}.tools-empty,.tools-loading{padding:24px;text-align:center;color:#9aa1bb;font-size:.92rem}.admin-form{border:1px solid rgba(31,38,69,.08);border-radius:16px;background:#fff;padding:28px;margin-bottom:24px}.admin-form__title{margin:0 0 18px;font-size:1.2rem;font-weight:600;color:#1b2141}.admin-form__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}.admin-field{display:flex;flex-direction:column;gap:6px}.admin-field span{font-size:.8rem;font-weight:600;color:#3b4268;text-transform:uppercase;letter-spacing:.08em}.admin-field input,.admin-field select{padding:10px 14px;border:1px solid rgba(74,85,145,.15);border-radius:10px;font-size:.92rem;color:#1f2645;background:#fff}.admin-field input::placeholder{color:#bfc4d8}.admin-form__actions{grid-column:1 / -1;display:flex;gap:10px;margin-top:8px}.admin-form__error{grid-column:1 / -1;margin:0;color:#d63031;font-size:.88rem;min-height:20px}.admin-tools-list{display:flex;flex-direction:column;gap:16px}.admin-tool-card{border:1px solid rgba(31,38,69,.08);border-radius:16px;background:#fff;padding:24px}.admin-tool-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px}.admin-tool-card__title{margin:0;font-size:1.1rem;font-weight:600;color:#1b2141}.admin-tool-card__id{margin:2px 0 0;font-size:.82rem;color:#9aa1bb;font-family:monospace}.admin-tool-card__category{display:inline-block;margin-top:6px;padding:2px 10px;border-radius:12px;font-size:.76rem;font-weight:600;background:#4b58b814;color:#5d66b0}.admin-tool-card__desc{margin:6px 0 0;font-size:.86rem;color:#626b8d}.admin-tool-card__meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.admin-tool-card__type{padding:3px 10px;border-radius:8px;font-size:.76rem;font-weight:600;background:#34c7591a;color:#2d8a4e}.admin-tool-card__entry{font-size:.76rem;color:#9aa1bb;font-family:monospace}.admin-tool-card__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.admin-tool-card__upload{cursor:pointer}.admin-tool-card__edit,.admin-tool-card__perms{margin-top:16px;padding-top:16px;border-top:1px solid rgba(31,38,69,.06)}.category-back{display:inline-flex;align-items:center;gap:6px;color:#4b58b8;text-decoration:none;font-size:.92rem;font-weight:500}.category-back:hover{color:#3f4ca6}.category-tools-list{display:flex;flex-direction:column;gap:12px}.category-tool-card{display:flex;align-items:center;gap:18px;padding:20px 24px;border:1px solid rgba(31,38,69,.08);border-radius:14px;background:#fff;text-decoration:none;transition:box-shadow .2s,border-color .2s;cursor:pointer}.category-tool-card:hover{box-shadow:0 6px 24px #1f264514;border-color:#4b58b826}.category-tool-card--disabled{opacity:.5;cursor:not-allowed}.category-tool-card--disabled:hover{box-shadow:none;border-color:#1f264514}.category-tool-card__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;flex-shrink:0}.category-tool-card__icon svg{width:24px;height:24px}.category-tool-card__body{flex:1;min-width:0}.category-tool-card__title{margin:0;font-size:1.05rem;font-weight:600;color:#1b2141}.category-tool-card__desc{margin:4px 0 0;font-size:.86rem;color:#626b8d;line-height:1.4}.category-tool-card__arrow{color:#9aa1bb;font-size:1.2rem;flex-shrink:0}.danger-action{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border:1px solid rgba(214,48,49,.2);border-radius:8px;font-size:.88rem;font-weight:600;color:#d63031;background:#d630310a;cursor:pointer;white-space:nowrap}.danger-action:hover{background:#d630311a}.perms-table{width:100%;border-collapse:collapse;font-size:.88rem}.perms-table th{text-align:left;padding:8px 12px;font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#9aa1bb;border-bottom:1px solid rgba(31,38,69,.08)}.perms-table td{padding:8px 12px;border-bottom:1px solid rgba(31,38,69,.04);color:#3b4268}.perms-table input[type=checkbox]{width:18px;height:18px;accent-color:#4b58b8;cursor:pointer}.perms-table__actions{display:flex;gap:8px;flex-wrap:wrap}.auth-shell,.workspace-shell{width:min(100%,1360px);margin:0 auto}.dashboard-topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:4px 0 16px}.dashboard-topbar--auth{margin-bottom:32px}.dashboard-brand{font-family:Avenir Next,Helvetica Neue,sans-serif;font-size:3rem;font-weight:500;letter-spacing:-.06em;color:#1f2645}.dashboard-nav{display:flex;align-items:center;gap:28px;margin-left:auto}.dashboard-nav a{color:#273152;font-size:1.02rem;font-weight:500;text-decoration:none}.dashboard-topbar__actions,.dashboard-footer__actions{display:flex;align-items:center;gap:14px}.dashboard-hero{width:min(100%,980px);margin:0 auto;padding:24px 0 40px;text-align:center}.workspace-eyebrow,.feature-panel__eyebrow,.dashboard-footer__label,.auth-field span{margin:0;color:#5d66b0;font-size:.8rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.dashboard-hero h1,.auth-panel h1,.feature-panel h2,.auth-panel--error h1{margin:0;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;font-weight:400;letter-spacing:-.04em;color:#1b2141}.dashboard-hero h1{font-size:clamp(3.4rem,6vw,5.8rem);line-height:.94}.workspace-copy,.feature-panel__copy,.dashboard-footer__copy,.auth-status,.auth-error{margin:0;color:#626b8d;line-height:1.55}.workspace-copy{margin-top:22px;font-size:1.18rem}.feature-panel{margin-bottom:12px;border-radius:8px 28px 28px;background:linear-gradient(160deg,#ffffff3d,#ffffff05),radial-gradient(circle at 20% 18%,rgba(255,255,255,.32),transparent 28%),radial-gradient(circle at 70% 75%,rgba(199,176,151,.24),transparent 30%),linear-gradient(135deg,#d9d1c4,#eee7da 44%,#ddd4c8);box-shadow:inset 0 1px #ffffff59;overflow:hidden}.feature-panel__surface{display:flex;flex-direction:column;justify-content:flex-end;gap:18px;min-height:100%;padding:38px 40px;background:radial-gradient(circle at 85% 24%,rgba(255,255,255,.36),transparent 22%),linear-gradient(180deg,#f5f1ea1a,#f3eee73d)}.feature-panel h2{font-size:clamp(2.2rem,3vw,3.2rem);line-height:.95}.feature-panel__meta{display:flex;flex-wrap:wrap;gap:10px}.feature-panel__meta span{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border:1px solid rgba(31,38,69,.1);border-radius:999px;color:#2f375b;background:#ffffff85}.dashboard-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px 8px 8px}.dashboard-footer__copy{max-width:58ch;margin-top:8px}.auth-shell{display:grid;gap:28px}.auth-panel{width:min(100%,560px);margin:0 auto;padding:40px;border:1px solid rgba(74,85,145,.12);border-radius:26px;background:#ffffffc7;box-shadow:0 24px 80px #222a4e17;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.auth-panel--error{text-align:center}.auth-panel h1,.auth-panel--error h1{font-size:clamp(2.5rem,4vw,4rem);line-height:.96}.auth-panel__header{display:grid;gap:18px}.auth-form{display:grid;gap:18px;margin-top:28px}.auth-field{display:grid;gap:10px}.auth-field input{width:100%;min-height:54px;padding:0 16px;border:1px solid rgba(74,85,145,.15);border-radius:16px;color:#1f2645;background:#ffffffd1}.auth-field input::placeholder{color:#9aa1bb}.auth-status,.auth-error{min-height:24px}.primary-action,.secondary-action{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 18px;border:1px solid transparent;border-radius:8px;font-size:.9rem;font-weight:600;white-space:nowrap;cursor:pointer}.primary-action{color:#fff;background:#4b58b8;box-shadow:0 8px 20px #4b58b826}.primary-action:hover{background:#3f4ca6}.secondary-action{color:#3b4268;border-color:#4a55911f;background:#ffffffe6}.secondary-action:hover{background:#4b58b80f}.primary-action:disabled,.secondary-action:disabled{cursor:wait;opacity:.7}code{padding:.12rem .34rem;border-radius:8px;color:#4b58b8;background:#4b58b814}.help-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#1f264573;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:helpOverlayIn .2s ease}@keyframes helpOverlayIn{0%{opacity:0}to{opacity:1}}.help-modal{position:relative;width:min(96vw,720px);max-height:88vh;display:flex;flex-direction:column;border-radius:20px;background:#fff;box-shadow:0 24px 80px #1f26452e;animation:helpModalIn .25s ease}@keyframes helpModalIn{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.help-modal__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 28px 16px;border-bottom:1px solid rgba(31,38,69,.06);flex-shrink:0}.help-modal__title{margin:0;font-size:1.18rem;font-weight:600;color:#1b2141}.help-modal__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:10px;background:transparent;color:#9aa1bb;font-size:1.5rem;cursor:pointer;transition:background .15s;flex-shrink:0}.help-modal__close:hover{background:#1f26450f;color:#3b4268}.help-modal__body{overflow-y:auto;padding:20px 28px 28px;flex:1}.help-modal__section{margin-bottom:22px}.help-modal__section h3{margin:0 0 8px;font-size:.98rem;font-weight:600;color:#4b58b8}.help-modal__section p{margin:0 0 8px;font-size:.9rem;color:#3b4268;line-height:1.6}.help-modal__section ul,.help-modal__section ol{margin:0;padding-left:20px;font-size:.9rem;color:#3b4268;line-height:1.7}.help-modal__section li{margin-bottom:6px}.help-modal__code{padding:14px 18px;border-radius:10px;background:#4b58b80d;border:1px solid rgba(75,88,184,.1);margin:10px 0}.help-modal__code code{display:block;font-size:.84rem;line-height:1.6;color:#1b2141;white-space:pre-wrap;background:transparent;padding:0}.help-modal__tip{padding:10px 14px;border-radius:8px;background:#ffaf371a;border-left:3px solid #FFAF37;font-size:.86rem;color:#3b4268}.help-modal__footer{display:flex;align-items:center;gap:10px;padding-top:18px;border-top:1px solid rgba(31,38,69,.06);margin-top:8px}@media (max-width: 980px){.dashboard-layout{flex-direction:column}.sidebar{position:static;width:100%;min-width:0;max-height:none;flex-direction:row;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 16px;border-right:none;border-bottom:1px solid rgba(31,38,69,.08)}.sidebar__logo{padding:0;font-size:1.4rem}.sidebar__section{flex-direction:row;align-items:center;gap:8px}.sidebar__label{padding:0;font-size:.6rem}.sidebar__user{margin-top:0;padding-top:0;border-top:none}.sidebar__tool-subitems{display:none}.tools-grid{grid-template-columns:1fr}.dashboard-topbar{flex-wrap:wrap;justify-content:center}.dashboard-nav{order:3;width:100%;justify-content:center;margin-left:0}.dashboard-topbar__actions,.dashboard-footer,.dashboard-footer__actions{flex-wrap:wrap}}@media (max-width: 720px){.screen--auth{padding:16px 14px 28px}.dashboard-brand{font-size:2.5rem}.dashboard-hero{padding-bottom:28px}.feature-panel__surface,.auth-panel{padding:24px}.dashboard-topbar__actions,.dashboard-footer__actions{width:100%;flex-direction:column}.primary-action,.secondary-action{width:100%}.dashboard-main{padding:16px 14px 28px}.admin-form__grid,.settings-grid{grid-template-columns:1fr}}
