.notification-panel{position:absolute;top:calc(100% + .5rem);right:0;width:min(360px,calc(100vw - 2rem));background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001f,0 2px 8px #0000000f;border:1px solid #e5e7eb;z-index:50;overflow:hidden;display:flex;flex-direction:column;max-height:min(420px,80vh)}.notification-panel-header{padding:1rem 1.25rem .5rem;flex-shrink:0}.notification-panel-title{font-size:1rem;font-weight:700;color:#111827;margin:0 0 .25rem;line-height:1.3}.notification-panel-count{font-size:.8125rem;color:#6b7280;margin:0;line-height:1.4}.notification-panel-list{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1;min-height:0}.notification-panel-item{display:flex;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;align-items:flex-start}.notification-panel-item:last-child{border-bottom:none}.notification-panel-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:.4rem}.notification-panel-item-content{flex:1;min-width:0}.notification-panel-item-title{font-size:.875rem;font-weight:700;color:#111827;display:block;margin-bottom:.25rem;line-height:1.3}.notification-panel-item-description{font-size:.8125rem;color:#4b5563;margin:0 0 .35rem;line-height:1.4}.notification-panel-item-time{font-size:.75rem;color:#9ca3af;display:block}.notification-panel-footer{padding:.75rem 1.25rem 1rem;border-top:1px solid #e5e7eb;flex-shrink:0;text-align:center}.notification-panel-view-all{font-size:.875rem;font-weight:500;color:#2563eb;text-decoration:none;transition:color .15s}.notification-panel-view-all:hover{color:#1d4ed8}.notification-panel-wrap{position:relative;display:inline-flex}.admin-layout{min-height:100vh;background:#f0f4f8;position:relative}.admin-sidebar{position:fixed;left:0;top:0;z-index:30;width:0;height:100vh;overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:width .28s ease;box-shadow:4px 0 24px #00000014;border-right:1px solid #e5e7eb}.admin-sidebar.open{width:268px}.sidebar-inner{width:268px;height:100vh;flex-shrink:0;display:flex;flex-direction:column;overflow:hidden}.sidebar-top{padding:1rem 1.25rem 1.125rem;border-bottom:1px solid #e5e7eb}.sidebar-close-btn{display:flex;margin-left:auto;margin-bottom:.625rem;background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:6px;transition:color .15s,background .15s;line-height:0}.sidebar-close-btn:hover{color:#111827;background:#f3f4f6}.sidebar-brand{display:flex;align-items:center;gap:.75rem}.sidebar-brand-icon{width:44px;height:44px;border-radius:10px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.sidebar-brand-logo{width:100%;height:100%;object-fit:contain}.sidebar-brand-text{display:flex;flex-direction:column}.sidebar-brand-name{font-size:.8rem;font-weight:700;color:#111827;letter-spacing:.06em;text-transform:uppercase}.sidebar-brand-tier{font-size:.68rem;color:#6b7280;margin-top:2px}.sidebar-nav-block{flex:0 0 auto;overflow:hidden;margin-top:1.25rem}.sidebar-nav-title{font-size:.7rem;font-weight:600;color:#9ca3af;letter-spacing:.05em;text-transform:uppercase;margin:0 0 .5rem;padding:0 .875rem}.sidebar-nav{padding:0 .75rem .875rem;display:flex;flex-direction:column;gap:2px}.sidebar-nav-block .sidebar-nav{padding-top:.25rem}.sidebar-settings-block{flex:0 0 auto;padding:.75rem .75rem .5rem;border-top:1px solid #e5e7eb}.sidebar-settings-title{font-size:.7rem;font-weight:600;color:#9ca3af;letter-spacing:.05em;text-transform:uppercase;margin:0 0 .5rem;padding:0 .875rem}.sidebar-settings-links{display:flex;flex-direction:column;gap:2px}.sidebar-logout-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem .875rem;border-radius:8px;border:none;background:none;color:#4b5563;font-size:.85rem;font-weight:500;cursor:pointer;text-align:left;transition:background .15s,color .15s}.sidebar-logout-btn:hover{background:#fef2f2;color:#dc2626}.sidebar-nav-link{display:flex;align-items:center;gap:.75rem;padding:.625rem .875rem;border-radius:8px;color:#4b5563;text-decoration:none;font-size:.85rem;font-weight:500;transition:background .15s,color .15s}.sidebar-nav-link:hover{background:#f3f4f6;color:#111827}.sidebar-nav-link.active{background:#2563eb;color:#fff}.sidebar-nav-icon{display:flex;align-items:center;flex-shrink:0}.sidebar-nav-label{line-height:1.2}.sidebar-footer{margin-top:auto;padding:1rem 1.25rem;border-top:1px solid #e5e7eb;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:background .15s}.sidebar-footer:hover{background:#f9fafb}.sidebar-footer-avatar{width:40px;height:40px;border-radius:50%;background:#2563eb;color:#fff;font-size:.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-footer-info{display:flex;flex-direction:column;min-width:0;flex:1}.sidebar-footer-name{font-size:.875rem;font-weight:700;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.sidebar-footer-role{font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.admin-body{--header-padding-x: 1.25rem;--header-padding-right: 5.125rem;--header-menu-offset: 3.25rem;--admin-header-height: 5.5rem;height:100vh;display:flex;flex-direction:column;min-width:0;transition:margin-left .28s ease;padding-top:var(--admin-header-height);overflow:hidden}.admin-layout.sidebar-open .admin-body{margin-left:268px}.admin-header-row{position:fixed;top:0;left:0;right:0;z-index:20;display:flex;align-items:center;gap:.75rem;padding:1rem var(--header-padding-right) 1rem var(--header-padding-x);background:#f0f4f8;transition:left .28s ease}.admin-layout.sidebar-open .admin-header-row{left:268px}.header-menu-btn{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#374151;transition:background .15s,color .15s;flex-shrink:0}.header-menu-btn:hover{background:#f3f4f6;color:#111827}.admin-topbar-card{flex:1;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid #e5e7eb}.topbar-card-left{display:flex;flex-direction:column;gap:.375rem;min-width:0}.topbar-card-greeting{font-size:1.375rem;font-weight:700;color:#111827;margin:0;line-height:1.3}.topbar-card-date{margin:0;padding:0;font-size:.9375rem;color:#6b7280;line-height:1.3}.topbar-card-subtitle{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.topbar-card-right{display:flex;align-items:center;gap:.5rem}.topbar-card-icon-btn{width:40px;height:40px;border-radius:50%;border:none;background:#f3f4f6;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.topbar-card-icon-btn:hover{background:#e5e7eb;color:#111827}.topbar-card-user{display:flex;align-items:center;gap:.75rem;margin-left:.25rem;padding-left:.75rem;border-left:1px solid #e5e7eb;cursor:pointer}.topbar-card-avatar{width:40px;height:40px;border-radius:50%;background:#2563eb;color:#fff;font-size:.8125rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.topbar-card-user-info{display:flex;flex-direction:column;min-width:0}.topbar-card-name{font-size:1rem;font-weight:700;color:#111827;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-card-role{font-size:.875rem;color:#6b7280;line-height:1.3;margin-top:1px}.topbar-card-chevron{display:flex;align-items:center;color:#111827;flex-shrink:0}.admin-page-content{flex:1;min-height:0;overflow-y:auto;padding:1rem var(--header-padding-right) 1rem calc(var(--header-menu-offset) + var(--header-padding-x))}@media (min-width: 640px){.admin-page-content{padding-top:1.25rem;padding-bottom:1.5rem}}.error-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at 15% 20%,rgba(56,189,248,.14),transparent 42%),radial-gradient(circle at 82% 12%,rgba(37,99,235,.2),transparent 38%),linear-gradient(155deg,#020617,#0f172a 48%,#172554)}.error-card{width:min(640px,100%);border-radius:24px;padding:34px 30px 28px;text-align:center;background:#0f172acc;border:1px solid rgba(148,163,184,.28);box-shadow:0 30px 60px #0206178c,inset 0 1px #ffffff0d;color:#e2e8f0}.error-code{margin:0;font-size:88px;line-height:.95;letter-spacing:-.03em;font-weight:800;color:#f8fafc;text-shadow:0 14px 38px rgba(56,189,248,.35)}.error-title{margin:14px 0 10px;font-size:28px;line-height:1.15;letter-spacing:-.02em;color:#f8fafc}.error-description{margin:0 auto;max-width:540px;font-size:15px;line-height:1.6;color:#cbd5e1}.error-actions{margin-top:24px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px}.error-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:10px 16px;text-decoration:none;font-size:13px;font-weight:600;letter-spacing:.02em;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}.error-btn:hover{transform:translateY(-1px);filter:brightness(1.03)}.error-btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#eff6ff;box-shadow:0 10px 25px #2563eb73}.error-btn-secondary{background:#0f172a9e;color:#cbd5e1;border:1px solid rgba(148,163,184,.32)}@media (max-width: 640px){.error-card{padding:28px 20px 22px}.error-code{font-size:68px}.error-title{font-size:24px}}:root{--color-primary: #2563eb;--color-primary-soft: #dbeafe;--color-primary-strong: #1d4ed8;--color-bg: #0b1120;--color-bg-elevated: #0f172a;--color-bg-muted: #020617;--color-surface: #020617;--color-border-subtle: #1e293b;--color-border-strong: #38bdf8;--color-text: #e5e7eb;--color-text-muted: #9ca3af;--color-danger: #f97373;--radius-lg: 18px;--radius-md: 12px;--radius-sm: 8px;--shadow-soft: 0 18px 45px rgba(15, 23, 42, .55);--shadow-subtle: 0 1px 0 rgba(148, 163, 184, .24);--layout-max-width: 420px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}img,svg{max-width:100%;display:block}button{font:inherit;cursor:pointer}input,button,textarea{border:none;outline:none;background:transparent}a{color:inherit;text-decoration:none}body{min-height:100vh;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;-webkit-font-smoothing:antialiased;background:radial-gradient(circle at top,#eff6ff 0,#e5e7eb 38%,#d1d5db 90%);color:#0f172a}#root{min-height:100vh}.nav-logo-img{height:112px!important;width:auto!important;object-fit:contain!important;background:transparent!important;display:block!important;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))!important}nav,header{display:flex!important;align-items:center!important;padding:20px 48px!important;background:transparent!important}.turnkey-survey-shell .sd-root-modern{--sjs-general-backcolor: #0b1628 !important;--sjs-general-backcolor-dark: #132038 !important;--sjs-general-backcolor-dim: #132038 !important;--sjs-primary-backcolor: #c9a84c !important;--sjs-primary-backcolor-dark: #b8943c !important;--sjs-primary-backcolor-light: rgba(201, 168, 76, .15) !important;--sjs-primary-forecolor: #0b1628 !important;--sjs-general-forecolor: #f0ece2 !important;--sjs-general-forecolor-light: rgba(194, 206, 223, .85) !important;--sjs-border-default: rgba(255, 255, 255, .08) !important;--sjs-corner-radius: 12px !important;--sjs-font-family: "DM Sans", sans-serif !important;--sjs-question-background: rgba(255, 255, 255, .04) !important;--sjs-shadow-medium: 0 4px 20px rgba(0, 0, 0, .3) !important;background:#0b1628!important}.turnkey-survey-shell{background:#0b1628;min-height:100vh}.turnkey-survey-shell .sd-root-modern{max-width:100%!important;width:100%!important;padding:0!important}.turnkey-survey-shell .sd-container-modern{max-width:860px!important;width:100%!important;margin:0 auto!important;padding:40px 24px!important}.turnkey-survey-shell .sd-title,.turnkey-survey-shell .sd-root-modern .sv-string-viewer,.turnkey-survey-shell h3,.turnkey-survey-shell h4,.turnkey-survey-shell h5{color:#f0ece2!important}.turnkey-survey-shell .sd-description{color:#c2cedf!important}.turnkey-survey-shell .sd-page__title{color:#f0ece2!important}.turnkey-survey-shell .sd-input{background:#ffffff08!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:12px!important;color:#f0ece2!important;font-family:DM Sans,sans-serif!important;font-size:15px!important;padding:14px 18px!important;box-shadow:none!important;transition:border-color .3s,box-shadow .3s!important}.turnkey-survey-shell .sd-input:focus{border-color:#c9a84c!important;box-shadow:0 0 0 3px #c9a84c26!important;outline:none!important;background:#ffffff0d!important}.turnkey-survey-shell .sd-input::placeholder{color:#8a99b480!important}.fill-page.fill-page--surveyjs,.bo-shell.bo-shell--form{background:#0b1628!important}
