:root{--color-primary: #f8bf04;--color-background-light: #fef9e7;--color-background-dark: #010431}*,*:before,*:after{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}.Background{width:100%;min-height:100vh;transition:background-color .3s ease;position:relative}.main-content{padding-top:0;position:relative;z-index:1}body:not(.dark){background-color:var(--color-background-light);color:#041436}body:not(.dark) .Background{background-color:var(--color-background-light);background-image:radial-gradient(circle at 25% 25%,rgba(248,191,4,.05) 0%,transparent 50%)}body.dark{background-color:var(--color-background-dark);color:var(--color-primary)}body.dark .Background{background-color:#020e35;background-image:radial-gradient(ellipse at top,rgba(59,130,246,.1) 0%,transparent 50%)}.animate-fadeIn{animation:fadeIn .2s ease-out}.animate-slideUp{animation:slideUp .3s ease-out}body,.Background,[class*=bg-],[class*=text-],[class*=border-]{transition-property:background-color,color,border-color;transition-duration:.3s;transition-timing-function:ease}body.no-transition,body.no-transition *{transition:none!important}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}body:not(.dark) ::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:5px}body:not(.dark) ::-webkit-scrollbar-thumb:hover{background:#9ca3af}body.dark ::-webkit-scrollbar-thumb{background:#4b5563;border-radius:5px}body.dark ::-webkit-scrollbar-thumb:hover{background:#6b7280}*{scrollbar-width:thin}body:not(.dark) *{scrollbar-color:#d1d5db transparent}body.dark *{scrollbar-color:#4b5563 transparent}body:not(.dark) ::selection{background-color:#f8bf044d;color:#041436}body.dark ::selection{background-color:#f8bf044d;color:var(--color-primary)}*:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.animate-fadeIn,.animate-slideUp{animation:none}}@media (prefers-contrast: high){body:not(.dark){background-color:#fff;color:#000}body.dark{background-color:#000;color:#fff}*:focus-visible{outline-width:3px;outline-offset:3px}}@media print{body{background:#fff!important;color:#000!important}.Background{background:#fff!important;background-image:none!important}.no-print,button,nav,.modal,[role=dialog]{display:none!important}}.advice-widget{background:#fef9e7;padding:clamp(1rem,4vw,1.5rem);border-radius:1rem;box-shadow:0 10px 25px #0000001a;width:100%;max-width:min(400px,calc(100vw - 2rem));margin:0 auto;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-sizing:border-box}.widget-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.advice-title{font-size:clamp(1.1rem,3.5vw,1.25rem);font-weight:700;color:#010520;text-align:center;margin:0;flex-grow:1;line-height:1.2}.pause-button{background:#09012ce6;border:none;border-radius:50%;width:clamp(32px,8vw,36px);height:clamp(32px,8vw,36px);cursor:pointer;transition:all .2s;font-size:clamp(12px,3vw,14px);flex-shrink:0;display:flex;align-items:center;justify-content:center}.pause-button:hover{background:#080146;transform:scale(1.1)}@media (hover: none){.pause-button:hover{transform:none}.pause-button:active{transform:scale(.95)}}.error-message{background:#ef44441a;color:#dc2626;padding:.75rem;border-radius:.5rem;font-size:clamp(.8rem,2.5vw,.875rem);margin-bottom:1rem;text-align:center;border:1px solid rgba(239,68,68,.2);word-wrap:break-word}.advice-container{display:flex;align-items:center;gap:clamp(.25rem,2vw,.5rem);margin-bottom:1rem;min-height:clamp(60px,15vw,80px)}.advice-text{color:#01122c;font-style:italic;text-align:center;margin:0;flex-grow:1;display:flex;align-items:center;justify-content:center;line-height:1.5;font-size:clamp(.9rem,3vw,1rem);padding:.5rem;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.nav-button{background:#002b07cc;border:none;border-radius:50%;width:clamp(28px,7vw,32px);height:clamp(28px,7vw,32px);cursor:pointer;transition:all .2s;font-size:clamp(10px,2.5vw,12px);display:flex;align-items:center;justify-content:center;flex-shrink:0;touch-action:manipulation}.nav-button:hover:not(:disabled){background:#fff;transform:scale(1.1)}@media (hover: none){.nav-button:hover:not(:disabled){transform:none}.nav-button:active:not(:disabled){transform:scale(.95);background:#fff}}.nav-button:disabled{opacity:.3;cursor:not-allowed}.history-indicator{text-align:center;font-size:clamp(.7rem,2vw,.75rem);color:#6b7280;margin-bottom:.5rem;font-weight:500}.countdown-timer,.paused-message{text-align:center;margin-bottom:1rem;font-size:clamp(.8rem,2.2vw,.875rem);color:#6b7280;font-weight:500;background:#ffffff80;padding:.75rem .5rem;border-radius:.5rem;word-wrap:break-word}.paused-message{color:#f59e0b}.button-group{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.advice-button{flex:1;min-width:0;padding:clamp(.6rem,3vw,.75rem);background-color:#fbbf24;color:#1f2937;border:2px solid #f59e0b;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s;font-size:clamp(.9rem,2.5vw,1rem);touch-action:manipulation;word-wrap:break-word}.advice-button:hover:not(.disabled){background-color:#f59e0b;transform:translateY(-1px);box-shadow:0 4px 12px #fbbf244d}@media (hover: none){.advice-button:hover:not(.disabled){transform:none}.advice-button:active:not(.disabled){transform:scale(.98);background-color:#f59e0b}}.advice-button.disabled{cursor:not-allowed;opacity:.5}.advice-button:focus{outline:none;box-shadow:0 0 0 3px #fbbf2466}.share-button{background-color:#fff;color:#374151;border:2px solid #fbbf24;border-radius:.5rem;width:clamp(44px,10vw,48px);height:clamp(44px,10vw,48px);cursor:pointer;transition:all .3s;font-size:clamp(14px,3.5vw,16px);display:flex;align-items:center;justify-content:center;flex-shrink:0;touch-action:manipulation}.share-button:hover{background-color:#fef3c7;transform:translateY(-1px)}@media (hover: none){.share-button:hover{transform:none}.share-button:active{transform:scale(.95);background-color:#fef3c7}}.copy-feedback{background-color:#4caf50;color:#fff;padding:clamp(.5rem,2vw,.75rem);border-radius:.5rem;font-size:clamp(.8rem,2.2vw,.9rem);text-align:center;margin-bottom:1rem;word-wrap:break-word}.widget-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.insights-counter{text-align:center;font-size:clamp(.8rem,2.2vw,.875rem);margin:0;font-weight:500;color:#6b7280}.reset-button{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2);border-radius:.5rem;padding:clamp(.4rem,1.5vw,.5rem) clamp(.6rem,2vw,.75rem);font-size:clamp(.7rem,2vw,.75rem);cursor:pointer;transition:all .2s;font-weight:500;touch-action:manipulation;white-space:nowrap}.reset-button:hover{background:#ef444433}@media (hover: none){.reset-button:hover{background:#ef44441a}.reset-button:active{background:#ef444433;transform:scale(.98)}}.advice-button:disabled.loading{position:relative;color:transparent}.advice-button:disabled.loading:after{content:"";position:absolute;width:clamp(16px,4vw,20px);height:clamp(16px,4vw,20px);top:50%;left:50%;margin:calc(clamp(16px,4vw,20px)/-2) 0 0 calc(clamp(16px,4vw,20px)/-2);border:2px solid #1f2937;border-radius:50%;border-top-color:transparent;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 375px){.advice-widget{margin:0 .5rem;padding:.875rem}.button-group{flex-direction:column}.share-button{width:100%;height:44px}.widget-footer{flex-direction:column;text-align:center;gap:.5rem}.advice-container{gap:.25rem}.nav-button{width:32px;height:32px}}@media (max-width: 480px) and (min-width: 376px){.advice-widget{margin:0 .75rem}}@media (max-width: 768px) and (min-width: 481px){.advice-widget{max-width:90vw}}@media (min-width: 1200px){.advice-widget{max-width:420px}}@media (max-height: 500px) and (orientation: landscape){.advice-widget{padding:.75rem;max-width:min(400px,calc(100vw - 2rem))}.advice-container{min-height:50px}.widget-header{margin-bottom:.75rem}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.advice-widget{box-shadow:0 10px 25px #00000026}}@media (prefers-color-scheme: dark){.advice-widget{background:#1f2937;color:#f3f4f6;border:1px solid #374151}.advice-text,.advice-title{color:#f3f4f6}.advice-button{background-color:#fbbf24;color:#1f2937;border-color:#f59e0b}.advice-button:hover:not(.disabled){background-color:#f59e0b}.share-button{background-color:#374151;color:#f3f4f6;border-color:#fbbf24}.share-button:hover{background-color:#4b5563}.countdown-timer,.paused-message{background:#3741514d;color:#d1d5db}.paused-message{color:#fbbf24}@media (hover: none){.advice-button:active:not(.disabled){background-color:#f59e0b}.share-button:active{background-color:#4b5563}}}@media (prefers-reduced-motion: reduce){.advice-button,.share-button,.nav-button,.pause-button,.reset-button{transition:none}.advice-button:hover:not(.disabled),.share-button:hover,.nav-button:hover:not(:disabled),.pause-button:hover{transform:none}@keyframes spin{to{transform:rotate(360deg)}}}:root{--ct-primary: #011235;--ct-primary-light: #eff6ff;--ct-primary-shadow: rgba(37, 99, 235, .2);--ct-bg-white: #ffffff;--ct-bg-gray-50: #f9fafb;--ct-bg-gray-100: #f3f4f6;--ct-bg-gray-200: #e5e7eb;--ct-text-primary: #111827;--ct-text-secondary: #4b5563;--ct-text-tertiary: #6b7280;--ct-border: #e5e7eb;--ct-shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--ct-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--ct-transition: all .2s ease}@media (prefers-color-scheme: dark){:root{--ct-primary: #01183f;--ct-primary-light: #1e3a8a;--ct-primary-shadow: rgba(59, 130, 246, .3);--ct-bg-white: #1f2937;--ct-bg-gray-50: #111827;--ct-bg-gray-100: #374151;--ct-bg-gray-200: #4b5563;--ct-text-primary: #f58505;--ct-text-secondary: #f58505;--ct-text-tertiary: #9ca3af;--ct-border: #374151;--ct-shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--ct-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .3)}}.content-tabs{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:1200px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;padding:1rem;box-sizing:border-box}.category-search-wrapper{margin-bottom:1rem;width:100%}.category-search{position:relative;max-width:400px;margin:0 auto;display:flex;align-items:center}.search-icon{position:absolute;left:1rem;color:var(--ct-text-tertiary);pointer-events:none}.category-search-input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:2px solid var(--ct-border);border-radius:12px;font-size:.9375rem;background:var(--ct-bg-white);color:var(--ct-text-primary);transition:var(--ct-transition);box-sizing:border-box}.category-search-input:focus{outline:none;border-color:var(--ct-primary);box-shadow:0 0 0 3px var(--ct-primary-shadow)}.search-clear{position:absolute;right:.75rem;background:none;border:none;color:var(--ct-text-tertiary);font-size:1.5rem;cursor:pointer;padding:.25rem;line-height:1;display:flex;align-items:center;justify-content:center;border-radius:50%;width:24px;height:24px;transition:var(--ct-transition)}.search-clear:hover{background:var(--ct-bg-gray-100);color:var(--ct-text-primary)}.row-categories{width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:var(--ct-primary) transparent;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.row-categories::-webkit-scrollbar{height:4px}.row-categories::-webkit-scrollbar-track{background:transparent}.row-categories::-webkit-scrollbar-thumb{background:var(--ct-primary);border-radius:10px}.row-categories::-webkit-scrollbar-thumb:hover{background:#4da8d3}.category-scroll-wrapper{display:flex;gap:.75rem;min-width:min-content;padding:.25rem 0;flex-wrap:nowrap;transition:all .3s ease}.category-pill{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--ct-bg-gray-100);border:none;border-radius:20px;white-space:nowrap;cursor:pointer;transition:var(--ct-transition);font-size:.875rem;font-weight:500;color:var(--ct-text-secondary);box-shadow:var(--ct-shadow-sm)}.category-pill .icon{font-size:1rem;display:flex;align-items:center}.category-pill:hover{background:var(--ct-bg-gray-200);transform:translateY(-2px);box-shadow:var(--ct-shadow-md)}.category-pill.active{background:var(--ct-primary);color:#fff;box-shadow:0 2px 8px var(--ct-primary-shadow);transform:scale(1.05)}.category-pill.featured{position:relative}.category-pill.featured:after{content:"⭐";position:absolute;top:-4px;right:-4px;font-size:.625rem;opacity:.8}.category-pill.expand-button,.category-pill.collapse-button{background:#0f766e;color:#fff;font-weight:600;border:none;box-shadow:0 2px 8px var(--ct-primary-shadow)}.category-pill.expand-button:hover,.category-pill.collapse-button:hover{background:#0f766e;transform:translateY(-2px) scale(1.05);box-shadow:0 4px 12px var(--ct-primary-shadow)}.category-divider{display:flex;align-items:center;padding:.5rem 1rem;color:var(--ct-text-tertiary);font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;position:relative;white-space:nowrap}.category-divider:before,.category-divider:after{content:"";flex:1;height:1px;background:var(--ct-border);margin:0 .75rem}.row-types{display:flex;justify-content:center;gap:1rem;border-bottom:2px solid var(--ct-border);padding-bottom:1rem;flex-wrap:wrap}.type-tab{display:flex;flex-direction:column;align-items:center;gap:.375rem;background:none;border:none;cursor:pointer;padding:.75rem 1.5rem;border-radius:12px;color:var(--ct-text-tertiary);transition:var(--ct-transition);min-width:100px;position:relative}.type-tab .icon{font-size:1.75rem;transition:transform .3s ease}.type-tab span{font-size:.875rem;font-weight:500}.type-tab:hover{background:var(--ct-bg-gray-50);color:var(--ct-text-primary)}.type-tab:hover .icon{transform:scale(1.1)}.type-tab.active{color:var(--ct-primary);background:var(--ct-primary-light);font-weight:600}.type-tab.active .icon{transform:scale(1.15)}.type-tab.active:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);width:60%;height:3px;background:var(--ct-primary);border-radius:3px 3px 0 0}.row-content{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;animation:fadeIn .4s ease-in-out}.content-card{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--ct-bg-white);border:2px solid var(--ct-border);border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.content-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(37,99,235,.1),transparent);transition:left .5s ease}.content-card:hover:before{left:100%}.content-card:hover{transform:translateY(-4px);box-shadow:var(--ct-shadow-md);border-color:var(--ct-primary)}.card-icon{font-size:1.5rem;padding:.625rem;background:var(--ct-bg-gray-100);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease}.content-card:hover .card-icon{transform:scale(1.1) rotate(5deg);background:var(--ct-primary-light)}.card-text{font-weight:500;color:var(--ct-text-primary);line-height:1.5;font-size:.9375rem}.empty-state{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;text-align:center;padding:3rem 1rem;color:var(--ct-text-tertiary);font-size:1rem}.empty-state svg{opacity:.5}.empty-state p{margin:0}.content-tabs.loading{pointer-events:none}.content-tabs.loading .row-content{opacity:.7}.content-card.skeleton{pointer-events:none;cursor:default}.content-card.skeleton:hover{transform:none;box-shadow:none;border-color:var(--ct-border)}.skeleton-icon{width:44px;height:44px;background:linear-gradient(90deg,var(--ct-bg-gray-100) 25%,var(--ct-bg-gray-200) 50%,var(--ct-bg-gray-100) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:10px}.skeleton-text{flex:1;height:20px;background:linear-gradient(90deg,var(--ct-bg-gray-100) 25%,var(--ct-bg-gray-200) 50%,var(--ct-bg-gray-100) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;animation-delay:.1s;border-radius:4px;max-width:200px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.content-tabs-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:var(--ct-text-secondary);gap:1rem}.content-tabs-error svg{color:#ef4444}.content-tabs-error h3{margin:0;font-size:1.25rem;color:var(--ct-text-primary)}.content-tabs-error p{margin:0;font-size:.9375rem}.content-tabs-error button{margin-top:.5rem;padding:.625rem 1.5rem;background:var(--ct-primary);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:var(--ct-transition)}.content-tabs-error button:hover{opacity:.9;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:500px;transform:translateY(0)}}.category-scroll-wrapper.expanded{animation:slideDown .4s ease-out}@media (max-width: 768px){.content-tabs{gap:1.25rem;padding:.75rem}.category-pill{padding:.4rem .875rem;font-size:.8125rem}.category-pill .icon{font-size:.9rem}.row-types{gap:.75rem}.type-tab{padding:.625rem 1.25rem;min-width:90px}.type-tab .icon{font-size:1.5rem}.type-tab span{font-size:.8125rem}.row-content{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.875rem}.content-card{padding:.875rem}.card-text{font-size:.875rem}}@media (max-width: 480px){.content-tabs{gap:1rem;padding:.5rem}.category-search-wrapper{margin-bottom:.75rem}.category-search{max-width:100%}.category-search-input{padding:.625rem .875rem .625rem 2.5rem;font-size:.875rem}.search-icon{left:.75rem;size:16px}.category-scroll-wrapper{gap:.5rem}.category-pill{padding:.375rem .75rem;font-size:.75rem;gap:.375rem}.category-pill .icon{font-size:.875rem}.category-pill.featured:after{font-size:.5rem;top:-2px;right:-2px}.category-divider{padding:.375rem .75rem;font-size:.6875rem}.category-divider:before,.category-divider:after{margin:0 .5rem}.row-types{gap:.5rem;padding-bottom:.75rem}.type-tab{padding:.5rem 1rem;min-width:80px}.type-tab .icon{font-size:1.375rem}.type-tab span{font-size:.75rem}.row-content{grid-template-columns:1fr;gap:.75rem}.content-card{padding:.75rem}.card-icon{font-size:1.25rem;padding:.5rem}.card-text{font-size:.8125rem}}@media (prefers-reduced-motion: reduce){.content-tabs,.category-pill,.type-tab,.content-card{transition:none;animation:none}.content-card:before{display:none}.category-pill:hover,.content-card:hover,.type-tab:hover .icon,.content-card:hover .card-icon{transform:none}}@media print{.content-tabs{gap:1rem}.row-categories{overflow:visible}.category-scroll-wrapper{flex-wrap:wrap}.row-types{display:none}.content-card{break-inside:avoid;box-shadow:none;border:1px solid #e5e7eb}}.preview-form-page{display:block;margin:0;padding:0;font-size:1rem;font-weight:400;text-align:left;text-decoration:none;text-transform:none;letter-spacing:normal;word-spacing:normal;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;color:#111827;box-sizing:border-box;position:relative;overflow-x:hidden;isolation:isolate;min-height:100vh;background:#fef9e7;padding:2rem 1rem}.preview-form-page *,.preview-form-page *:before,.preview-form-page *:after{box-sizing:border-box}.preview-form-page h1,.preview-form-page h2,.preview-form-page h3,.preview-form-page h4,.preview-form-page h5,.preview-form-page h6,.preview-form-page p{margin:0;padding:0;font-weight:inherit;color:inherit;font-family:inherit;line-height:inherit;text-align:inherit}.preview-form-page a,.preview-form-page a:visited,.preview-form-page a:hover,.preview-form-page a:active{color:inherit;text-decoration:none;font-family:inherit}.preview-form-page button{font-family:inherit;font-size:inherit;line-height:inherit;margin:0;padding:0;border:none;background:none;color:inherit;cursor:pointer;text-align:inherit}.preview-form-page input,.preview-form-page textarea,.preview-form-page select{font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;margin:0;padding:0;border:none;background:none}.preview-form-page label{font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;margin:0;padding:0}.preview-form-page:before{content:"";position:absolute;inset:0;background:#00000003;pointer-events:none}.preview-form-page .preview-container{max-width:480px;margin:0 auto;position:relative;z-index:1;animation:previewFormFadeInUp .6s ease;padding-top:1rem}@keyframes previewFormFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.preview-form-page .preview-card{background:#fff;border-radius:20px;box-shadow:0 8px 24px #0000001a;overflow:hidden;margin-bottom:1.5rem;border:1px solid #f3f4f6}.preview-form-page .progress-header{background:#ecddbc;padding:1.25rem 1.5rem}.preview-form-page .progress-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.625rem}.preview-form-page .progress-label{font-size:.8125rem;font-weight:600;color:#022c47;text-transform:uppercase;letter-spacing:.5px}.preview-form-page .progress-value{font-size:.9375rem;font-weight:700;color:#022c47}.preview-form-page .progress-track{height:5px;background:#e78e19;border-radius:999px;overflow:hidden}.preview-form-page .progress-indicator{height:100%;background:#022c47;border-radius:999px;transition:width .5s cubic-bezier(.4,0,.2,1)}.preview-form-page .form-content{padding:1.5rem}.preview-form-page .form-intro{text-align:center;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:2px solid #f3f4f6}.preview-form-page .form-heading{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.375rem}.preview-form-page .form-subheading{font-size:.8125rem;color:#6b7280;line-height:1.4}.preview-form-page .form-fields{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.preview-form-page .input-field-group{display:flex;flex-direction:column;gap:.5rem}.preview-form-page .input-label{font-size:.8125rem;font-weight:600;color:#374151;margin-bottom:.125rem}.preview-form-page .input-container{position:relative;display:flex;align-items:center}.preview-form-page .icon-wrapper{position:absolute;left:.875rem;display:flex;align-items:center;justify-content:center;z-index:10;pointer-events:none}.preview-form-page .field-icon{width:18px;height:18px;color:#9ca3af;transition:color .3s ease}.preview-form-page .input-container:has(.styled-input:focus) .field-icon{color:#f59e0b}.preview-form-page .input-container:has(.styled-input.valid) .field-icon{color:#10b981}.preview-form-page .input-container:has(.styled-input.error) .field-icon{color:#ef4444}.preview-form-page .styled-input{width:100%;padding:.875rem 2.75rem;border:2px solid #e5e7eb;border-radius:12px;font-size:.9375rem;color:#111827;background:#f9fafb;transition:all .3s ease;outline:none;font-family:inherit}.preview-form-page .styled-input::placeholder{color:#9ca3af}.preview-form-page .styled-input:focus{background:#fff;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.preview-form-page .styled-input.valid{border-color:#10b981;background:#f0fdf4}.preview-form-page .styled-input.valid:focus{box-shadow:0 0 0 3px #10b9811a}.preview-form-page .styled-input.error{border-color:#ef4444;background:#fef2f2;animation:previewFormShake .4s ease}.preview-form-page .styled-input.error:focus{box-shadow:0 0 0 3px #ef44441a}@keyframes previewFormShake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}.preview-form-page .check-icon-wrapper{position:absolute;right:.875rem;display:flex;align-items:center;justify-content:center;pointer-events:none}.preview-form-page .check-icon{width:18px;height:18px;color:#10b981;animation:previewFormCheckPop .3s ease}@keyframes previewFormCheckPop{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.preview-form-page .error-text{font-size:.6875rem;color:#ef4444;font-weight:500;display:flex;align-items:center;gap:.25rem}.preview-form-page .hint-text{font-size:.6875rem;color:#6b7280}.preview-form-page .cta-button{width:100%;padding:1rem 1.5rem;border-radius:12px;font-size:.9375rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.625rem;border:none;cursor:pointer;transition:all .3s ease;outline:none;position:relative;overflow:hidden}.preview-form-page .cta-button.active{background:#10b981;color:#fff;box-shadow:0 4px 12px #10b9814d}.preview-form-page .cta-button.active:hover{transform:translateY(-2px);box-shadow:0 6px 16px #10b98166;background:#059669}.preview-form-page .cta-button.active:active{transform:translateY(0)}.preview-form-page .cta-button.disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.preview-form-page .arrow-icon{width:18px;height:18px;transition:transform .3s ease}.preview-form-page .cta-button.active:hover .arrow-icon{transform:translate(3px)}.preview-form-page .cta-hint{text-align:center;font-size:.6875rem;color:#9ca3af;margin-top:.625rem}.preview-form-page .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem}.preview-form-page .feature-item{background:#fff;padding:1rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px #0000000f;border:1px solid #f3f4f6;transition:all .3s ease}.preview-form-page .feature-item:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001a;border-color:#fbbf24}.preview-form-page .feature-icon{font-size:1.5rem;margin-bottom:.5rem}.preview-form-page .feature-title{font-size:.8125rem;font-weight:700;color:#111827;margin-bottom:.25rem}.preview-form-page .feature-text{font-size:.6875rem;color:#6b7280;line-height:1.3}.preview-form-page .trust-section{text-align:center}.preview-form-page .trust-stats{display:flex;align-items:center;justify-content:center;gap:1.5rem;background:#fef9e7;padding:1.25rem 1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000f;border:1px solid #f3f4f6;margin-bottom:.75rem}.preview-form-page .stat-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;color:#02305a}.preview-form-page .stat-number{font-size:1.25rem;font-weight:800;color:#02305a}.preview-form-page .stat-label{font-size:.6875rem;color:#02305a;font-weight:500}.preview-form-page .stat-divider{width:1px;height:32px;background:#e5e7eb}.preview-form-page .trust-message{font-size:.8125rem;color:#02305a;margin-top:.375rem}@media (min-width: 481px) and (max-width: 768px){.preview-form-page .preview-container{max-width:520px}.preview-form-page .form-content{padding:1.75rem}}@media (max-width: 480px){.preview-form-page{padding:1.5rem .75rem}.preview-form-page .preview-container{max-width:100%;padding-top:.5rem}.preview-form-page .preview-card{border-radius:16px;margin-bottom:1.25rem}.preview-form-page .progress-header{padding:1rem 1.25rem}.preview-form-page .progress-label{font-size:.75rem}.preview-form-page .progress-value{font-size:.875rem}.preview-form-page .progress-track{height:4px}.preview-form-page .form-content{padding:1.25rem}.preview-form-page .form-intro{margin-bottom:1.25rem;padding-bottom:1rem}.preview-form-page .form-heading{font-size:1.125rem}.preview-form-page .form-subheading{font-size:.75rem}.preview-form-page .form-fields{gap:1rem;margin-bottom:1.25rem}.preview-form-page .input-label{font-size:.75rem}.preview-form-page .styled-input{padding:.75rem 2.5rem;font-size:16px;border-radius:10px}.preview-form-page .field-icon,.preview-form-page .check-icon{width:16px;height:16px}.preview-form-page .icon-wrapper{left:.75rem}.preview-form-page .check-icon-wrapper{right:.75rem}.preview-form-page .error-text,.preview-form-page .hint-text{font-size:.625rem}.preview-form-page .cta-button{padding:.875rem 1.25rem;font-size:.875rem;border-radius:10px}.preview-form-page .arrow-icon{width:16px;height:16px}.preview-form-page .cta-hint{font-size:.625rem}.preview-form-page .features-grid{grid-template-columns:1fr;gap:.625rem;margin-bottom:1.25rem}.preview-form-page .feature-item{padding:.875rem;border-radius:10px}.preview-form-page .feature-icon{font-size:1.25rem;margin-bottom:.375rem}.preview-form-page .feature-title{font-size:.75rem}.preview-form-page .feature-text{font-size:.625rem}.preview-form-page .trust-stats{flex-direction:column;gap:.75rem;padding:1rem 1.25rem;border-radius:10px}.preview-form-page .stat-divider{width:60%;height:1px}.preview-form-page .stat-number{font-size:1.125rem}.preview-form-page .stat-label{font-size:.625rem}.preview-form-page .trust-message{font-size:.75rem}}@media (max-width: 360px){.preview-form-page{padding:1.25rem .5rem}.preview-form-page .preview-container{padding-top:.25rem}.preview-form-page .form-content{padding:1rem}.preview-form-page .form-fields{gap:.875rem}.preview-form-page .styled-input{padding:.625rem 2.25rem}}@media (max-height: 600px) and (orientation: landscape){.preview-form-page{padding:1rem .75rem}.preview-form-page .preview-container{padding-top:.5rem}.preview-form-page .form-intro{margin-bottom:1rem;padding-bottom:.75rem}.preview-form-page .form-fields{gap:.875rem}.preview-form-page .features-grid,.preview-form-page .trust-section{display:none}}.preview-form-page .cta-button:focus-visible,.preview-form-page .styled-input:focus-visible{outline:3px solid #f59e0b;outline-offset:2px}@media (prefers-reduced-motion: reduce){.preview-form-page,.preview-form-page *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast: high){.preview-form-page .styled-input{border-width:3px}.preview-form-page .cta-button.active{border:3px solid #059669}.preview-form-page .preview-card{border-width:2px}}@media print{.preview-form-page{background:#fff}.preview-form-page:before{display:none}.preview-form-page .cta-button,.preview-form-page .features-grid,.preview-form-page .trust-section{display:none}.preview-form-page .preview-card{box-shadow:none;border:2px solid #000}}.cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;z-index:10000;padding:1.5rem;box-shadow:0 -4px 20px #00000026;animation:slideUp .3s ease-out}.cookie-consent-banner.light{background:#fff;border-top:1px solid #e5e7eb}.cookie-consent-banner.dark{background:#1f2937;border-top:1px solid #374151}.cookie-consent-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.cookie-consent-icon{flex-shrink:0}.cookie-consent-icon svg{color:#f59e0b}.cookie-consent-text{flex:1;min-width:250px}.cookie-consent-title{font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.cookie-consent-title.light{color:#111827}.cookie-consent-title.dark{color:#f9fafb}.cookie-consent-description{font-size:.875rem;line-height:1.5;margin:0}.cookie-consent-description.light{color:#6b7280}.cookie-consent-description.dark{color:#d1d5db}.cookie-consent-actions{display:flex;gap:.75rem;flex-wrap:wrap;flex-shrink:0}.cookie-button{padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;border:none;display:flex;align-items:center;gap:.5rem;transition:all .2s}.cookie-button-primary{background:#3b82f6;color:#fff}.cookie-button-primary:hover{background:#2563eb}.cookie-button-secondary{background:transparent}.cookie-button-secondary.light{color:#374151;border:1px solid #d1d5db}.cookie-button-secondary.light:hover{background:#f9fafb}.cookie-button-secondary.dark{color:#d1d5db;border:1px solid #4b5563}.cookie-button-secondary.dark:hover{background:#374151}.cookie-settings-button{position:fixed;bottom:1.5rem;right:1.5rem;width:48px;height:48px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;z-index:9999;transition:all .2s}.cookie-settings-button.light{background:#fff;color:#374151;border:1px solid #e5e7eb}.cookie-settings-button.light:hover{background:#f9fafb;box-shadow:0 6px 16px #0003}.cookie-settings-button.dark{background:#1f2937;color:#d1d5db;border:1px solid #374151}.cookie-settings-button.dark:hover{background:#374151;box-shadow:0 6px 16px #0000004d}.cookie-settings-overlay{position:fixed;inset:0;z-index:10001;display:flex;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cookie-settings-overlay.light{background:#00000080}.cookie-settings-overlay.dark{background:#000000b3}.cookie-settings-modal{width:100%;max-width:600px;max-height:90vh;overflow-y:auto;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:fadeIn .2s ease-out}.cookie-settings-modal.light{background:#fff}.cookie-settings-modal.dark{background:#1f2937}.cookie-settings-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid}.cookie-settings-header.light{border-color:#e5e7eb}.cookie-settings-header.dark{border-color:#374151}.cookie-settings-title{font-size:1.5rem;font-weight:600;margin:0}.cookie-settings-title.light{color:#111827}.cookie-settings-title.dark{color:#f9fafb}.cookie-settings-close{width:32px;height:32px;border-radius:.5rem;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.cookie-settings-close.light{color:#6b7280}.cookie-settings-close.light:hover{background:#f3f4f6;color:#111827}.cookie-settings-close.dark{color:#9ca3af}.cookie-settings-close.dark:hover{background:#374151;color:#f9fafb}.cookie-settings-content{padding:1.5rem}.cookie-settings-intro{font-size:.875rem;line-height:1.6;margin:0 0 1.5rem}.cookie-settings-intro.light{color:#6b7280}.cookie-settings-intro.dark{color:#d1d5db}.cookie-categories{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.cookie-category{padding:1rem;border-radius:.5rem;border:1px solid}.cookie-category.light{background:#f9fafb;border-color:#e5e7eb}.cookie-category.dark{background:#111827;border-color:#374151}.cookie-category-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.cookie-category-info{flex:1}.cookie-category-title{font-size:1rem;font-weight:600;margin:0 0 .5rem}.cookie-category-title.light{color:#111827}.cookie-category-title.dark{color:#f9fafb}.cookie-category-description{font-size:.875rem;line-height:1.5;margin:0}.cookie-category-description.light{color:#6b7280}.cookie-category-description.dark{color:#d1d5db}.cookie-toggle{width:44px;height:24px;border-radius:12px;border:2px solid;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s;position:relative}.cookie-toggle.light{border-color:#d1d5db;background:#f3f4f6}.cookie-toggle.light.active{background:#3b82f6;border-color:#3b82f6}.cookie-toggle.dark{border-color:#4b5563;background:#374151}.cookie-toggle.dark.active{background:#3b82f6;border-color:#3b82f6}.cookie-toggle.disabled{cursor:not-allowed;opacity:.6}.cookie-toggle.disabled.light,.cookie-toggle.disabled.dark{background:#3b82f6;border-color:#3b82f6}.cookie-toggle svg{color:#fff}.cookie-settings-footer{display:flex;gap:.75rem;justify-content:flex-end;padding-top:1.5rem;border-top:1px solid}.cookie-settings-footer.light{border-color:#e5e7eb}.cookie-settings-footer.dark{border-color:#374151}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.cookie-consent-content{flex-direction:column;align-items:stretch}.cookie-consent-actions{width:100%;flex-direction:column}.cookie-button{width:100%;justify-content:center}.cookie-settings-modal{max-height:95vh}}.homepage-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.homepage-loading.light{background:#fef9e7}.homepage-loading.dark{background:#111827}.loading-spinner{width:3rem;height:3rem;animation:spin 1s linear infinite;color:#4b5563}.loading-text{font-size:1.125rem;font-weight:500}.homepage-background{background-position:center bottom;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:flex;align-items:center;justify-content:center;min-height:100vh;position:relative;transition:opacity .5s ease-in}.homepage-background:not(.loaded){opacity:0}.homepage-background.loaded{opacity:1}.homepage-background.light{background-image:url(/background-home.png);background-color:#fef9e7}.homepage-background.dark{background-image:url(/background-home-dark.png);background-color:#111827}.homepage-background.light:before{content:"";position:absolute;inset:0;background:#fef9e7;z-index:0;opacity:.4;pointer-events:none}.homepage-background.dark:before{content:"";position:absolute;inset:0;background:#111827;z-index:0;opacity:.4;pointer-events:none}.homepage-container{text-align:center;width:100%;max-width:90%;padding:1rem;border-radius:.75rem;margin:0 auto;position:relative;z-index:1}.homepage-content{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;position:relative;z-index:1}.discovery-section{padding:2rem 1rem}.discovery-container{max-width:72rem;margin:0 auto}.discovery-title{font-size:clamp(1.125rem,4vw,1.25rem);font-weight:700;text-align:center;margin-bottom:1rem;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word}.discovery-description{text-align:center;margin-bottom:1.5rem;max-width:20rem;margin-left:auto;margin-right:auto;font-size:clamp(.8125rem,3vw,.875rem);padding:0 1rem;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word}.discovery-description.light{color:#1f2937}.discovery-description.dark{color:#f38c05}.form-section{padding:2rem 0}@media (min-width: 480px){.homepage-container{max-width:85%}.discovery-title{font-size:clamp(1.375rem,5vw,1.5rem)}.discovery-description{max-width:28rem;font-size:clamp(.9375rem,3.5vw,1rem)}}@media (min-width: 640px){.discovery-section{padding:3rem 1rem}.discovery-title{font-size:clamp(1.625rem,6vw,1.875rem);margin-bottom:1.5rem}.discovery-description{max-width:36rem;margin-bottom:2rem;font-size:clamp(1rem,3.5vw,1.125rem)}.homepage-container{max-width:75%;padding:2rem}}@media (min-width: 768px){.discovery-section{padding:4rem 1rem}.discovery-title{font-size:clamp(1.875rem,7vw,2.25rem)}.discovery-description{font-size:clamp(1.0625rem,3.5vw,1.125rem);margin-bottom:3rem}}@media (min-width: 1024px){.homepage-background{background-attachment:fixed;-webkit-background-attachment:fixed}.discovery-section{padding:5rem 1rem}.discovery-title{font-size:clamp(2rem,7.5vw,2.5rem);margin-bottom:2rem}.discovery-description{max-width:48rem;font-size:clamp(1.125rem,3.5vw,1.25rem)}.homepage-container{max-width:60%}}@media (min-width: 1280px){.discovery-title{font-size:clamp(2.5rem,8vw,3rem)}.homepage-container{max-width:50%}}@media (max-width: 360px){.discovery-title{font-size:clamp(1rem,4vw,1.125rem)}.discovery-description{font-size:clamp(.75rem,3vw,.8125rem);padding:0 .75rem}.discovery-section{padding:1.5rem .75rem}}@media print{.homepage-background{background:#fff!important;background-image:none!important}.homepage-background:before{display:none}}@media (prefers-reduced-motion: reduce){.homepage-background{transition:none}.loading-spinner{animation:none}}@media (prefers-contrast: high){.homepage-background.light{background-color:#fff;background-image:none}.homepage-background.dark{background-color:#000;background-image:none}.homepage-background:before{display:none}.discovery-description.light{color:#000}.discovery-description.dark{color:#f06f05}}.login-container{display:flex;justify-content:center;align-items:center;padding:2rem 1rem;min-height:90vh;transition:background-color .3s ease}.login-container.light{background:#fef9e7}.login-container.dark{background:#111827}.login-box{width:100%;max-width:28rem;padding:clamp(1.5rem,5vw,2.5rem);border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;text-align:center;animation:slideUp .4s ease-out;transition:background-color .3s ease,box-shadow .3s ease}.login-box.light{background:#fff;box-shadow:0 25px 50px -12px #00000026,0 0 0 1px #0000000d}.login-box.dark{background:#1f2937;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d}.login-header{margin-bottom:2rem;animation:fadeIn .5s ease-out .1s both}.login-title{margin-bottom:.5rem;font-size:1.875rem;font-weight:700;letter-spacing:-.025em}.login-subtitle{font-size:.9375rem;line-height:1.5}.login-subtitle.light{color:#6b7280}.login-subtitle.dark{color:#9ca3af}.recaptcha-loading{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;margin-bottom:1rem;font-size:.875rem;color:#6b7280;background:#3b82f61a;border-radius:.5rem;animation:pulse 2s ease-in-out infinite}.spinner-small{width:1rem;height:1rem;animation:spin 1s linear infinite}.login-form{display:flex;flex-direction:column;gap:1.25rem;animation:fadeIn .5s ease-out .2s both}.input-group{text-align:left}.input-label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.875rem;transition:color .2s ease}.input-label.light{color:#374151}.input-label.dark{color:#e5e7eb}.input-field{width:100%;padding:.75rem 1rem;border:2px solid;border-radius:.625rem;font-size:1rem;transition:all .2s ease}.input-field.with-icon{padding-left:2.75rem}.input-field.light{background:#f9fafb;border-color:#e5e7eb;color:#1f2937}.input-field.light::placeholder{color:#9ca3af}.input-field.light:hover{border-color:#d1d5db}.input-field.light:focus{outline:none;background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.input-field.dark{background:#111827;border-color:#374151;color:#f3f4f6}.input-field.dark::placeholder{color:#6b7280}.input-field.dark:hover{border-color:#4b5563}.input-field.dark:focus{outline:none;background:#0f172a;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa26}.input-field.has-error{border-color:#ef4444!important;animation:shake .4s ease-in-out}.input-with-icon{position:relative}.input-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none;transition:color .2s ease}.input-with-icon:focus-within .input-icon{color:#3b82f6}.field-error{display:block;margin-top:.375rem;font-size:.8125rem;color:#ef4444;animation:fadeIn .2s ease-out}.password-input-wrapper{position:relative}.password-field{padding-right:3rem!important}.password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;padding:.375rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .2s ease}.password-toggle:hover{background:#0000000d}.password-toggle.light{color:#6b7280}.password-toggle.light:hover{color:#374151}.password-toggle.dark{color:#9ca3af}.password-toggle.dark:hover{color:#e5e7eb;background:#ffffff1a}.password-strength{margin-top:.75rem;animation:fadeIn .3s ease-out}.strength-bar-container{width:100%;height:.375rem;background:#e5e7eb;border-radius:9999px;overflow:hidden}.strength-bar{height:100%;transition:width .3s ease,background-color .3s ease;border-radius:9999px}.strength-label{display:inline-block;margin-top:.375rem;font-size:.75rem;font-weight:600}.password-requirements{list-style:none;padding:0;margin:.75rem 0 0;display:grid;gap:.375rem}.requirement{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#6b7280;transition:color .2s ease}.requirement.passed{color:#10b981}.requirement-icon{font-size:.875rem;width:1rem;text-align:center}.password-match{display:flex;align-items:center;gap:.375rem;margin-top:.5rem;font-size:.8125rem;font-weight:500;animation:fadeIn .2s ease-out}.password-match.match{color:#10b981}.password-match.no-match{color:#ef4444}.match-icon{font-size:.875rem}.forgot-password-link-wrapper{text-align:right;margin-top:.5rem}.forgot-password-link{font-size:.875rem;color:#3b82f6;text-decoration:none;font-weight:500;transition:all .2s ease}.forgot-password-link:hover{color:#2563eb;text-decoration:underline}.checkbox-group{text-align:left}.checkbox-group.remember-me{margin-top:-.5rem}.checkbox-label{display:flex;align-items:flex-start;cursor:pointer;font-size:.875rem;gap:.625rem;line-height:1.5;-webkit-user-select:none;user-select:none}.checkbox-label.light{color:#4b5563}.checkbox-label.dark{color:#d1d5db}.checkbox-input{width:1.125rem;height:1.125rem;cursor:pointer;flex-shrink:0;margin-top:.125rem;accent-color:#3b82f6;border-radius:.25rem}.link{color:#3b82f6;text-decoration:none;font-weight:500;transition:color .2s ease}.link:hover{color:#2563eb;text-decoration:underline}.validation-errors{border-radius:.625rem;padding:.875rem 1rem;text-align:left;background:#fef2f2;border:1px solid #fecaca;animation:shake .4s ease-in-out,fadeIn .2s ease-out}.validation-errors ul{margin:0;padding-left:1.25rem;list-style-type:disc}.validation-errors li{color:#b91c1c;font-size:.8125rem;margin-bottom:.25rem;line-height:1.5}.validation-errors li:last-child{margin-bottom:0}.login-button,.google-button{width:100%;padding:.875rem 1.25rem;border:none;border-radius:.625rem;cursor:pointer;font-size:1rem;font-weight:600;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.625rem}.login-button.light{background:#1f2937;color:#fff}.login-button.light:hover:not(:disabled){background:#374151;transform:translateY(-2px);box-shadow:0 8px 20px -4px #0003}.login-button.dark{background:#3b82f6;color:#fff}.login-button.dark:hover:not(:disabled){background:#60a5fa;transform:translateY(-2px);box-shadow:0 8px 20px -4px #3b82f666}.login-button:disabled,.google-button:disabled{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important}.login-button:active:not(:disabled),.google-button:active:not(:disabled){transform:translateY(0)}.social-login{margin-top:.5rem}.divider{display:flex;align-items:center;margin-bottom:1rem}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.divider-text{padding:0 1rem;font-size:.8125rem;font-weight:500}.divider-text.light{color:#9ca3af}.divider-text.dark{color:#6b7280}.google-button.light{background:#fff;color:#374151;border:2px solid #e5e7eb}.google-button.light:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 4px 12px -2px #0000001a}.google-button.dark{background:#374151;color:#f3f4f6;border:2px solid #4b5563}.google-button.dark:hover:not(:disabled){background:#4b5563;border-color:#6b7280;transform:translateY(-2px);box-shadow:0 4px 12px -2px #0000004d}.button-spinner{width:1.25rem;height:1.25rem;animation:spin 1s linear infinite}.toggle-view{margin-top:1.75rem;font-size:.9375rem;animation:fadeIn .5s ease-out .3s both}.toggle-view.light{color:#4b5563}.toggle-view.dark{color:#9ca3af}.toggle-button{background:none;border:none;color:#3b82f6;cursor:pointer;font-weight:600;margin-left:.375rem;padding:0;font-size:.9375rem;transition:all .2s ease}.toggle-button:hover{color:#2563eb;text-decoration:underline}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.login-button:focus-visible,.google-button:focus-visible,.toggle-button:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.password-toggle:focus-visible{outline:2px solid #3b82f6;outline-offset:1px}.input-field:focus-visible{outline:none}.checkbox-input:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}@media (max-width: 480px){.login-container{padding:2rem 1rem 1rem;min-height:auto;align-items:flex-start}.login-box{padding:1.5rem;border-radius:.75rem}.login-title{font-size:1.5rem}.login-subtitle{font-size:.875rem}.input-field{font-size:16px}.login-button,.google-button{padding:.75rem 1rem}.password-requirements{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.login-box,.login-header,.login-form,.toggle-view,.validation-errors,.password-match,.field-error,.password-strength{animation:none}.input-field,.login-button,.google-button,.password-toggle,.strength-bar{transition:none}}@media (prefers-contrast: high){.input-field.light{border-color:#000}.input-field.dark{border-color:#fff}.validation-errors{border-width:2px}}.navbar-container{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#fff;border-bottom:1px solid #e5e5e5}.navbar{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;height:64px;padding:0 24px}.navbar-left{display:flex;align-items:center;gap:32px}.navbar-right{display:flex;align-items:center;gap:16px}.navbar-spacer{height:64px}.navbar-logo{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:20px;font-weight:700;color:#052261;text-decoration:none;letter-spacing:-.02em;transition:color .2s ease}.navbar-logo:hover{color:#052261}.hamburger-btn{display:none;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background-color:transparent;border:none;border-radius:8px;color:#374151;cursor:pointer;transition:background-color .2s ease}.hamburger-btn:hover{background-color:#f3f4f6}.hamburger-btn:focus-visible{outline:2px solid #0f766e;outline-offset:2px}.hamburger-btn svg{width:24px;height:24px}.navbar-desktop-nav{display:flex;align-items:center;gap:8px}.dropdown{position:relative}.dropdown-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;font-weight:500;color:#4b5563;background-color:transparent;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.dropdown-btn:hover{background-color:#f3f4f6;color:#111827}.dropdown-btn.active{color:#0f766e;font-weight:600}.dropdown-btn:focus-visible{outline:2px solid #0f766e;outline-offset:2px}.dropdown-arrow{transition:transform .2s ease}.dropdown-arrow.rotate{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;min-width:180px;padding:8px 0;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1001;animation:dropdownFadeIn .15s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:block;padding:10px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:500;color:#374151;text-decoration:none;transition:background-color .15s ease}.dropdown-item:hover{background-color:#f3f4f6}.dropdown-item.active{color:#0f766e;font-weight:600;background-color:#f0fdfa}.user-section{display:flex;align-items:center;gap:12px;position:relative}.username-link{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:500;color:#374151;text-decoration:none;white-space:nowrap;transition:color .2s ease}.username-link:hover{color:#0f766e}.username-link.active{color:#0f766e;font-weight:600}.profile-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background-color:#f3f4f6;border:none;border-radius:50%;color:#4b5563;cursor:pointer;overflow:hidden;transition:box-shadow .2s ease}.profile-btn:hover{box-shadow:0 0 0 3px #0f766e26}.profile-btn:focus-visible{outline:2px solid #052261;outline-offset:2px}.profile-btn svg{width:22px;height:22px}.profile-img{width:40px;height:40px;border-radius:50%;object-fit:cover}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;padding:8px 0;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1001;animation:dropdownFadeIn .15s ease}.profile-dropdown-header{padding:12px 16px;border-bottom:1px solid #e5e5e5}.profile-dropdown-name{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:600;color:#111827}.profile-dropdown-item{display:block;padding:10px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:500;color:#374151;text-decoration:none;transition:background-color .15s ease}.profile-dropdown-item:hover{background-color:#f3f4f6}.profile-dropdown-divider{height:1px;margin:8px 0;background-color:#e5e5e5}.logout-btn{display:block;width:100%;padding:10px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:500;color:#0878ac;text-align:left;background-color:transparent;border:none;cursor:pointer;transition:background-color .15s ease}.logout-btn:hover{background-color:#fef2f2}.login-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;font-weight:600;color:#fff;background-color:#0f766e;border:none;border-radius:8px;text-decoration:none;cursor:pointer;transition:background-color .2s ease,transform .15s ease}.login-btn:hover{background-color:#0d6d65;transform:translateY(-1px)}.login-btn:active{transform:translateY(0)}.login-btn:focus-visible{outline:2px solid #0f766e;outline-offset:2px}.nav-menu-hover-area{display:none;position:fixed;top:0;left:0;width:20px;height:100vh;z-index:999}@media (max-width: 800px){.hamburger-btn{display:flex}.navbar-desktop-nav,.username-link{display:none}.nav-menu-hover-area{display:block}.navbar-left{gap:16px}}@media (max-width: 480px){.navbar{padding:0 16px}.navbar-logo{font-size:18px}.login-btn{padding:8px 16px;font-size:14px}}@media (prefers-reduced-motion: reduce){.dropdown-menu,.profile-dropdown,.dropdown-arrow{animation:none;transition:none}}.dropdown-item:focus-visible,.profile-dropdown-item:focus-visible,.logout-btn:focus-visible{outline:2px solid #0f766e;outline-offset:-2px;background-color:#f3f4f6}.nav-menu{position:fixed;top:0;left:-420px;max-width:300px;width:60vw;height:100%;background-color:#fef9e7;box-shadow:2px 0 8px #00000026;transition:left .5s ease-in-out,background-color .3s ease;z-index:1001;display:flex;flex-direction:column}.nav-menu.open{left:0}.nav-menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000026;z-index:1000}.nav-menu-overlay.open{display:block}.nav-menu-header{padding:1.5rem;height:11vh;flex-shrink:0;display:flex;align-items:center}.nav-menu-header .Heading{margin:0;font-family:Inter,sans-serif;font-size:1.75rem;font-weight:800;color:#111827;letter-spacing:-.5px;transition:color .3s ease}.nav-menu-divider{border:none;border-top:1px solid #e5e7eb;margin:0;transition:border-color .3s ease}.nav-menu-links{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex-grow:1;overflow-y:auto}.nav-menu-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.nav-menu-item{list-style:none}.nav-menu-link{font-family:sans-serif;font-size:1.1rem;color:#1f2937;text-decoration:none;padding:.75rem 1rem;border-radius:8px;transition:background-color .2s ease,color .3s ease;display:block;width:100%;text-align:left;border:none;background:none;cursor:pointer}.nav-menu-link:hover{background-color:#f3f4f6}.nav-menu-dropdown-toggle{display:flex;justify-content:space-between;align-items:center}.dropdown-arrow{font-size:.75rem;margin-left:.5rem;transition:transform .2s ease}.nav-submenu{list-style:none;padding:0;margin:.5rem 0 0 1.5rem;display:flex;flex-direction:column;gap:.25rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-submenu-item{list-style:none}.submenu-link{font-size:.95rem;padding:.5rem 1rem .5rem 1.5rem;position:relative}.submenu-link:before{content:"→";position:absolute;left:.5rem;opacity:0;transition:opacity .2s ease}.submenu-link:hover:before{opacity:1}.nav-menu-action-button{display:block;width:100%;text-align:center;font-family:sans-serif;font-weight:600;padding:.75rem;border-radius:8px;text-decoration:none;margin-top:auto;border:none;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.nav-menu-action-button:active{transform:scale(.98)}.nav-menu-action-button.login{color:#fff;background-color:#021535}.nav-menu-action-button.login:hover{background-color:#2563eb}.nav-menu-action-button.logout{color:#fff;background-color:#fc4d4d}.nav-menu-action-button.logout:hover{background-color:#9c0505}body.dark-theme .nav-menu{background-color:#111;box-shadow:2px 0 8px #00000080}body.dark-theme .nav-menu-header .Heading{color:#e5e7eb}body.dark-theme .nav-menu-divider{border-top-color:#27272a}body.dark-theme .nav-menu-link{color:#a1a1aa}body.dark-theme .nav-menu-link:hover{background-color:#27272a;color:#fff}body.dark-theme .nav-menu-action-button.login{background-color:#010e29}body.dark-theme .nav-menu-action-button.login:hover{background-color:#1d4ed8}body.dark-theme .nav-menu-action-button.logout{background-color:#b91c1c}body.dark-theme .nav-menu-action-button.logout:hover{background-color:#991b1b}@media (max-width: 768px){.nav-menu{max-width:320px;width:75vw}}@media (max-width: 480px){.nav-menu{max-width:100%;width:85vw}.nav-menu-link{font-size:1rem;padding:.65rem .85rem}.submenu-link{font-size:.9rem;padding:.5rem .85rem}}@media (prefers-reduced-motion: reduce){.nav-menu,.nav-menu-link,.dropdown-arrow,.nav-submenu{transition:none;animation:none}}.nav-menu-link:focus-visible{outline:2px solid #4f46e5;outline-offset:2px}.nav-menu-action-button:focus-visible{outline:2px solid #4f46e5;outline-offset:2px}.nav-menu-links::-webkit-scrollbar{width:6px}.nav-menu-links::-webkit-scrollbar-track{background:transparent}.nav-menu-links::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.nav-menu-links::-webkit-scrollbar-thumb:hover{background:#9ca3af}body.dark-theme .nav-menu-links::-webkit-scrollbar-thumb{background:#374151}body.dark-theme .nav-menu-links::-webkit-scrollbar-thumb:hover{background:#4b5563}.theme-toggle-button{position:relative;display:flex;align-items:center;justify-content:center;padding:.625rem;border:2px solid transparent;border-radius:50%;cursor:pointer;font-size:1.25rem;transition:all .3s ease;overflow:visible}.theme-toggle-button.light{background:#fef9e7;color:#f59e0b;box-shadow:0 2px 8px #0000001a}.theme-toggle-button.light:hover{background:#fefce8;color:#d97706;box-shadow:0 4px 12px #00000026;transform:translateY(-2px) scale(1.05);border-color:#f59e0b33}.theme-toggle-button.dark{background:#1f2937;color:#60a5fa;box-shadow:0 2px 8px #0000004d}.theme-toggle-button.dark:hover{background:#374151;color:#93c5fd;box-shadow:0 4px 12px #0006;transform:translateY(-2px) scale(1.05);border-color:#60a5fa33}.theme-toggle-button:active{transform:translateY(0) scale(1)}.theme-toggle-button.light:active{box-shadow:0 1px 4px #00000026}.theme-toggle-button.dark:active{box-shadow:0 1px 4px #0006}.theme-toggle-button:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.theme-toggle-button svg{transition:transform .4s cubic-bezier(.68,-.55,.265,1.55)}.theme-toggle-button.light:hover svg{transform:rotate(180deg) scale(1.15)}.theme-toggle-button.dark:hover svg{transform:rotate(-30deg) scale(1.15)}.theme-toggle-button:active svg{transform:rotate(0) scale(1)}.system-indicator{position:absolute;bottom:-2px;right:-2px;display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;font-size:.5rem;pointer-events:none}.theme-toggle-button.light .system-indicator{background:#3b82f6;color:#fff;box-shadow:0 1px 3px #0003}.theme-toggle-button.dark .system-indicator{background:#60a5fa;color:#1f2937;box-shadow:0 1px 3px #0006}.theme-toggle-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.theme-toggle-button:hover:before{left:100%}@media (max-width: 768px){.theme-toggle-button{padding:.5rem;font-size:1.125rem}.theme-toggle-button svg{width:18px;height:18px}.system-indicator{width:14px;height:14px;font-size:.45rem}}@media (prefers-reduced-motion: reduce){.theme-toggle-button,.theme-toggle-button svg,.theme-toggle-button:before{transition:none}.theme-toggle-button:hover svg{transform:scale(1.1)}}@media print{.theme-toggle-button{display:none}}.footer{background:#010f29;color:#fff;width:100%;border-top:1px solid #333;margin-top:auto;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#f8bf04,transparent);opacity:.3}.footer-content{max-width:1200px;margin:0 auto;padding:3rem 1rem 1.5rem;position:relative}.footer-top{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:2.5rem}.footer-brand{text-align:center}.brand-title{margin:0 0 .75rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:#f8bf04;letter-spacing:.05em;background:#f3e5c8;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brand-description{color:#9ca3af;font-size:.95rem;line-height:1.6;max-width:300px;margin:0 auto}.footer-links-section{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.footer-column{text-align:center}.footer-heading{margin:0 0 1rem;font-size:.95rem;font-weight:600;color:#f8bf04;text-transform:uppercase;letter-spacing:.1em}.footer-nav{display:flex;flex-direction:column;gap:.75rem}.footer-link{color:#d1d5db;text-decoration:none;font-size:.875rem;font-weight:400;transition:all .3s ease;position:relative;display:inline-block;padding:.25rem 0}.footer-link:hover{color:#f8bf04}.footer-link:focus{outline:2px solid #f8bf04;outline-offset:2px;border-radius:4px}.footer-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:1px;background:linear-gradient(90deg,#f8bf04,#fcd34d);transition:width .3s ease}.footer-link:hover:after{width:100%}.social-links-column,.footer-social-link{display:none}.footer-bottom{border-top:1px solid #333;padding-top:1.5rem}.footer-bottom-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.footer-info{display:flex;flex-direction:column;gap:.5rem}.copyright{margin:0;font-size:.875rem;color:#fff;font-weight:500}.tagline{margin:0;color:#9ca3af;font-size:.875rem;font-style:italic}.social-links-mobile{display:flex;gap:1rem;align-items:center}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#9ca3af;background:#f8bf041a;border:1px solid rgba(248,191,4,.2);border-radius:50%;text-decoration:none;transition:all .3s ease}.social-link:hover{color:#f8bf04;background:#f8bf0433;border-color:#f8bf0466;transform:translateY(-2px)}.social-link:focus{outline:2px solid #f8bf04;outline-offset:2px}.social-link svg{width:18px;height:18px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.back-to-top{position:absolute;top:-20px;left:50%;transform:translate(-50%);width:40px;height:40px;background:#f8bf04;border:none;border-radius:50%;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #f8bf044d;transition:all .3s ease;z-index:10}.back-to-top:hover{transform:translate(-50%) translateY(-3px);box-shadow:0 6px 16px #f8bf0466}.back-to-top:active{transform:translate(-50%) translateY(-1px)}.back-to-top:focus-visible{outline:2px solid #f8bf04;outline-offset:3px}.back-to-top svg{width:20px;height:20px}@media (min-width: 640px){.footer-links-section{grid-template-columns:repeat(3,1fr)}.footer-column:last-child{grid-column:span 3;margin-top:1rem}}@media (min-width: 768px){.footer-content{padding:4rem 2rem 2rem}.footer-top{grid-template-columns:1fr 2fr;gap:4rem;align-items:start}.footer-brand{text-align:left}.brand-description{margin:0}.footer-links-section{grid-template-columns:repeat(4,1fr);gap:2rem}.footer-column{text-align:left}.footer-column:last-child{grid-column:auto}.footer-link:after{left:0;transform:translate(0)}.footer-bottom-content{flex-direction:row;justify-content:space-between;text-align:left}.footer-info{align-items:flex-start}.social-links-column{display:flex;flex-direction:column;gap:.75rem}.footer-social-link{display:flex;align-items:center;gap:.5rem;color:#d1d5db;text-decoration:none;font-size:.875rem;transition:all .3s ease;padding:.25rem 0}.footer-social-link:hover{color:#f8bf04}.footer-social-link:focus{outline:2px solid #f8bf04;outline-offset:2px;border-radius:4px}.footer-social-link svg{width:16px;height:16px;flex-shrink:0}.social-links-mobile{display:none}}@media (min-width: 1024px){.footer-content{padding:4rem 3rem 2rem}.footer-top{gap:5rem}.footer-links-section{gap:3rem}}@media (max-width: 639px){.footer-links-section{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer-column:last-child{grid-column:span 2;margin-top:0}.social-links-column{display:flex;flex-direction:row;gap:1rem;justify-content:center;flex-wrap:wrap}.footer-social-link{display:flex;align-items:center;gap:.5rem;color:#d1d5db;text-decoration:none;font-size:.875rem;transition:all .3s ease;padding:.5rem;border-radius:6px;background:#f8bf040d;border:1px solid rgba(248,191,4,.1)}.footer-social-link:hover{color:#f8bf04;background:#f8bf041a;border-color:#f8bf0433}.footer-social-link svg{width:18px;height:18px;flex-shrink:0}}@media (max-width: 480px){.footer-content{padding:2rem 1rem 1rem}.footer-top{gap:1.5rem;margin-bottom:2rem}.footer-links-section{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer-bottom-content{gap:1rem}.social-links-mobile{gap:.75rem}.social-link{width:36px;height:36px}.social-link svg{width:16px;height:16px}.copyright,.tagline,.footer-link{font-size:.8125rem}}@media (prefers-color-scheme: dark){.footer{border-top-color:#404040}}@media (prefers-contrast: high){.footer-link{color:#fff;text-decoration:underline}.footer-link:hover{color:#f8bf04}.social-link{border-color:#fff}}@media (prefers-reduced-motion: reduce){.footer-link,.social-link,.footer-social-link{transition:none}.social-link:hover{transform:none}.footer-link:after{transition:none}}@media print{.footer{background:none!important;color:#000!important;border-top:1px solid #000;page-break-inside:avoid}.footer:before{display:none}.footer-link,.brand-title,.copyright,.tagline,.footer-heading{color:#000!important;-webkit-text-fill-color:#000!important}.social-links-mobile,.social-links-column{display:none}.footer-bottom-content{flex-direction:column;gap:.5rem}}@supports selector(:focus-visible){.footer-link:focus{outline:none}.footer-link:focus-visible{outline:2px solid #f8bf04;outline-offset:2px;border-radius:4px}.social-link:focus{outline:none}.social-link:focus-visible{outline:2px solid #f8bf04;outline-offset:2px}.footer-social-link:focus{outline:none}.footer-social-link:focus-visible{outline:2px solid #f8bf04;outline-offset:2px;border-radius:4px}}.cookie-policy-page{min-height:100vh;padding:2rem 1rem}.cookie-policy-page.light{background:#f9fafb}.cookie-policy-page.dark{background:#111827}.cookie-policy-container{max-width:900px;margin:0 auto}.cookie-policy-header{text-align:center;margin-bottom:3rem}.cookie-policy-icon{display:flex;justify-content:center;margin-bottom:1rem}.cookie-policy-icon svg{color:#f59e0b}.cookie-policy-title{font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.cookie-policy-title.light{color:#111827}.cookie-policy-title.dark{color:#f9fafb}.cookie-policy-updated{font-size:.875rem;margin:0}.cookie-policy-updated.light{color:#6b7280}.cookie-policy-updated.dark{color:#9ca3af}.cookie-policy-content{display:flex;flex-direction:column;gap:2.5rem}.cookie-policy-section{padding:1.5rem;border-radius:.75rem}.cookie-policy-section.light{background:#fff;border:1px solid #e5e7eb}.cookie-policy-section.dark{background:#1f2937;border:1px solid #374151}.section-title{font-size:1.5rem;font-weight:600;margin:0 0 1rem}.section-title.light{color:#111827}.section-title.dark{color:#f9fafb}.section-text{font-size:1rem;line-height:1.7;margin:0 0 1rem}.section-text.light{color:#374151}.section-text.dark{color:#d1d5db}.section-text:last-child{margin-bottom:0}.cookie-list{list-style:none;padding:0;margin:1rem 0}.cookie-list li{padding:.75rem 0 .75rem 1.5rem;position:relative;line-height:1.6}.cookie-list.light li{color:#374151}.cookie-list.dark li{color:#d1d5db}.cookie-list li:before{content:"•";position:absolute;left:0;font-size:1.5rem;line-height:1}.cookie-list.light li:before{color:#3b82f6}.cookie-list.dark li:before{color:#60a5fa}.cookie-type-card{padding:1.5rem;border-radius:.75rem;margin-bottom:1.5rem;border:1px solid}.cookie-type-card.light{background:#f9fafb;border-color:#e5e7eb}.cookie-type-card.dark{background:#111827;border-color:#374151}.cookie-type-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.cookie-type-icon{flex-shrink:0}.cookie-type-icon.light{color:#3b82f6}.cookie-type-icon.dark{color:#60a5fa}.cookie-type-title{font-size:1.25rem;font-weight:600;margin:0}.cookie-type-title.light{color:#111827}.cookie-type-title.dark{color:#f9fafb}.cookie-type-description{font-size:.9375rem;line-height:1.6;margin:0 0 1rem}.cookie-type-description.light{color:#6b7280}.cookie-type-description.dark{color:#9ca3af}.cookie-type-examples{font-size:.875rem;margin-bottom:1rem;padding:.75rem;border-radius:.5rem}.cookie-type-examples.light{background:#fff;color:#374151;border:1px solid #e5e7eb}.cookie-type-examples.dark{background:#1f2937;color:#d1d5db;border:1px solid #374151}.cookie-type-status{margin-top:1rem}.status-badge{display:inline-block;padding:.375rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-badge.necessary{background:#10b981;color:#fff}.status-badge.optional{background:#3b82f6;color:#fff}.third-party-list{margin:1rem 0}.third-party-item{padding:1rem;border-radius:.5rem;line-height:1.6}.third-party-item.light{background:#f9fafb;color:#374151;border:1px solid #e5e7eb}.third-party-item.dark{background:#111827;color:#d1d5db;border:1px solid #374151}.external-link{text-decoration:underline;font-weight:500;transition:color .2s}.external-link.light{color:#3b82f6}.external-link.light:hover{color:#2563eb}.external-link.dark{color:#60a5fa}.external-link.dark:hover{color:#93c5fd}.control-methods{margin:1.5rem 0;padding:1.5rem;border-radius:.75rem}.control-methods.light{background:#f9fafb;border:1px solid #e5e7eb}.control-methods.dark{background:#111827;border:1px solid #374151}.method-title{font-size:1.125rem;font-weight:600;margin:0 0 1rem}.method-title.light{color:#111827}.method-title.dark{color:#f9fafb}.contact-info{padding:1.5rem;border-radius:.75rem;margin-top:1rem}.contact-info.light{background:#f9fafb;border:1px solid #e5e7eb}.contact-info.dark{background:#111827;border:1px solid #374151}.contact-info p{margin:.75rem 0;line-height:1.6}.contact-info.light p{color:#374151}.contact-info.dark p{color:#d1d5db}.contact-link{text-decoration:underline;font-weight:500;transition:color .2s}.contact-link.light{color:#3b82f6}.contact-link.light:hover{color:#2563eb}.contact-link.dark{color:#60a5fa}.contact-link.dark:hover{color:#93c5fd}@media (max-width: 768px){.cookie-policy-page{padding:1.5rem 1rem}.cookie-policy-title{font-size:2rem}.cookie-policy-section{padding:1.25rem}.section-title{font-size:1.25rem}}
