:root{--color-orange: #FFB75E;--color-deep-orange: #ED8F03;--color-pink: #FF6B9D;--color-purple: #C471ED;--color-deep-purple: #9D50BB;--color-dark: #2D1B4E;--color-primary: var(--color-orange);--color-secondary: var(--color-purple);--color-background: #0F0A1A;--color-surface: rgba(255, 255, 255, .04);--color-text: rgba(255, 255, 255, .9);--color-text-light: rgba(255, 255, 255, .5);--color-success: #28a745;--color-error: #dc3545;--color-warning: #ffc107;--gradient-primary: linear-gradient(135deg, var(--color-orange) 0%, var(--color-deep-orange) 100%);--gradient-accent: linear-gradient(135deg, var(--color-pink) 0%, var(--color-purple) 100%);--gradient-dark: linear-gradient(135deg, var(--color-deep-purple) 0%, var(--color-dark) 100%);--gradient-full: linear-gradient(135deg, var(--color-orange) 0%, var(--color-pink) 50%, var(--color-purple) 100%);font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;font-weight:400;color-scheme:dark;color:var(--color-text);background-color:var(--color-background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{min-width:320px;min-height:100vh}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-deep-orange)}button{font-family:inherit;cursor:pointer}button:active{transform:scale(.97)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:#fff}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}button,a.btn,[role=button]{min-height:44px;touch-action:manipulation}input,select,textarea{font-size:16px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#9d50bb2e;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9d50bb4d}[data-theme=light]{--color-background: #F2F3F5;--color-surface: #FFFFFF;--color-text: #111827;--color-text-light: #6B7280;--color-success: #16a34a;--color-error: #dc2626;--color-warning: #d97706;color-scheme:light;color:var(--color-text);background-color:var(--color-background)}[data-theme=light] .landing-root{color:#fff;background-color:#0f0a1a}[data-theme=light] h1,[data-theme=light] h2,[data-theme=light] h3,[data-theme=light] h4,[data-theme=light] h5,[data-theme=light] h6{color:#111827}[data-theme=light] .landing-root h1,[data-theme=light] .landing-root h2,[data-theme=light] .landing-root h3,[data-theme=light] .landing-root h4,[data-theme=light] .landing-root h5,[data-theme=light] .landing-root h6{color:inherit}[data-theme=light] ::-webkit-scrollbar-thumb{background:#00000026}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#00000040}html{scroll-behavior:smooth}@media(hover:none){a,button{-webkit-tap-highlight-color:rgba(255,183,94,.2)}}@media(max-width:768px){:root{font-size:15px}h1{font-size:1.75rem}h2{font-size:1.375rem}h3{font-size:1.125rem}}@media(max-width:375px){:root{font-size:14px}h1{font-size:1.5rem}}.onboarding-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffb75e,#ff6b9d 50%,#c471ed,#9d50bb);padding:1rem;position:relative;overflow:hidden}.onboarding-bubbles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.onboarding-bubble{position:absolute;border-radius:50%;background:#ffffff14;will-change:transform}.onboarding-bubble:nth-child(odd){background:#ffffff1f}@keyframes onboardingFloat{0%{transform:translateY(0) scale(1)}to{transform:translateY(-30px) scale(1.06)}}.onboarding-card{background:#fffffff0;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.3);border-radius:24px;padding:2.5rem;width:100%;max-width:560px;box-shadow:0 20px 60px #2d1b4e40;position:relative;z-index:2;overflow:hidden}.onboarding-logo{text-align:center;margin-bottom:1.25rem}.onboarding-logo img{width:100px;height:auto}.onboarding-progress{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:2rem}.progress-step-wrapper{display:flex;align-items:center}.progress-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;background:#e5e7eb;color:#9ca3af;transition:all .3s ease;flex-shrink:0}.progress-dot--active{background:linear-gradient(135deg,#ffb75e,#ed8f03);color:#fff}.progress-dot--current{box-shadow:0 0 0 4px #ffb75e4d}.progress-line{width:48px;height:3px;background:#e5e7eb;transition:background .3s ease}.progress-line--active{background:linear-gradient(90deg,#ffb75e,#ed8f03)}.onboarding-step{min-height:320px;display:flex;flex-direction:column}.step-title{text-align:center;color:#2d1b4e;font-size:1.5rem;font-weight:700;margin-bottom:.375rem}.step-subtitle{text-align:center;color:#6b7280;font-size:.9rem;margin-bottom:1.5rem;line-height:1.5}.step-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:10px;padding:.75rem 1rem;font-size:.875rem;text-align:center;margin-bottom:1rem}.onboarding-form{display:flex;flex-direction:column;gap:1rem;flex:1}.onboarding-form .form-group{display:flex;flex-direction:column;gap:.375rem}.onboarding-form .form-group label{font-size:.8125rem;font-weight:600;color:#374151}.onboarding-form .form-group input{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:.9375rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;background:#fff;color:#1f2937;width:100%;box-sizing:border-box}.onboarding-form .form-group input:focus{outline:none;border-color:#ffb75e;box-shadow:0 0 0 3px #ffb75e26}.onboarding-form .form-group input::placeholder{color:#9ca3af}.form-group--small{max-width:160px}.onboarding-select{padding:.75rem 2.5rem .75rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:.9375rem;font-family:inherit;background:#fff;color:#374151;transition:border-color .2s ease,box-shadow .2s ease;width:100%;box-sizing:border-box;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.onboarding-select:focus{outline:none;border-color:#ffb75e;box-shadow:0 0 0 3px #ffb75e26}.onboarding-textarea{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:.9375rem;font-family:inherit;background:#fff;color:#374151;transition:border-color .2s ease,box-shadow .2s ease;width:100%;box-sizing:border-box;resize:vertical;min-height:60px}.onboarding-textarea:focus{outline:none;border-color:#ffb75e;box-shadow:0 0 0 3px #ffb75e26}.onboarding-textarea::placeholder,.onboarding-select option[value=""]{color:#9ca3af}.time-slider{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.25rem 0}.time-slider-value{font-size:1.5rem;font-weight:700;color:#2d1b4e;letter-spacing:.05em}.time-slider-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;background:#e5e7eb;outline:none;cursor:pointer}.time-slider-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#ffb75e,#ed8f03);border:3px solid #fff;box-shadow:0 1px 6px #00000026;cursor:pointer;transition:box-shadow .15s ease}.time-slider-input::-webkit-slider-thumb:hover{box-shadow:0 2px 10px #ed8f0366}.time-slider-input::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#ffb75e,#ed8f03);border:3px solid #fff;box-shadow:0 1px 6px #00000026;cursor:pointer}.time-slider-labels{display:flex;justify-content:space-between;width:100%;font-size:.7rem;color:#9ca3af}.dynamic-row{display:flex;align-items:flex-end;gap:.5rem}.dynamic-row-fields{display:flex;gap:.75rem;flex:1;min-width:0}.dynamic-row-fields .form-group{flex:1;min-width:0}.sedi-form{gap:1.25rem}.sede-block{background:#ffffff80;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.sede-block-header{display:flex;align-items:center;justify-content:space-between}.sede-block-number{font-size:.75rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.field-hint{font-size:.7rem;color:#9ca3af;font-style:italic;margin-top:.125rem}.sede-address-row{display:flex;gap:.75rem}.form-group--flex2{flex:2;min-width:0}.form-group--civico{flex:0 0 70px}.form-group--provincia{flex:0 0 80px}.form-group--cap{flex:0 0 90px}.remove-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:6px;background:#fef2f2;color:#dc2626;cursor:pointer;transition:background .2s;flex-shrink:0}.remove-btn:hover{background:#fecaca}.add-row-btn{background:none;border:2px dashed #d1d5db;border-radius:10px;padding:.625rem 1rem;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:border-color .2s,color .2s;font-family:inherit}.add-row-btn:hover{border-color:#ffb75e;color:#ed8f03}.admin-dipendente-check{display:flex;align-items:flex-start;gap:.75rem;margin-top:1rem;padding:1rem;background:#f8f5ff;border:1px solid #e8e0f0;border-radius:10px;cursor:pointer;transition:background .2s,border-color .2s}.admin-dipendente-check:hover{background:#f0eaff;border-color:#d4c8e8}.admin-dipendente-check input[type=checkbox]{margin-top:2px;width:18px;height:18px;accent-color:#9D50BB;cursor:pointer;flex-shrink:0}.admin-dipendente-check-content{display:flex;flex-direction:column;gap:.2rem}.admin-dipendente-check-label{font-size:.9rem;font-weight:600;color:#2d1b4e}.admin-dipendente-check-desc{font-size:.8rem;color:#6b7280;line-height:1.4}.step-actions{display:flex;align-items:center;justify-content:space-between;margin-top:1.5rem;gap:.75rem}.step-actions--final{justify-content:center}.step-actions-right{display:flex;align-items:center;gap:.75rem}.btn-primary{background:linear-gradient(135deg,#ffb75e,#ed8f03);color:#fff;border:none;border-radius:10px;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;font-family:inherit}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #ed8f0366}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#f3f4f6;color:#374151;border:none;border-radius:10px;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background .2s;font-family:inherit}.btn-secondary:hover{background:#e5e7eb}.btn-text{background:none;border:none;color:#9ca3af;font-size:.875rem;cursor:pointer;padding:.5rem;font-family:inherit}.btn-text:hover{color:#6b7280}.step-success-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#34d399,#10b981);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 4px 16px #10b9814d}.telegram-instructions{display:flex;gap:1.5rem;background:#f9fafb;border-radius:12px;padding:1.25rem;margin-bottom:.5rem}.qr-codes-section{display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.qr-section{display:flex;flex-direction:column;align-items:center;gap:.25rem;flex-shrink:0}.qr-label{font-size:.7rem;font-weight:600;color:#6b7280;text-align:center;max-width:140px}.same-email-check{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#6b7280;cursor:pointer;margin-bottom:.25rem}.same-email-check input[type=checkbox]{width:16px;height:16px;accent-color:#9D50BB;cursor:pointer}.instructions-list{flex:1;min-width:0}.instructions-list h3{font-size:.9rem;font-weight:600;color:#374151;margin-bottom:.75rem}.instructions-list ol{list-style:none;counter-reset:steps;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.instructions-list ol li{counter-increment:steps;position:relative;padding-left:2rem;font-size:.8125rem;line-height:1.5;color:#4b5563}.instructions-list ol li:before{content:counter(steps);position:absolute;left:0;top:0;width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#ffb75e,#ed8f03);color:#fff;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center}.instructions-list ol li strong{color:#1f2937}.instructions-list ol li a{color:#9d50bb;text-decoration:none;font-weight:500}.instructions-list ol li a:hover{text-decoration:underline}.instruction-note{display:block;font-size:.75rem;color:#9ca3af;font-style:italic;margin-top:.125rem}.onboarding-step--wide{min-height:auto}.onboarding-card:has(.onboarding-step--wide){max-width:880px;transition:max-width .3s ease}.template-presets{display:flex;gap:.75rem;margin-bottom:1.25rem}.template-preset-card{flex:1;border:2px solid #e5e7eb;border-radius:12px;padding:.75rem 1rem;cursor:pointer;transition:all .2s ease;min-width:0}.template-preset-card:hover{border-color:#d1d5db;background:#ffb75e08}.template-preset-card--selected{border-color:#ffb75e;background:#ffb75e0f;box-shadow:0 0 0 3px #ffb75e1f}.template-preset-card__name{font-size:.875rem;font-weight:700;color:#2d1b4e;margin-bottom:.2rem}.template-preset-card__desc{font-size:.7rem;color:#9ca3af;line-height:1.4}.template-step-layout{display:flex;gap:1.5rem}.template-step-left{flex:0 0 240px;display:flex;flex-direction:column;gap:.875rem}.template-step-right{flex:1;min-width:0;display:flex;flex-direction:column;gap:.5rem}.template-customize__title{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.template-colors-row{display:flex;gap:.75rem}.template-color-field{flex:1;display:flex;flex-direction:column;gap:.25rem}.template-color-field label{font-size:.7rem;font-weight:600;color:#374151}.template-color-input{display:flex;align-items:center;gap:.5rem}.template-color-input input[type=color]{width:32px;height:32px;border:2px solid #e5e7eb;border-radius:8px;padding:2px;cursor:pointer;background:#fff}.template-color-input input[type=color]:hover{border-color:#ffb75e}.template-color-input span{font-size:.75rem;color:#9ca3af;font-family:monospace}.template-field{display:flex;flex-direction:column;gap:.25rem}.template-field label{font-size:.7rem;font-weight:600;color:#374151}.template-input{padding:.5rem .75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.85rem;font-family:inherit;transition:border-color .2s ease;background:#fff;width:100%;box-sizing:border-box}.template-input:focus{outline:none;border-color:#ffb75e;box-shadow:0 0 0 3px #ffb75e26}.template-logo-section{margin-bottom:1.25rem}.template-logo-area{border:2px dashed #d1d5db;border-radius:14px;padding:1.25rem 1.5rem;text-align:center;cursor:pointer;transition:all .2s ease;background:#ffffff80}.template-logo-area:hover{border-color:#ffb75e;background:#ffb75e0a}.template-logo-area--has{border-style:solid;border-color:#ffb75e;background:#ffb75e0a}.template-logo-area__empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#9ca3af}.template-logo-area__empty span{font-size:.875rem}.template-logo-area__hint{font-size:.75rem!important;color:#b0b5bf}.template-logo-area__preview{display:flex;align-items:center;justify-content:center;gap:1.25rem}.template-logo-area__preview img{max-width:160px;max-height:60px;object-fit:contain}.template-logo-area__actions{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.template-logo-area__change{font-size:.8rem;color:#ffb75e;font-weight:600}.template-logo-area__remove{background:none;border:none;font-size:.75rem;color:#dc2626;cursor:pointer;padding:0;font-family:inherit}.template-logo-area__remove:hover{text-decoration:underline}.template-preview-label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.template-preview-container{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;overflow-y:auto;background:#f9fafb;max-height:400px}.template-preview-scale{transform:scale(.45);transform-origin:top left;width:222%}@media(max-width:600px){.onboarding-page{padding:1.5rem .75rem .75rem;align-items:flex-start}.onboarding-card{padding:1.5rem;border-radius:16px;max-width:100%}.onboarding-logo img{width:80px}.progress-line{width:28px}.progress-dot{width:28px;height:28px;font-size:.7rem}.step-title{font-size:1.25rem}.step-subtitle{font-size:.8125rem}.onboarding-form .form-group input{padding:.625rem .75rem;font-size:16px}.dynamic-row-fields{flex-direction:column;gap:.5rem}.form-group--small{max-width:none}.sede-address-row{flex-direction:column;gap:.5rem}.form-group--civico,.form-group--provincia,.form-group--cap{flex:1}.template-presets,.template-step-layout{flex-direction:column}.template-step-left,.template-step-right{flex:none;width:100%}.template-colors-row{flex-direction:column}.onboarding-card:has(.onboarding-step--wide){max-width:100%}.telegram-instructions{flex-direction:column;align-items:center;text-align:center}.instructions-list{text-align:left}.step-actions{flex-direction:column-reverse;gap:.5rem}.step-actions>*{width:100%}.step-actions .btn-primary,.step-actions .btn-secondary{width:100%;text-align:center}.step-actions-right{width:100%;flex-direction:column}.step-actions-right .btn-primary{width:100%}.btn-primary,.btn-secondary{min-height:48px}}@media(max-width:360px){.onboarding-card{padding:1.25rem}.progress-line{width:20px}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;padding:1rem 1.5rem;background:#1a0f30f7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid rgba(255,183,94,.2);animation:cookieSlideUp .4s cubic-bezier(.16,1,.3,1)}@keyframes cookieSlideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-banner-content{max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.cookie-banner-content p{font-size:.85rem;color:#fffc;line-height:1.5;margin:0;font-family:Poppins,sans-serif}.cookie-banner-content a{color:#ffb75e;text-decoration:none;font-weight:600}.cookie-banner-content a:hover{color:#ff6b9d}.cookie-banner-actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-btn{padding:.55rem 1.25rem;border-radius:8px;font-size:.85rem;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;border:none;transition:all .2s ease}.cookie-btn--accept{background:linear-gradient(135deg,#ffb75e,#ed8f03);color:#fff}.cookie-btn--accept:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ed8f0366}.cookie-btn--decline{background:transparent;color:#fff9;border:1px solid rgba(255,255,255,.2)}.cookie-btn--decline:hover{border-color:#fff6;color:#ffffffe6}@media(max-width:640px){.cookie-banner-content{flex-direction:column;text-align:center;gap:1rem}.cookie-banner-actions{width:100%;justify-content:center}}.sub-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.5rem;border-radius:10px;margin-bottom:1rem;font-size:.875rem;line-height:1.4}.sub-banner--trial{background:linear-gradient(135deg,#ffb75e1f,#ed8f031f);border:1px solid rgba(237,143,3,.25);color:#92400e}.sub-banner--urgent{background:linear-gradient(135deg,#ed8f032e,#ff6b9d1f);border-color:#ed8f0366}.sub-banner--danger{background:linear-gradient(135deg,#ef44441a,#dc262614);border:1px solid rgba(239,68,68,.25);color:#991b1b}.sub-banner__content{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.sub-banner__icon{font-size:1.1rem;flex-shrink:0}.sub-banner__text{flex:1;min-width:0}.sub-banner__btn{flex-shrink:0;padding:.4rem 1rem;border:none;border-radius:8px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;background:linear-gradient(135deg,var(--color-orange),var(--color-deep-orange));color:#fff}.sub-banner__btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ed8f034d}.sub-banner__btn--danger{background:linear-gradient(135deg,#ef4444,#dc2626)}.sub-banner__btn--danger:hover{box-shadow:0 4px 12px #ef44444d}@media(max-width:640px){.sub-banner{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem 1rem}.sub-banner__btn{align-self:flex-end}}.fcb-fab{position:fixed;bottom:24px;right:24px;z-index:1000;width:56px;height:56px;border-radius:50%;border:none;background:linear-gradient(135deg,#ffb75e,#ed8f03);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px #ed8f0366,0 2px 8px #0003;transition:transform .2s ease,box-shadow .2s ease}.fcb-fab:hover{transform:scale(1.08);box-shadow:0 6px 28px #ed8f0380,0 4px 12px #00000040}.fcb-fab__pulse{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:2px solid rgba(237,143,3,.4);animation:fcbPulse 2.5s ease-out infinite}@keyframes fcbPulse{0%{transform:scale(1);opacity:1}to{transform:scale(1.5);opacity:0}}.fcb-panel{position:fixed;bottom:24px;right:24px;z-index:1001;width:400px;height:560px;max-height:calc(100vh - 48px);display:flex;flex-direction:column;border-radius:20px;overflow:hidden;background:#120c1ef7;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 60px #00000080,0 0 40px #9d50bb1a,0 0 1px #ffffff26}.fcb-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:linear-gradient(135deg,#ed8f031f,#9d50bb14);border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.fcb-header__info{display:flex;align-items:center;gap:10px}.fcb-header__logo{width:36px;height:36px;background:linear-gradient(135deg,#ed8f0333,#c471ed26);border:1px solid rgba(237,143,3,.25);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#ffb75e;flex-shrink:0}.fcb-header__title{font-size:.95rem;font-weight:700;color:#ffffffeb;margin:0;line-height:1.2}.fcb-header__sub{font-size:.72rem;color:#ffffff80;margin:2px 0 0;font-weight:400}.fcb-header__close{width:32px;height:32px;border-radius:8px;border:none;background:#ffffff0f;color:#fff9;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.fcb-header__close:hover{background:#ffffff1f;color:#ffffffe6}.fcb-messages{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:10px}.fcb-messages::-webkit-scrollbar{width:4px}.fcb-messages::-webkit-scrollbar-track{background:transparent}.fcb-messages::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.fcb-msg{display:flex;align-items:flex-start;gap:8px;max-width:88%}.fcb-msg--user{align-self:flex-end;flex-direction:row-reverse}.fcb-msg--assistant{align-self:flex-start}.fcb-avatar{width:26px;height:26px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fcb-avatar--assistant{background:#ffffff2e;color:#fff}.fcb-avatar--user{background:#2d1b4e99;color:#fff}.fcb-bubble{padding:10px 14px;border-radius:14px;font-size:.85rem;line-height:1.55;word-break:break-word}.fcb-bubble--assistant{background:#ffffff1a;border:1px solid rgba(255,255,255,.08);color:#ffffffeb;border-bottom-left-radius:4px}.fcb-bubble--user{background:#ffffffeb;color:#1a1a2e;border-bottom-right-radius:4px;box-shadow:0 2px 8px #0000000f}.fcb-bubble--error{background:#dc262626;color:#fecaca;border:1px solid rgba(220,38,38,.2)}.fcb-bubble strong{font-weight:700}.fcb-heading{display:block;font-size:.88rem;margin-top:.4rem;margin-bottom:.2rem}.fcb-quote{margin:.25rem 0;padding:.3rem .6rem;border-left:3px solid rgba(255,255,255,.3);font-size:.82rem;opacity:.85;font-style:italic}.fcb-list-item{padding-left:.2rem;margin:.1rem 0}.fcb-typing{display:flex;gap:4px;padding:.15rem 0}.fcb-typing span{width:5px;height:5px;border-radius:50%;background:#ffffff80;animation:fcbBounce 1.4s ease-in-out infinite}.fcb-typing span:nth-child(2){animation-delay:.2s}.fcb-typing span:nth-child(3){animation-delay:.4s}@keyframes fcbBounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-5px);opacity:1}}.fcb-suggestions{display:flex;flex-wrap:wrap;gap:6px;padding:0 14px 8px;flex-shrink:0}.fcb-chip{display:flex;align-items:center;gap:5px;padding:6px 10px;border-radius:16px;border:1px solid rgba(237,143,3,.2);background:#ed8f030f;color:#ffb75e;font-size:.72rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s ease;white-space:nowrap}.fcb-chip:hover{background:#ed8f0324;border-color:#ed8f0359}.fcb-input-row{display:flex;gap:8px;padding:10px 14px 14px;border-top:1px solid rgba(255,255,255,.08);background:#ffffff08;flex-shrink:0}.fcb-input{flex:1;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:10px 12px;color:#fff;font-size:.85rem;font-family:inherit;outline:none;transition:border-color .2s ease,background .2s ease}.fcb-input::placeholder{color:#fff6}.fcb-input:focus{border-color:#ed8f0359;background:#ffffff1f}.fcb-send{width:38px;height:38px;border-radius:10px;border:none;background:linear-gradient(135deg,#ffb75e,#ed8f03);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:all .2s ease}.fcb-send:hover:not(:disabled){transform:scale(1.05)}.fcb-send:disabled{opacity:.35;cursor:not-allowed}@media(max-width:480px){.fcb-panel{width:calc(100vw - 16px);height:calc(100vh - 16px);bottom:8px;right:8px;border-radius:16px}.fcb-fab{bottom:16px;right:16px;width:50px;height:50px}}[data-theme=light] .fcb-fab{box-shadow:0 4px 16px #ed8f034d,0 2px 6px #0000001a}[data-theme=light] .fcb-panel{background:#fffffffa;border:1px solid #E5E7EB;box-shadow:0 20px 60px #00000026,0 0 1px #0000001a}[data-theme=light] .fcb-header{background:linear-gradient(135deg,#ede9fe,#e0e7ff);border-bottom:1px solid #E5E7EB}[data-theme=light] .fcb-header__title{color:#111827}[data-theme=light] .fcb-header__sub{color:#6b7280}[data-theme=light] .fcb-header__close{background:#0000000a;color:#6b7280}[data-theme=light] .fcb-header__close:hover{background:#00000014;color:#111827}[data-theme=light] .fcb-bubble--assistant{background:#f3f4f6;border:1px solid #E5E7EB;color:#111827}[data-theme=light] .fcb-bubble--user{background:linear-gradient(135deg,#ffb75e,#ed8f03);color:#fff}[data-theme=light] .fcb-avatar--assistant{background:#e5e7eb;color:#374151}[data-theme=light] .fcb-avatar--user{background:#ed8f0326;color:#ed8f03}[data-theme=light] .fcb-input{background:#f9fafb;border:1px solid #E5E7EB;color:#111827}[data-theme=light] .fcb-input::placeholder{color:#9ca3af}[data-theme=light] .fcb-input:focus{border-color:#d1d5db;background:#fff}[data-theme=light] .fcb-input-row{border-top:1px solid #E5E7EB;background:#fafafa}[data-theme=light] .fcb-chip{background:#f3f4f6;border:1px solid #E5E7EB;color:#374151}[data-theme=light] .fcb-chip:hover{background:#e5e7eb;border-color:#d1d5db}[data-theme=light] .fcb-messages::-webkit-scrollbar-thumb{background:#00000026}[data-theme=light] .fcb-typing span{background:#0000004d}.dashboard-layout{display:flex;min-height:100vh}.sidebar{width:260px;background:linear-gradient(180deg,#ffb75e,#ed8f03 18%,#ff6b9d,#c471ed 72%,#9d50bb);display:flex;flex-direction:column;position:fixed;top:0;left:0;height:100vh;z-index:100;transition:transform .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.sidebar-bubbles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.sidebar-bubble{position:absolute;border-radius:50%;background:#ffffff12;animation:sidebarFloat linear infinite;opacity:0}.sidebar-bubble:nth-child(odd){background:#ffffff1a}.sidebar-bubble:nth-child(3n){background:#ffffff0d}@keyframes sidebarFloat{0%{transform:translateY(0) scale(.8);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-110vh) scale(1);opacity:0}}.sidebar-bubble--grow{animation-name:sidebarFloatGrow}@keyframes sidebarFloatGrow{0%{transform:translateY(0) scale(.2);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-110vh) scale(1);opacity:0}}.sidebar-header,.sidebar-nav,.sidebar-footer{position:relative;z-index:1}.sidebar-header{padding:1.75rem 1.5rem;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.18)}.sidebar-logo{width:110px;height:auto;filter:drop-shadow(0 2px 10px rgba(0,0,0,.2)) brightness(1.05)}.sidebar-nav{flex:1;padding:.75rem 0;overflow-y:auto;overflow-x:hidden}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.8rem 1.5rem;color:#ffffffd9;text-decoration:none;font-size:.9375rem;font-weight:500;transition:all .2s ease;border-left:3px solid transparent;position:relative}.sidebar-link:hover{background:#ffffff1a;color:#fff;transform:translate(3px)}.sidebar-link--active{background:#ffffff2e;color:#fff;border-left-color:#fff;font-weight:600}.sidebar-link--active:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:#fff6;border-radius:3px 0 0 3px}.sidebar-link-icon{width:1.5rem;display:flex;align-items:center;justify-content:center}.sidebar-link-label{flex:1}.sidebar-link--soon{opacity:.5;cursor:default;pointer-events:none}.sidebar-link-badge{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:#fff3;color:#ffffffe6;padding:.15rem .45rem;border-radius:6px}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.15)}.sidebar-company{font-size:.75rem;color:#ffffffb3;font-weight:500;text-transform:uppercase;letter-spacing:.05em;display:block;text-align:center}.dashboard-main{flex:1;margin-left:260px;display:flex;flex-direction:column;height:100vh;overflow-y:auto}.topbar{height:64px;background:#0f0a1ad9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;padding:0 1.5rem;position:sticky;top:0;z-index:50}.topbar-hamburger{display:none;flex-direction:column;justify-content:center;gap:4px;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:4px}.topbar-hamburger span{display:block;width:100%;height:2px;background:#ffffffd9;border-radius:1px;transition:transform .2s ease}.topbar-spacer{flex:1}.topbar-user{display:flex;align-items:center;gap:.75rem}.topbar-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--color-orange),var(--color-purple));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}.topbar-username{font-weight:500;color:#ffffffe6;font-size:.9375rem}.topbar-logout{background:none;border:1px solid rgba(255,255,255,.12);color:#ffffff80;padding:.4rem .9rem;border-radius:8px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease}.topbar-logout:hover{border-color:var(--color-deep-orange);color:var(--color-deep-orange);background:#ed8f0314}.dashboard-content{flex:1;padding:1.5rem;position:relative;background:radial-gradient(ellipse 70% 50% at 50% 15%,rgba(157,80,187,.35) 0%,rgba(100,40,150,.18) 35%,transparent 65%),radial-gradient(ellipse 50% 35% at 50% 10%,rgba(196,113,237,.15) 0%,transparent 50%),radial-gradient(ellipse 100% 60% at 50% 0%,rgba(80,20,120,.2) 0%,transparent 55%),#0a0812}.dashboard-content:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(255,255,255,.07) 1px,transparent 1px);background-size:28px 28px;pointer-events:none;z-index:0}.sidebar-overlay{display:none}@media(max-width:768px){.sidebar{transform:translate(-100%)}.sidebar--open{transform:translate(0)}.sidebar-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:99;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.dashboard-main{margin-left:0}.topbar-hamburger{display:flex;min-width:44px;min-height:44px}.topbar{padding:0 1rem}.topbar-username{font-size:.875rem;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-logout{padding:.5rem .75rem;font-size:.8125rem;min-height:44px;display:flex;align-items:center}.dashboard-content{padding:1rem}.sidebar-link{padding:1rem 1.5rem;min-height:48px}}@media(max-width:375px){.topbar-user{gap:.5rem}.topbar-username{display:none}.dashboard-content{padding:.75rem}}[data-theme=light] .dashboard-content{background:#f2f3f5}[data-theme=light] .dashboard-content:before{display:none}[data-theme=light] .topbar{background:#fff;border-bottom:1px solid #E5E7EB;box-shadow:0 1px 2px #0000000a;-webkit-backdrop-filter:none;backdrop-filter:none}[data-theme=light] .topbar-username{color:#111827}[data-theme=light] .topbar-logout{border-color:#d1d5db;color:#6b7280}[data-theme=light] .topbar-logout:hover{border-color:#111827;color:#111827;background:transparent}[data-theme=light] .topbar-hamburger span{background:#111827}.sidebar:after{content:"";position:absolute;top:0;right:0;bottom:0;width:80px;background:linear-gradient(to left,#0a0812 0%,transparent 100%);pointer-events:none;z-index:2}[data-theme=light] .sidebar{-webkit-mask-image:linear-gradient(to right,black 40%,transparent 100%);mask-image:linear-gradient(to right,black 40%,transparent 100%)}[data-theme=light] .sidebar:after{display:none}.theme-toggle{position:relative;width:44px;height:24px;border-radius:12px;border:none;background:#ffffff1a;cursor:pointer;padding:0;display:flex;align-items:center;transition:background .3s ease;flex-shrink:0;min-height:unset}.theme-toggle:active{transform:none}[data-theme=light] .theme-toggle{background:#00000014}.theme-toggle__track{position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:10px}.theme-toggle__thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.16,1,.3,1),background .3s ease;box-shadow:0 1px 4px #0003}[data-theme=light] .theme-toggle__thumb{transform:translate(20px);background:#ffb75e}.theme-toggle__icon{width:12px;height:12px;color:#9d50bb}[data-theme=light] .theme-toggle__icon{color:#fff}.placeholder{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.5rem;color:var(--color-text-light);background:var(--gradient-full);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;color:var(--color-text-light)}.loading-spinner{width:40px;height:40px;border:3px solid var(--color-background);border-top-color:var(--color-orange);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;text-align:center;color:var(--color-text-light)}.page-placeholder h1{font-size:1.5rem;margin-bottom:.5rem;color:var(--color-dark)}.page-placeholder p{font-size:.9375rem}[data-theme=light] .ore-hero,[data-theme=light] .dip-hero,[data-theme=light] .sed-hero,[data-theme=light] .cmp-hero,[data-theme=light] .cos-hero,[data-theme=light] .str-hero,[data-theme=light] .arc-hero,[data-theme=light] .exp-hero,[data-theme=light] .amm-hero{background:radial-gradient(ellipse at 15% 50%,rgba(196,113,237,.1) 0%,transparent 50%),radial-gradient(ellipse at 85% 50%,rgba(157,80,187,.08) 0%,transparent 50%),linear-gradient(135deg,#f0ebf5,#e8e0f0 30%,#ece5f3 70%,#f5f2fa)}[data-theme=light] .ore-hero__text h1,[data-theme=light] .dip-hero__text h1,[data-theme=light] .sed-hero__text h1,[data-theme=light] .cmp-hero__text h1,[data-theme=light] .cos-hero__text h1,[data-theme=light] .str-hero__text h1,[data-theme=light] .arc-hero__text h1,[data-theme=light] .exp-hero__text h1,[data-theme=light] .amm-hero__text h1{color:#1a1028}[data-theme=light] .ore-hero__text p,[data-theme=light] .dip-hero__text p,[data-theme=light] .sed-hero__text p,[data-theme=light] .cmp-hero__text p,[data-theme=light] .cos-hero__text p,[data-theme=light] .str-hero__text p,[data-theme=light] .arc-hero__text p,[data-theme=light] .exp-hero__text p,[data-theme=light] .amm-hero__text p{color:#6b6280}[data-theme=light] .ore-hero__deco,[data-theme=light] .dip-hero__deco,[data-theme=light] .sed-hero__deco,[data-theme=light] .cmp-hero__deco,[data-theme=light] .cos-hero__deco,[data-theme=light] .str-hero__deco,[data-theme=light] .arc-hero__deco,[data-theme=light] .exp-hero__deco,[data-theme=light] .amm-hero__deco{background:#ed8f030f}[data-theme=light] .ore-hero__deco2,[data-theme=light] .dip-hero__deco2,[data-theme=light] .sed-hero__deco2,[data-theme=light] .cmp-hero__deco2,[data-theme=light] .cos-hero__deco2,[data-theme=light] .str-hero__deco2,[data-theme=light] .arc-hero__deco2,[data-theme=light] .exp-hero__deco2,[data-theme=light] .amm-hero__deco2{background:#c471ed0f}[data-theme=light] .ore-hero__badge,[data-theme=light] .dip-hero__badge,[data-theme=light] .sed-hero__badge,[data-theme=light] .cmp-hero__badge,[data-theme=light] .cos-hero__badge,[data-theme=light] .str-hero__badge,[data-theme=light] .arc-hero__badge,[data-theme=light] .exp-hero__badge,[data-theme=light] .amm-hero__badge{color:#6b6280;background:#fff9}[data-theme=light] .ore-chart-section,[data-theme=light] .dip-chart-section,[data-theme=light] .sed-chart-section,[data-theme=light] .cmp-section,[data-theme=light] .cos-section,[data-theme=light] .str-section,[data-theme=light] .arc-section,[data-theme=light] .exp-section{background:#ffffffd9;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 8px #0000000a}[data-theme=light] .ore-chart-section h2,[data-theme=light] .dip-chart-section h2,[data-theme=light] .sed-chart-section h2,[data-theme=light] .cmp-section h2,[data-theme=light] .cos-section h2,[data-theme=light] .str-section h2,[data-theme=light] .arc-section h2,[data-theme=light] .exp-section h2{color:#1a1028}[data-theme=light] .ore-period-tabs,[data-theme=light] .dip-period-tabs,[data-theme=light] .sed-period-tabs,[data-theme=light] .cmp-period-tabs,[data-theme=light] .cos-period-tabs{background:#00000008}[data-theme=light] .ore-total__value,[data-theme=light] .dip-detail__value,[data-theme=light] .sed-total__value,[data-theme=light] .cmp-stat__value,[data-theme=light] .cos-total__value{color:#1a1028}[data-theme=light] .ore-total__label,[data-theme=light] .dip-detail__label,[data-theme=light] .sed-total__label,[data-theme=light] .cmp-stat__label,[data-theme=light] .cos-total__label{color:#6b6280}[data-theme=light] .ore-ranking__row,[data-theme=light] .dip-ranking__row,[data-theme=light] .sed-ranking__row{background:#ffffffb3;border-color:#0000000d}[data-theme=light] .ore-ranking__name,[data-theme=light] .dip-ranking__name,[data-theme=light] .sed-ranking__name{color:#1a1028}[data-theme=light] select,[data-theme=light] input[type=text],[data-theme=light] input[type=date],[data-theme=light] input[type=number],[data-theme=light] input[type=email],[data-theme=light] input[type=password],[data-theme=light] textarea{background:#fff;color:#1a1028;border-color:#0000001f}[data-theme=light] select:focus,[data-theme=light] input:focus,[data-theme=light] textarea:focus{border-color:var(--color-deep-orange);box-shadow:0 0 0 3px #ed8f0314}[data-theme=light] .sub-banner{border-color:#00000014}[data-theme=light] .amm-tabs{background:#00000005;border-color:#0000000f}[data-theme=light] .amm-tab{color:#6b6280}[data-theme=light] .amm-tab--active{color:#1a1028;background:#fff}[data-theme=light] .amm-card,[data-theme=light] .amm-section{background:#ffffffe6;border-color:#0000000f}[data-theme=light] .exp-card{background:#ffffffe6;border-color:#0000000f;box-shadow:0 1px 6px #0000000a}[data-theme=light] .exp-card h3{color:#1a1028}[data-theme=light] .exp-card p{color:#6b6280}[data-theme=light] .arc-filters,[data-theme=light] .arc-card{background:#ffffffe6;border-color:#0000000f}[data-theme=light] .arc-card__name{color:#1a1028}[data-theme=light] .arc-card__text{color:#4a4260}[data-theme=light] .cmp-calendar__cell--submitted{background:#10b9811a}[data-theme=light] .cmp-calendar__cell--missing{background:#ef444414}[data-theme=light] .str-hero{background:radial-gradient(ellipse at 15% 50%,rgba(239,68,68,.06) 0%,transparent 50%),radial-gradient(ellipse at 85% 50%,rgba(196,113,237,.06) 0%,transparent 50%),linear-gradient(135deg,#f5f0f0,#f0ebf5,#f5f2fa)}[data-theme=light] .abb-card{background:#fff;border-color:#00000014;box-shadow:0 2px 12px #0000000f}[data-theme=light] .abb-card h2,[data-theme=light] .abb-card h3,[data-theme=light] .abb-price{color:#1a1028}[data-theme=light] .ore-empty,[data-theme=light] .dip-empty,[data-theme=light] .sed-empty,[data-theme=light] .cmp-empty,[data-theme=light] .arc-empty,[data-theme=light] .exp-empty{color:#6b6280}
