@charset "UTF-8";:root{--sgdc-primary: #1A52F0;--sgdc-primary-dark: #0E3FCC;--sgdc-primary-bright: #2E63FF;--sgdc-primary-light: rgba(46, 99, 255, .08);--sgdc-primary-rgb: 46, 99, 255;--sgdc-success: #16A34A;--sgdc-success-light: #ECFDF5;--sgdc-warning: #D97706;--sgdc-warning-light: #FFFBEB;--sgdc-danger: #DC2626;--sgdc-danger-light: #FEF2F2;--sgdc-info: #0EA5E9;--sgdc-info-light: #F0F9FF;--sgdc-bg: #F7F8FA;--sgdc-bg-tinted: #EEF0F4;--sgdc-surface: #FFFFFF;--sgdc-surface-hover: #F5F7FB;--sgdc-surface-tinted: #FAFBFD;--sgdc-text: #1A1F2E;--sgdc-text-secondary: #525866;--sgdc-text-muted: #8A92A6;--sgdc-text-disabled: #BFC4D1;--sgdc-border: #E5E8EE;--sgdc-border-light: #EEF0F4;--sgdc-sidebar-bg: #FFFFFF;--sgdc-sidebar-text-inactive: #525866;--sgdc-sidebar-text-active: var(--sgdc-primary);--sgdc-sidebar-active-bg: var(--sgdc-primary-light);--sgdc-sidebar-hover-bg: var(--sgdc-bg-tinted);--sgdc-sidebar-divider: var(--sgdc-border-light);--sgdc-space-1: 4px;--sgdc-space-2: 8px;--sgdc-space-3: 12px;--sgdc-space-4: 16px;--sgdc-space-5: 20px;--sgdc-space-6: 24px;--sgdc-space-8: 32px;--sgdc-space-10: 40px;--sgdc-space-12: 48px;--sgdc-radius-sm: 6px;--sgdc-radius-md: 8px;--sgdc-radius-lg: 12px;--sgdc-radius-xl: 16px;--sgdc-radius-full: 9999px;--sgdc-shadow-xs: 0 1px 2px rgba(15, 23, 42, .04);--sgdc-shadow-sm: 0 2px 4px rgba(15, 23, 42, .05);--sgdc-shadow-md: 0 4px 12px rgba(15, 23, 42, .08);--sgdc-shadow-lg: 0 12px 28px rgba(15, 23, 42, .1);--sgdc-shadow-xl: 0 24px 48px rgba(15, 23, 42, .12);--sgdc-shadow-primary: none;--sgdc-sidebar-width: 240px;--sgdc-sidebar-collapsed: 72px;--sgdc-header-height: 64px;--sgdc-content-max-width: 1280px;--sgdc-content-padding: 32px;--sgdc-transition-fast: .12s cubic-bezier(.4, 0, .2, 1);--sgdc-transition-normal: .2s cubic-bezier(.4, 0, .2, 1);--sgdc-transition-slow: .32s cubic-bezier(.4, 0, .2, 1);--sgdc-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--sgdc-font-display: "Sora", "Inter", system-ui, sans-serif}:root[data-theme=dark]{--sgdc-primary: #5685FF;--sgdc-primary-dark: #2E63FF;--sgdc-primary-bright: #7AA0FF;--sgdc-primary-light: rgba(46, 99, 255, .18);--sgdc-bg: #0A1426;--sgdc-bg-tinted: #0F1A30;--sgdc-surface: #111A2E;--sgdc-surface-hover: #1A2540;--sgdc-surface-tinted: #142036;--sgdc-text: #F5F7FF;--sgdc-text-secondary: #C8CEE0;--sgdc-text-muted: #8C95B0;--sgdc-text-disabled: #5A6280;--sgdc-border: #1F2A44;--sgdc-border-light: #18223A;--sgdc-sidebar-bg: #0A1426;--sgdc-sidebar-text-inactive: #8C95B0;--sgdc-sidebar-text-active: #FFFFFF;--sgdc-sidebar-active-bg: rgba(46, 99, 255, .18);--sgdc-sidebar-hover-bg: rgba(255, 255, 255, .04);--sgdc-sidebar-divider: rgba(255, 255, 255, .06);--sgdc-shadow-xs: 0 1px 2px rgba(0, 0, 0, .45);--sgdc-shadow-sm: 0 2px 6px rgba(0, 0, 0, .45);--sgdc-shadow-md: 0 8px 18px rgba(0, 0, 0, .5);--sgdc-shadow-lg: 0 18px 36px rgba(0, 0, 0, .55);--sgdc-shadow-xl: 0 28px 60px rgba(0, 0, 0, .65)}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--sgdc-bg);color:var(--sgdc-text);font-family:var(--sgdc-font-body);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,.sgdc-display,.sgdc-page-header__title{font-family:var(--sgdc-font-body);letter-spacing:-.015em;margin:0;color:var(--sgdc-text)}h1{font-size:1.75rem;font-weight:700;line-height:1.2}h2{font-size:1.25rem;font-weight:600;line-height:1.3}h3{font-size:1rem;font-weight:600;line-height:1.4}a{color:var(--sgdc-primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--sgdc-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--sgdc-text-muted)}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill{-webkit-text-fill-color:var(--sgdc-text);-webkit-box-shadow:0 0 0 1000px var(--sgdc-surface) inset;caret-color:var(--sgdc-text)}.sgdc-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--sgdc-space-2);border:1px solid transparent;border-radius:var(--sgdc-radius-md);padding:10px 20px;font-weight:600;font-size:.875rem;background:var(--sgdc-primary);color:#fff;transition:background var(--sgdc-transition-fast),border-color var(--sgdc-transition-fast),color var(--sgdc-transition-fast);min-height:40px;text-decoration:none}.sgdc-button:hover:not(:disabled){background:var(--sgdc-primary-dark);color:#fff;text-decoration:none}.sgdc-button:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(var(--sgdc-primary-rgb),.25)}.sgdc-button:disabled{opacity:.5;cursor:not-allowed}.sgdc-button.is-secondary{background:transparent;color:var(--sgdc-primary);border:1px solid var(--sgdc-border)}.sgdc-button.is-secondary:hover:not(:disabled){background:var(--sgdc-surface-hover);border-color:var(--sgdc-primary);color:var(--sgdc-primary)}.sgdc-button.is-ghost{background:transparent;color:var(--sgdc-text-secondary);border-color:var(--sgdc-border)}.sgdc-button.is-ghost:hover:not(:disabled){background:var(--sgdc-surface-hover);color:var(--sgdc-text)}.sgdc-button.is-danger{background:var(--sgdc-danger)}.sgdc-button.is-danger:hover:not(:disabled){background:#b91c1c}.sgdc-button.is-large{min-height:46px;padding:12px 24px;font-size:.9375rem}.sgdc-button.is-block{width:100%}.sgdc-label{display:block;font-weight:500;font-size:.8125rem;color:var(--sgdc-text-secondary);margin-bottom:6px}.sgdc-input,.sgdc-select,.sgdc-textarea{display:block;width:100%;border:1px solid var(--sgdc-border);border-radius:var(--sgdc-radius-md);padding:10px 14px;font-family:inherit;font-size:.9375rem;background:var(--sgdc-surface);color:var(--sgdc-text);min-height:40px;transition:border-color var(--sgdc-transition-fast),box-shadow var(--sgdc-transition-fast)}.sgdc-input::placeholder,.sgdc-textarea::placeholder{color:var(--sgdc-text-muted)}.sgdc-input:hover:not(:focus):not(:disabled),.sgdc-select:hover:not(:focus):not(:disabled),.sgdc-textarea:hover:not(:focus):not(:disabled){border-color:var(--sgdc-text-muted)}.sgdc-input:focus,.sgdc-select:focus,.sgdc-textarea:focus{outline:none;border-color:var(--sgdc-primary);box-shadow:0 0 0 3px rgba(var(--sgdc-primary-rgb),.15)}.sgdc-textarea{min-height:96px;resize:vertical}.sgdc-form-field{display:flex;flex-direction:column;margin-bottom:var(--sgdc-space-4)}.sgdc-helper{font-size:.75rem;color:var(--sgdc-text-muted);margin-top:4px}.sgdc-error{font-size:.75rem;color:var(--sgdc-danger);margin-top:4px}.sgdc-card{background:var(--sgdc-surface);border:1px solid var(--sgdc-border);border-radius:var(--sgdc-radius-lg);padding:var(--sgdc-space-6);box-shadow:var(--sgdc-shadow-xs)}.sgdc-card.is-flat{box-shadow:none}.sgdc-card.is-clickable{cursor:pointer;transition:border-color var(--sgdc-transition-fast),box-shadow var(--sgdc-transition-fast)}.sgdc-card.is-clickable:hover{border-color:var(--sgdc-text-muted);box-shadow:var(--sgdc-shadow-sm)}.sgdc-card__header{display:flex;justify-content:space-between;align-items:center;gap:var(--sgdc-space-3);margin-bottom:var(--sgdc-space-4);padding-bottom:var(--sgdc-space-4);border-bottom:1px solid var(--sgdc-border-light)}.sgdc-card__title{font-size:1rem;font-weight:600;color:var(--sgdc-text);margin:0}.sgdc-card__subtitle{font-size:.875rem;color:var(--sgdc-text-secondary);margin:4px 0 0}.sgdc-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:var(--sgdc-radius-full);font-size:.72rem;font-weight:600;background:var(--sgdc-primary-light);color:var(--sgdc-primary);white-space:nowrap}.sgdc-badge.is-success{background:var(--sgdc-success-light);color:var(--sgdc-success)}.sgdc-badge.is-warning{background:var(--sgdc-warning-light);color:var(--sgdc-warning)}.sgdc-badge.is-danger{background:var(--sgdc-danger-light);color:var(--sgdc-danger)}.sgdc-badge.is-info{background:var(--sgdc-info-light);color:var(--sgdc-info)}.sgdc-badge.is-secondary{background:var(--sgdc-bg-tinted);color:var(--sgdc-text-secondary)}.sgdc-badge.is-neutral{background:var(--sgdc-surface);color:var(--sgdc-text-muted);border:1px solid var(--sgdc-border)}.sgdc-stack{display:flex;flex-direction:column;gap:var(--sgdc-space-4)}.sgdc-row{display:flex;gap:var(--sgdc-space-3);align-items:center;flex-wrap:wrap}.sgdc-page{max-width:var(--sgdc-content-max-width);margin:0 auto;padding:var(--sgdc-space-6)}@media (min-width: 768px){.sgdc-page{padding:var(--sgdc-space-8)}}.sgdc-page-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--sgdc-space-3);margin-bottom:var(--sgdc-space-6)}.sgdc-page-header__left{display:flex;align-items:center;gap:14px}.sgdc-page-header__icon{width:44px;height:44px;border-radius:var(--sgdc-radius-md);background:var(--sgdc-primary-light);color:var(--sgdc-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sgdc-page-header__icon svg{width:22px;height:22px}.sgdc-page-header__title{font-size:1.375rem;font-weight:700;color:var(--sgdc-text);margin:0 0 2px}.sgdc-page-header__subtitle{font-size:.875rem;color:var(--sgdc-text-secondary);margin:0}.sgdc-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;text-align:center}.sgdc-empty__icon{width:64px;height:64px;border-radius:var(--sgdc-radius-full);background:var(--sgdc-primary-light);color:var(--sgdc-primary);display:flex;align-items:center;justify-content:center;margin-bottom:var(--sgdc-space-4)}.sgdc-empty__icon svg{width:28px;height:28px}.sgdc-empty__title{font-size:1rem;font-weight:600;color:var(--sgdc-text);margin:0 0 6px}.sgdc-empty__desc{font-size:.875rem;color:var(--sgdc-text-secondary);margin:0 0 var(--sgdc-space-5);max-width:360px}.sgdc-banner{display:flex;gap:var(--sgdc-space-3);align-items:flex-start;padding:12px var(--sgdc-space-5);border-radius:var(--sgdc-radius-md);font-size:.875rem;margin-bottom:var(--sgdc-space-5)}.sgdc-banner.is-info{background:var(--sgdc-info-light);color:var(--sgdc-info);border:1px solid #BAE6FD}.sgdc-banner.is-warning{background:var(--sgdc-warning-light);color:var(--sgdc-warning);border:1px solid #FDE68A}.sgdc-banner.is-danger{background:var(--sgdc-danger-light);color:var(--sgdc-danger);border:1px solid #FECACA}.sgdc-banner.is-success{background:var(--sgdc-success-light);color:var(--sgdc-success);border:1px solid #A7F3D0}.sgdc-admin-banner{background:var(--sgdc-warning-light);border-bottom:1px solid #FDE68A;color:#92400e;font-size:.8125rem;padding:8px 24px;text-align:center;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;letter-spacing:.01em}.sgdc-hero{background:var(--sgdc-surface);border:1px solid var(--sgdc-border);border-radius:var(--sgdc-radius-lg);padding:var(--sgdc-space-8);margin-bottom:var(--sgdc-space-5);position:relative;overflow:hidden}.sgdc-hero__inner{position:relative;display:flex;flex-direction:column;gap:6px}.sgdc-promo{display:flex;align-items:center;justify-content:space-between;gap:var(--sgdc-space-4);padding:20px 28px;border-radius:var(--sgdc-radius-lg);background:linear-gradient(90deg,#e0e7ff,#dbeafe,#fef3c7);color:#1e293b;margin-bottom:var(--sgdc-space-5);font-weight:600;font-size:.9375rem}.text-secondary{color:var(--sgdc-text-secondary)}.text-muted{color:var(--sgdc-text-muted)}.text-success{color:var(--sgdc-success)}.text-warning{color:var(--sgdc-warning)}.text-danger{color:var(--sgdc-danger)}.text-primary{color:var(--sgdc-primary)}.sgdc-brand-pill{display:inline-flex;align-items:center;gap:8px;padding:4px 10px;border-radius:var(--sgdc-radius-full);background:var(--sgdc-primary-light);color:var(--sgdc-primary);font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
