:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;padding:0;width:100%;height:100vh;display:flex;flex-direction:column}#root{width:100%;height:100%;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{margin:0;padding:0}button{font-family:inherit}@media(prefers-color-scheme:light){:root{color:#213547}}.navigation{background:#fff;box-shadow:0 2px 8px #0000001a;padding:0;position:sticky;top:0;z-index:100;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.nav-container{max-width:1200px;margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center;position:relative}.nav-backdrop{display:none}.hamburger{display:none;background:transparent;border:1px solid rgba(138,108,0,.25);border-radius:10px;width:44px;height:44px;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer}.hamburger-line{width:18px;height:2px;background:#5a4600;border-radius:999px;display:block}.nav-brand{display:flex;align-items:center;gap:.75rem;font-size:1.8rem;font-weight:700;color:#333;text-decoration:none}.nav-icon{font-size:1.5rem}.nav-sun-image{width:46px;height:46px;object-fit:contain;animation:nav-sun-float 2.8s ease-in-out infinite}.nav-title{color:#8a6c00;font-size:1.45rem;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}@keyframes nav-sun-float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.nav-links{list-style:none;padding:0;margin:0;display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.nav-link{background:none;border:none;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;color:#666;cursor:pointer;border-radius:6px;transition:all .2s;font-family:inherit;border:2px solid transparent}.nav-link:hover{background-color:#f0f0f0;color:#333}.nav-link.active{background:#fdda0d;color:#2b2b2b;font-weight:600}.nav-link.active:hover{opacity:.9}@media(max-width:480px){.nav-container{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:.75rem}.nav-brand{width:100%;justify-content:center;gap:.45rem}.nav-sun-image{width:34px;height:34px}.nav-links{display:none;position:absolute;top:calc(100% + 8px);left:1rem;right:1rem;width:auto;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 12px 26px #00000024;padding:.5rem;gap:0;flex-direction:column;z-index:110}.nav-links.open{display:flex}.nav-link{width:100%;text-align:left;padding:.85rem 1rem}.hamburger{display:inline-flex}.nav-backdrop.open{display:block;position:fixed;inset:0;background:#00000040;z-index:105}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:1rem}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-message{color:#666;font-size:1rem;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.loc-sel{background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:16px;padding:1rem 1.1rem;margin:.5rem 0;box-shadow:0 10px 24px #0f172a14}.loc-sel-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem}.loc-sel-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#eef2ff,#dbeafe);font-size:1.15rem;flex-shrink:0}.loc-sel-title{margin:0;font-size:1rem;font-weight:800;color:#0f172a}.loc-sel-hint{margin:.1rem 0 0;font-size:.82rem;color:#64748b;font-weight:600}.loc-sel-input-wrap{position:relative;display:flex;align-items:center}.loc-sel-search-icon{position:absolute;left:.8rem;font-size:.9rem;pointer-events:none;opacity:.55}.loc-sel-input{width:100%;padding:.72rem .8rem .72rem 2.4rem;border:2px solid #e2e8f0;border-radius:12px;font-size:.95rem;font-family:inherit;font-weight:600;color:#0f172a;background:#f8fafc;transition:border-color .2s,box-shadow .2s,background-color .2s}.loc-sel-input::placeholder{color:#94a3b8;font-weight:600}.loc-sel-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 4px #6366f126;background:#fff}.loc-sel-input:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.loc-sel-spinner{position:absolute;right:.8rem;width:18px;height:18px;border:2px solid #e2e8f0;border-top-color:#6366f1;border-radius:999px;animation:loc-spin .6s linear infinite}@keyframes loc-spin{to{transform:rotate(360deg)}}.loc-sel-error{margin:.5rem 0 0;padding:.45rem .65rem;font-size:.82rem;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;font-weight:600}.loc-sel-results{list-style:none;margin:.55rem 0 0;padding:0;max-height:220px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:0 8px 20px #0f172a1a}.loc-sel-results li{border-bottom:1px solid #f1f5f9}.loc-sel-results li:last-child{border-bottom:none}.loc-sel-result-btn{display:flex;align-items:center;gap:.6rem;width:100%;padding:.6rem .75rem;text-align:left;background:none;border:none;font-family:inherit;cursor:pointer;transition:background-color .15s}.loc-sel-result-btn:hover:not(:disabled){background:#f8fafc}.loc-sel-result-btn:disabled{cursor:not-allowed;opacity:.55}.loc-sel-result-pin{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:#eef2ff;font-size:.8rem;flex-shrink:0}.loc-sel-result-text{display:flex;flex-direction:column;gap:.05rem}.loc-sel-result-text strong{font-size:.88rem;color:#0f172a}.loc-sel-result-text span{font-size:.76rem;color:#64748b;font-weight:600}@media(max-width:480px){.loc-sel{padding:.85rem}}.uv-forecast-container{background:linear-gradient(145deg,#fff9e6,#fff4d4,#fff0c4);border:1px solid #efc300;border-radius:12px;padding:1.5rem 1.5rem 1rem;margin-top:.4rem;box-shadow:0 4px 12px #c978081f}.forecast-title{color:#3a3200;font-size:1rem;font-weight:700;margin:0 0 1.5rem;text-transform:capitalize}.forecast-chart{width:100%;height:250px;margin:0}@media(max-width:600px){.uv-forecast-container{padding:1rem;margin-top:.3rem}.forecast-chart{height:250px}}@media(max-width:480px){.uv-forecast-container{padding:1rem}.forecast-chart{height:200px}.forecast-title{font-size:.9rem}}.skin-tone-selector h3{margin:0 0 .15rem;color:#1f2937;font-size:1rem;font-weight:700}.skin-tone-subtitle{margin:0 0 .8rem;color:#6b7280;font-size:.82rem;line-height:1.3}.skin-tone-swatches{display:grid;grid-template-columns:repeat(5,1fr);gap:1.2rem}.skin-swatch{aspect-ratio:1 / .42;border:none;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.3rem .2rem;position:relative;transition:transform .18s ease,box-shadow .18s ease;outline:3px solid transparent;outline-offset:2px}.skin-swatch:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000002e}.skin-swatch.selected{outline-color:#1f2937;box-shadow:0 8px 20px #0000002e;transform:translateY(-2px)}.skin-swatch-label{font-size:.72rem;font-weight:700;letter-spacing:.02em;text-align:center;line-height:1.2;pointer-events:none}@media(max-width:600px){.skin-tone-swatches{grid-template-columns:repeat(5,1fr);gap:.45rem}.skin-swatch{border-radius:12px;padding:.35rem .2rem}.skin-swatch-label{font-size:.62rem}}@media(max-width:380px){.skin-tone-swatches{grid-template-columns:repeat(3,1fr)}}.pas{margin-top:1rem;max-width:1200px;width:100%;margin-left:auto;margin-right:auto;padding:0 1rem 1rem}.pas-header{text-align:center;margin:0 auto .75rem}.pas-header h2{margin:0;color:#2d2200;font-size:1.5rem;font-weight:800}.pas-subtitle{margin:.35rem 0 0;color:#5a4600;font-weight:600;font-size:.95rem}.pas-feature-chips{margin-top:.55rem;display:inline-flex;flex-wrap:wrap;justify-content:center;gap:.4rem}.pas-feature-chips span{background:#ffffffdb;border:1px solid rgba(163,138,0,.35);border-radius:999px;padding:.28rem .58rem;font-size:.76rem;color:#5a4600;font-weight:700}.pas-card{background:#fff;border:1px solid #e5e7eb;border-left:3px solid #c5a000;border-radius:14px;padding:1rem 1.1rem;box-shadow:0 4px 14px #0f172a0d}.pas-uv-fallback{max-width:780px;margin:0 auto 1rem}.pas-uv-row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.pas-uv-label{font-weight:800;color:#3a3200}.pas-uv-value{font-weight:800}.pas-clear-wrap{text-align:right;margin-bottom:.5rem}.pas-clear-btn{background:none;border:1px solid #d1d5db;border-radius:999px;padding:.3rem .7rem;font-size:.76rem;font-weight:700;color:#6b7280;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.pas-clear-btn:hover{background:#fee2e2;color:#dc2626;border-color:#fca5a5}.pas-grid{display:grid;gap:.9rem}.pas-card h3{margin:0 0 .65rem;color:#1f2937;font-size:1rem;font-weight:700}.pas-options-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem}.pas-pill{border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:.6rem .6rem .55rem;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;position:relative;min-height:56px}.pas-pill:hover{border-color:#c5a000;box-shadow:0 4px 12px #c5a0001f}.pas-pill.selected{border-color:#6b4c00;background:#fff3b0;box-shadow:0 4px 14px #6b4c0029}.pas-pill-icon{position:absolute;right:.4rem;top:.3rem;font-size:1.6rem;opacity:.5;animation:pill-icon-float 2.4s ease-in-out infinite}.pas-pill:nth-child(2) .pas-pill-icon{animation-delay:.2s}.pas-pill:nth-child(3) .pas-pill-icon{animation-delay:.4s}.pas-pill:nth-child(4) .pas-pill-icon{animation-delay:.6s}.pas-pill:nth-child(5) .pas-pill-icon{animation-delay:.8s}.pas-pill.selected .pas-pill-icon{opacity:1}@keyframes pill-icon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.pas-pill-title{display:block;font-weight:800;font-size:.9rem;color:#1f2937;line-height:1.1}.pas-pill-sub{display:block;margin-top:.2rem;font-size:.72rem;color:#6b7280;font-weight:500}.pas-tone{background:#fff}.adv-card{margin-top:1rem;background:linear-gradient(135deg,#fffef5,#fff7dd);border:1px solid #e5e7eb;border-left:4px solid #eab308;border-radius:16px;padding:1.1rem 1.2rem;box-shadow:0 8px 20px #0f172a12}.adv-card.adv-fair{border-left-color:#f97316;box-shadow:0 10px 24px #f9731624}.adv-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.9rem}.adv-header-left{flex:1;min-width:0}.adv-heading{margin:0;font-size:1.15rem;font-weight:900;color:#1f2937;letter-spacing:-.01em}.adv-summary{margin:.35rem 0 0;font-size:.84rem;color:#4b5563;line-height:1.45;font-weight:500}.adv-uv-chip{flex-shrink:0;display:inline-flex;align-items:center;border-radius:999px;padding:.32rem .7rem;font-size:.76rem;font-weight:800;color:#fff;white-space:nowrap;box-shadow:0 3px 8px #00000026}.adv-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.adv-metric-card{display:flex;align-items:center;gap:.7rem;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:.65rem .75rem}.adv-metric-img{width:48px;height:48px;object-fit:contain;flex-shrink:0}.adv-metric-text{min-width:0}.adv-metric-label{display:block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:.2rem}.adv-metric-value{display:block;font-size:.86rem;font-weight:800;color:#1f2937;line-height:1.3}.adv-tips-strip{margin-top:.9rem;display:flex;gap:.75rem;align-items:center;justify-content:center;flex-wrap:wrap}.adv-tips-img{flex:1 1 0;min-width:0;height:180px;object-fit:cover;border-radius:12px;box-shadow:0 4px 14px #00000014}.adv-tips-img:nth-child(2){object-fit:contain;background:#f5b731}@media(max-width:640px){.adv-tips-strip{flex-direction:column}.adv-tips-img{max-width:100%}}.pas-animated-icons{margin-top:.75rem;display:flex;gap:.5rem;align-items:center;justify-content:center}.pas-icon{width:54px;height:54px;border-radius:12px;background:#ffffffb3;border:1px solid rgba(0,0,0,.08);position:relative;animation:pas-float 2.4s ease-in-out infinite}.pas-icon.sunscreen{width:42px;height:42px}.pas-icon:after{content:"";position:absolute;inset:9px;border-radius:999px;background:#fdda0d}.pas-icon.hat:after{inset:10px 8px 12px;border-radius:6px 6px 10px 10px;background:#5a4600}.pas-icon.shade:after{inset:9px;border-radius:8px;background:#6acb47}.pas-icon.sunscreen:after{inset:9px 14px;border-radius:8px;background:#ff8a26}.pas-icon.sun{animation-delay:0s}.pas-icon.hat{animation-delay:.2s}.pas-icon.shade{animation-delay:.4s}.pas-icon.sunscreen{animation-delay:.6s}@keyframes pas-float{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}@media(max-width:900px){.pas-options-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.pas-options-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pas-advice-grid{grid-template-columns:1fr}}@media(max-width:480px){.pas-grid>div{width:85vw}.modern-hero-cta>button{width:100%}.modern-hero-image{left:0!important}}.uv-detection{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(1200px 420px at 12% -8%,#fdda0d42,#fdda0d00 60%),radial-gradient(900px 380px at 88% 6%,#ffba4933,#ffba4900 62%),radial-gradient(820px 320px at 50% 100%,#f973161f,#f9731600 65%),linear-gradient(180deg,#fff9d8,#fffef7 52%,#fff7e8);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.header{background:#fdda0d;color:#2b2b2b;padding:2rem 1rem;text-align:center;border-bottom:1px solid #efc300}.header h1{margin:0 0 .5rem;font-size:2.5rem;font-weight:700;text-shadow:0 1px 1px rgba(255,255,255,.35)}.subtitle{margin:0;font-size:1.1rem;color:#3f3f3f}.hero-banner{display:flex;align-items:stretch;max-width:1200px;width:calc(100% - 2rem);margin:1rem auto 0;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 8px 16px #0000001a}.top-hero-banner{margin:0 auto 1.25rem}.landing-hero{margin-bottom:.8rem}.landing-hero.compact{margin-bottom:.55rem}.snapshot-hero-row{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:.85rem;align-items:start;margin-bottom:.65rem}.snapshot-hero-row>section,.actions-alert-row>section{border-radius:14px}.above-fold-dashboard{margin-bottom:1rem;background:linear-gradient(180deg,#ffffffb8,#ffffff85);border:1px solid rgba(201,120,8,.2);border-radius:18px;padding:.7rem;box-shadow:0 14px 26px #212b461a}.actions-alert-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.85rem;align-items:stretch}.inline-static{width:100%;margin:0;min-height:100%;border:1px solid rgba(239,195,0,.45)}.modern-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:1rem;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:1rem;box-shadow:0 14px 30px #0f172a14;margin-bottom:.9rem}.modern-hero-left{display:flex;flex-direction:column;justify-content:center}.modern-eyebrow{margin:0;color:#0ea5e9;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.modern-title{margin:.35rem 0 0;color:#0f172a;font-size:clamp(1.7rem,3vw,2.35rem);line-height:1.1;font-weight:800}.modern-subtitle{margin:.75rem 0 0;color:#334155;font-size:.96rem;line-height:1.55;max-width:56ch}.modern-hero-cta{margin-top:1rem;display:flex;gap:.7rem;flex-wrap:wrap}.modern-hero-cta.pushed{margin-top:1.4rem}.modern-btn{border:none;border-radius:999px;padding:.72rem 1.05rem;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.modern-btn:hover{transform:translateY(-1px)}.modern-btn.primary{background:linear-gradient(135deg,#5a3ad1,#3a24b7);color:#fff;box-shadow:0 8px 14px #3a24b747}.modern-btn.secondary{background:linear-gradient(135deg,#7c5ce7,#6344d5);color:#fff;box-shadow:0 6px 12px #6c44d540}.hero-feature-badges{margin:.85rem 0 0;display:flex;flex-wrap:wrap;gap:.45rem}.hero-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.38rem .72rem;border-radius:999px;font-size:.78rem;font-weight:700;color:#5a4600;background:linear-gradient(135deg,#fff8d6,#fff3b0);border:1px solid rgba(197,160,0,.3);box-shadow:0 2px 8px #c5a0001f;cursor:default;-webkit-user-select:none;user-select:none}.hero-badge-icon{font-size:.95rem;line-height:1}.modern-hero-right{position:relative;min-height:260px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.95fr);gap:.7rem;align-items:stretch}.modern-hero-image{width:100%;height:100%;min-height:280px;object-fit:cover;border-radius:14px;position:relative;left:-38px}.modern-snapshot-card{position:relative;overflow:visible;width:100%;background:#ffffffeb;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border:1px solid rgba(15,23,42,.08);border-radius:14px;padding:.7rem .8rem;box-shadow:0 10px 20px #0f172a1f}.snapshot-float-sun{position:absolute;top:-30px;left:50%;transform:translate(-50%);font-size:4.5rem;z-index:0;opacity:.35;filter:drop-shadow(0 0 18px rgba(204,163,0,.7));color:#b8860b;animation:snapshot-sun-pulse 3s ease-in-out infinite;pointer-events:none}@keyframes snapshot-sun-pulse{0%,to{transform:translate(-50%) scale(1);filter:drop-shadow(0 0 18px rgba(204,163,0,.7))}50%{transform:translate(-50%) scale(1.25);filter:drop-shadow(0 0 32px rgba(204,163,0,.95))}}.modern-snapshot-card.reference{background:linear-gradient(180deg,#fffdfa,#fff7e8);border:1px solid rgba(255,193,7,.35);min-height:100%}.uv-sun-hero{position:relative;height:52px;margin-bottom:.35rem;overflow:hidden}.uv-sun-ring{position:absolute;left:50%;top:-98px;transform:translate(-50%);border-radius:999px;border:18px solid rgba(245,193,37,.24)}.uv-sun-ring.outer{width:230px;height:230px}.uv-sun-ring.inner{width:175px;height:175px;top:-74px;border-color:#f5c12580}.modern-snapshot-label{margin:0;font-size:.76rem;color:#475569;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.modern-snapshot-main{margin-top:.35rem;display:flex;justify-content:space-between;align-items:center;gap:.45rem}.modern-snapshot-main.ref{align-items:flex-end}.modern-snapshot-value{font-size:2rem;line-height:1;font-weight:800}.modern-snapshot-risk{font-size:.72rem;font-weight:800;border:2px solid;border-radius:999px;padding:.2rem .5rem;text-transform:uppercase}.modern-snapshot-meta{margin:.35rem 0 0;color:#334155;font-size:.81rem}.modern-snapshot-grid{margin-top:.45rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}.modern-snapshot-grid>div{background:#f8fafc;border:1px solid rgba(15,23,42,.06);border-radius:10px;padding:.35rem .45rem}.modern-snapshot-grid span{display:block;font-size:.68rem;color:#64748b;font-weight:700}.modern-snapshot-grid strong{display:block;margin-top:.15rem;font-size:.95rem}.uv-risk-track-wrap{margin-top:.45rem;position:relative;height:28px}.uv-risk-track{position:absolute;inset:5px 0;border-radius:999px;background:linear-gradient(90deg,#38b000,#c0ea3f,#ffd43b,#ff922b,#ef476f)}.uv-risk-pointer{position:absolute;top:0;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:12px solid #111827}.modern-snapshot-note{margin:.45rem 0 0;color:#334155;font-size:.8rem;line-height:1.35}.modern-hero-copy-card{background:#fff6c2;border:1px solid rgba(255,193,7,.45);border-radius:14px;padding:.85rem .9rem}.modern-bottom-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.85rem;margin-bottom:.9rem}.inline-actions-row{display:flex;gap:.6rem;align-items:center;padding:.65rem .75rem;border-radius:14px;background:#eef2ff;border:1px solid rgba(58,85,170,.2)}.inline-actions-row .landing-cta-btn{flex:1}.hero-image{width:68%;display:block;max-height:320px;object-fit:cover}.hero-copy{width:32%;padding:1rem;background:#fdda0d;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem}.landing-copy{align-items:flex-start;text-align:left}.landing-copy.compact{justify-content:center;gap:.3rem;padding:.9rem}.hero-slogan{margin:0;text-align:center;font-size:1.6rem;font-weight:700;color:#4d3f00;letter-spacing:.6px}.hero-tagline{margin:0;text-align:left;color:#5a4a00;font-size:.95rem;font-weight:600}.hero-about{margin:.2rem 0 0;color:#433600;font-size:.83rem;line-height:1.35;font-weight:600}.hero-about.compact{font-size:.8rem}.hero-value-prop{margin:.1rem 0 0;color:#473700;font-weight:600;font-size:.88rem}.hero-moving-icons{margin-top:.35rem;display:flex;gap:.45rem;flex-wrap:wrap}.hero-icon-chip{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:46px;border-radius:999px;background:#ffffffad;border:1px solid rgba(0,0,0,.08);font-size:1.45rem;animation:hero-float 2.6s ease-in-out infinite}.hero-icon-chip.icon-sunscreen{min-width:36px;height:36px;font-size:1.15rem}.hero-icon-chip.icon-shade{animation-delay:.2s}.hero-icon-chip.icon-sunscreen{animation-delay:.4s}.hero-icon-chip.icon-alert{animation-delay:.6s}@keyframes hero-float{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.landing-cta-panel{width:calc(100% - 2rem);max-width:1200px;margin:0 auto 1rem;background:linear-gradient(180deg,#e7efff,#d8e3ff);border:1px solid rgba(58,85,170,.25);border-radius:16px;padding:.9rem;box-shadow:0 12px 24px #212b4626}.landing-cta-panel.compact{margin-bottom:.85rem}.landing-cta-panel.inline{width:100%;margin:0;min-height:100%}.landing-cta-panel.inline.modern{border-radius:14px}.uv-alert-strip{display:flex;align-items:center;gap:0;border-radius:16px;padding:.75rem 1rem;margin-bottom:.9rem;box-shadow:0 6px 18px #00000012}.uv-alert-strip-left{display:flex;align-items:center;gap:.65rem;flex:1;min-width:0}.uv-alert-strip-badge{flex-shrink:0;width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;font-weight:900;box-shadow:0 3px 8px #00000026}.uv-alert-strip-text{display:flex;flex-direction:column;min-width:0}.uv-alert-strip-text strong{font-size:.92rem;font-weight:800;line-height:1.2}.uv-alert-strip-text span{font-size:.78rem;color:#475569;line-height:1.35;margin-top:.1rem}.uv-alert-strip-divider{flex-shrink:0;width:2px;height:36px;border-radius:1px;margin:0 .9rem;opacity:.35}.uv-alert-strip-icons{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;flex-shrink:0}.uv-alert-strip-icons-label{font-size:.62rem;text-transform:uppercase;font-weight:700;letter-spacing:.06em;color:#94a3b8}.uv-alert-strip-icons-row{display:flex;gap:.35rem}.uv-alert-strip-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:#ffffffbf;font-size:1.15rem;box-shadow:0 2px 6px #0000000f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media(max-width:520px){.uv-alert-strip{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.7rem .8rem}.uv-alert-strip-divider{width:100%;height:1px;margin:0}}.landing-cta-headline{display:flex;align-items:baseline;gap:.45rem;margin-bottom:.7rem}.landing-cta-headline strong{color:#1f2a44;font-size:.98rem}.landing-cta-headline span{color:#475569;font-size:.84rem;font-weight:600}.landing-cta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.landing-cta-btn{border:none;border-radius:999px;padding:.7rem 1rem;background:linear-gradient(135deg,#5a3ad1,#3a24b7);color:#fff;font-weight:700;font-size:.92rem;cursor:pointer;box-shadow:0 6px 10px #3a24b740;transition:transform .15s ease,box-shadow .15s ease}.landing-cta-btn:hover{transform:translateY(-1px);box-shadow:0 8px 14px #3a24b757}.landing-cta-btn.primary{font-size:.95rem}.content{flex:1;padding:2rem 1rem;max-width:1200px;margin:0 auto;width:100%}.hero-uv-panel{background:#fff;border:1px solid #efc300;border-radius:12px;padding:1.25rem;margin-bottom:1.25rem;text-align:center;box-shadow:0 8px 16px #00000014}.hero-uv-title{margin:0;color:#3a3200;font-weight:700}.hero-uv-value{margin-top:.35rem;font-size:4rem;line-height:1;font-weight:800}.hero-uv-meta{margin:.5rem 0 0;color:#555}.hero-actions{margin:1rem auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;max-width:760px}.dial-actions{margin-top:.9rem}.uv-dial-section{margin-bottom:1.25rem}.uv-dial-section.compact{margin-bottom:0}.uv-dial-card{position:relative;overflow:hidden;background:linear-gradient(145deg,#fdda0d,#ffc24a 40%,#ff982d);border:1px solid #c97808;border-radius:4px;box-shadow:0 14px 26px #c9780852;padding:1.4rem 1.1rem 1rem;text-align:center;max-width:100%;margin:0 auto}.uv-dial-section.compact .uv-dial-card{padding:.9rem .85rem .82rem;min-height:100%}.uv-dial-section.compact .uv-dial-ring{width:min(200px,100%)}.uv-dial-section.compact .uv-dial-title{font-size:1.2rem}.uv-dial-section.compact .uv-dial-subtitle{font-size:.78rem}.uv-dial-section.compact .uv-dial-number{font-size:clamp(2.4rem,5.8vw,3.7rem)}.uv-dial-section.compact .uv-hero-slogan{font-size:1.04rem;margin-bottom:.35rem}.uv-dial-section.compact .uv-connection-row{margin-top:.5rem;gap:.45rem}.uv-dial-section.compact .uv-connection-card{padding:.35rem .45rem}.uv-dial-card:before{content:"";position:absolute;width:220px;height:220px;right:-70px;top:-90px;background:radial-gradient(circle at center,#ffffff57,#fff0 72%);border-radius:50%;opacity:.45;pointer-events:none}.uv-dial-card:after{content:"";position:absolute;width:280px;height:140px;left:-80px;bottom:-90px;background:radial-gradient(circle at center,#ff741866,#ff741800 72%);border-radius:999px;pointer-events:none}.uv-hero-slogan{margin:0 0 .8rem;color:#2d2200;font-size:1.35rem;font-weight:700;letter-spacing:.2px;text-shadow:0 1px 0 rgba(255,255,255,.25)}.uv-dial-location{margin:.85rem 0 0;color:#2d2200;font-size:.95rem;text-shadow:0 1px 0 rgba(255,255,255,.2)}.uv-connection-row{margin:.8rem auto 0;max-width:520px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.uv-connection-card{background:#ffffffa6;border:1px solid rgba(201,120,8,.35);border-radius:8px;padding:.45rem .6rem;display:flex;flex-direction:column;align-items:center}.uv-connection-card span{font-size:.75rem;color:#5a4600}.uv-connection-card strong{margin-top:.12rem;font-size:1.05rem;color:#2d2200}.uv-dial-ring{width:min(310px,100%);aspect-ratio:1 / 1;border-radius:999px;margin:0 auto;padding:12px;background:conic-gradient(#9ca3af 0deg 60deg,#6acb47 60deg 130deg,#fdda0d 130deg 220deg,#ffc067 220deg 280deg,#ff6a2a 280deg 360deg)}.uv-dial-inner{width:100%;height:100%;border-radius:999px;background:#fffdf3;display:flex;flex-direction:column;justify-content:center;align-items:center}.uv-dial-title{margin:0;color:#3a3200;font-size:1.55rem;font-weight:700}.uv-dial-subtitle{margin:.1rem 0 0;color:#6b7280;font-size:.92rem;letter-spacing:.08em;font-weight:600}.uv-dial-number{margin-top:.5rem;font-size:clamp(3.2rem,9vw,5.6rem);line-height:.9;font-weight:800;color:#ff8a26}.uv-dial-risk{margin:.8rem 0 0;font-size:1.05rem;font-weight:700}.data-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.uv-card{background:#fff;border-radius:12px;border-top:6px solid #f39c12;padding:2rem;box-shadow:0 8px 16px #0000001a;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:280px}.uv-value{font-size:4.5rem;font-weight:700;line-height:1;margin-bottom:.5rem;color:#333}.uv-label{font-size:1.1rem;color:#666;font-weight:500}.uv-risk{margin-top:.6rem;font-size:.95rem;font-weight:600;color:#555}.initial-state{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 8px 16px #0000001a;margin-bottom:1.25rem;max-width:820px;margin-left:auto;margin-right:auto}.forecast-section{background:#fffdf3;border:1px solid #efc300;border-radius:10px;padding:.9rem;margin-top:1rem}.forecast-title-line{margin:0 0 .6rem;font-size:1.1rem;color:#3a3200;line-height:1.4}.forecast-title-line strong{font-weight:800}.forecast-title-sub{font-size:.85rem;color:#6b7280;font-weight:500}.forecast-peak-bar{display:flex;align-items:center;gap:.5rem;width:100%;padding:.55rem .8rem;background:#b91c1c1f;border:1px solid rgba(185,28,28,.25);border-radius:12px;margin-bottom:.3rem}.forecast-peak-bar-icon{font-size:.95rem;flex-shrink:0}.forecast-peak-bar-main{font-size:.82rem;font-weight:800;color:#991b1b;white-space:nowrap}.forecast-peak-bar-tip{font-size:.78rem;color:#7f1d1d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:640px){.forecast-peak-bar{flex-wrap:wrap}.forecast-peak-bar-main,.forecast-peak-bar-tip{white-space:normal}}.manual-loc-header{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-bottom:1rem}.intro-heading{text-align:center;color:#2563eb;font-size:1.35rem;font-weight:800;line-height:1.3;margin:0}.manual-loc-close{background:none;border:1px solid #d1d5db;border-radius:999px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#6b7280;cursor:pointer;flex-shrink:0;transition:background .15s,color .15s,border-color .15s}.manual-loc-close:hover{background:#fee2e2;color:#dc2626;border-color:#fca5a5}.permission-hint{text-align:center;color:#f39c12;font-size:.9rem;margin:1rem 0;padding:.75rem;background-color:#fef5e7;border-radius:4px}.retry-location{margin-top:.75rem}.primary-button,.secondary-button{display:block;margin:1rem auto;padding:1rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s;text-align:center;width:100%;max-width:300px}.primary-button{background-color:#fff;color:#1f1a0a}.primary-button:hover:not(:disabled){background-color:#fff7d1;box-shadow:0 4px 8px #ffffff47}.primary-button:active:not(:disabled){background-color:#f7efc4}.primary-button:disabled{background-color:#bdc3c7;cursor:not-allowed}.secondary-button{background-color:#fff;color:#1f1a0a}.secondary-button:hover{background-color:#fff7d1;box-shadow:0 4px 8px #ffffff47}.secondary-button:active{background-color:#f7efc4}.location-change{display:flex;justify-content:center;margin-top:2rem}.personalized-advice{background:#fff;border-left:5px solid #2f855a;border-radius:10px;padding:1rem 1.25rem;margin-top:1.25rem;box-shadow:0 4px 10px #00000014}.personalized-advice h3{margin:0 0 .5rem;color:#1f2937;font-size:1.05rem}.personalized-advice .advice-heading{margin:0 0 .5rem;font-weight:600;color:#2f855a}.personalized-advice p{margin:.4rem 0;color:#374151;line-height:1.45}.footer{background:#fff4ab;color:#3a3200;text-align:center;padding:2rem 1rem;font-size:.85rem;line-height:1.6;border-top:1px solid #efc300;margin-top:auto}.footer p{margin:0;opacity:.9}.footer-dev-notice{margin-top:.5rem!important;font-weight:800;color:#b45309;opacity:1!important}@media(max-width:960px){.data-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:600px){.header{padding:1.5rem 1rem}.header h1{font-size:1.75rem}.subtitle{font-size:.95rem}.content{padding:1rem}.modern-hero{grid-template-columns:1fr;padding:.8rem}.modern-title{font-size:1.7rem}.modern-hero-right{grid-template-columns:1fr}.modern-hero-image{min-height:220px}.modern-snapshot-card{width:100%;margin-top:.55rem}.modern-bottom-row{grid-template-columns:1fr;gap:.7rem}.inline-actions-row{flex-direction:column}.snapshot-hero-row,.actions-alert-row{grid-template-columns:1fr;gap:.7rem}.hero-banner{width:calc(100% - 1.5rem);margin-top:.75rem;flex-direction:column}.top-hero-banner{margin:.75rem auto 1rem}.hero-image{width:100%;max-height:220px}.hero-copy{width:100%}.landing-copy{align-items:center;text-align:center}.hero-tagline,.hero-about{text-align:center}.landing-cta-panel{width:calc(100% - 1.5rem);margin-bottom:.85rem}.inline-static,.landing-cta-panel.inline{width:100%}.above-fold-dashboard{padding:.55rem}.landing-cta-grid{grid-template-columns:1fr;gap:.55rem}.landing-cta-btn{padding:.62rem .85rem;font-size:.84rem}.hero-slogan{font-size:1.2rem}.initial-state{padding:1.25rem}.intro-heading{font-size:1.1rem}.primary-button,.secondary-button{max-width:100%}.hero-actions,.uv-connection-row{grid-template-columns:1fr}.uv-hero-slogan{font-size:1.25rem}.uv-dial-title{font-size:1.35rem}.uv-dial-subtitle{font-size:.9rem}.footer{padding:1.5rem 1rem;font-size:.8rem}}@media(max-width:480px){.uv-detection{min-height:100vh}.header{padding:1rem}.header h1{font-size:1.5rem}.subtitle{font-size:.9rem}.content{padding:.75rem}.data-grid{gap:1rem;margin-bottom:1rem}.initial-state{padding:.9rem}.landing-cta-headline{flex-direction:column;align-items:flex-start;gap:.15rem}}.awareness-page{min-height:100vh;background:linear-gradient(180deg,#fff8cc,#fff 42%,#fffdf3);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.awareness-hero{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:2rem 1.5rem 1.5rem}.awareness-hero-copy{display:flex;flex-direction:column}.awareness-eyebrow{margin:0;color:#0ea5e9;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800}.awareness-hero-title{margin:.4rem 0 0;color:#0f172a;font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.15;font-weight:800}.awareness-hero-body{margin:.75rem 0 0;color:#334155;font-size:.95rem;line-height:1.55;max-width:54ch}.awareness-hero-stats{margin-top:1rem;display:flex;gap:.8rem;flex-wrap:wrap}.awareness-stat{background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:12px;padding:.55rem .75rem;box-shadow:0 6px 14px #0f172a12;min-width:100px}.awareness-stat strong{display:block;font-size:1.15rem;font-weight:800;color:#0f172a}.awareness-stat span{display:block;margin-top:.1rem;font-size:.74rem;color:#64748b;font-weight:600}.awareness-hero-image-wrap{display:flex;justify-content:center}.awareness-hero-image{width:100%;max-width:420px;border-radius:18px;object-fit:cover;box-shadow:0 14px 28px #0f172a1f}.awareness-content{padding:2rem 1rem;max-width:1200px;margin:0 auto}.graph-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.awareness-section{background:#fff;border-radius:12px;padding:1.2rem;margin-bottom:1rem;box-shadow:0 8px 16px #0000001a}.awareness-section h2{margin:0 0 .5rem;color:#333;font-size:1.2rem;font-weight:600}.graph-description{color:#666;font-size:.9rem;line-height:1.5;margin:.35rem 0 .85rem}.chart-container{width:100%;height:220px;margin:.75rem 0;background:#f8f9fa;border-radius:8px;padding:.6rem;box-sizing:border-box}.skin-pie-container{height:auto;min-height:220px;overflow:visible}.pie-layout{display:flex;align-items:center;gap:.75rem}.pie-chart-area{flex:1;min-width:0}.pie-legend-right{flex-shrink:0;display:flex;flex-direction:column;gap:.5rem;min-width:110px}.pie-legend-item{display:flex;align-items:center;gap:.4rem}.pie-legend-swatch{width:14px;height:14px;border-radius:999px;flex-shrink:0;border:1px solid rgba(0,0,0,.12)}.pie-legend-label{font-size:.8rem;color:#374151;font-weight:700;white-space:nowrap}.pie-legend-value{margin-left:auto;font-size:.78rem;font-weight:800;color:#1f2937}.hotspot-map-container{height:290px;padding:.5rem}.australia-map{position:relative;width:100%;height:100%;border-radius:10px;background:linear-gradient(180deg,#ecf6ff,#dbeafe);overflow:hidden}.australia-map-image{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center}.state-hotspot{position:absolute;transform:translate(-50%,-50%);display:inline-flex;align-items:center;gap:.3rem;pointer-events:none}.hotspot-dot{width:10px;height:10px;border-radius:999px;background:#ef4444;box-shadow:0 0 0 7px #ef444433;animation:hotspot-pulse 1.9s ease-out infinite}.hotspot-label{background:#ffffffeb;border:1px solid rgba(0,0,0,.1);color:#1f2937;padding:.15rem .35rem;border-radius:999px;font-size:.72rem;font-weight:700;white-space:nowrap}@keyframes hotspot-pulse{0%{box-shadow:0 0 #ef444459}to{box-shadow:0 0 0 11px #ef444400}}.chart-insights{background:#fff9dc;border-left:4px solid #f0c808;padding:.8rem;border-radius:4px;margin-top:.85rem}.hotspot-insights{padding:.9rem}.insight-pill-grid{display:grid;grid-template-columns:1fr;gap:.55rem}.insight-pill{display:flex;align-items:center;gap:.6rem;padding:.5rem .65rem;border-radius:10px;background:#ffffffb8;border:1px solid rgba(240,200,8,.35)}.insight-pill p{margin:0;color:#3f3f3f;font-size:.88rem;font-weight:600;line-height:1.35}.insight-icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;box-shadow:0 4px 10px #8a6c002e;animation:insight-float 2.4s ease-in-out infinite;flex-shrink:0;font-size:1.25rem}.insight-pill:nth-child(2) .insight-icon{animation-delay:.25s}@keyframes insight-float{0%{transform:translateY(0)}50%{transform:translateY(-4px)}to{transform:translateY(0)}}.chart-insights h3{margin:0 0 .45rem;color:#8a6c00;font-size:.95rem;font-weight:600}.chart-insights ul{list-style:none;padding:0;margin:0}.chart-insights li{padding:.42rem 0 .42rem 2.3rem;color:#333;font-size:.88rem;position:relative;line-height:1.35}.chart-insights li:before{content:"☀️";position:absolute;left:0;top:.22rem;width:2rem;height:2rem;border-radius:999px;background:#ffffffe6;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #8a6c0033;animation:insight-float 2.5s ease-in-out infinite;font-size:1rem}.chart-insights li:nth-child(2):before{content:"🧴";animation-delay:.2s}.chart-insights li:nth-child(3):before{content:"🕶️";animation-delay:.4s}.facts-section .facts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:1.5rem}.fact-card{position:relative;overflow:hidden;color:#1f2937;padding:1.15rem 1.05rem 1rem;border-radius:16px;border:1px solid rgba(0,0,0,.06);text-align:left;box-shadow:0 10px 24px #02061717;transition:transform .2s ease,box-shadow .2s ease}.fact-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px #02061724}.fact-card:after{content:"";position:absolute;inset:auto -18px -18px auto;width:90px;height:90px;border-radius:999px;background:#ffffff42;pointer-events:none}.fact-card-1{background:linear-gradient(135deg,#d8f5cc,#ebffe4)}.fact-card-2{background:linear-gradient(135deg,#fff5c4,#fffde6)}.fact-card-3{background:linear-gradient(135deg,#ffe4bf,#fff3dd)}.fact-card-4{background:linear-gradient(135deg,#ffd5cb,#ffece7)}.fact-tag{display:inline-flex;align-items:center;border-radius:999px;padding:.18rem .55rem;font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#1f2937;background:#ffffffa6}.fact-floating-png{position:absolute;right:.95rem;top:.8rem;width:52px;height:52px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.15));animation:fact-icon-float 2.6s ease-in-out infinite}.fact-card-2 .fact-floating-png{animation-delay:.25s}.fact-card-3 .fact-floating-png{animation-delay:.5s}.fact-card-4 .fact-floating-png{animation-delay:.75s}@keyframes fact-icon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.fact-card h3{margin:.7rem 4rem .55rem 0;font-size:1.02rem;font-weight:700;line-height:1.3;color:#1f2937}.fact-card p{margin:0;font-size:.85rem;line-height:1.5;color:#334155;opacity:1}.recommendation-section{background:linear-gradient(135deg,#e8f5e9,#f1f8e9);border-left:4px solid #27ae60}.recommendation-section h2{color:#27ae60}.recommendation-card{background:#fff;padding:1.5rem;border-radius:8px;border:2px solid #27ae60;margin-top:1rem}.recommendation-card h3{margin:0 0 .75rem;color:#27ae60;font-size:1.2rem;font-weight:600}.recommendation-card p{color:#333;font-size:.95rem;line-height:1.6;margin:0 0 1rem}.recommendation-card ul{list-style:none;padding:0;margin:0}.recommendation-card li{padding:.75rem 0 .75rem 1.5rem;color:#333;font-size:.95rem;position:relative}.recommendation-card li:before{content:"→";position:absolute;left:0;color:#27ae60;font-weight:700}.tip-box{background:#fff3cd;border:2px solid #f39c12;border-radius:8px;padding:1.5rem;text-align:center;color:#333;font-size:.95rem;line-height:1.6;margin:2rem 0}.tip-box p{margin:0}@media(max-width:600px){.awareness-hero{grid-template-columns:1fr;padding:1.25rem 1rem;gap:1rem}.awareness-hero-image{max-width:100%;max-height:200px}.awareness-hero-stats{gap:.5rem}.awareness-stat{flex:1;min-width:80px}.awareness-content{padding:1rem}.awareness-section{padding:1.5rem;margin-bottom:1.5rem}.awareness-section h2{font-size:1.25rem}.facts-grid{grid-template-columns:1fr!important}.fact-floating-png{width:46px;height:46px;right:.8rem;top:.7rem}.fact-card h3{margin-right:3.4rem}.chart-container{height:250px}.skin-pie-container{height:auto}.pie-layout{flex-direction:column}.pie-legend-right{flex-direction:row;flex-wrap:wrap;gap:.4rem}.hotspot-map-container{height:280px}.graph-grid{grid-template-columns:1fr}}@media(max-width:480px){.awareness-section.graph-section:last-child{display:none}}.password-gate{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:#fff9e5;color:#333}.password-card{width:100%;max-width:420px;background:#fff;border:1px solid #F0EAD6;border-radius:24px;padding:32px;box-shadow:0 10px 30px #0000000d;text-align:center}.password-card h1{margin:0 0 8px;font-size:24px;font-weight:800;color:#2d3436;text-transform:uppercase}.subtitle{margin:0 0 24px;font-size:14px;line-height:1.5;color:#636e72}.label{display:block;font-size:13px;font-weight:600;margin-bottom:8px;text-align:left;color:#2d3436}.input{width:100%;box-sizing:border-box;border-radius:12px;padding:14px;background:#f9f9f9;border:2px solid #E0E0E0;color:#333;font-size:16px;transition:all .2s ease}.input:focus{border-color:#ffd93d;background:#fff;outline:none;box-shadow:0 0 0 4px #ffd93d33}.button{width:100%;margin-top:20px;border:0;border-radius:50px;padding:14px 20px;background:linear-gradient(90deg,#6c5ce7,#a29bfe);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:transform .1s active}.button:hover{filter:brightness(1.1)}.button:active{transform:scale(.98)}.error{margin-top:12px;font-size:13px;color:#d63031;font-weight:500}.hint{margin:20px 0 0;font-size:12px;color:#b2bec3;line-height:1.4}#root{width:100%;height:100%}.app{width:100%;display:flex;flex-direction:column}.page-content{width:100%}.page-content.hidden{display:none}
