@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700;1,14..32,400&display=swap";:root{--blue-900: #0c2544;--blue-700: #124b7a;--blue-500: #1f6fb2;--green-500: #6cc7b9;--green-100: #e5f6f2;--white: #ffffff;--gray-100: #f4f7fb;--gray-300: #e1e6ee;--gray-600: #4b5a6a;--gray-700: #2d3a4a;--shadow: 0 16px 40px rgba(12, 37, 68, .15);--shadow-sm: 0 4px 12px rgba(12, 37, 68, .08);--text-primary: #0c2544;--text-on-accent: #ffffff;--page-bg: linear-gradient(180deg, #f9fbff 0%, #ffffff 60%, #f1f8f6 100%);--grid-line: #e6e8ec;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 32px}:root[data-theme=dark]{--blue-900: #0b1220;--blue-700: #8ab4f8;--blue-500: #3b82f6;--green-500: #2dd4bf;--green-100: #0f2a2a;--white: #1E293B;--gray-100: #0F172A;--gray-300: #334155;--gray-600: #94A3B8;--gray-700: #CBD5E1;--shadow: 0 18px 42px rgba(0, 0, 0, .45);--shadow-sm: 0 4px 12px rgba(0, 0, 0, .3);--text-primary: #E2E8F0;--text-on-accent: #ffffff;--page-bg: #0F172A;--grid-line: #334155}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;color:var(--text-primary);background:var(--page-bg);line-height:1.6}.container{width:min(1320px,94%);margin:0 auto}.dashboard-container{width:min(1680px,98%);margin:0 auto;padding:0 8px}.site-header{position:sticky;top:0;background:var(--white);border-bottom:1px solid var(--grid-line);z-index:10}:root[data-theme=dark] .site-header{background:#1e293b;border-bottom:1px solid var(--gray-300)}.site-header--app{background:#1e293b;border-bottom:1px solid #334155}:root[data-theme=dark] .site-header--app{background:#1e293b;border-bottom:1px solid #334155}.site-header--app .brand-title,.site-header--app .brand-sub{color:#e2e8f0}.site-header--app .brand{text-decoration:none}.site-header--app .nav a{color:#94a3b8;border-bottom-color:transparent}.site-header--app .nav a:hover{color:#e2e8f0}.site-header--app .nav a.nav-active{color:#e2e8f0;border-bottom-color:#3b82f6}.icon-btn{width:34px;height:34px;border-radius:8px;border:1px solid #334155;background:transparent;color:#94a3b8;display:grid;place-items:center;cursor:pointer;transition:background .15s,color .15s;flex-shrink:0}.icon-btn:hover{background:#334155;color:#e2e8f0}.profile-btn{background:none;border:none;padding:0;cursor:pointer;display:grid;place-items:center}.profile-avatar{width:32px;height:32px;border-radius:50%;background:#3b82f6;color:#fff;font-size:12px;font-weight:700;display:grid;place-items:center;letter-spacing:.5px}.nav-wrap{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:8px 0}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.logo{width:34px;height:34px;border-radius:10px;background:var(--blue-500);color:var(--text-on-accent);display:grid;place-items:center;font-weight:700;letter-spacing:.5px}.brand-title{font-weight:700;font-size:1rem}.brand-sub{color:var(--gray-600);font-size:.78rem}.nav{display:flex;gap:18px;justify-content:center}.nav-actions{display:flex;gap:12px;align-items:center;margin-left:auto}.mobile-nav-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;border:1px solid var(--gray-300);background:var(--white);color:var(--text-primary)}.mobile-nav-icon{width:20px;height:2px;background:currentColor;position:relative;display:block}.mobile-nav-icon:before,.mobile-nav-icon:after{content:"";position:absolute;left:0;width:20px;height:2px;background:currentColor}.mobile-nav-icon:before{top:-6px}.mobile-nav-icon:after{top:6px}.nav a{color:var(--text-primary);text-decoration:none;font-weight:500;font-size:16px;padding:4px 0;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease}.nav a:hover{color:var(--blue-500)}.nav a.nav-active{color:var(--blue-500);border-bottom-color:var(--blue-500)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:8px;border:1px solid transparent;text-decoration:none;font-weight:500;font-size:16px;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.btn:hover{box-shadow:0 4px 12px #1f6fb21f}.btn:focus-visible,.nav a:focus-visible,.mobile-nav-links a:focus-visible,.mobile-nav-toggle:focus-visible,.mobile-nav-close:focus-visible,.sheet-tab:focus-visible,.calendar-nav button:focus-visible,.shift-select:focus-visible,.single-select-input:focus-visible,.contact-form input:focus-visible,.contact-form textarea:focus-visible,.auth-card input:focus-visible,.auth-card textarea:focus-visible{outline:2px solid var(--blue-500);outline-offset:2px}.btn-primary{background:var(--blue-500);color:var(--text-on-accent)}.btn-outline{border-color:var(--blue-500);color:var(--blue-500);background:transparent}.theme-toggle{padding:10px;width:42px;height:42px;flex-shrink:0}.btn-danger{background:#dc3545;color:var(--text-on-accent);border-color:#dc3545}.btn-danger:hover{background:#bb2d3b;border-color:#bb2d3b}.hero{padding:72px 0 48px;background:linear-gradient(160deg,rgba(31,111,178,.05) 0%,transparent 60%)}:root[data-theme=dark] .hero{background:linear-gradient(160deg,rgba(59,130,246,.08) 0%,transparent 60%)}.hero-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;align-items:start}.hero-copy h1{font-size:clamp(2.5rem,4vw,3.5rem);margin:6px 0 14px}.lead{font-size:1.15rem;color:var(--gray-600)}.proof-line{margin-top:14px;display:inline-block;padding:8px 14px;border-radius:999px;border:1px solid var(--gray-300);background:var(--white);font-size:.9rem;font-weight:600;color:var(--blue-700)}.eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:.8rem;color:var(--blue-500);font-weight:700}.hero-actions{display:flex;gap:16px;margin:18px 0 8px;flex-wrap:wrap}.scroll-cue{display:inline-flex;align-items:center;gap:8px;color:var(--gray-600);text-decoration:none;font-weight:600;font-size:.9rem;margin-bottom:14px}.scroll-cue-icon{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;border:1px solid var(--gray-300);animation:scroll-cue-bounce 1.8s infinite}@keyframes scroll-cue-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}.trust-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.trust-card{padding:14px 18px;border-radius:16px;background:var(--white);border:1px solid var(--gray-300);min-width:0}.trust-number{font-weight:700}.hero-form-panel{display:flex;justify-content:center}.hero-form-card{background:var(--white);border-radius:24px;padding:28px;box-shadow:var(--shadow);border:1px solid rgba(31,111,178,.12);width:100%;display:grid;gap:14px}.hero-form-card label{display:grid;gap:8px;font-weight:600}.hero-form-card input{padding:12px 14px;border-radius:12px;border:1px solid var(--gray-300);font-family:inherit;background:var(--white);color:var(--text-primary)}.hero-form-card input:focus-visible{outline:2px solid var(--blue-500);outline-offset:1px}.hero-submit{width:100%}.hero-form-note{font-size:.85rem;color:var(--gray-600);margin:0}.hero-status{font-size:.9rem;font-weight:600;margin:0}.hero-status.is-success{color:#0b7a48}.hero-status.is-error{color:#b42318}.section{padding:70px 0}#how-it-works.section{padding-top:20px}[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease;transition-delay:var(--reveal-delay, 0ms);will-change:opacity,transform}[data-reveal=fade]{transform:none}[data-reveal].is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){[data-reveal]{opacity:1;transform:none;transition:none}}.section-header{text-align:center;margin-bottom:40px}.section-header h2{font-size:clamp(2rem,3vw,2.6rem);margin-bottom:12px}.steps-grid,.benefits-grid,.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.steps-grid{align-items:start}.step-card,.benefit-card{background:var(--white);border-radius:20px;padding:24px;border:1px solid var(--gray-300)}.step-index{width:36px;height:36px;border-radius:50%;background:var(--green-500);color:var(--text-primary);display:grid;place-items:center;font-weight:700;margin-bottom:12px}.step-security-callout{margin-top:12px;border:1px solid rgba(31,111,178,.22);border-radius:14px;padding:0;background:var(--gray-100)}.step-security-summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px;cursor:pointer}.step-security-summary::-webkit-details-marker{display:none}.step-security-title{display:inline-flex;align-items:center;gap:8px;font-weight:700}.step-security-chevron{color:var(--blue-700);transition:transform .18s ease}.step-security-callout[open] .step-security-chevron{transform:rotate(180deg)}.step-security-callout p{margin:0;padding:0 12px 8px;color:var(--gray-600)}.step-security-link{display:inline-flex;align-items:center;gap:6px;color:var(--blue-700);text-decoration:none;font-weight:700;padding:0 12px 12px}.step-security-link:focus-visible{outline:2px solid var(--blue-500);outline-offset:2px}.demo-section{background:var(--green-100)}.demo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;align-items:center}.video-placeholder{background:linear-gradient(135deg,#1f6fb226,#6cc7b980);border-radius:24px;height:260px;display:grid;place-items:center;font-weight:700;color:var(--blue-700)}.benefits-section{background:var(--white)}.proof-strip-section{padding:18px 0 0}.proof-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.proof-item{background:var(--white);border:1px solid var(--gray-300);border-radius:14px;padding:16px 18px;text-align:center;display:flex;flex-direction:column;gap:4px}.proof-item-value{font-size:1.1rem;font-weight:700;color:var(--blue-700)}.proof-item-label{font-size:.8rem;color:var(--gray-600);font-weight:500}.homepage-security-section{padding-top:40px}.homepage-security-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:16px}.homepage-security-card{background:var(--white);border:1px solid var(--gray-300);border-radius:16px;padding:18px;display:grid;gap:10px}.homepage-security-card h3{font-size:1.02rem}.homepage-security-caveat{color:var(--gray-600);margin-bottom:10px}.cta-section{padding:70px 0 90px}.cta-card{background:var(--blue-900);color:var(--text-on-accent);border-radius:28px;padding:40px;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.page-hero{padding:70px 0 40px}.bullet-list{list-style:disc;padding-left:20px;color:var(--gray-600)}.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}.contact-form{display:grid;gap:16px;background:var(--white);padding:30px;border-radius:20px;border:1px solid var(--gray-300)}.contact-form label{display:grid;gap:8px;font-weight:600}.contact-form input,.contact-form textarea{padding:12px 14px;border-radius:12px;border:1px solid var(--gray-300);font-family:inherit;background:var(--white);color:var(--text-primary)}.form-note{font-size:.85rem;color:var(--gray-600)}.form-status{font-weight:600;padding:8px 12px;border-radius:8px}.form-status.is-success{color:#0b7a48;background:#0b7a4814;border:1px solid rgba(11,122,72,.2)}.form-status.is-error{color:#b42318;background:#b4231812;border:1px solid rgba(180,35,24,.2)}.button-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.contact-card{background:var(--white);padding:30px;border-radius:20px;border:1px solid var(--gray-300);display:grid;gap:12px}.proof-card{border:1px solid rgba(31,111,178,.22);border-radius:14px;padding:14px;display:grid;gap:8px;background:var(--gray-100)}.proof-card h3{font-size:1rem}.proof-card p{margin:0;color:var(--gray-600)}.contact-security-reassurance{border:1px solid rgba(31,111,178,.22);border-radius:14px;padding:14px;display:grid;gap:8px;background:var(--gray-100)}.contact-security-reassurance h3{font-size:1rem}.contact-security-reassurance p{margin:0;color:var(--gray-600)}.about-security-block{background:var(--white);border:1px solid var(--gray-300);border-radius:20px;padding:28px;display:grid;gap:12px}.security-faq-section{padding-top:36px}.security-faq-grid{display:grid;gap:14px}.security-faq-item{background:var(--white);border:1px solid var(--gray-300);border-radius:18px;padding:18px;display:grid;gap:10px}.security-faq-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.security-faq-header h3{font-size:1.1rem}.security-faq-item h3{font-size:1.05rem;color:var(--text-primary)}.security-faq-item p{margin:0;color:var(--gray-600)}.security-caveat-block{margin-top:14px;padding:14px;border-radius:14px;border:1px solid rgba(180,35,24,.25);background:#b4231814}.security-caveat-text{margin:0;color:var(--gray-700);font-weight:400;font-size:.88rem;line-height:1.5}.security-rights-block{margin-top:14px;border:1px solid var(--gray-300);border-radius:16px;background:var(--white);padding:16px 18px}.security-rights-block h2{margin:0 0 8px;font-size:1.1rem}.security-rights-block p{margin:0;color:var(--gray-600)}.security-rights-block ul{margin:10px 0 0;padding-left:18px}.security-rights-block li{margin:6px 0;color:var(--gray-600)}.security-page-cta{margin-top:18px;display:grid;gap:8px;justify-items:start}.auth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;align-items:start}.auth-card{display:grid;gap:16px;background:var(--white);padding:30px;border-radius:20px;border:1px solid var(--gray-300);box-shadow:var(--shadow)}.auth-card label{display:grid;gap:8px;font-weight:600}.auth-card input{padding:12px 14px;border-radius:12px;border:1px solid var(--gray-300);font-family:inherit;background:var(--white);color:var(--text-primary)}.auth-card .password-field{position:relative;display:flex;align-items:center}.auth-card .password-field input{width:100%;padding-right:46px}.password-toggle{position:absolute;right:8px;width:32px;height:32px;border-radius:8px;border:1px solid transparent;background:transparent;color:var(--gray-600);display:grid;place-items:center;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.password-toggle:hover{background:var(--gray-100);color:var(--text-primary)}.password-toggle:focus-visible{outline:2px solid var(--blue-400);outline-offset:2px;border-color:var(--blue-400)}.auth-aside{background:var(--green-100);border-radius:20px;padding:30px;border:1px solid rgba(108,199,185,.5);display:grid;gap:16px}.dashboard-hero{padding:14px 0 10px;background:var(--white)}.app-workspace{font-size:15px;line-height:1.55}.app-workspace .btn,.app-workspace .sheet-tab,.app-workspace .page-desc,.app-workspace .sheet-field input,.app-workspace .date-range input,.app-workspace .text-viewer-input,.app-workspace .scheduler-table,.app-workspace .shift-select{font-size:.95em}.app-workspace .page-header-grid.minimal .page-title{font-size:30px}:root[data-theme=dark] .dashboard-hero{background:var(--white)}.dashboard-hero--minimal{border-bottom:1px solid var(--grid-line)}.page-header-grid{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap}.page-header-grid.minimal .page-title{font-size:32px;font-weight:600;color:var(--text-primary)}.page-header-grid.minimal .page-subtitle{font-size:20px;font-weight:500;color:var(--gray-700);margin-top:4px}.page-header-grid.minimal .page-desc{margin-top:6px;font-size:16px;color:var(--gray-600)}.page-header-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.page-header-actions.compact{align-items:flex-end}.header-action-btns{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding-bottom:2px}.date-range{display:grid;gap:6px;min-width:140px}.date-label{font-size:14px;color:var(--gray-600);font-weight:600;letter-spacing:.4px;text-transform:uppercase}.date-range input{border:1px solid var(--grid-line);border-radius:8px;padding:8px 10px;font-family:inherit;background:var(--white)}.dashboard-section{padding:14px 0;background:var(--white)}.status-pill{background:var(--white);border-radius:999px;padding:6px 12px;border:1px solid var(--grid-line);font-weight:500;font-size:13px}.sheet-tabs{display:flex;gap:8px;flex-wrap:nowrap;overflow-x:auto;margin-bottom:8px;padding-bottom:4px}.sheet-tabs--minimal{border-bottom:1px solid var(--grid-line)}.sheet-tab{border:none;background:transparent;border-radius:0;padding:6px 6px 10px;font-weight:500;font-size:16px;cursor:pointer;white-space:nowrap;flex:0 0 auto;color:var(--gray-600)}.sheet-tab.active{color:var(--text-primary);border-bottom:2px solid var(--blue-500)}.action-bar{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin:8px 0 10px}.action-bar.minimal{background:transparent;border:none;padding:0;box-shadow:none}.action-bar-left,.action-bar-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.action-dock{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:8px 10px;border-radius:12px;border:1px solid var(--grid-line);background:var(--gray-100);min-width:0;max-width:none}.action-dock-title{font-size:11px;font-weight:700;color:var(--gray-600);letter-spacing:.6px;text-transform:uppercase;white-space:nowrap}.action-dock-grid{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;grid-template-rows:repeat(2,auto);gap:6px;overflow-x:auto;padding-bottom:2px}.action-dock-add{display:grid;grid-auto-flow:column;align-items:center;gap:6px}.action-dock-add input{width:140px;padding:6px 8px;border-radius:8px;border:1px solid var(--grid-line);font-family:inherit;font-size:13px;background:var(--white);color:var(--text-primary)}.action-dock-error{font-size:12px;color:#b42318;white-space:nowrap}.header-action-stack{flex-direction:column;align-items:flex-end;gap:8px}.header-action-row{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:flex-end;gap:10px}.header-action-row .date-range{min-width:120px}.manage-btn{font-size:16px;font-weight:500}.menu-wrap{position:relative}.menu-card{position:absolute;right:0;top:calc(100% + 8px);background:var(--white);border:1px solid var(--grid-line);border-radius:10px;box-shadow:0 10px 24px #0f172a14;padding:8px;min-width:180px;display:grid;gap:6px;z-index:5}.menu-item{border:1px solid transparent;background:transparent;padding:8px 10px;text-align:left;border-radius:8px;font-weight:500;font-size:16px;cursor:pointer}.menu-item:hover{background:var(--gray-100)}.menu-item--danger{color:#d84646}.btn-sm{padding:7px 14px;font-size:14px;border-radius:8px}.btn-xs{padding:6px 10px;font-size:12px;border-radius:7px}.btn-danger-outline{border-color:#dc3545;color:#dc3545}.ellipsis-btn{letter-spacing:2px;padding:7px 10px;font-size:18px;border-radius:8px;line-height:1}.shift-legend{display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding:6px 0;border-bottom:1px solid var(--grid-line);margin-bottom:2px}.shift-legend-label{font-size:13px;font-weight:600;color:var(--gray-600);letter-spacing:.5px;text-transform:uppercase;margin-right:4px;white-space:nowrap}.shift-legend-chip{display:inline-flex;align-items:center;justify-content:center;padding:3px 11px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.5px;border:1px solid var(--shift-border, var(--gray-300));background-color:var(--shift-bg, var(--gray-100));color:var(--shift-text, var(--text-primary));white-space:nowrap}.dashboard-grid{display:flex;flex-direction:column;gap:8px;align-items:stretch;padding-left:0;width:100%;min-height:0}.dashboard-aside{display:grid;gap:20px}.sheet-controls{display:grid;grid-template-columns:minmax(240px,1fr);gap:10px;margin-bottom:16px;align-items:end;width:100%}.sheet-field{display:grid;gap:6px;font-weight:500}.sheet-field label{font-size:13px;color:var(--gray-600)}.sheet-field input{padding:8px 10px;border-radius:8px;border:1px solid var(--grid-line);font-family:inherit;font-size:16px;background:var(--white);color:var(--text-primary)}.sheet-field input[type=file]{padding:6px 8px}.sheet-field-compact{justify-self:start;max-width:170px}.sheet-name-field{min-width:160px}.sheet-viewer-field{min-width:260px;max-width:420px}.sheet-import{grid-column:span 2}.scheduler-card{background:var(--white);border-radius:12px;border:1px solid var(--grid-line);padding:12px;box-shadow:none;width:100%;display:flex;flex-direction:column;min-height:0;min-width:0}.scheduler-table-wrapper{overflow-x:hidden;overflow-y:auto;border-radius:12px;border:1px solid var(--grid-line);background:var(--white);width:100%;min-width:0;flex:1;max-height:none;height:clamp(460px,86vh,1200px)}.scheduler-table-layout{display:grid;grid-template-columns:max-content minmax(0,1fr);width:100%;max-width:100%;min-width:0;align-items:stretch;overflow:hidden}.scheduler-table-layout>.scheduler-table-fixed{background:var(--white);border-right:1px solid var(--grid-line);position:relative;z-index:2}.scheduler-table-scroll{min-width:0;overflow-x:auto;overflow-y:visible;background:var(--white);height:100%;width:100%;max-width:100%}.scheduler-table{border-collapse:collapse;font-size:16px;table-layout:fixed;width:max-content;min-width:100%}.scheduler-table th,.scheduler-table td{border:1px solid var(--grid-line);padding:4px 6px;text-align:left;background:var(--white);vertical-align:middle}.scheduler-table thead th{position:sticky;top:0;background:var(--gray-100);z-index:3;font-weight:500;font-size:13px;line-height:1.2;padding-top:4px;padding-bottom:4px}.scheduler-table tbody tr,.scheduler-table tbody td{height:28px}.scheduler-table tbody .cell-stack{height:100%;align-content:center;justify-content:center}.header-spacer{display:block;height:18px}.header-placeholder{background:transparent;border:none;box-shadow:none;pointer-events:none;padding:0;height:32px}.col-select{width:44px;min-width:44px;text-align:center}.col-locum{width:200px;min-width:200px}.col-client{width:110px;min-width:110px}.col-search{width:80px;min-width:80px}.col-specialty{width:160px;min-width:160px}.col-keyword{width:120px;min-width:120px}.col-gender{width:80px;min-width:80px}.col-time{width:90px;min-width:90px}.date-col{width:63.21px;min-width:63.21px;text-align:center}.date-header-stack{display:flex;flex-direction:column;gap:2px;align-items:center;justify-content:center;line-height:1.1;height:100%}.header-cell{height:34px;min-height:34px;padding-top:4px;padding-bottom:4px;box-sizing:border-box}.date-col.header-cell,.scheduler-table-dates thead th{height:52px;min-height:52px;padding-top:4px;padding-bottom:4px}.week-group{font-size:13px;font-weight:500;text-align:center;color:var(--gray-700);background:var(--gray-100)}.weekday-header{font-weight:700}.date-header{font-size:14px;color:var(--gray-600)}.cell-stack{display:grid;gap:6px}.cell-value{background:var(--gray-100);border-radius:8px;padding:4px 6px;min-height:32px;display:flex;align-items:center;justify-content:center;font-weight:600}.scheduler-table input{width:100%;border:1px solid transparent;background:transparent;font-family:inherit;padding:2px 6px;border-radius:8px;color:inherit;height:18px}.scheduler-table input[type=checkbox]{width:14px;height:14px;margin:0 auto}.scheduler-table input:focus{outline:2px solid rgba(31,111,178,.2);border-color:#1f6fb259;background:var(--white)}.shift-cell{background:var(--shift-cell-bg, var(--white));transition:background-color .15s ease}.shift-cell:hover{background:var(--shift-cell-hover, var(--shift-cell-bg, var(--white)))}.shift-select{width:100%;padding:2px 24px 2px 8px;border-radius:8px;border:1px solid var(--grid-line);font-family:inherit;background-color:var(--shift-bg, var(--white));background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;color:var(--shift-text, var(--text-primary));height:22px;-moz-appearance:none;appearance:none;-webkit-appearance:none;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.col-custom{width:140px;min-width:140px}.text-viewer-input{width:100%;border:1px solid var(--grid-line);border-radius:10px;padding:6px 8px;font-family:inherit;font-size:14px;resize:vertical;background:var(--white);color:var(--text-primary)}.shift-select:hover,.shift-select:focus{background-color:var(--shift-hover, var(--shift-bg, var(--white)));border-color:var(--grid-line);box-shadow:none}.weekend-col{background:#f8fafc}[data-theme=dark] .weekend-col{background:#33415540}.weekend-col.shift-cell:not([class*=shift-type-]){background:#f8fafc}[data-theme=dark] .weekend-col.shift-cell:not([class*=shift-type-]){background:#33415540}.scheduler-table tbody tr:hover td:not(.shift-cell){background:#f0f4f9}[data-theme=dark] .scheduler-table tbody tr:hover td:not(.shift-cell){background:#33415566}.shift-type-LD{--shift-bg: #FEF3C7;--shift-text: #78350F;--shift-border: #FCD34D;--shift-hover: #FDE68A;--shift-cell-bg: #FEF3C7;--shift-cell-hover: #FDE68A;--shift-border-strong: #FCD34D}[data-theme=dark] .shift-type-LD{--shift-bg: #3D2800;--shift-text: #FDE68A;--shift-border: #92400E;--shift-hover: #451A03;--shift-cell-bg: #3D2800;--shift-cell-hover: #451A03;--shift-border-strong: #92400E}.shift-type-E{--shift-bg: #E0F2FE;--shift-text: #0C4A6E;--shift-border: #7DD3FC;--shift-hover: #BAE6FD;--shift-cell-bg: #E0F2FE;--shift-cell-hover: #BAE6FD;--shift-border-strong: #7DD3FC}[data-theme=dark] .shift-type-E{--shift-bg: #0C2D3F;--shift-text: #BAE6FD;--shift-border: #0369A1;--shift-hover: #0A1F2E;--shift-cell-bg: #0C2D3F;--shift-cell-hover: #0A1F2E;--shift-border-strong: #0369A1}.shift-type-N{--shift-bg: #EEF2FF;--shift-text: #1E1B4B;--shift-border: #A5B4FC;--shift-hover: #C7D2FE;--shift-cell-bg: #EEF2FF;--shift-cell-hover: #C7D2FE;--shift-border-strong: #A5B4FC}[data-theme=dark] .shift-type-N{--shift-bg: #1E1B3A;--shift-text: #C7D2FE;--shift-border: #4338CA;--shift-hover: #16143A;--shift-cell-bg: #1E1B3A;--shift-cell-hover: #16143A;--shift-border-strong: #4338CA}.shift-type-AE{--shift-bg: #F5F3FF;--shift-text: #3B0764;--shift-border: #C4B5FD;--shift-hover: #DDD6FE;--shift-cell-bg: #F5F3FF;--shift-cell-hover: #DDD6FE;--shift-border-strong: #C4B5FD}[data-theme=dark] .shift-type-AE{--shift-bg: #2D1B4E;--shift-text: #DDD6FE;--shift-border: #7C3AED;--shift-hover: #1E1035;--shift-cell-bg: #2D1B4E;--shift-cell-hover: #1E1035;--shift-border-strong: #7C3AED}.shift-type-BANK{--shift-bg: #DCFCE7;--shift-text: #14532D;--shift-border: #86EFAC;--shift-hover: #BBF7D0;--shift-cell-bg: #DCFCE7;--shift-cell-hover: #BBF7D0;--shift-border-strong: #86EFAC}[data-theme=dark] .shift-type-BANK{--shift-bg: #0F2E1A;--shift-text: #BBF7D0;--shift-border: #16A34A;--shift-hover: #052E16;--shift-cell-bg: #0F2E1A;--shift-cell-hover: #052E16;--shift-border-strong: #16A34A}.shift-pool-0{--shift-bg: #FFF7ED;--shift-text: #7C2D12;--shift-border: #FED7AA;--shift-hover: #FFEDD5;--shift-cell-bg: #FFF7ED;--shift-cell-hover: #FFEDD5;--shift-border-strong: #FED7AA}[data-theme=dark] .shift-pool-0{--shift-bg: #3C1910;--shift-text: #FED7AA;--shift-border: #9A3412;--shift-hover: #2C1008;--shift-cell-bg: #3C1910;--shift-cell-hover: #2C1008;--shift-border-strong: #9A3412}.shift-pool-1{--shift-bg: #F0FDF4;--shift-text: #14532D;--shift-border: #86EFAC;--shift-hover: #DCFCE7;--shift-cell-bg: #F0FDF4;--shift-cell-hover: #DCFCE7;--shift-border-strong: #86EFAC}[data-theme=dark] .shift-pool-1{--shift-bg: #052E16;--shift-text: #86EFAC;--shift-border: #16A34A;--shift-hover: #03200E;--shift-cell-bg: #052E16;--shift-cell-hover: #03200E;--shift-border-strong: #16A34A}.shift-pool-2{--shift-bg: #FFF1F2;--shift-text: #881337;--shift-border: #FDA4AF;--shift-hover: #FFE4E6;--shift-cell-bg: #FFF1F2;--shift-cell-hover: #FFE4E6;--shift-border-strong: #FDA4AF}[data-theme=dark] .shift-pool-2{--shift-bg: #3B0919;--shift-text: #FDA4AF;--shift-border: #BE123C;--shift-hover: #290613;--shift-cell-bg: #3B0919;--shift-cell-hover: #290613;--shift-border-strong: #BE123C}.shift-pool-3{--shift-bg: #F0F9FF;--shift-text: #0C4A6E;--shift-border: #7DD3FC;--shift-hover: #E0F2FE;--shift-cell-bg: #F0F9FF;--shift-cell-hover: #E0F2FE;--shift-border-strong: #7DD3FC}[data-theme=dark] .shift-pool-3{--shift-bg: #082F49;--shift-text: #7DD3FC;--shift-border: #0284C7;--shift-hover: #062133;--shift-cell-bg: #082F49;--shift-cell-hover: #062133;--shift-border-strong: #0284C7}.shift-pool-4{--shift-bg: #FEFCE8;--shift-text: #713F12;--shift-border: #FDE68A;--shift-hover: #FEF9C3;--shift-cell-bg: #FEFCE8;--shift-cell-hover: #FEF9C3;--shift-border-strong: #FDE68A}[data-theme=dark] .shift-pool-4{--shift-bg: #2D1E00;--shift-text: #FDE68A;--shift-border: #854D0E;--shift-hover: #1E1400;--shift-cell-bg: #2D1E00;--shift-cell-hover: #1E1400;--shift-border-strong: #854D0E}.shift-pool-5{--shift-bg: #FDF4FF;--shift-text: #581C87;--shift-border: #E9D5FF;--shift-hover: #F3E8FF;--shift-cell-bg: #FDF4FF;--shift-cell-hover: #F3E8FF;--shift-border-strong: #E9D5FF}[data-theme=dark] .shift-pool-5{--shift-bg: #3B0764;--shift-text: #E9D5FF;--shift-border: #7E22CE;--shift-hover: #2D0552;--shift-cell-bg: #3B0764;--shift-cell-hover: #2D0552;--shift-border-strong: #7E22CE}.row-selected td{background:var(--green-100)}.cell-link{background:none;border:none;color:var(--blue-500);font-weight:600;cursor:pointer}.sheet-actions-row{display:flex;gap:8px;margin-bottom:8px;flex-wrap:wrap}.sheet-actions-row .btn{padding:6px 14px;font-size:.85rem}.logs-placeholder{border:1px dashed var(--gray-300);border-radius:14px;padding:40px;text-align:center;color:var(--gray-600);background:var(--gray-100)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0c254473;display:grid;place-items:center;z-index:50;padding:24px}.modal-card{background:var(--white);border-radius:20px;padding:20px;width:min(520px,90%);box-shadow:var(--shadow)}.modal-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.modal-close{border:1px solid var(--gray-300);background:var(--white);border-radius:999px;padding:6px 12px;cursor:pointer;font-weight:600}.history-list{display:grid;gap:12px;padding-left:20px}.history-meta{font-size:.85rem;color:var(--gray-600)}.sheet-card{background:var(--white);border-radius:20px;border:1px solid var(--gray-300);padding:18px;box-shadow:var(--shadow)}.sheet-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;flex-wrap:wrap;gap:12px}.sheet-meta{color:var(--gray-600);font-size:.9rem}.sheet-table-wrapper{overflow:auto;max-height:520px;border-radius:14px;border:1px solid var(--grid-line)}.sheet-table{width:100%;border-collapse:collapse;min-width:1180px}.sheet-table th,.sheet-table td{padding:10px 12px;border:1px solid var(--grid-line);text-align:left;vertical-align:top}.sheet-table th{position:sticky;top:0;background:var(--gray-100);font-weight:700;z-index:1}.sheet-table input{width:100%;border:1px solid transparent;background:transparent;font-family:inherit;padding:8px 10px;border-radius:10px;color:inherit}.sheet-table input:focus{outline:2px solid rgba(31,111,178,.2);border-color:#1f6fb259;background:var(--white)}.sheet-select-col{width:48px;text-align:center}.sheet-select-col input{width:16px;height:16px}.sheet-card--logs .sheet-table th,.sheet-card--logs .sheet-table td{font-size:.82rem;padding:8px 10px}.sheet-card--logs .sheet-table input{font-size:.82rem;padding:6px 8px}.sheet-card--logs .sheet-table th:nth-child(5),.sheet-card--logs .sheet-table td:nth-child(5),.sheet-card--logs .sheet-table th:nth-child(6),.sheet-card--logs .sheet-table td:nth-child(6){width:90px;min-width:90px}.trusts-table-wrapper{max-height:560px}.trusts-table th,.trusts-table td{font-size:.92rem}.trusts-table td{white-space:nowrap}.cell-invalid{background:#ff7a592e;border-color:#ff7a5999}.multi-select,.single-select{position:relative}.single-select-input{width:100%;padding:8px 10px;border-radius:10px;border:1px solid var(--gray-300);background:var(--white);font-family:inherit}.calendar-card{background:var(--white);border-radius:20px;border:1px solid var(--gray-300);padding:18px;box-shadow:var(--shadow)}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:12px}.calendar-sub{color:var(--gray-600);font-size:.9rem}.calendar-nav{display:flex;gap:8px}.calendar-nav button{border:1px solid var(--gray-300);background:var(--white);border-radius:999px;padding:6px 12px;cursor:pointer;font-weight:600}.calendar-multi{display:grid;gap:16px}.calendar-month{border:1px solid var(--gray-300);border-radius:16px;padding:12px;background:var(--gray-100)}.calendar-month-title{font-weight:700;margin-bottom:8px}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.calendar-cell{min-height:68px;border-radius:12px;background:var(--gray-100);border:1px solid transparent;padding:8px;font-size:.85rem;display:grid;gap:4px;cursor:pointer;text-align:left;color:inherit;font-family:inherit}.calendar-empty{background:transparent;border:1px dashed rgba(214,221,230,.6);cursor:default}.calendar-cell:disabled{cursor:default;opacity:.6}.calendar-cell:focus-visible{outline:2px solid var(--blue-500);outline-offset:2px}.calendar-day{background:transparent;font-weight:700;min-height:24px}.calendar-date{font-weight:700}.calendar-count{color:var(--blue-700);font-weight:600}.calendar-selected{background:#1f6fb233;border:1px solid rgba(31,111,178,.4)}.calendar-select{margin-top:6px}.calendar-select select{width:100%;border-radius:10px;border:1px solid var(--gray-300);padding:6px 8px;font-family:inherit}.info-card{background:var(--white);border-radius:20px;border:1px solid var(--gray-300);padding:18px;display:grid;gap:10px}.security-box{margin-top:14px;background:var(--gray-100);padding:18px;border-radius:14px}.mobile-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0c254473;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:20}.mobile-nav-backdrop.is-open{opacity:1;pointer-events:auto}.mobile-nav{position:fixed;top:0;right:0;height:100vh;width:min(360px,88vw);background:var(--white);border-left:1px solid var(--gray-300);box-shadow:var(--shadow);transform:translate(100%);transition:transform .25s ease;padding:20px;display:flex;flex-direction:column;gap:20px;z-index:25;visibility:hidden;pointer-events:none}:root[data-theme=dark] .mobile-nav{background:#0b1220;border-color:var(--gray-300)}.mobile-nav.is-open{transform:translate(0);visibility:visible;pointer-events:auto}.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.mobile-nav-title{font-weight:700;font-size:1rem}.mobile-nav-close{border:1px solid var(--gray-300);background:transparent;border-radius:999px;padding:6px 12px;font-weight:600;cursor:pointer}.mobile-nav-links{display:flex;flex-direction:column;gap:12px}.mobile-nav-links a{text-decoration:none;color:var(--text-primary);font-weight:600;padding:6px 2px;border-bottom:1px solid transparent}.mobile-nav-links a.nav-active{color:var(--blue-500);border-bottom-color:var(--blue-500)}.mobile-nav-actions{display:grid;gap:10px;margin-top:auto}@media (max-width: 900px){.hero-grid,.demo-grid,.contact-grid,.auth-grid{grid-template-columns:1fr}.nav,.nav-actions{display:none}.mobile-nav-toggle{display:inline-flex}.sheet-tabs{flex-wrap:wrap;overflow-x:visible}.scheduler-table-wrapper{height:clamp(320px,70vh,720px)}.sheet-controls{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.sheet-field-compact{max-width:none}.dashboard-grid{min-height:auto}.action-dock{width:100%}.action-dock{grid-template-columns:1fr;justify-items:stretch}.action-dock-grid{grid-auto-flow:row;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none;overflow-x:visible}.action-dock-add{grid-auto-flow:row}.hero-form-card{padding:24px}.proof-strip,.trust-row,.homepage-security-grid{grid-template-columns:1fr}.security-faq-header{flex-direction:column;align-items:flex-start}}@media (max-width: 700px){.nav-wrap{flex-direction:row;align-items:center;justify-content:space-between}.nav-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.cta-card{text-align:left}}.not-found-section{min-height:70vh;display:flex;align-items:center}.not-found-container{display:grid;gap:16px;justify-items:start}.not-found-code{font-size:clamp(5rem,14vw,10rem);font-weight:800;line-height:1;background:linear-gradient(135deg,var(--blue-500),var(--green-500));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.9}.not-found-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}.skip-link{position:absolute;top:-100%;left:16px;z-index:100;padding:8px 16px;background:var(--blue-500);color:var(--text-on-accent);border-radius:0 0 8px 8px;font-weight:700;text-decoration:none;transition:top .15s ease}.skip-link:focus{top:0}.video-placeholder{background:linear-gradient(135deg,#1f6fb21f,#6cc7b966);border-radius:24px;height:260px;display:grid;place-items:center;font-weight:700;color:var(--blue-700);border:1px solid rgba(31,111,178,.15);position:relative;overflow:hidden}.video-placeholder-inner{display:flex;flex-direction:column;align-items:center;gap:12px}.video-play-btn{width:56px;height:56px;border-radius:50%;background:var(--white);box-shadow:var(--shadow);display:grid;place-items:center;color:var(--blue-500)}.video-placeholder-label{font-size:.9rem;font-weight:600;color:var(--blue-700);opacity:.85}.page-hero{padding:80px 0 48px}.site-footer{background:var(--blue-900);color:var(--text-on-accent);margin-top:32px}:root[data-theme=dark] .site-footer{background:#060c18;border-top:1px solid var(--gray-300)}.footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;padding:48px 0 32px}@media (max-width: 900px){.footer-grid{grid-template-columns:1fr;gap:24px}}.footer-title{font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:1px;opacity:.6;margin-bottom:10px}.site-footer p{font-size:.9rem;opacity:.8;line-height:1.6}.site-footer a{color:var(--green-500);text-decoration:none}.site-footer a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:18px 0;font-size:.82rem;opacity:.55}.feature-card{background:var(--white);border-radius:20px;padding:28px 24px;border:1px solid var(--gray-300);display:grid;gap:14px;align-content:start;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0c25441f}:root[data-theme=dark] .feature-card:hover{box-shadow:0 10px 30px #0006}.feature-card-icon{width:56px;height:56px;border-radius:14px;background:var(--green-100);color:var(--blue-500);display:grid;place-items:center;flex-shrink:0}.feature-card h3{font-size:1.1rem;margin:0}.feature-card p{color:var(--gray-600);font-size:.95rem;margin:0}.feature-card-link{color:var(--blue-500);font-weight:700;font-size:.9rem;text-decoration:none;display:inline-flex;align-items:center;gap:4px;margin-top:4px}.feature-card-link:hover{text-decoration:underline}.feature-card-link:focus-visible{outline:2px solid var(--blue-500);outline-offset:2px;border-radius:4px}.roles-section{background:var(--gray-100)}.roles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px}.role-card{background:var(--white);border-radius:20px;padding:24px;border:1px solid var(--gray-300);display:grid;gap:10px;align-content:start;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease,border-color .2s ease}.role-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0c25441f;border-color:var(--blue-500)}:root[data-theme=dark] .role-card:hover{box-shadow:0 10px 30px #0006}.role-card-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--blue-500),var(--green-500));color:#fff;display:grid;place-items:center}.role-card-title{font-size:1.05rem;font-weight:700;color:var(--text-primary);margin:0}.role-card-desc{font-size:.9rem;color:var(--gray-600);margin:0;line-height:1.55}.role-card-cta{font-size:.88rem;font-weight:700;color:var(--blue-500);display:inline-flex;align-items:center;gap:4px;margin-top:2px}.stats-strip-section{background:var(--blue-900);padding:52px 0}:root[data-theme=dark] .stats-strip-section{background:#060c18}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;text-align:center}.stat-value{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;color:var(--green-500);line-height:1.1}.stat-label{font-size:.88rem;color:#ffffffb8;margin-top:6px;line-height:1.4}@media (max-width: 700px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}}.testimonial-section{background:var(--green-100)}.testimonial-card{background:var(--white);border-radius:24px;padding:40px;border:1px solid var(--gray-300);box-shadow:var(--shadow-sm);max-width:740px;margin:0 auto;text-align:center;display:grid;gap:20px}.testimonial-quote-mark{font-size:3.5rem;line-height:1;color:var(--blue-500);opacity:.35;margin-bottom:-8px;font-family:Georgia,serif}.testimonial-quote{font-size:clamp(1.05rem,2vw,1.2rem);color:var(--text-primary);font-style:italic;line-height:1.75;margin:0}.testimonial-byline{display:flex;flex-direction:column;gap:3px}.testimonial-author{font-weight:700;color:var(--text-primary);font-size:.95rem}.testimonial-role-label{font-size:.85rem;color:var(--gray-600)}.value-blocks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:28px}.value-block{display:grid;gap:12px;align-content:start}.value-block-icon{width:48px;height:48px;border-radius:12px;background:var(--green-100);color:var(--blue-500);display:grid;place-items:center}.value-block h3{font-size:1.08rem;margin:0}.value-block p{color:var(--gray-600);font-size:.95rem;margin:0;line-height:1.6}.footer-logo-row{display:flex;align-items:center;gap:10px;margin-bottom:4px}.footer-logo{width:30px;height:30px;font-size:.8rem;flex-shrink:0}.footer-links{display:flex;flex-direction:column;gap:8px;margin-top:4px}.footer-links a{color:var(--green-500);text-decoration:none;font-size:.9rem;opacity:.85}.footer-links a:hover{opacity:1;text-decoration:underline}.footer-bottom-links{display:flex;gap:16px;opacity:.55}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}@media (max-width: 768px){.hide-mobile{display:none}}.analysis-filters{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end;margin-bottom:24px}.analysis-filters select,.analysis-filters input,.analysis-range-row input{padding:8px 10px;border-radius:8px;border:1px solid var(--gray-300);background:var(--white);color:var(--text-primary);font-family:inherit}.analysis-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:28px}.analysis-kpi-card{background:var(--white);border:1px solid var(--gray-300);border-radius:16px;padding:16px;display:grid;gap:8px;box-shadow:var(--shadow-sm)}.analysis-kpi-header{display:flex;align-items:center;gap:10px;font-weight:600}.analysis-kpi-icon{width:36px;height:36px;border-radius:12px;background:var(--green-100);color:var(--blue-500);font-weight:700;display:grid;place-items:center;font-size:.72rem;letter-spacing:.6px}.analysis-kpi-label{font-size:.95rem}.analysis-kpi-value{font-size:2rem;font-weight:700}.analysis-kpi-sublabel{color:var(--gray-600);font-size:.85rem}.analysis-charts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:28px}.analysis-card{background:var(--white);border:1px solid var(--gray-300);border-radius:18px;padding:18px;box-shadow:var(--shadow-sm);display:grid;gap:16px}.analysis-card--wide{grid-column:span 2}.analysis-card-header h3{margin:0;font-size:1.1rem}.analysis-card-header p{margin:2px 0 0;color:var(--gray-600);font-size:.9rem}.analysis-bar-chart{display:grid;grid-template-columns:repeat(auto-fit,minmax(44px,1fr));gap:12px;align-items:end;min-height:220px}.analysis-bar{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:6px;height:100%}.analysis-bar-value{font-size:.78rem;color:var(--gray-600)}.analysis-bar-fill{width:100%;max-width:30px;background:linear-gradient(180deg,var(--blue-500),var(--green-500));border-radius:10px 10px 6px 6px;transition:height .2s ease}.analysis-bar-label{font-size:.7rem;color:var(--gray-600);text-align:center}.analysis-pie-wrap{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.analysis-pie{--pie-percent: 0%;width:180px;height:180px;border-radius:50%;background:conic-gradient(var(--blue-500) 0 var(--pie-percent),var(--gray-300) var(--pie-percent) 100%);position:relative}.analysis-pie:after{content:"";position:absolute;top:22px;right:22px;bottom:22px;left:22px;border-radius:50%;background:var(--white);border:1px solid var(--gray-300)}.analysis-pie-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.9rem;z-index:1}.analysis-pie-center strong{font-size:1.3rem}.analysis-pie-legend{display:grid;gap:8px;font-size:.9rem;color:var(--gray-600)}.analysis-legend-swatch{width:12px;height:12px;border-radius:3px;display:inline-block;margin-right:8px}.analysis-legend-swatch--relevant{background:var(--blue-500)}.analysis-legend-swatch--other{background:var(--gray-300)}.analysis-breakdown{display:grid;gap:12px}.analysis-breakdown-bar{display:grid;grid-template-columns:60px 1fr 40px;align-items:center;gap:10px}.analysis-breakdown-label{font-weight:600;font-size:.85rem}.analysis-breakdown-track{height:10px;background:var(--gray-100);border-radius:999px;overflow:hidden;border:1px solid var(--gray-300)}.analysis-breakdown-fill{height:100%;background:linear-gradient(90deg,var(--blue-500),var(--green-500))}.analysis-breakdown-value{font-weight:600;text-align:right}.analysis-ranges-card{margin-top:20px}.analysis-range-grid{display:grid;gap:12px}.analysis-range-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:12px;align-items:end}.analysis-range-row .btn{align-self:end}@media (max-width: 900px){.analysis-charts-grid{grid-template-columns:1fr}.analysis-card--wide{grid-column:span 1}.analysis-breakdown-bar{grid-template-columns:50px 1fr 34px}}@media (max-width: 700px){.analysis-range-row{grid-template-columns:1fr}.analysis-range-row .btn{width:100%}}.docs-base-url{margin-top:var(--space-3);font-size:.95rem;opacity:.75}.docs-base-url code{background:var(--color-surface-2, rgba(0,0,0,.06));padding:2px 6px;border-radius:4px}.docs-layout{display:grid;grid-template-columns:220px 1fr;gap:var(--space-10);align-items:start}@media (max-width: 900px){.docs-layout{grid-template-columns:1fr}.docs-sidebar{display:none}}.docs-sidebar{position:sticky;top:80px;background:var(--color-surface-1, #fafafa);border:1px solid var(--color-border, #e5e7eb);border-radius:10px;padding:var(--space-4)}[data-theme=dark] .docs-sidebar{background:var(--color-surface-dark-1, #1a1d23)}.docs-sidebar-heading{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.5;margin-bottom:var(--space-2)}.docs-sidebar ul{list-style:none;margin:0;padding:0}.docs-sidebar li+li{margin-top:2px}.docs-sidebar-link{display:block;padding:5px 10px;border-radius:6px;font-size:.88rem;color:inherit;text-decoration:none;transition:background .15s}.docs-sidebar-link:hover{background:var(--color-surface-2, rgba(0,0,0,.05))}.docs-sidebar-link--active{background:var(--color-primary, #2563eb);color:#fff}.docs-section{margin-bottom:var(--space-12)}.docs-section h2{font-size:1.4rem;font-weight:700;margin-bottom:var(--space-5);padding-bottom:var(--space-2);border-bottom:2px solid var(--color-border, #e5e7eb)}.docs-endpoint-card{border:1px solid var(--color-border, #e5e7eb);border-radius:10px;padding:var(--space-5);margin-bottom:var(--space-6);background:var(--color-surface-1, #fafafa)}[data-theme=dark] .docs-endpoint-card{background:var(--color-surface-dark-1, #1a1d23)}.docs-endpoint-header{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap;margin-bottom:var(--space-3)}.docs-endpoint-path{font-size:1rem;font-weight:600;flex:1}.docs-aliases{font-size:.82rem;opacity:.6;margin-bottom:var(--space-2)}.docs-aliases code{margin-right:6px}.docs-summary{margin-bottom:var(--space-4);line-height:1.6}.docs-python-label{font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;opacity:.55;margin:var(--space-4) 0 var(--space-2)}.docs-badge{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.05em;padding:3px 9px;border-radius:5px;text-transform:uppercase;white-space:nowrap}.docs-badge--get{background:#dcfce7;color:#15803d}.docs-badge--post{background:#dbeafe;color:#1d4ed8}.docs-badge--delete{background:#fee2e2;color:#b91c1c}[data-theme=dark] .docs-badge--get{background:#14532d;color:#86efac}[data-theme=dark] .docs-badge--post{background:#1e3a5f;color:#93c5fd}[data-theme=dark] .docs-badge--delete{background:#450a0a;color:#fca5a5}.docs-auth{font-size:.72rem;font-weight:600;padding:3px 9px;border-radius:20px;white-space:nowrap}.docs-auth--secret{background:#fef9c3;color:#854d0e}.docs-auth--bearer{background:#ede9fe;color:#5b21b6}.docs-auth--both{background:#e0f2fe;color:#0369a1}.docs-auth--none{background:#f1f5f9;color:#475569}[data-theme=dark] .docs-auth--secret{background:#451a03;color:#fde68a}[data-theme=dark] .docs-auth--bearer{background:#2e1065;color:#c4b5fd}[data-theme=dark] .docs-auth--both{background:#0c2a40;color:#7dd3fc}[data-theme=dark] .docs-auth--none{background:#1e293b;color:#94a3b8}.docs-params-table{width:100%;border-collapse:collapse;font-size:.85rem;margin-bottom:var(--space-4)}.docs-params-table th,.docs-params-table td{text-align:left;padding:7px 10px;border:1px solid var(--color-border, #e5e7eb)}.docs-params-table th{background:var(--color-surface-2, #f3f4f6);font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}[data-theme=dark] .docs-params-table th{background:var(--color-surface-dark-2, #252830)}.docs-params-table code{font-size:.82rem}.docs-code-block{position:relative;background:#0f172a;border-radius:8px;overflow:auto;max-height:420px}.docs-code-block pre{margin:0;padding:var(--space-4);font-size:.82rem;line-height:1.65;color:#e2e8f0;white-space:pre}.docs-code-block code{font-family:Fira Code,Cascadia Code,monospace}.docs-copy-btn{position:absolute;top:10px;right:10px;font-size:.72rem;font-weight:600;padding:3px 10px;border-radius:5px;border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:#cbd5e1;cursor:pointer;transition:background .15s}.docs-copy-btn:hover{background:#ffffff2e}
