.home{min-height:100vh;display:flex;flex-direction:column}.home-header{padding:20px 0;position:sticky;top:0;background:#0f172acc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-surface-light);z-index:100}.nav{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:10px}.logo-icon{font-size:1.5rem}.logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;align-items:center;gap:24px}.nav-link{color:var(--color-text-muted);font-weight:500;transition:color .2s}.nav-link:hover{color:var(--color-text)}.hero{flex:1;display:flex;align-items:center;padding:80px 0}.hero-content{text-align:center;max-width:800px;margin:0 auto 80px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#6366f126;border:1px solid rgba(99,102,241,.3);border-radius:9999px;font-size:.875rem;font-weight:500;color:var(--color-primary);margin-bottom:24px}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:24px;letter-spacing:-.02em}.gradient-text{background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;color:var(--color-text-muted);max-width:600px;margin:0 auto 40px;line-height:1.7}.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn-lg{padding:16px 32px;font-size:1.1rem}.btn-arrow{transition:transform .2s}.btn:hover .btn-arrow{transform:translate(4px)}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.feature{text-align:center;transition:transform .2s,box-shadow .2s}.feature:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.feature-icon{font-size:3rem;margin-bottom:16px}.feature-title{font-size:1.25rem;font-weight:600;margin-bottom:12px}.feature-description{color:var(--color-text-muted);line-height:1.6}.footer{padding:32px 0;text-align:center;color:var(--color-text-muted);border-top:1px solid var(--color-surface-light)}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero{padding:40px 0}}.status-page{min-height:100vh}.status-header{padding:20px 0;border-bottom:1px solid var(--color-surface-light)}.status-main{padding:60px 0}.status-title{font-size:2rem;font-weight:700;margin-bottom:32px}.status-card{margin-bottom:24px}.status-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.status-header-row h2{font-size:1.25rem;font-weight:600}.status-loading{display:flex;align-items:center;gap:12px;color:var(--color-text-muted)}.spinner{width:20px;height:20px;border:2px solid var(--color-surface-light);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}.status-result{padding:20px;border-radius:var(--radius)}.status-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3)}.status-ok{background:#22c55e1a;border:1px solid rgba(34,197,94,.3)}.status-indicator{display:flex;align-items:center;gap:12px;margin-bottom:16px}.indicator-dot{width:12px;height:12px;border-radius:50%;animation:pulse 2s infinite}.indicator-dot.success{background:var(--color-success);box-shadow:0 0 8px var(--color-success)}.indicator-dot.error{background:var(--color-error);box-shadow:0 0 8px var(--color-error)}.error-message{color:var(--color-error);font-weight:500;margin-bottom:8px}.error-hint{color:var(--color-text-muted);font-size:.875rem}.error-hint code{background:var(--color-surface);padding:2px 8px;border-radius:4px;font-family:SF Mono,Monaco,monospace}.status-details{display:flex;flex-direction:column;gap:12px}.detail-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--color-surface-light)}.detail-row:last-child{border-bottom:none}.detail-label{color:var(--color-text-muted)}.detail-value{font-weight:500}.endpoints-card h2{font-size:1.25rem;font-weight:600;margin-bottom:20px}.endpoints-list{display:flex;flex-direction:column;gap:12px}.endpoint{display:flex;align-items:center;gap:16px;padding:12px;background:var(--color-background);border-radius:8px}.endpoint-method{padding:4px 8px;font-size:.75rem;font-weight:700;border-radius:4px;text-transform:uppercase}.endpoint-method.get{background:#22c55e26;color:var(--color-success)}.endpoint-method.post{background:#0ea5e926;color:var(--color-secondary)}.endpoint-path{font-family:SF Mono,Monaco,monospace;font-size:.875rem;color:var(--color-text)}.endpoint-desc{color:var(--color-text-muted);font-size:.875rem;margin-left:auto}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e);padding:1rem}.login-container{width:100%;max-width:400px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.1);padding:2.5rem;box-shadow:0 25px 50px -12px #00000080}.login-header{text-align:center;margin-bottom:2rem}.login-logo{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem}.login-logo .logo-icon{font-size:2rem}.login-logo .logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.login-header h1{font-size:1.75rem;font-weight:600;color:#fff;margin:0 0 .5rem}.login-header p{color:#fff9;margin:0}.login-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:#fffc}.form-group input{padding:.875rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:1rem;transition:all .2s}.form-group input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}.form-group input:disabled{opacity:.5}.btn-block{width:100%;padding:1rem;font-size:1rem;font-weight:600}.login-footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.login-footer p{color:#fff9;margin:0}.link-button{background:none;border:none;color:#6366f1;font-size:inherit;cursor:pointer;padding:0;font-weight:500}.link-button:hover{text-decoration:underline}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff9}.loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.dashboard{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e)}.dashboard-header{background:#0003;border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 0}.header-content{display:flex;align-items:center;justify-content:space-between}.header-actions{display:flex;align-items:center;gap:1rem}.user-email{color:#fff9;font-size:.875rem}.dashboard-main{padding:2rem 0}.dashboard-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.dashboard-title h1{font-size:1.75rem;font-weight:600;color:#fff;margin:0}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 0;color:#fff9}.error-banner{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:12px;padding:1rem 1.5rem;color:#fca5a5;margin-bottom:1.5rem}.empty-state{text-align:center;padding:4rem 2rem;background:#ffffff08;border-radius:20px;border:1px dashed rgba(255,255,255,.1)}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h2{font-size:1.5rem;color:#fff;margin:0 0 .5rem}.empty-state p{color:#fff9;margin:0 0 1.5rem;max-width:400px;margin-left:auto;margin-right:auto}.locations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.location-card{background:#ffffff0d;border-radius:16px;border:1px solid rgba(255,255,255,.1);padding:1.5rem;transition:all .2s}.location-card:hover{background:#ffffff14;border-color:#6366f14d;transform:translateY(-2px)}.location-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.location-card-header h3{font-size:1.125rem;font-weight:600;color:#fff;margin:0}.status-badge{font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:20px;white-space:nowrap}.status-badge.active{background:#22c55e33;color:#4ade80}.status-badge.pending{background:#eab30833;color:#facc15}.location-card-body{margin-bottom:1.25rem}.location-address{color:#fff9;font-size:.875rem;margin:0 0 .5rem}.location-phone{color:#fffc;font-size:.875rem;margin:.25rem 0}.phone-label{color:#ffffff80}.location-card-actions{display:flex;flex-wrap:wrap;gap:.75rem}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo .logo-icon{font-size:1.5rem}.logo .logo-text{font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:none;border-radius:10px;font-size:.9375rem;font-weight:500;cursor:pointer;text-decoration:none;transition:all .2s}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-lg{padding:1rem 1.5rem}.number-picker-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.number-picker-modal{width:100%;max-width:500px;max-height:80vh;background:#1e1e3f;border-radius:20px;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;overflow:hidden}.picker-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.picker-header h2{font-size:1.25rem;font-weight:600;color:#fff;margin:0}.close-btn{width:32px;height:32px;border-radius:50%;border:none;background:#ffffff1a;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;transition:background .15s}.close-btn:hover{background:#fff3}.picker-search{padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.search-row{display:flex;gap:.75rem}.search-row input{flex:1;padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:10px;color:#fff;font-size:1rem;text-align:center;letter-spacing:.25em}.search-row input:focus{outline:none;border-color:#6366f1}.search-row input::placeholder{color:#fff6;letter-spacing:normal}.search-help{display:block;font-size:.75rem;color:#ffffff80;margin-top:.5rem}.picker-error{margin:1rem 1.5rem;padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:10px;color:#fca5a5;font-size:.875rem}.numbers-list{flex:1;overflow-y:auto;padding:.5rem 0}.number-item{display:flex;align-items:center;gap:1rem;padding:.875rem 1.5rem;transition:background .15s}.number-item:hover{background:#ffffff08}.number-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.phone-number{font-size:1rem;font-weight:500;color:#fff;font-family:monospace}.phone-location{font-size:.75rem;color:#ffffff80}.number-cost{text-align:right}.cost-amount{font-size:.9375rem;font-weight:600;color:#4ade80}.cost-period{font-size:.75rem;color:#ffffff80}.btn-purchase{padding:.5rem 1rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:opacity .15s}.btn-purchase:hover:not(:disabled){opacity:.9}.btn-purchase:disabled{opacity:.5;cursor:not-allowed}.picker-loading{display:flex;flex-direction:column;align-items:center;padding:3rem 1.5rem;color:#fff9}.btn{padding:.75rem 1.25rem;border:none;border-radius:10px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .15s}.btn-primary:hover:not(:disabled){opacity:.9}.hours-editor{display:flex;flex-direction:column;gap:.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1rem}.hours-header{display:flex;align-items:center;padding:0 .5rem .5rem;border-bottom:1px solid rgba(255,255,255,.1);font-size:.75rem;color:#ffffff80;text-transform:uppercase;font-weight:600}.hours-row{display:flex;align-items:center;padding:.5rem;border-radius:8px;transition:background .15s}.hours-row:hover{background:#ffffff0d}.hours-row.closed{opacity:.6}.col-day{width:100px;font-weight:500;color:#ffffffe6}.col-status,.col-hours{width:110px}.col-actions{flex:1;display:flex;justify-content:flex-end}.toggle-switch{position:relative;display:inline-flex;align-items:center;cursor:pointer;gap:.5rem}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:relative;width:36px;height:20px;background-color:#fff3;border-radius:20px;transition:.4s}.toggle-slider:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:#fff;border-radius:50%;transition:.4s}input:checked+.toggle-slider{background-color:#6366f1}input:checkeds+.toggle-slider:before{transform:translate(16px)}input:checked+.toggle-slider:before{transform:translate(16px)}.toggle-label{font-size:.8125rem;color:#fffc;min-width:45px}.time-input{width:100%;max-width:90px;padding:.25rem .5rem;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-size:.875rem;font-family:monospace;color-scheme:dark}.time-input:focus{outline:none;border-color:#6366f1}.time-input:disabled{opacity:.5;cursor:not-allowed}.btn-icon{background:transparent;border:none;color:#fff6;font-size:1rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .15s}.btn-icon:hover{background:#ffffff1a;color:#fff}.form-page{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e);padding:2rem 1rem}.form-container{max-width:640px;margin:0 auto}.form-header{margin-bottom:2rem}.back-link{display:inline-flex;align-items:center;color:#fff9;text-decoration:none;font-size:.875rem;margin-bottom:1rem;transition:color .2s}.back-link:hover{color:#6366f1}.form-header h1{font-size:1.75rem;font-weight:600;color:#fff;margin:0 0 .5rem}.form-header p{color:#fff9;margin:0}.location-form{display:flex;flex-direction:column;gap:1.5rem}.form-section{background:#ffffff0d;border-radius:16px;border:1px solid rgba(255,255,255,.1);padding:1.5rem}.form-section h2{font-size:1rem;font-weight:600;color:#fff;margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.form-group{margin-bottom:1.25rem}.form-group:last-child{margin-bottom:0}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#fffc;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:1rem;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}.form-group input::placeholder{color:#ffffff4d}.form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.form-group select option{background:#1a1a2e;color:#fff}.form-group textarea{min-height:100px;resize:vertical}.form-help{display:block;font-size:.75rem;color:#ffffff80;margin-top:.5rem}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:10px;padding:.875rem 1rem;color:#fca5a5;font-size:.875rem}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:#fff9}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border:none;border-radius:10px;font-size:.9375rem;font-weight:500;cursor:pointer;text-decoration:none;transition:all .2s}.btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.btn-primary:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#ffffff1a;color:#fff}.btn-secondary:hover{background:#ffffff26}.search-section{background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border-color:#6366f14d}.section-desc{color:#fff9;font-size:.875rem;margin:-.5rem 0 1rem}.search-wrapper{position:relative}.search-input{width:100%;padding:1rem 3rem 1rem 1.25rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;color:#fff;font-size:1rem;transition:all .2s}.search-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}.search-input::placeholder{color:#fff6}.search-spinner{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:1.25rem;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.search-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#1e1e3f;border:1px solid rgba(255,255,255,.15);border-radius:12px;overflow:hidden;z-index:100;box-shadow:0 10px 40px #0006}.search-result{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;width:100%;padding:.875rem 1rem;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.05);color:#fff;cursor:pointer;text-align:left;transition:background .15s}.search-result:last-child{border-bottom:none}.search-result:hover{background:#6366f126}.result-main{font-size:.9375rem;font-weight:500}.result-secondary{font-size:.8125rem;color:#ffffff80}.phone-section{background:linear-gradient(135deg,#10b9811a,#06b6d41a);border-color:#10b9814d}.phone-display{display:flex;flex-direction:column;gap:.75rem}.phone-number-card{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem;background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:12px}.phone-label{font-size:.75rem;font-weight:500;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em}.phone-value{font-size:1.5rem;font-weight:600;color:#4ade80;font-family:monospace}.phone-e164{font-size:.75rem;color:#fff6;font-family:monospace}.phone-help{font-size:.8125rem;color:#ffffff80;margin:0}.phone-empty{text-align:center;padding:1rem 0}.phone-empty p{color:#fff9;margin:0 0 1rem}.behavior-form{display:flex;flex-direction:column;gap:1.5rem}.tone-options{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.tone-option{cursor:pointer}.tone-option input{position:absolute;opacity:0;pointer-events:none}.tone-label{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;font-size:.875rem;color:#fffc;transition:all .2s}.tone-label>span:first-child{font-size:1.5rem}.tone-option:hover .tone-label{background:#ffffff14}.tone-option.selected .tone-label{background:#6366f126;border-color:#6366f1;color:#fff}.success-message{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:10px;padding:.875rem 1rem;color:#4ade80;font-size:.875rem}.inbox-container{min-height:100vh;background:linear-gradient(135deg,#0f0f23,#1a1a3e);color:#fff;padding:2rem}.inbox-header{margin-bottom:2rem}.inbox-header h1{font-size:2rem;font-weight:600;margin:0 0 .25rem}.subtitle{color:#ffffff80;margin:0}.inbox-layout{display:grid;grid-template-columns:400px 1fr;gap:2rem;max-width:1400px}@media (max-width: 1024px){.inbox-layout{grid-template-columns:1fr}.call-detail{display:none}.call-detail.active{display:block}}.call-list{display:flex;flex-direction:column;gap:.75rem;max-height:calc(100vh - 200px);overflow-y:auto}.call-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem;cursor:pointer;transition:all .15s}.call-card:hover{background:#ffffff14;border-color:#fff3}.call-card.selected{background:#6366f126;border-color:#6366f180}.call-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.caller-phone{font-weight:600;font-size:1rem}.call-time{font-size:.75rem;color:#ffffff80}.call-card-lead{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.lead-name{font-size:.875rem;color:#fffc}.priority{font-size:.625rem;font-weight:600;padding:.125rem .375rem;border-radius:4px;text-transform:uppercase}.priority-1,.priority-2{background:#22c55e33;color:#22c55e}.priority-3{background:#eab30833;color:#eab308}.priority-4{background:#f9731633;color:#f97316}.priority-5{background:#ef444433;color:#ef4444}.call-summary{font-size:.8125rem;color:#fff9;margin:0 0 .75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.call-card-footer{display:flex;gap:.5rem;align-items:center}.route-badge{font-size:.6875rem;padding:.25rem .5rem;border-radius:4px;background:#ffffff1a}.status-badge{font-size:.6875rem;padding:.25rem .5rem;border-radius:4px;font-weight:500}.badge-new{background:#3b82f633;color:#3b82f6}.badge-contacted{background:#a855f733;color:#a855f7}.badge-scheduled{background:#eab30833;color:#eab308}.badge-completed{background:#22c55e33;color:#22c55e}.badge-archived{background:#6b728033;color:#6b7280}.call-detail{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem;max-height:calc(100vh - 200px);overflow-y:auto}.empty-detail,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;color:#fff6;text-align:center}.empty-icon{font-size:3rem;margin-bottom:1rem}.detail-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.detail-header h2{font-size:1.5rem;margin:0}.detail-time{color:#ffffff80;font-size:.875rem}.lead-section{margin-bottom:2rem}.lead-section h3{font-size:1rem;font-weight:600;margin:0 0 1rem;color:#fffc}.lead-fields{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.field{display:flex;flex-direction:column;gap:.25rem}.field.full-width{grid-column:span 2}.field label{font-size:.75rem;color:#ffffff80;text-transform:uppercase;font-weight:500}.field span{font-size:.875rem}.urgency{display:inline-block;padding:.125rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.urgency-low{background:#22c55e33;color:#22c55e}.urgency-medium{background:#eab30833;color:#eab308}.urgency-high{background:#f9731633;color:#f97316}.urgency-emergency{background:#ef444433;color:#ef4444}.lead-actions{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.lead-actions h4{font-size:.875rem;font-weight:500;margin:0 0 .75rem;color:#fff9}.action-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.btn-action{padding:.5rem 1rem;border:none;border-radius:8px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s}.btn-action.contacted{background:#a855f733;color:#a855f7}.btn-action.scheduled{background:#eab30833;color:#eab308}.btn-action.completed{background:#22c55e33;color:#22c55e}.btn-action.archived{background:#6b728033;color:#9ca3af}.btn-action:hover{filter:brightness(1.2)}.transcript-section{margin-bottom:2rem}.transcript-section h3{font-size:1rem;font-weight:600;margin:0 0 1rem;color:#fffc}.transcript-content{background:#0003;border-radius:12px;padding:1rem;max-height:300px;overflow-y:auto}.transcript-content p{margin:0 0 .5rem;font-size:.875rem;line-height:1.5}.ai-line{color:#6366f1e6}.caller-line{color:#fffc}.summary-section h3{font-size:1rem;font-weight:600;margin:0 0 .75rem;color:#fffc}.summary-section p{font-size:.875rem;color:#ffffffb3;line-height:1.5;margin:0}.usage-container{min-height:100vh;background:linear-gradient(135deg,#0f0f23,#1a1a3e);color:#fff;padding:2rem}.usage-header{margin-bottom:2rem}.back-link{color:#fff9;text-decoration:none;font-size:.875rem;display:inline-block;margin-bottom:1rem;transition:color .15s}.back-link:hover{color:#fff}.usage-header h1{font-size:2rem;font-weight:600;margin:0}.subscription-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem;margin-bottom:2rem}.subscription-status{display:flex;align-items:center;gap:1rem}.status-badge{padding:.5rem 1rem;border-radius:8px;font-weight:600;font-size:.875rem}.status-badge.active{background:#22c55e33;color:#22c55e}.status-badge.inactive{background:#ef444433;color:#ef4444}.trial-days{color:#fff9;font-size:.875rem}.upgrade-prompt{margin:1rem 0 0;color:#ffffffb3}.usage-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.summary-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem}.summary-icon{font-size:2rem}.summary-content{display:flex;flex-direction:column}.summary-value{font-size:1.75rem;font-weight:700}.summary-label{font-size:.75rem;color:#ffffff80;text-transform:uppercase}.monthly-section{margin-bottom:2rem}.monthly-section h2{font-size:1.25rem;font-weight:600;margin:0 0 1rem}.usage-table{width:100%;border-collapse:collapse;background:#ffffff08;border-radius:12px;overflow:hidden}.usage-table th,.usage-table td{padding:1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.08)}.usage-table th{background:#ffffff0d;font-weight:600;font-size:.75rem;text-transform:uppercase;color:#fff9}.usage-table td{font-size:.9375rem}.usage-table tbody tr:last-child td{border-bottom:none}.guardrails-section h2{font-size:1.25rem;font-weight:600;margin:0 0 1rem}.guardrails-list{display:flex;flex-direction:column;gap:1rem}.guardrail-item{display:flex;gap:1rem;align-items:flex-start;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1rem}.guardrail-icon{font-size:1.5rem}.guardrail-item strong{display:block;margin-bottom:.25rem}.guardrail-item p{margin:0;font-size:.875rem;color:#fff9}.loading-state,.error-state{display:flex;align-items:center;justify-content:center;height:200px;color:#ffffff80}.error-state{color:#ef4444}.empty-state{text-align:center;padding:2rem;color:#ffffff80}:root{--color-primary: #6366f1;--color-primary-dark: #4f46e5;--color-secondary: #0ea5e9;--color-background: #0f172a;--color-surface: #1e293b;--color-surface-light: #334155;--color-text: #f8fafc;--color-text-muted: #94a3b8;--color-success: #22c55e;--color-warning: #f59e0b;--color-error: #ef4444;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius: 12px;--shadow: 0 4px 6px -1px rgb(0 0 0 / .3), 0 2px 4px -2px rgb(0 0 0 / .3);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .4), 0 4px 6px -4px rgb(0 0 0 / .4)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{font-family:var(--font-family);background:var(--color-background);color:var(--color-text);line-height:1.6;min-height:100vh}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-primary-dark)}button{font-family:inherit;cursor:pointer}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-size:1rem;font-weight:600;border:none;border-radius:var(--radius);transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));color:#fff;box-shadow:var(--shadow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-surface-light)}.btn-secondary:hover{background:var(--color-surface-light)}.card{background:var(--color-surface);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow);border:1px solid var(--color-surface-light)}.badge{display:inline-flex;align-items:center;padding:4px 12px;font-size:.875rem;font-weight:500;border-radius:9999px}.badge-success{background:#22c55e26;color:var(--color-success)}.badge-error{background:#ef444426;color:var(--color-error)}
