*{margin:0;padding:0;box-sizing:border-box}:root{--deep-blue:#1a2a3a;--ocean:#2a4a6a;--ocean-light:#3a6a8a;--sky:#6a9aba;--cream:#FAF7F2;--sand:#E8D5C0;--brown:#5B4A3F;--brown-light:#7A6B5D;--sage:#6B8F6B;--sage-dark:#4A6E4A;--terracotta:#C75B39;--gold:#D4A574;--text-dark:#3D3228;--text-muted:#A89B8C}html{-webkit-overflow-scrolling:touch}body,html{min-height:100%;min-height:100dvh;overflow-x:hidden;overflow-y:auto}body{background:var(--deep-blue);color:var(--cream);font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);overscroll-behavior:none;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}h1,h2,h3{font-family:"Source Serif 4",Georgia,serif}#game-container{width:100vw;height:100vh;height:100dvh;display:flex;align-items:center;justify-content:center;background:var(--deep-blue);position:fixed;top:0;left:0;touch-action:none;overflow:hidden}@media (min-width:769px){#game-container{background:radial-gradient(ellipse at center,#1a2a3a 0,#0a1520 100%)}}#game-container canvas{max-width:100%;max-height:100%;image-rendering:pixelated;image-rendering:crisp-edges;display:block}.landing{position:relative;min-height:100vh;background:linear-gradient(180deg,#0a1020,#1a2a3a 35%,#1a2a3a);background:var(--deep-blue);overflow-x:hidden;overflow-y:auto}.landing-waves{position:fixed;inset:0;pointer-events:none;overflow:hidden;z-index:0}.landing-wave{position:absolute;left:-50%;width:200%;height:1px;background:linear-gradient(90deg,transparent 0,var(--ocean-light) 25%,var(--ocean) 50%,var(--ocean-light) 75%,transparent 100%);opacity:.18}.landing-wave--1{top:20%;animation:wave 8s linear infinite}.landing-wave--2{top:50%;animation:wave 11s linear infinite reverse;opacity:.12}.landing-wave--3{top:75%;animation:wave 9s linear infinite;animation-delay:-3s;opacity:.08}@keyframes wave{0%{transform:translateX(0)}to{transform:translateX(50%)}}.landing-particles{position:fixed;inset:0;pointer-events:none;z-index:0}.landing-particle{position:absolute;bottom:-8px;width:3px;height:3px;background:var(--cream);border-radius:50%;opacity:0;animation:float linear infinite}@keyframes float{0%{transform:translateY(0);opacity:0}10%{opacity:.25}90%{opacity:.15}to{transform:translateY(-100vh);opacity:0}}.landing-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 1.5rem 2rem;min-height:100vh}.landing-title{font-family:"Source Serif 4",Georgia,serif;font-size:4rem;color:var(--cream);margin-bottom:.5rem;text-shadow:0 0 40px rgba(212,165,116,.2);animation:glow 4s ease-in-out infinite alternate}@keyframes glow{0%{text-shadow:0 0 30px rgba(212,165,116,.15)}to{text-shadow:0 0 50px rgba(212,165,116,.3)}}.landing-subtitle{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.25rem;color:var(--text-muted);max-width:480px;line-height:1.6;margin-bottom:2.5rem}.landing-map{display:flex;align-items:flex-end;justify-content:center;gap:.5rem;margin-bottom:2.5rem;padding:0 .5rem;position:relative}.landing-island-wrapper{display:flex;flex-direction:column;align-items:center;gap:.375rem;position:relative}.landing-island-wrapper:first-child{transform:translateY(0)}.landing-island-wrapper:nth-child(2){transform:translateY(-14px)}.landing-island-wrapper:nth-child(3){transform:translateY(-22px)}.landing-island-wrapper:nth-child(4){transform:translateY(-26px)}.landing-island-wrapper:nth-child(5){transform:translateY(-22px)}.landing-island-wrapper:nth-child(6){transform:translateY(-14px)}.landing-island-wrapper:nth-child(7){transform:translateY(0)}.landing-island-connector{position:absolute;top:50%;right:-.5rem;width:.5rem;border-top:2px dashed var(--gold);opacity:.35;z-index:-1}.landing-island{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:monospace;font-weight:700;font-size:.875rem;border:2px solid var(--gold);transition:transform .2s}.landing-island--pulse{animation:pulse 2.5s ease-in-out infinite;box-shadow:0 0 12px rgba(212,165,116,.4)}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 12px rgba(212,165,116,.3)}50%{transform:scale(1.05);box-shadow:0 0 20px rgba(212,165,116,.5)}}.landing-island-name{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.875rem;color:var(--text-muted);white-space:nowrap}.landing-cta{display:inline-block;padding:1rem 3.5rem;background:var(--sage);color:var(--cream);border:2px solid var(--sage-dark);border-radius:8px;font-family:Plus Jakarta Sans,sans-serif;font-size:1.25rem;font-weight:700;cursor:pointer;transition:all .2s;text-decoration:none;margin-bottom:3rem}.landing-cta:hover{background:var(--sage-dark);transform:translateY(-2px)}.landing-features{display:flex;gap:1.25rem;flex-wrap:wrap;justify-content:center;max-width:640px;margin-bottom:3rem}.landing-card h3{font-family:"Source Serif 4",Georgia,serif;font-size:1rem;color:var(--gold);margin-bottom:.375rem}.landing-card p{line-height:1.5}.landing-card p,.landing-footer{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.875rem;color:var(--text-muted)}.landing-footer{margin-top:auto;padding-top:2rem}.landing-footer a{color:var(--sage);text-decoration:none;font-weight:600}.landing-footer a:hover{color:var(--gold)}.landing-footer-link{display:inline-block;margin-top:.5rem;font-size:.875rem;color:var(--text-muted)!important;font-weight:400!important;text-decoration:underline!important;-webkit-text-decoration-color:var(--brown-light)!important;text-decoration-color:var(--brown-light)!important;text-underline-offset:2px}.landing-footer-link:hover{color:var(--sage)!important}@media (max-width:480px){.landing-title{font-size:3rem}.landing-subtitle{font-size:1.125rem}.landing-features{flex-direction:column;align-items:center}.landing-card{max-width:280px;width:100%}.landing-island{width:44px;height:44px;font-size:.875rem}}.landing-sky{position:fixed;top:0;left:0;right:0;height:35vh;pointer-events:none;z-index:0}.landing-star{position:absolute;background:#FAF7F2;border-radius:50%;animation:twinkle 3s ease-in-out infinite alternate}@keyframes twinkle{0%{opacity:.2}to{opacity:.8}}.landing-ship{position:relative;width:200px;height:120px;margin:0 auto 2rem;animation:bob 4s ease-in-out infinite}@keyframes bob{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-6px) rotate(.5deg)}75%{transform:translateY(-3px) rotate(-.5deg)}}.ship-hull{position:absolute;bottom:0;left:20px;width:160px;height:40px;background:#5B4A3F;border-radius:0 0 40% 40%;border:2px solid #3d2b1f;overflow:hidden}.ship-plank{width:100%;height:1px;background:#3D2B1F;margin-top:10px;opacity:.3}.ship-mast{position:absolute;bottom:38px;left:95px;width:4px;height:80px;background:#5B4A3F;border:1px solid #3d2b1f}.ship-sail{position:absolute;bottom:55px;left:55px;width:0;height:0;border-left:40px solid #faf7f2;border-top:20px solid transparent;border-bottom:20px solid transparent;filter:drop-shadow(0 0 4px rgba(250,247,242,.15))}.ship-flag{position:absolute;bottom:108px;left:99px;width:18px;height:10px;background:#C75B39;-webkit-clip-path:polygon(0 0,100% 20%,100% 80%,0 100%);clip-path:polygon(0 0,100% 20%,100% 80%,0 100%)}.ship-figurehead{position:absolute;bottom:28px;left:170px;width:16px;height:12px;background:#D4A574;border-radius:50% 80% 50% 20%;transform:rotate(-15deg)}.ship-railing{position:absolute;bottom:38px;left:30px;width:140px;height:3px;background:#7A6B5D;border-radius:2px}.landing-parchment{background:#E8D5C0;border:2px solid #d4a574;border-radius:12px;padding:1rem 1rem 1.5rem;margin-bottom:2rem;position:relative;box-shadow:inset 0 0 20px rgba(139,115,85,.15)}.landing-route-ship{top:8px;left:15%;width:12px;border-radius:0 0 40% 40%;animation:pulse 2.5s ease-in-out infinite}.landing-route-ship,.landing-route-ship:before{position:absolute;height:8px;background:#5B4A3F}.landing-route-ship:before{content:"";top:-8px;left:4px;width:2px}.landing-route-ship:after{content:"";position:absolute;top:-6px;left:0;width:0;height:0;border-left:5px solid #faf7f2;border-top:3px solid transparent;border-bottom:3px solid transparent}.landing-card{background:#111e2a;border:1px solid #3d2b1f;border-left:3px solid var(--gold);border-radius:8px;padding:1.25rem 1rem;max-width:180px;text-align:center;transition:transform .2s;background-image:repeating-linear-gradient(90deg,transparent,transparent 18px,rgba(61,43,31,.06) 0,rgba(61,43,31,.06) 20px)}.landing-note{max-width:480px;margin:1.5rem auto;text-align:center}.landing-note p{font-size:.875rem;color:#7A6B5D;line-height:1.6;font-style:italic}.landing-rope-border{border-top:2px dashed var(--gold);padding-top:1.5rem}.profile-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--cream)}.profile-loading-text{font-family:"Source Serif 4",Georgia,serif;font-size:1.25rem;color:var(--text-dark);opacity:.6}.profile-page{min-height:100vh;background:linear-gradient(135deg,rgba(212,165,116,.06) 0,transparent 50%),linear-gradient(225deg,rgba(168,155,140,.08) 0,transparent 50%),var(--cream);overflow-y:auto;-webkit-overflow-scrolling:touch}.profile-container{max-width:440px;margin:0 auto;padding:2rem 1.25rem 3rem}.profile-captain-label{font-family:"Source Serif 4",Georgia,serif;font-size:.875rem;font-weight:600;color:var(--gold);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.375rem}.profile-section{margin-bottom:2.5rem;border-top:2px dashed var(--gold);padding-top:1.5rem}.profile-identity,.profile-section:first-child{border-top:none;padding-top:0}.profile-section-title{font-family:"Source Serif 4",Georgia,serif;font-size:1.375rem;font-weight:600;color:var(--deep-blue);margin-bottom:1.25rem;letter-spacing:-.01em}.profile-identity{text-align:center;padding-top:1rem}.profile-player-name{font-family:"Source Serif 4",Georgia,serif;font-size:2rem;font-weight:700;color:var(--deep-blue);margin-bottom:1.5rem;letter-spacing:-.02em}.profile-stats-row{display:flex;align-items:center;justify-content:center;gap:1.25rem;background:var(--deep-blue);border-radius:12px;padding:1.25rem 1.5rem}.profile-stat{text-align:center}.profile-stat-value{font-family:"Source Serif 4",Georgia,serif;font-size:1.375rem;font-weight:700;color:var(--cream);line-height:1.2}.profile-stat-label{font-size:.875rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-top:.25rem}.profile-stat-divider{width:1px;height:32px;background:rgba(250,247,242,.15)}.profile-gauge{margin-bottom:1.5rem}.profile-gauge-label{font-size:.875rem;font-weight:600;color:var(--deep-blue);margin-bottom:.5rem}.profile-gauge-ends{display:flex;justify-content:space-between;margin-bottom:.375rem}.profile-gauge-end-left,.profile-gauge-end-right{font-size:.875rem;color:var(--brown-light);font-weight:500}.profile-gauge-track{position:relative;height:8px;background:rgba(26,42,58,.1);border-radius:4px}.profile-gauge-indicator{position:absolute;top:50%;width:16px;height:16px;background:var(--deep-blue);border:2px solid var(--cream);border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 1px 4px rgba(26,42,58,.3);transition:left .6s ease-out}.profile-dimension{margin-bottom:1.125rem}.profile-dimension--locked{opacity:.45}.profile-dimension-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.125rem}.profile-dimension-name{font-size:.9375rem;font-weight:600;color:var(--deep-blue)}.profile-dimension-locked{font-size:.875rem;color:var(--text-muted);font-style:italic}.profile-dimension-desc{font-size:.875rem;color:var(--brown-light);margin-bottom:.5rem;line-height:1.4}.profile-dimension-track{height:10px;background:rgba(26,42,58,.08);border-radius:5px;overflow:hidden}.profile-dimension-fill{height:100%;border-radius:5px;transition:width .8s ease-out}.profile-compass-list{gap:1rem}.profile-compass-insight{display:flex;gap:.875rem;align-items:flex-start;background:var(--deep-blue);border-radius:10px;padding:1rem 1.125rem}.profile-compass-number{background:var(--gold);color:var(--deep-blue)}.profile-compass-text{color:var(--cream);margin:0}.profile-reveal-paragraph{font-size:.9375rem;color:var(--text-dark);line-height:1.7;margin-bottom:1rem;padding-left:.75rem;border-left:2px solid var(--gold)}.profile-note-text{background:var(--deep-blue);border-radius:12px;padding:1.5rem 1.25rem}.profile-note-text p{font-size:.875rem;color:var(--sand);line-height:1.7;margin-bottom:1rem}.profile-note-text p:last-of-type{margin-bottom:0}.profile-note-attribution{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(250,247,242,.1)}.profile-note-brand{font-size:.875rem;color:var(--text-muted);margin-bottom:.5rem}.profile-note-link{display:inline-block;font-size:.875rem;font-weight:600;color:var(--sage);text-decoration:none;transition:color .2s}.profile-note-link:hover{color:var(--gold)}.profile-back{text-align:center;padding-top:.5rem}.profile-back-btn{display:inline-block;padding:.75rem 2rem;background:transparent;color:var(--deep-blue);border:1.5px solid var(--deep-blue);border-radius:8px;font-family:Plus Jakarta Sans,sans-serif;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}.profile-back-btn:hover{background:var(--deep-blue);color:var(--cream)}.profile-content{max-width:520px;margin:0 auto}.profile-meaning-card{background:white;border:1px solid #e8ddd0;border-radius:12px;padding:1.5rem;margin-bottom:1.25rem;box-shadow:0 1px 4px rgba(61,50,40,.05)}.profile-meaning-card h3{font-family:"Source Serif 4",Georgia,serif;font-size:1.0625rem;font-weight:600;color:#5B4A3F;margin-bottom:.5rem;margin-top:0}.profile-meaning-card p{margin-bottom:.75rem}.profile-advice,.profile-meaning-card p{font-size:.9375rem;line-height:1.7;color:#3D3228}.profile-advice{background:#F5EDE3;border-left:3px solid #6b8f6b;border-radius:0 8px 8px 0;padding:1rem 1.25rem}.profile-advice strong{color:#6B8F6B;font-weight:600}.profile-observation{border-left:3px solid #d4a574;padding-left:1rem;margin-bottom:1rem}.profile-observation p{font-size:.9375rem;line-height:1.7;color:#3D3228}.profile-weave-cta{text-align:center;margin-top:1.5rem}.profile-closing p{font-size:.9375rem;line-height:1.7;color:#5B4A3F}.profile-actions{display:flex;gap:1rem;justify-content:center;margin-top:1rem;padding-bottom:2rem}.profile-compass-list{display:flex;flex-direction:column;gap:.75rem}.profile-compass-item{display:flex;align-items:flex-start;gap:.75rem;background:#1a2a3a;padding:1rem;border-radius:10px}.profile-compass-number{width:28px;height:28px;border-radius:50%;background:#D4A574;color:#1a2a3a;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}.profile-compass-text{color:#FAF7F2;font-family:"Source Serif 4",Georgia,serif;font-size:.9375rem;font-style:italic;line-height:1.5}.collect-page{min-height:100vh;background:linear-gradient(135deg,var(--cream) 0,#F5EDE3 50%,#E8D5C0 100%);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;overflow-y:auto}.collect-container{max-width:420px;width:100%}.collect-title{font-family:"Source Serif 4",Georgia,serif;font-size:1.75rem;color:var(--deep-blue);text-align:center;margin-bottom:.5rem}.collect-subtitle{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.9375rem;color:var(--brown-light);text-align:center;line-height:1.6;margin-bottom:2rem}.collect-form{background:white;border-radius:16px;padding:1.75rem 1.5rem;box-shadow:0 4px 24px rgba(61,50,40,.08)}.collect-field{margin-bottom:1.5rem}.collect-label{display:block;font-family:"Source Serif 4",Georgia,serif;font-size:1rem;font-weight:600;color:var(--deep-blue);margin-bottom:.25rem}.collect-hint{font-size:.875rem;color:var(--text-muted);margin-bottom:.5rem}.collect-hint,.collect-input{font-family:Plus Jakarta Sans,system-ui,sans-serif}.collect-input{width:100%;padding:.75rem 1rem;border:2px solid #d4c4b0;border-radius:8px;font-size:1rem;color:var(--text-dark);background:var(--cream);outline:none;transition:border-color .2s}.collect-input:focus{border-color:var(--sage)}.collect-input::placeholder{color:var(--text-muted)}.collect-consent-section{margin-bottom:1.5rem;border-top:1px dashed var(--gold);padding-top:1.25rem}.collect-consent-toggle{background:none;border:none;color:var(--sage-dark);cursor:pointer;text-decoration:underline;padding:0;margin-bottom:.75rem;display:block}.collect-consent-text,.collect-consent-toggle{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.875rem}.collect-consent-text{background:var(--cream);border:1px solid #d4c4b0;border-radius:8px;padding:1rem;margin-bottom:1rem;max-height:200px;overflow-y:auto;color:var(--brown-light);line-height:1.6}.collect-consent-text p{margin-bottom:.75rem}.collect-consent-text p:last-child{margin-bottom:0}.collect-checkbox-label{display:flex;gap:.75rem;align-items:flex-start;cursor:pointer;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.875rem;color:var(--text-dark);line-height:1.5}.collect-checkbox{margin-top:.2rem;width:18px;height:18px;flex-shrink:0;accent-color:var(--sage)}.collect-error{font-size:.875rem;color:var(--terracotta);text-align:center;margin-bottom:1rem}.collect-error,.collect-submit{font-family:Plus Jakarta Sans,system-ui,sans-serif}.collect-submit{width:100%;padding:.875rem;background:var(--sage);color:var(--cream);border:2px solid var(--sage-dark);border-radius:8px;font-size:1.0625rem;font-weight:700;cursor:pointer;transition:all .2s}.collect-submit:hover:not(:disabled){background:var(--sage-dark);transform:translateY(-1px)}.collect-submit:disabled{opacity:.5;cursor:not-allowed}.collect-skip-note{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.875rem;color:var(--text-muted);text-align:center;margin-top:1rem}.terms-page{min-height:100vh;background:#FAF7F2;padding:2rem 1.25rem 4rem}.terms-container{max-width:640px;margin:0 auto;color:#3D3228}.terms-back{display:inline-block;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.9rem;color:#6B8F6B;text-decoration:none;margin-bottom:2rem}.terms-back:hover{text-decoration:underline}.terms-page h1{font-family:"Source Serif 4",Georgia,serif;font-size:2rem;font-weight:700;color:#3D3228;margin-bottom:.25rem}.terms-updated{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.875rem;color:#7A6B5D;margin-bottom:2rem}.terms-page h2{font-size:1.4rem;color:#3D3228;margin-top:2.5rem;margin-bottom:.75rem;border-bottom:1px solid #e8d5c0;padding-bottom:.4rem}.terms-page h2,.terms-page h3{font-family:"Source Serif 4",Georgia,serif;font-weight:600}.terms-page h3{font-size:1.1rem;color:#5B4A3F;margin-top:1.5rem;margin-bottom:.5rem}.terms-page p,.terms-page ul{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.95rem;line-height:1.7;margin-bottom:.75rem}.terms-page ul{padding-left:1.5rem}.terms-page li{margin-bottom:.3rem}.terms-page a{color:#2a4a6a;text-decoration:underline;-webkit-text-decoration-color:#E8D5C0;text-decoration-color:#E8D5C0;text-underline-offset:2px}.terms-page a:hover{-webkit-text-decoration-color:#2a4a6a;text-decoration-color:#2a4a6a}.terms-page code{font-size:.875em;background:#E8D5C0;padding:.15em .4em;border-radius:3px}.terms-page strong{font-weight:600}.weave-page{min-height:100vh;background:#FAF7F2;color:#3D3228;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;overflow-y:auto}.weave-nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(250,247,242,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #e8ddd0;height:64px}.weave-nav,.weave-nav__inner{display:flex;align-items:center}.weave-nav__inner{justify-content:space-between;width:100%;max-width:720px;margin:0 auto;padding:0 1.5rem}.weave-nav__logo{font-family:"Source Serif 4",Georgia,serif;font-size:1.25rem;font-weight:600;color:#5B4A3F}.weave-nav__tag{font-size:.875rem;color:#A89B8C}.weave-container{max-width:720px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.weave-content{max-width:520px;margin:0 auto}.weave-page h1{font-size:2rem;color:#5B4A3F}.weave-page h1,.weave-page h2{font-family:"Source Serif 4",Georgia,serif;font-weight:600;margin-bottom:.75rem}.weave-page h2{font-size:1.5rem;color:#6B8F6B;margin-top:2.5rem;border-bottom:1px solid #e8ddd0;padding-bottom:.4rem}.weave-page h3{font-family:"Source Serif 4",Georgia,serif;font-size:1.125rem;font-weight:600;color:#5B4A3F;margin-top:1.5rem;margin-bottom:.5rem}.weave-page p,.weave-page ul{line-height:1.7;margin-bottom:.75rem}.weave-page ul{padding-left:1.5rem}.weave-page li{margin-bottom:.3rem}.weave-lead{font-size:1.0625rem;color:#7A6B5D;margin-bottom:2rem;line-height:1.7}.weave-card{background:white;border-radius:12px;padding:2rem 1.5rem;border:1px solid #e8ddd0;box-shadow:0 2px 8px rgba(61,50,40,.06)}.weave-field{margin-bottom:1.5rem}.weave-label{display:block;font-family:"Source Serif 4",Georgia,serif;font-size:1rem;font-weight:600;color:#5B4A3F;margin-bottom:.25rem}.weave-hint{font-size:.875rem;color:#A89B8C;margin-bottom:.5rem}.weave-input{width:100%;padding:.75rem 1rem;border:1px solid #d4c4b0;border-radius:8px;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1rem;color:#3D3228;background:#FAF7F2;outline:none;transition:border-color .2s}.weave-input:focus{border-color:#6B8F6B;box-shadow:0 0 0 3px rgba(107,143,107,.1)}.weave-consent{margin-bottom:1.5rem;border-top:1px solid #e8ddd0;padding-top:1.25rem}.weave-consent__toggle{background:none;border:none;font-size:.875rem;color:#6B8F6B;cursor:pointer;text-decoration:underline;padding:0;margin-bottom:.75rem;display:block}.weave-consent__text{background:#F5EDE3;border:1px solid #e8ddd0;border-radius:8px;padding:1rem;margin-bottom:1rem;max-height:200px;overflow-y:auto;font-size:.875rem;color:#7A6B5D;line-height:1.6}.weave-consent__text p{margin-bottom:.75rem}.weave-checkbox{display:flex;gap:.75rem;align-items:flex-start;cursor:pointer;font-size:.875rem;color:#3D3228;line-height:1.5}.weave-checkbox input{margin-top:.2rem;width:18px;height:18px;flex-shrink:0;accent-color:#6B8F6B}.weave-btn{display:block;width:100%;padding:.875rem;border-radius:8px;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;text-align:center;border:none}.weave-btn--primary{background:#6B8F6B;color:#FAF7F2;margin-bottom:.75rem}.weave-btn--primary:hover:not(:disabled){background:#4A6E4A}.weave-btn--primary:disabled{opacity:.4;cursor:not-allowed}.weave-btn--ghost{background:transparent;color:#A89B8C;font-size:.875rem;font-weight:400;text-decoration:underline;margin-bottom:1rem}.weave-btn--ghost:hover{color:#6B8F6B}.weave-error{color:#C75B39;margin-bottom:1rem}.weave-error,.weave-footnote{font-size:.875rem;text-align:center}.weave-footnote{color:#A89B8C;margin-top:.5rem}.rpt-content{max-width:580px;margin:0 auto}.rpt-header{text-align:center;padding-top:1rem;border-top:none!important;padding-top:0!important}.rpt-captain-label{font-size:.875rem;font-weight:600;color:var(--gold);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.375rem}.rpt-captain-label,.rpt-player-name{font-family:"Source Serif 4",Georgia,serif}.rpt-player-name{font-size:2.25rem;font-weight:700;color:var(--deep-blue);margin-bottom:1.5rem;letter-spacing:-.02em}.rpt-stats-row{display:flex;align-items:center;justify-content:center;gap:1.25rem;background:var(--deep-blue);border-radius:12px;padding:1.25rem 1.5rem}.rpt-stat{text-align:center}.rpt-stat-value{font-family:"Source Serif 4",Georgia,serif;font-size:1.375rem;font-weight:700;color:var(--cream);line-height:1.2}.rpt-stat-label{font-size:.875rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-top:.25rem}.rpt-stat-divider{width:1px;height:32px;background:rgba(250,247,242,.15)}.rpt-section{margin-bottom:2.5rem;border-top:2px dashed var(--gold);padding-top:1.5rem}.rpt-section:first-child{border-top:none;padding-top:0}.rpt-section-title{font-family:"Source Serif 4",Georgia,serif;font-size:1.375rem;font-weight:600;color:var(--deep-blue);margin-bottom:1.25rem;letter-spacing:-.01em}.rpt-core-callout{background:var(--deep-blue);border:1px solid var(--gold);border-radius:12px;padding:1.5rem 1.25rem;margin-bottom:1.75rem}.rpt-core-callout p{font-family:"Source Serif 4",Georgia,serif;font-size:1rem;line-height:1.7;color:var(--cream);margin:0}.rpt-gauges{margin-bottom:1rem}.rpt-gauge{margin-bottom:1.5rem}.rpt-gauge-label{font-size:.875rem;font-weight:600;color:var(--deep-blue);margin-bottom:.5rem}.rpt-gauge-ends{display:flex;justify-content:space-between;margin-bottom:.375rem}.rpt-gauge-ends span{font-size:.875rem;color:var(--brown-light);font-weight:500}.rpt-gauge-track{position:relative;height:8px;background:rgba(26,42,58,.1);border-radius:4px}.rpt-gauge-indicator{position:absolute;top:50%;width:16px;height:16px;background:var(--deep-blue);border:2px solid var(--cream);border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 1px 4px rgba(26,42,58,.3);transition:left .6s ease-out}.rpt-gauge-explanation{font-size:.9375rem;color:var(--brown-light);line-height:1.65;margin-top:.5rem}.rpt-dimensions{display:flex;flex-direction:column;gap:.25rem}.rpt-dim{margin-bottom:1rem}.rpt-dim--locked{opacity:.45}.rpt-dim-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.25rem}.rpt-dim-name{font-size:.9375rem;font-weight:700}.rpt-dim-score{font-size:.875rem;font-weight:600;color:var(--deep-blue)}.rpt-dim-locked{font-size:.875rem;color:var(--text-muted);font-style:italic}.rpt-dim-bar{height:10px;background:rgba(26,42,58,.08);border-radius:5px;overflow:hidden;margin-bottom:.375rem}.rpt-dim-fill{height:100%;border-radius:5px;transition:width .8s ease-out}.rpt-dim-reading{font-size:.875rem;color:var(--brown-light);line-height:1.5}.rpt-pattern-card{background:white;border:1px solid #e8ddd0;border-radius:12px;padding:1.5rem;margin-bottom:1.25rem;box-shadow:0 1px 4px rgba(61,50,40,.05)}.rpt-pattern-label{font-family:"Source Serif 4",Georgia,serif;font-size:1.0625rem;font-weight:600;color:var(--brown);margin-bottom:.75rem;margin-top:0}.rpt-pattern-explanation{font-size:.9375rem;line-height:1.7;color:var(--text-dark);margin-bottom:1rem}.rpt-advice-box{background:#F5EDE3;border-left:3px solid var(--sage);border-radius:0 8px 8px 0;padding:1rem 1.25rem}.rpt-advice-box p{font-size:.9375rem;line-height:1.7;color:var(--text-dark);margin:0}.rpt-strengths{display:flex;flex-direction:column;gap:.875rem}.rpt-strength{display:flex;gap:.75rem;align-items:baseline;padding:.875rem 1rem;background:white;border:1px solid #e8ddd0;border-radius:10px}.rpt-strength-name{font-weight:700;font-size:.9375rem;color:var(--sage-dark);white-space:nowrap}.rpt-strength-desc{font-size:.9375rem;color:var(--text-dark);line-height:1.5}.rpt-insights-list{display:flex;flex-direction:column;gap:.75rem}.rpt-insight-card{display:flex;align-items:flex-start;gap:.875rem;background:var(--deep-blue);border:1px solid var(--gold);border-radius:10px;padding:1rem 1.125rem}.rpt-insight-number{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--gold);color:var(--deep-blue);border-radius:50%;font-size:.875rem;font-weight:700}.rpt-insight-text{font-family:"Source Serif 4",Georgia,serif;font-size:.9375rem;font-style:italic;color:var(--cream);line-height:1.5}.rpt-harbour-content{background:var(--deep-blue);border-radius:12px;padding:1.5rem 1.25rem}.rpt-harbour-content p{font-size:.9375rem;color:var(--sand);line-height:1.7;margin-bottom:1rem}.rpt-harbour-content p:last-of-type{margin-bottom:0}.rpt-harbour-model{font-size:.875rem!important;opacity:.8}.rpt-harbour-cta{margin-top:1.5rem;text-align:center}.rpt-whatsapp-btn{display:inline-block;padding:.75rem 1.75rem;background:#25D366;color:white;border-radius:8px;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .2s}.rpt-whatsapp-btn:hover{background:#1da851}.rpt-actions{display:flex;gap:1rem;justify-content:center;margin-top:1rem;padding-bottom:2rem}@media (max-width:480px){.rpt-player-name{font-size:1.75rem}.rpt-stats-row{gap:.75rem;padding:1rem}.rpt-stat-value{font-size:1.125rem}.rpt-strength{flex-direction:column;gap:.25rem}.rpt-strength-name{white-space:normal}}