@charset "UTF-8";.app[data-v-0ca304dd]{min-height:100vh}.theme-toggle[data-v-baa9f1ec]{padding:0;background:none;border:none;cursor:pointer;flex-shrink:0}.theme-toggle__track[data-v-baa9f1ec]{display:block;width:44px;height:24px;border-radius:12px;position:relative;transition:background .25s ease}.theme-toggle__thumb[data-v-baa9f1ec]{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;box-shadow:0 1px 3px #0003;transition:transform .25s ease}.theme-toggle:not(.theme-toggle--dark) .theme-toggle__track[data-v-baa9f1ec]{background:linear-gradient(90deg,#f5d547,#f0c040)}.theme-toggle:not(.theme-toggle--dark) .theme-toggle__thumb[data-v-baa9f1ec]{background:#fff}.theme-toggle:not(.theme-toggle--dark):hover .theme-toggle__track[data-v-baa9f1ec]{background:linear-gradient(90deg,#f0d030,#e5b830)}.theme-toggle--dark .theme-toggle__track[data-v-baa9f1ec]{background:linear-gradient(90deg,#2d3561,#1a1f3a,#0f1422)}.theme-toggle--dark .theme-toggle__thumb[data-v-baa9f1ec]{background:#e8eaed;transform:translate(20px)}.theme-toggle--dark:hover .theme-toggle__track[data-v-baa9f1ec]{background:linear-gradient(90deg,#35406e,#222940,#14192a)}.layout[data-v-a1fcbc65]{height:100vh;max-height:100vh;display:flex;flex-direction:column;overflow:hidden}.header[data-v-a1fcbc65]{height:56px;flex-shrink:0;background:var(--header-bg);border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;transition:background .2s,border-color .2s}.header__left[data-v-a1fcbc65]{display:flex;align-items:center}.header__right[data-v-a1fcbc65]{display:flex;align-items:center;gap:16px}.header__balance[data-v-a1fcbc65]{font-size:14px;color:var(--color-text-muted)}.header__user[data-v-a1fcbc65]{font-size:14px;color:var(--color-text)}.logo[data-v-a1fcbc65]{display:flex;align-items:center;gap:8px}.logo__icon[data-v-a1fcbc65]{width:32px;height:32px;background:var(--color-accent);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700}.logo__text[data-v-a1fcbc65]{font-size:18px;font-weight:600;color:var(--color-text)}.layout__body[data-v-a1fcbc65]{display:flex;flex:1;min-height:0;overflow:hidden}.sidebar[data-v-a1fcbc65]{width:240px;height:calc(100vh - 56px);max-height:calc(100vh - 56px);background:var(--sidebar-bg);border-right:1px solid var(--color-border);padding:24px 16px;display:flex;flex-direction:column;flex-shrink:0;overflow:hidden;transition:background .2s,border-color .2s}.nav[data-v-a1fcbc65]{display:flex;flex-direction:column;gap:2px;flex:1;min-height:0;overflow-y:auto}.nav-link[data-v-a1fcbc65]{display:flex;align-items:center;gap:10px;padding:10px 12px;color:var(--color-text-muted);text-decoration:none;border-radius:8px;font-size:14px;transition:background .2s,color .2s}.nav-link[data-v-a1fcbc65]:hover{color:var(--color-text);background:var(--color-accent-bg)}.nav-link.nav-link--active[data-v-a1fcbc65]{color:var(--color-accent);background:var(--color-accent-bg);font-weight:500}.nav-link__icon[data-v-a1fcbc65]{font-size:16px}.sidebar__foot[data-v-a1fcbc65]{margin-top:auto;padding-top:16px;flex-shrink:0}.btn-logout[data-v-a1fcbc65]{width:100%;padding:10px 12px;font-size:14px;color:var(--color-text-muted);background:transparent;border:1px solid var(--color-border);border-radius:8px;cursor:pointer;transition:all .2s}.btn-logout[data-v-a1fcbc65]:hover{color:var(--color-accent);border-color:var(--color-accent)}.main[data-v-a1fcbc65]{flex:1;padding:24px 48px 32px;min-height:calc(100vh - 56px);overflow:auto}.container[data-v-a1fcbc65]{max-width:1074px;margin:0 auto}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root,[data-theme=light]{--color-bg: #f7f9fb;--color-bg-alt: #ffffff;--color-surface: #ffffff;--color-text: #303345;--color-text-muted: #6b6d80;--color-border: #e1e8f1;--color-accent: #1968e5;--color-accent-hover: #1557c7;--color-accent-bg: #e3edfc;--color-success: #1f9649;--color-success-bg: rgba(31, 150, 73, .2);--color-error: #dd4c1e;--color-error-bg: #fcede8;--color-error-border: rgba(221, 76, 30, .35);--color-warning: #ff9e00;--color-warning-bg: rgba(255, 158, 0, .2);--color-warning-border: rgba(255, 158, 0, .5);--color-orange: #ff9e00;--color-purple: #9b59b6;--color-purple-bg: rgba(155, 89, 182, .2);--color-muted-bg: rgba(164, 165, 177, .2);--header-bg: #ffffff;--sidebar-bg: #ffffff;--card-bg: #ffffff;--input-bg: #ffffff;--color-placeholder: #a4a5b1;--color-hint: #6b6d80;--color-warning-text: #303345}[data-theme=dark]{--color-bg: #0f1419;--color-bg-alt: #1a1f26;--color-surface: #1a1f26;--color-text: #e7e9ea;--color-text-muted: #71767b;--color-border: #2f3336;--color-accent: #1d9bf0;--color-accent-hover: #1a8cd8;--color-accent-bg: rgba(29, 155, 240, .15);--color-success: #00ba7c;--color-success-bg: rgba(0, 186, 124, .2);--color-error: #f4212e;--color-error-bg: rgba(244, 33, 46, .15);--color-error-border: rgba(244, 33, 46, .4);--color-warning: #ffad4d;--color-warning-bg: rgba(255, 173, 77, .2);--color-warning-border: rgba(255, 173, 77, .5);--color-purple: #a78bfa;--color-purple-bg: rgba(167, 139, 250, .2);--color-muted-bg: rgba(113, 118, 123, .2);--color-orange: #ffad4d;--header-bg: #15202b;--sidebar-bg: #15202b;--card-bg: #1a1f26;--input-bg: #1a1f26;--color-placeholder: #71767b;--color-hint: #8b98a5;--color-warning-text: #e7e9ea}body{font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:500;color:var(--color-text);background-color:var(--color-bg);line-height:1.5;-webkit-font-smoothing:antialiased;transition:background-color .2s,color .2s}.global-title-h1{font-size:24px;font-weight:600;line-height:32px;color:var(--color-text)}.global-title-h2,.global-title-h3{font-size:16px;font-weight:500;line-height:24px;color:var(--color-text)}input::placeholder,textarea::placeholder{color:var(--color-placeholder)}.block-section__hint,.hint-text{color:var(--color-hint)}
