@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap');
:root{--ink:#263e36;--ink-soft:#5c6d62;--muted:#858e83;--paper:#f6f5ee;--white:#fffef9;--sand:#ebe5d7;--line:#e2e5d9;--green:#315746;--green-dark:#203c31;--sage:#dfe8d9;--gold:#eab855;--gold-soft:#f7e8bf;--peach:#f1d8cc;--blue:#dce8ea;--lilac:#e5deec;--error:#a14536;--font:'DM Sans','Noto Sans KR',sans-serif;--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:14px;line-height:1.65;-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:default;opacity:.5}a{color:inherit;text-decoration:none}button{color:inherit}button:focus-visible,a:focus-visible{outline:3px solid #bf9649;outline-offset:4px}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--green);outline-offset:2px}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{letter-spacing:-.055em;line-height:1.35}p{word-break:keep-all}button svg,a svg,.icon{width:20px;height:20px;flex-shrink:0;stroke-width:1.8}svg{vertical-align:middle}button svg{pointer-events:none}button img{pointer-events:none}.btn{border:0;background:var(--white);padding:12px 19px;border-radius:11px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:9px;line-height:1.35;min-height:44px;transition:background .18s,transform .18s}.btn:hover{transform:translateY(-2px);background:#eceee4}.btn-primary{background:var(--green);color:#fffdf5}.btn-primary:hover{background:var(--green-dark)}.btn-gold{background:var(--gold);color:#253e35}.btn-gold:hover{background:#f3c96d}.btn-outline{border:1px solid var(--line);background:transparent}.btn-ghost{background:transparent}.btn-small{padding:9px 13px;font-size:12px;min-height:36px}.btn-full{width:100%}.icon-button{background:transparent;border:0;border-radius:10px;padding:11px;display:inline-flex;align-items:center;justify-content:center}.icon-button:hover{background:var(--sage)}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.muted{color:var(--muted)}.subtext{color:var(--ink-soft);font-size:13px}.tag{display:inline-flex;align-items:center;gap:5px;border-radius:7px;padding:4px 8px;font-size:11px;white-space:nowrap;font-weight:500;background:var(--sage);color:var(--green)}.tag.gold{background:var(--gold-soft);color:#72561f}.tag.neutral{background:#eef0e8;color:var(--ink-soft)}.tag.peach{background:var(--peach);color:#874d3a}.tag.lilac{background:var(--lilac);color:#735a81}.row{display:flex;align-items:center;gap:10px}.row-between{display:flex;align-items:center;justify-content:space-between;gap:16px}.stack{display:grid;gap:18px}.section-label{font-size:15px;font-weight:700;letter-spacing:-.035em}.surface{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:25px}.divider{height:1px;background:var(--line);border:0;margin:23px 0}.brand{display:inline-flex;align-items:center;gap:10px}.brand-symbol{width:38px;height:38px;border-radius:50%;background:var(--gold-soft);display:flex;align-items:center;justify-content:center;overflow:hidden}.brand-symbol img{width:45px;height:45px;object-fit:contain}.brand-name{font-weight:800;font-size:18px;letter-spacing:-.065em;line-height:1.1}.brand-en{font-size:8px;letter-spacing:.18em;font-weight:600;display:block;margin-top:5px}.preview-mark{font-size:10px;letter-spacing:.03em;color:var(--ink-soft);padding:5px 9px;border:1px solid var(--line);border-radius:7px;white-space:nowrap}
/* The public entrance */
.landing{background:#f5eee0}.landing-nav{position:absolute;top:0;left:0;width:100%;z-index:3;display:flex;align-items:center;justify-content:space-between;padding:30px max(6vw,25px);color:#fff5df}.landing-nav .brand-symbol{background:#efc169}.landing-nav .brand-name{font-size:22px}.landing-nav-links{display:flex;align-items:center;gap:33px;font-size:13px;font-weight:500}.landing-nav-links a{opacity:.8}.landing-nav-links a:hover{opacity:1}.landing-nav .btn-outline{color:#fff5df;border-color:#ffffff40}.landing-hero{min-height:830px;position:relative;background:#243a34;color:#fff8e6;display:flex;align-items:center;overflow:hidden}.hero-world{position:absolute;inset:0;background-image:url('assets/cave-hero-nature.png');background-size:cover;background-position:center center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,44,39,.92),rgba(25,44,39,.48) 42%,rgba(25,44,39,.02) 72%),linear-gradient(0deg,rgba(25,44,39,.6),transparent 30%)}.hero-copy{position:relative;z-index:1;width:100%;max-width:1400px;padding:150px max(6vw,25px) 135px}.hero-kicker{display:flex;align-items:center;gap:11px;color:#eec879;letter-spacing:.15em;font-size:11px;font-weight:600}.little-line{width:30px;height:1px;background:currentColor}.hero-copy h1{font-size:clamp(45px,5.1vw,78px);font-weight:800;line-height:1.27;margin:28px 0 25px;letter-spacing:-.075em}.hero-copy h1 span{color:#f2c568}.hero-copy p{max-width:390px;color:#d7dfd0;font-size:15px;line-height:1.95}.hero-actions{display:flex;gap:12px;align-items:center;margin-top:35px}.hero-actions .btn{min-height:53px;padding:15px 23px}.hero-actions .btn-ghost{color:#fff8e6}.hero-fine{margin-top:18px;color:#b5c0b0;font-size:11px}.hero-fieldnote{position:absolute;z-index:1;right:6vw;bottom:55px;text-align:right;color:#eadbc3}.hero-fieldnote .eyebrow{font-size:10px;opacity:.7}.hero-fieldnote p{font-size:12px;margin-top:8px}.hero-bottom{position:absolute;bottom:36px;left:6vw;display:flex;gap:15px;align-items:center;color:#c1cbbd;font-size:10px;letter-spacing:.12em}.hero-bottom .icon{width:15px}.landing-intro{max-width:1200px;margin:auto;padding:90px 45px 95px;display:grid;grid-template-columns:1fr 1.1fr;gap:90px;align-items:center}.landing-intro h2{font-size:38px;margin:17px 0 22px}.landing-intro p{max-width:440px;color:var(--ink-soft);line-height:1.9}.intro-visual{background:#e7e1d1;border-radius:50% 50% 44% 44%;height:350px;position:relative;display:flex;align-items:center;justify-content:center}.intro-visual:before{content:'';position:absolute;width:250px;height:250px;background:#f2d797;border-radius:50%;filter:blur(30px);opacity:.6}.intro-visual img{width:300px;max-height:350px;object-fit:contain;position:relative}.field-stamp{position:absolute;right:-15px;top:24px;border:1px solid #7c8c76;border-radius:50%;width:94px;height:94px;display:flex;align-items:center;justify-content:center;flex-direction:column;transform:rotate(12deg);font-size:10px;letter-spacing:.08em}.field-stamp b{font-size:24px;line-height:1.2}.landing-route{background:#e6eadf;padding:80px 6vw 85px;position:relative}.landing-section-head{text-align:center;max-width:600px;margin:0 auto 42px}.landing-section-head h2{font-size:37px;margin:13px 0 17px}.landing-section-head p{color:var(--ink-soft)}.landing-route-grid{max-width:1130px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.route-card{background:#f8f8f0;padding:28px;border-radius:20px;position:relative;min-height:225px}.route-card:last-child{background:#f5dfaa}.route-number{font:600 11px 'DM Sans',sans-serif;letter-spacing:.12em;color:var(--ink-soft)}.route-card .route-icon{width:48px;height:48px;border-radius:50%;background:#e4eadc;display:flex;align-items:center;justify-content:center;margin:23px 0 15px}.route-card:last-child .route-icon{background:#efd086}.route-card h3{font-size:20px;margin-bottom:10px}.route-card p{font-size:12px;color:var(--ink-soft);line-height:1.8}.landing-tools{padding:85px 6vw;max-width:1260px;margin:auto}.landing-tools .landing-section-head{text-align:left;margin-left:0}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.tool-card{border-top:1px solid #b9c4b1;padding:25px 0 18px;display:grid;gap:12px}.tool-card .icon{width:28px;height:28px}.tool-card h3{font-size:19px}.tool-card p{font-size:13px;color:var(--ink-soft);max-width:290px}.landing-cta{margin:0 6vw 70px;border-radius:28px;padding:50px;background:var(--green);color:var(--white);display:flex;justify-content:space-between;align-items:center;gap:30px}.landing-cta h2{font-size:30px;margin:10px 0}.landing-cta p{color:#c9d4c4;font-size:13px}.landing-footer{padding:30px 6vw;border-top:1px solid #d8dccb;display:flex;justify-content:space-between;align-items:center;gap:20px;color:var(--ink-soft);font-size:11px}
/* The exploration basecamp */
.app-shell{min-height:100vh}.sidebar{width:226px;position:fixed;left:0;top:0;bottom:0;z-index:10;background:#fafaf3;border-right:1px solid var(--line);padding:31px 18px 18px;display:flex;flex-direction:column}.sidebar .brand{padding:0 10px}.sidebar .brand-name{font-size:18px}.cohort-label{display:flex;gap:7px;align-items:center;padding:12px;margin:28px 2px 20px;background:#edf0e5;border-radius:10px;font-size:11px;color:var(--ink-soft)}.cohort-dot{width:6px;height:6px;background:#8da37b;border-radius:50%}.nav-section-label{font-size:9px;letter-spacing:.13em;color:var(--muted);padding:0 14px;margin:17px 0 8px}.sidebar-nav{display:grid;gap:5px}.nav-item{display:flex;align-items:center;gap:11px;border:0;background:transparent;border-radius:10px;padding:12px 14px;font-size:12px;color:#667667;text-align:left;font-weight:500;min-height:44px}.nav-item .icon{width:18px;height:18px}.nav-item.active{background:var(--green);color:#fffef4}.nav-item:hover:not(.active){background:#ecf0e4;color:var(--green)}.sidebar-bottom{margin-top:auto;padding-top:30px}.sidebar-tip{background:#f1ead7;border-radius:15px;padding:15px;margin-bottom:15px;font-size:11px;color:#77775e}.sidebar-tip .row{align-items:flex-start;gap:8px}.sidebar-tip svg{width:17px}.sidebar-tip p{margin-top:7px;font-size:10px;line-height:1.7}.profile{border-top:1px solid var(--line);padding:16px 7px 0;display:flex;align-items:center;gap:9px}.avatar{height:34px;width:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#dfdfcb;font-size:12px;font-weight:700;flex-shrink:0;color:#556151}.avatar.sage{background:#dce7d5}.avatar.peach{background:#eedace}.avatar.blue{background:#d8e6e8}.profile-name{font-size:12px;font-weight:600}.profile-sub{font-size:10px;color:var(--muted)}.profile .icon-button{margin-left:auto;padding:7px}.app-area{margin-left:226px}.app-topbar{height:72px;border-bottom:1px solid var(--line);background:var(--white);padding:0 36px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:8}.breadcrumbs{display:flex;align-items:center;gap:10px;font-size:11px;color:var(--muted)}.breadcrumbs svg{width:13px}.breadcrumbs b{font-weight:500;color:var(--ink-soft)}.topbar-right{display:flex;align-items:center;gap:12px}.tiny-weather{font-size:11px;color:var(--ink-soft);display:flex;align-items:center;gap:7px}.tiny-weather svg{width:16px;color:#ae8940}.notification-dot{position:relative}.notification-dot:after{content:'';position:absolute;top:10px;right:11px;width:5px;height:5px;background:var(--gold);border-radius:50%}.content{max-width:1250px;margin:0 auto;padding:33px 36px 55px}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:27px}.page-heading h1{font-size:27px;font-weight:700;margin:3px 0 7px}.page-heading p{font-size:12px;color:var(--ink-soft)}.page-heading .eyebrow{font-size:9px;color:var(--muted)}.date-label{color:var(--muted);font-size:11px}.home-hero{background:#e8eddf;min-height:226px;border-radius:23px;position:relative;padding:30px 32px;overflow:hidden;display:flex;align-items:center;margin-bottom:25px}.home-hero-copy{position:relative;z-index:1;max-width:60%}.home-hero .tag{background:#f8faf1;color:#688061;font-size:10px}.home-hero h2{font-size:27px;line-height:1.5;margin:11px 0 9px}.home-hero p{color:#6e7c65;font-size:12px;margin-bottom:21px}.home-hero img{position:absolute;right:24px;bottom:-15px;width:220px;height:235px;object-fit:contain}.home-hero:after{content:'';position:absolute;width:205px;height:205px;border-radius:50%;background:#f3dda5;right:36px;top:35px;opacity:.45}.home-hero img{z-index:1}.home-layout{display:grid;grid-template-columns:minmax(0,1.68fr) minmax(260px,1fr);gap:23px}.home-left,.home-right{display:grid;gap:23px;align-content:start}.section-top{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:16px}.section-top h2{font-size:16px}.text-link{font-size:11px;background:transparent;border:0;display:inline-flex;align-items:center;gap:5px;padding:4px 0;color:var(--ink-soft)}.text-link svg{width:13px;height:13px}.task-row{display:flex;gap:14px;align-items:center;padding:17px 0;border-bottom:1px solid var(--line)}.task-row:last-child{border:0;padding-bottom:3px}.task-icon{width:43px;height:43px;border-radius:12px;background:var(--sage);display:flex;align-items:center;justify-content:center;flex-shrink:0}.task-icon.gold{background:var(--gold-soft)}.task-icon.peach{background:var(--peach)}.task-copy{flex:1;min-width:0}.task-copy h3{font-size:13px;font-weight:600;margin-bottom:4px}.task-copy p{font-size:11px;color:var(--muted)}.task-check{width:24px;height:24px;border:1px solid #c9d5bd;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center}.task-check.done{background:#799474;border-color:#799474;color:#fff}.task-check svg{width:13px}.trail-overview{border-top:1px solid var(--line);padding-top:20px;margin-top:20px}.trail-caption{display:flex;justify-content:space-between;font-size:11px;color:var(--ink-soft);margin-bottom:20px}.trail-dots{display:flex;align-items:center;justify-content:space-between;position:relative}.trail-dots:before{content:'';position:absolute;left:15px;right:15px;top:17px;height:2px;background:var(--line)}.trail-stop{position:relative;text-align:center;z-index:1;min-width:58px;background:var(--white)}.trail-stop button{width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:var(--paper);font-size:11px}.trail-stop.done button{background:var(--sage);border-color:var(--sage);color:var(--green)}.trail-stop.current button{background:var(--green);color:white;border-color:var(--green);box-shadow:0 0 0 5px #eef1e6}.trail-stop span{display:block;font-size:10px;color:var(--muted);margin-top:10px}.small-chart{width:100%;height:108px;overflow:visible}.small-chart text{font-family:var(--font);font-size:10px;fill:var(--muted)}.chart-key{display:flex;gap:15px;font-size:10px;color:var(--ink-soft);margin-bottom:13px}.chart-key span:before{content:'';display:inline-block;width:7px;height:7px;border-radius:50%;background:#839c77;margin-right:5px}.chart-key span:last-child:before{background:var(--gold)}.chart-note{margin-top:7px;font-size:10px;color:var(--muted)}.draw-teaser{background:#f6e9c9;border-color:#ecdfbd;padding:23px}.draw-teaser .mini-illustration{font-size:35px;margin-bottom:12px}.draw-teaser h3{font-size:16px;margin-bottom:8px}.draw-teaser p{font-size:11px;color:#82724d;margin-bottom:19px}.board-teaser{display:flex;gap:13px;padding:16px;background:#f7f4e9;border-radius:13px;margin-top:14px}.board-teaser blockquote{font-size:12px;line-height:1.8;margin:0}.board-teaser .subtext{font-size:10px;margin-top:7px}.empty-state{padding:35px;text-align:center;color:var(--ink-soft)}
/* Personal journal */
.privacy-note{display:flex;gap:10px;align-items:flex-start;font-size:11px;color:#65745c;padding:13px 17px;background:#eaf0e3;border-radius:11px;margin-bottom:22px}.privacy-note svg{width:16px;height:16px;flex-shrink:0;margin-top:2px}.journal-layout{display:grid;grid-template-columns:minmax(0,1fr) 264px;gap:24px}.field{display:grid;gap:9px;margin-bottom:25px}.field label,.field-label{font-size:13px;font-weight:600}.field-label .number{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:#eef1e6;border-radius:50%;font-size:10px;margin-right:8px;color:var(--ink-soft)}.field-help{font-size:11px;color:var(--muted);margin-top:-3px;line-height:1.7}.field textarea,.field input:not([type=range]),.field select,.input{width:100%;border:1px solid var(--line);background:#fcfcf7;border-radius:10px;padding:12px 14px;color:var(--ink);font-size:12px;outline:none}.field textarea{resize:vertical;min-height:83px;line-height:1.8}.field textarea::placeholder,input::placeholder{color:#a0a79a}.field input[type=date]{max-width:200px;min-height:42px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:17px}.emotion-options{display:flex;flex-wrap:wrap;gap:8px}.chip{border:1px solid var(--line);background:var(--white);border-radius:9px;padding:8px 14px;font-size:11px;min-height:35px}.chip:hover{border-color:#a5b398}.chip.selected{background:var(--green);border-color:var(--green);color:#fffef3}.range-header{display:flex;justify-content:space-between;align-items:center;margin-top:10px;color:var(--ink-soft);font-size:11px}.range-number{font-size:19px;font-weight:600;color:var(--green)}input[type=range]{width:100%;accent-color:var(--green);cursor:pointer;height:22px}.range-labels{display:flex;justify-content:space-between;color:var(--muted);font-size:10px}.intensity-comparison{display:flex;align-items:center;gap:20px;background:#f2f3e9;border-radius:14px;padding:18px 22px}.intensity-value{font-size:23px;font-weight:600;line-height:1.2;margin-top:6px}.intensity-comparison svg{color:#9eab94}.intensity-description{margin-left:auto;font-size:11px;color:var(--ink-soft);max-width:170px}.feedback-option{display:flex;align-items:flex-start;gap:10px;padding:15px;border:1px solid var(--line);border-radius:11px;font-size:11px;cursor:pointer}.feedback-option input{accent-color:var(--green);margin-top:5px;width:15px;height:15px}.feedback-option b{font-weight:600;display:block;margin-bottom:4px}.feedback-option p{color:var(--muted);font-size:10px}.form-footer{display:flex;justify-content:space-between;align-items:center;margin-top:24px;gap:15px}.form-footer small{font-size:10px;color:var(--muted)}.journal-aside .surface{padding:20px}.journal-aside .mascot-tip{background:#f1e8d4;text-align:center;padding:15px 17px 20px}.mascot-tip img{width:115px;height:120px;object-fit:contain}.mascot-tip p{font-size:11px;color:#7f785e;line-height:1.9}.journal-history-item{display:block;width:100%;text-align:left;border:0;background:none;border-bottom:1px solid var(--line);padding:14px 0}.journal-history-item:last-child{border:0}.journal-history-item h4{font-size:11px;font-weight:500;line-height:1.65;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:7px 0}.journal-history-meta{display:flex;align-items:center;justify-content:space-between;font-size:9px;color:var(--muted)}.journal-history-change{font-size:10px;color:var(--green)}.saved-notice{margin-top:15px;font-size:11px;color:var(--green)}
/* Shared field notes */
.board-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.filter-row{display:flex;flex-wrap:wrap;gap:8px}.board-group{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:7px}.board-group i{width:6px;height:6px;border-radius:50%;background:#80976f}.notes-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:start}.note-card{border:1px solid #e9dcb1;border-radius:3px 19px 19px 19px;background:#f7edce;padding:24px 21px 17px;position:relative;box-shadow:0 5px 9px #44503c04;min-height:224px}.note-card:before{content:'';position:absolute;width:50px;height:19px;background:#ffffff7a;border:1px solid #ffffff8a;top:-8px;left:calc(50% - 25px);transform:rotate(-5deg)}.note-card.sage{background:#e7eddd;border-color:#d9e1cd}.note-card.peach{background:#f4e0d5;border-color:#ead2c5}.note-card.blue{background:#e1ecee;border-color:#d3e2e4}.note-card.lilac{background:#eae3ef;border-color:#ded5e5}.note-card header{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-bottom:20px}.note-card .tag{background:#ffffff75;font-size:9px}.note-card time{font-size:9px;color:#91927c}.note-body{font-size:13px;line-height:1.9;word-break:keep-all;white-space:pre-wrap;min-height:88px}.note-author{font-size:10px;color:#7c876e;margin:19px 0 14px;display:flex;align-items:center;gap:6px}.note-actions{border-top:1px solid #5f704515;padding-top:12px;display:flex;align-items:center;justify-content:space-between}.note-actions button{background:none;border:0;display:flex;gap:6px;align-items:center;font-size:10px;padding:5px 0;color:#70795f}.note-actions button svg{width:15px;height:15px}.note-actions button.liked{color:#a7763c}.note-comments{border-top:1px solid #5f704520;margin-top:13px;padding-top:12px;display:grid;gap:12px}.comment{font-size:11px;line-height:1.75}.comment b{font-size:10px;display:block;color:#727e62;margin-bottom:3px}.comment-form{display:flex;gap:5px;align-items:center;margin-top:3px}.comment-form input{min-width:0;width:100%;background:#ffffff8a;border:1px solid #aab39340;border-radius:8px;padding:9px;font-size:11px}.comment-form button{padding:9px;background:#ffffff95;border:0;border-radius:8px;flex-shrink:0}.comment-form svg{width:15px;height:15px}.board-prompt{margin-top:27px;padding:20px 24px;border:1px dashed #cbd3be;border-radius:15px;display:flex;align-items:center;gap:15px;color:var(--ink-soft);font-size:12px}.board-prompt svg{color:#9a9e72}.composer-colors{display:flex;gap:9px;margin:15px 0}.color-pick{border:2px solid transparent;border-radius:50%;width:30px;height:30px;background:#f7edce}.color-pick.sage{background:#e7eddd}.color-pick.peach{background:#f4e0d5}.color-pick.blue{background:#e1ecee}.color-pick.selected{border-color:var(--green);outline:2px solid white;outline-offset:-4px}
/* Our kit */
.library-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:23px}.search-box{display:flex;align-items:center;gap:8px;background:var(--white);border:1px solid var(--line);border-radius:10px;padding:9px 12px;max-width:250px;width:100%}.search-box svg{width:16px;height:16px;color:var(--muted)}.search-box input{width:100%;border:0;outline:0;background:transparent;font-size:11px;min-width:0}.library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:24px}.library-card{background:var(--white);border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column}.library-art{height:132px;background:#e9eee1;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.library-art:before{content:'';width:90px;height:90px;background:#ffffff65;border-radius:50%;position:absolute}.library-art .icon{width:46px;height:46px;position:relative;stroke-width:1.1;color:#6c8764}.library-art.gold{background:#f7e9c8}.library-art.gold .icon{color:#a7853e}.library-art.blue{background:#e0eceb}.library-art.blue .icon{color:#6a8b89}.library-art.peach{background:#f3e1d7}.library-art.peach .icon{color:#a1816d}.library-art.lilac{background:#e9e1ee}.library-art.lilac .icon{color:#9a81a7}.favorite-btn{position:absolute;right:12px;top:12px;width:31px;height:31px;background:#ffffffaa;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1}.favorite-btn svg{width:14px;height:14px}.favorite-btn.active{color:#a98239;background:#ffefc0}.library-card-body{padding:20px;display:flex;flex-direction:column;flex:1}.library-card-body h3{font-size:15px;margin:10px 0 9px}.library-card-body p{font-size:11px;color:var(--ink-soft);line-height:1.8;margin-bottom:20px;flex:1}.library-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.library-card-bottom span{font-size:10px;color:var(--muted)}.library-tip{font-size:11px;color:var(--ink-soft);margin-top:26px;text-align:center}.practice-modal .practice-icon{height:90px;width:90px;border-radius:50%;background:var(--sage);margin:0 auto 20px;display:flex;align-items:center;justify-content:center}.practice-icon .icon{width:40px;height:40px;stroke-width:1.3}.practice-modal h2{text-align:center;font-size:24px;margin-bottom:10px}.practice-modal>.subtext{text-align:center}.practice-steps{list-style:none;padding:0;margin:27px 0;display:grid;gap:14px;counter-reset:step}.practice-steps li{counter-increment:step;display:flex;gap:12px;align-items:flex-start;font-size:12px;line-height:1.9}.practice-steps li:before{content:counter(step);display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;border-radius:50%;background:#edf1e5;color:#698363;font-size:10px;margin-top:2px}.timer-display{font-size:38px;font-weight:500;letter-spacing:-.025em;text-align:center;margin:24px 0 17px}.practice-footnote{font-size:10px;color:var(--muted);text-align:center;margin-top:19px}
/* Recovery draw */
.draw-layout{display:grid;grid-template-columns:1fr 1.03fr;gap:25px;align-items:start}.draw-panel{padding:30px}.draw-panel h2{font-size:18px;margin-bottom:9px}.draw-field{margin-top:28px}.draw-field h3{font-size:12px;margin-bottom:12px;font-weight:600}.choice-row{display:flex;gap:9px;flex-wrap:wrap}.choice{flex:1;min-width:85px;border:1px solid var(--line);border-radius:12px;background:#fbfcf6;padding:14px 8px;display:flex;flex-direction:column;align-items:center;gap:7px;font-size:11px}.choice span{font-size:19px}.choice.selected{background:#e8eee0;border-color:#8fa080;color:var(--green)}.choice:hover{border-color:#9bad8f}.draw-result{min-height:445px;background:#f2e6c8;border:1px solid #e8d8b5;border-radius:24px;padding:30px;text-align:center;position:relative;overflow:hidden}.draw-result .eyebrow{color:#918258;font-size:9px}.draw-result>img{width:145px;height:157px;object-fit:contain;margin:11px auto 4px;display:block}.draw-result h2{font-size:22px;margin:15px 0 12px}.draw-result p{font-size:12px;color:#857956;max-width:310px;margin:0 auto 23px;line-height:1.9}.draw-result .row{justify-content:center}.draw-result .tag{background:#fff6df;color:#8c7440}.draw-result .spark{position:absolute;top:62px;right:50px;font-size:25px;color:#bd984a}.draw-result .btn{margin:0 auto}.draw-result .text-link{margin:13px auto 0;display:flex;justify-content:center}.draw-note{margin-top:25px;padding:20px 23px;background:#eaf0e4;border-radius:15px;font-size:11px;color:var(--ink-soft);line-height:1.9}.draw-result-body{animation:appear .35s ease-out}.result-check{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:16px}.result-check .chip{background:#fcf6e7}.draw-history{margin-top:25px}.draw-history .tag{margin:5px 4px 0 0}
/* Team guide */
.admin-banner{display:flex;gap:10px;align-items:center;font-size:11px;background:#e9eee2;padding:13px 17px;border-radius:12px;margin-bottom:23px}.admin-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-bottom:25px}.stat-box{background:var(--white);border:1px solid var(--line);border-radius:15px;padding:20px 23px}.stat-box p{font-size:11px;color:var(--muted)}.stat-number{font-size:29px;letter-spacing:-.05em;font-weight:600;margin:7px 0}.stat-box small{font-size:10px;color:var(--ink-soft)}.feedback-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(310px,1fr);gap:23px}.feedback-list{padding:0;overflow:hidden}.feedback-list-head{padding:20px 22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.feedback-list-head select{border:1px solid var(--line);background:var(--white);border-radius:8px;padding:7px;font-size:11px}.feedback-item{display:flex;align-items:center;gap:11px;background:transparent;border:0;border-bottom:1px solid var(--line);padding:19px 21px;text-align:left;width:100%}.feedback-item:last-child{border-bottom:0}.feedback-item.selected{background:#eff3e7;border-left:3px solid #638358;padding-left:18px}.feedback-item:hover{background:#f4f6ee}.feedback-item-copy{flex:1;min-width:0}.feedback-item-copy h3{font-size:12px;font-weight:600;margin-bottom:5px}.feedback-item-copy p{font-size:10px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feedback-item .tag{font-size:9px}.feedback-detail .field{margin-bottom:17px}.feedback-detail h2{font-size:16px}.feedback-detail dl{margin:24px 0;font-size:11px}.feedback-detail dt{color:var(--muted);font-size:10px;margin-top:17px;margin-bottom:5px}.feedback-detail dd{margin:0;color:var(--ink-soft);line-height:1.85}.feedback-detail .field textarea{min-height:118px}.privacy-blank{background:#f4f5ed;border-radius:12px;padding:20px;font-size:11px;color:var(--muted);display:flex;align-items:center;gap:9px}.admin-footer{font-size:10px;color:var(--muted);margin-top:22px}.feedback-recipient{font-size:10px;color:var(--ink-soft)}
/* Journey and own field guide */
.journey-map{background:#e7ecde;border-radius:22px;padding:31px;position:relative;overflow:hidden;margin-bottom:25px}.journey-map h2{font-size:24px;margin:10px 0}.journey-map p{max-width:540px;font-size:12px;color:var(--ink-soft)}.journey-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:30px}.journey-week{padding:20px;background:#f9faf1;border-radius:15px;position:relative}.journey-week.current{background:var(--green);color:var(--white)}.journey-week h3{font-size:15px;margin:14px 0 9px}.journey-week p{font-size:10px;line-height:1.85}.journey-week.current p{color:#ccd8bf}.journey-week .eyebrow{font-size:9px}.journey-week .icon{width:25px;height:25px;margin-top:20px}.journey-week.current .tag{background:#ffffff20;color:#e5ead8}.journey-detail{display:grid;grid-template-columns:1.35fr 1fr;gap:24px}.journey-detail h2{font-size:18px;margin-bottom:13px}.journey-detail p{font-size:12px;color:var(--ink-soft);line-height:1.9}.journey-detail ul{padding-left:20px;font-size:12px;color:var(--ink-soft);line-height:2.2}.manual-grid{display:grid;grid-template-columns:1fr 1fr;gap:23px}.manual-card .row{margin-bottom:15px}.manual-card h2{font-size:16px}.manual-card .field{margin-bottom:0}.manual-card textarea{min-height:140px}.manual-list{display:grid;gap:10px}.manual-method{background:#f1f4e9;border-radius:10px;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;font-size:12px;gap:10px}.manual-method button{border:0;background:none;padding:3px;color:var(--muted)}.manual-method button svg{width:14px;height:14px}.manual-empty{font-size:11px;color:var(--muted);line-height:1.9}.manual-quote{background:#f4e7c9;border-radius:15px;padding:22px;font-size:13px;line-height:1.9;color:#7b704e}.manual-page-note{font-size:10px;color:var(--muted);margin-top:24px;text-align:center}
/* Dialogs */
.modal-backdrop{position:fixed;inset:0;background:#192e2766;z-index:50;display:flex;align-items:center;justify-content:center;padding:24px;backdrop-filter:blur(5px)}.modal{background:var(--white);border-radius:25px;padding:31px;max-width:510px;width:100%;max-height:90vh;overflow:auto;box-shadow:0 20px 100px #1a2d2826;position:relative;animation:appear .2s ease}.modal-close{position:absolute;right:15px;top:15px;background:#f0f2e8;border:0;border-radius:50%;padding:7px;display:flex;align-items:center;justify-content:center;z-index:1}.modal-close svg{width:16px;height:16px}.modal h2{font-size:24px;margin-bottom:13px}.modal .modal-intro{font-size:12px;color:var(--ink-soft);margin-bottom:24px;line-height:1.9}.login-modal{text-align:center;max-width:420px;padding:30px 38px 34px}.login-modal>img{width:140px;height:150px;object-fit:contain;margin-bottom:6px}.login-modal h2{font-size:25px}.login-modal .field{text-align:left;margin-bottom:17px}.login-modal .field input{font-size:13px}.login-footnote{font-size:10px;line-height:1.8;color:var(--muted);margin:15px 0 0}.login-mode{display:flex;gap:7px;margin:18px 0}.login-mode button{flex:1}.modal textarea{min-height:145px}.modal .shared-notice{font-size:10px;color:var(--ink-soft);line-height:1.8;background:#f1f4e9;padding:12px;border-radius:9px;margin-bottom:19px}.record-detail-row{border-bottom:1px solid var(--line);padding:15px 0;font-size:12px}.record-detail-row b{font-size:10px;color:var(--muted);display:block;margin-bottom:7px;font-weight:500}.record-detail-row p{white-space:pre-wrap;line-height:1.9}.form-error{font-size:11px;color:var(--error);margin:10px 0;min-height:17px}.notice-list{display:grid;gap:14px;margin-top:20px}.notice-item{padding:15px;background:#f1f4e9;border-radius:12px;font-size:12px;line-height:1.8}.notice-item small{display:block;font-size:10px;color:var(--muted);margin-top:5px}#toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%,15px);z-index:70;background:var(--green-dark);color:var(--white);border-radius:12px;padding:13px 22px;font-size:12px;box-shadow:0 10px 30px #263e3625;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;max-width:calc(100vw - 35px);text-align:center}#toast.visible{opacity:1;transform:translate(-50%,0)}.mobile-menu-button{display:none}.mobile-brand{display:none}.mobile-sidebar-close{display:none}.sidebar-scrim{display:none}.app-bottom-note{margin-top:35px;font-size:9px;color:#9aa190;text-align:center}.settings-note{font-size:11px;color:var(--ink-soft);line-height:1.9}.color-swatch-grid{display:flex;gap:12px;margin-top:20px}.color-swatch{border-radius:12px;height:66px;flex:1;display:flex;align-items:flex-end;padding:8px;font-size:9px;color:var(--ink)}.mono{font-family:'DM Sans',sans-serif;font-variant-numeric:tabular-nums}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes appear{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1600px){.landing-hero{min-height:920px}.hero-copy{margin:auto}.hero-world{background-position:center 46%}}
@media(max-width:1150px){.sidebar{width:200px;padding-left:12px;padding-right:12px}.app-area{margin-left:200px}.content{padding:28px 25px 45px}.app-topbar{padding:0 25px}.home-layout{grid-template-columns:1.5fr 1fr}.home-hero img{right:12px;width:200px}.notes-grid{grid-template-columns:repeat(2,1fr)}.library-grid{grid-template-columns:repeat(2,1fr)}.journal-layout{grid-template-columns:minmax(0,1fr) 225px}.feedback-layout{grid-template-columns:1fr 1fr}.landing-nav-links{gap:20px}.hero-copy h1{font-size:62px}}
@media(max-width:900px){.sidebar{width:182px}.sidebar .brand-name{font-size:16px}.sidebar .brand-symbol{width:31px;height:31px}.sidebar .brand-en{font-size:7px}.nav-item{padding:11px 10px;font-size:11px;gap:8px}.app-area{margin-left:182px}.content{padding:25px 21px 40px}.app-topbar{padding:0 21px}.home-layout{grid-template-columns:1fr}.home-right{grid-template-columns:1fr 1fr;gap:18px}.home-right .surface:last-child{grid-column:1/-1}.journal-layout{grid-template-columns:1fr}.journal-aside{display:grid;grid-template-columns:1fr 1fr;gap:20px}.journal-aside .surface{margin:0}.draw-layout{grid-template-columns:1fr}.draw-result{min-height:400px}.feedback-layout{grid-template-columns:1fr}.journey-cards{grid-template-columns:repeat(2,1fr)}.journey-detail{grid-template-columns:1fr}.manual-grid{grid-template-columns:1fr}.tiny-weather{display:none}.landing-intro{gap:45px;padding:65px 40px}.landing-intro h2{font-size:30px}.intro-visual{height:280px}.intro-visual img{width:240px}.landing-route-grid{grid-template-columns:repeat(2,1fr)}.landing-nav-links a{display:none}.hero-copy h1{font-size:56px}.hero-world{background-position:62% center}.hero-copy p{max-width:320px}.hero-fieldnote{max-width:210px}}
@media(max-width:650px){.sidebar{transform:translateX(-100%);transition:transform .2s;width:235px}.sidebar.open{transform:translateX(0)}.mobile-sidebar-close{display:flex;position:absolute;right:8px;top:11px}.sidebar-scrim.open{display:block;position:fixed;inset:0;background:#203c3166;z-index:9}.app-area{margin-left:0}.mobile-menu-button{display:inline-flex;padding-left:0}.mobile-brand{display:inline-flex;font-weight:700;font-size:15px;letter-spacing:-.06em}.breadcrumbs{display:none}.app-topbar{height:64px;padding:0 20px}.topbar-right{gap:3px}.topbar-right .preview-mark{font-size:9px;padding:4px 6px}.content{padding:25px 19px 40px}.page-heading{align-items:flex-start;margin-bottom:22px;gap:12px}.page-heading h1{font-size:24px}.page-heading p{font-size:11px}.page-heading .date-label{display:none}.page-heading .btn{font-size:11px;padding:10px 13px}.home-hero{padding:25px 22px;min-height:245px}.home-hero-copy{max-width:72%}.home-hero h2{font-size:23px}.home-hero p{max-width:190px;font-size:11px}.home-hero img{width:145px;height:170px;right:-6px;bottom:0}.home-hero:after{width:135px;height:135px;right:0;top:85px}.home-hero .btn{font-size:11px;padding:11px 14px}.home-right{grid-template-columns:1fr}.home-right .surface:last-child{grid-column:auto}.surface{padding:21px;border-radius:18px}.task-row{gap:10px}.task-row .btn{font-size:10px;padding:8px 11px;min-height:34px}.task-icon{width:37px;height:37px}.task-copy h3{font-size:12px}.task-copy p{font-size:10px}.notes-grid{grid-template-columns:1fr;gap:24px}.note-card{min-height:200px;padding:23px}.board-toolbar{align-items:flex-start;flex-direction:column;gap:14px}.board-prompt{font-size:11px}.library-grid{grid-template-columns:1fr}.library-head{flex-direction:column;gap:14px}.search-box{max-width:100%}.library-card{display:grid;grid-template-columns:100px minmax(0,1fr)}.library-art{height:100%;min-height:175px}.library-art:before{width:65px;height:65px}.library-art .icon{width:35px;height:35px}.favorite-btn{right:8px;top:8px;width:27px;height:27px}.library-card-body{padding:17px}.library-card-body h3{font-size:14px;margin-top:8px}.library-card-body p{font-size:10px;margin-bottom:13px}.library-card-bottom .btn{font-size:10px;min-height:33px;padding:8px 11px}.library-card-bottom span{font-size:9px}.form-row{grid-template-columns:1fr;gap:0}.journal-aside{grid-template-columns:1fr}.journal-aside .mascot-tip{display:none}.field label,.field-label{font-size:12px}.field textarea,.field input:not([type=range]),.field select,.input{font-size:16px}.emotion-options{gap:6px}.chip{padding:8px 11px;min-height:40px}.intensity-comparison{padding:15px;gap:13px}.intensity-description{font-size:10px;max-width:125px}.form-footer{flex-wrap:wrap}.form-footer .btn{width:100%}.draw-panel{padding:23px}.draw-field{margin-top:22px}.choice{min-width:75px;padding:12px 5px}.draw-result{padding:25px;min-height:410px}.draw-result h2{font-size:21px}.admin-stats{gap:8px}.stat-box{padding:15px 11px}.stat-box p{font-size:9px}.stat-number{font-size:24px}.stat-box small{font-size:9px}.feedback-item{padding:17px}.feedback-list-head{padding:18px}.feedback-layout{gap:17px}.admin-banner{align-items:flex-start;font-size:10px}.journey-map{padding:24px}.journey-map h2{font-size:22px}.journey-cards{gap:10px}.journey-week{padding:17px}.journey-week h3{font-size:14px}.manual-grid{gap:18px}.modal-backdrop{padding:16px}.modal{padding:28px 23px;max-height:90dvh}.login-modal{padding:25px}.login-modal .field input{font-size:16px}.modal textarea,.comment-form input{font-size:16px}.landing-nav{padding:23px 22px}.landing-nav .brand-name{font-size:19px}.landing-nav .brand-en{font-size:7px}.landing-nav .brand-symbol{width:31px;height:31px}.landing-nav-links .btn{font-size:11px;padding:9px 13px;min-height:37px}.landing-hero{min-height:850px;align-items:flex-start}.hero-world{background-position:68% bottom;background-size:auto 74%;background-repeat:no-repeat;top:170px}.hero-shade{background:linear-gradient(180deg,#243a34 9%,#243a34ed 30%,#243a3450 53%,#243a3400 70%,#243a3477 95%)}.hero-copy{padding:140px 26px 70px}.hero-kicker{font-size:9px}.hero-copy h1{font-size:44px;margin:24px 0 20px;line-height:1.3}.hero-copy p{max-width:300px;font-size:12px;line-height:1.95}.hero-actions{margin-top:25px;gap:6px}.hero-actions .btn{padding:13px 17px;min-height:45px;font-size:12px}.hero-fine{font-size:10px;margin-top:15px}.hero-bottom{bottom:26px;left:26px;font-size:9px}.hero-fieldnote{display:none}.landing-intro{padding:55px 27px;grid-template-columns:1fr;gap:40px}.landing-intro h2{font-size:29px}.landing-intro p{font-size:12px}.intro-visual{height:280px;width:280px;max-width:90%;margin:auto}.intro-visual img{width:250px}.field-stamp{width:80px;height:80px;font-size:8px;right:-20px}.field-stamp b{font-size:20px}.landing-route{padding:55px 24px}.landing-section-head h2{font-size:28px}.landing-section-head p{font-size:12px}.landing-route-grid{gap:12px}.route-card{padding:22px 18px;min-height:220px}.route-card h3{font-size:17px}.route-card p{font-size:10px}.landing-tools{padding:55px 26px}.tool-grid{grid-template-columns:1fr 1fr;gap:20px}.tool-card h3{font-size:15px}.tool-card p{font-size:11px}.tool-card .icon{width:25px;height:25px}.landing-cta{margin:0 23px 45px;padding:30px 24px;flex-direction:column;align-items:flex-start;gap:21px}.landing-cta h2{font-size:24px}.landing-cta p{font-size:11px}.landing-footer{padding:25px;flex-direction:column;align-items:flex-start;gap:15px}.landing-footer .brand-name{font-size:16px}.field-stamp{letter-spacing:0}.filter-row .chip{font-size:10px}.app-bottom-note{font-size:9px}}
/* A cave opening and an expanding pool of light follow the scroll. */
.expedition-orbit{display:none}.expedition-scene{background:#f5eee0;position:relative}.motion-ready .hero-world{transform:translate3d(0,var(--cave-drift,0px),0) scale(var(--cave-zoom,1));transform-origin:70% 60%;will-change:transform}.motion-ready .expedition-scene{height:140vh;min-height:850px}.motion-ready .landing-intro{position:sticky;top:0;height:100vh;min-height:630px;width:100%;max-width:none;padding:60px max(7vw,35px);overflow:hidden;isolation:isolate;grid-template-columns:1fr 1fr;gap:8vw}.motion-ready .expedition-orbit{display:block;position:absolute;z-index:-1;left:26%;top:50%;width:60vmin;height:60vmin;background:#dce3cf;border:1px solid #9aaf89;border-radius:50%;transform:translate(-50%,-50%) scale(var(--orbit-scale,.65));will-change:transform}.motion-ready .intro-visual{background:transparent;border:0;max-width:480px;width:100%;height:440px;justify-self:center;transform:translateY(var(--camel-rise,35px)) rotate(var(--camel-turn,-9deg)) scale(var(--camel-scale,.88));will-change:transform}.motion-ready .intro-visual:before{width:330px;height:330px;background:#efcb69}.motion-ready .intro-visual img{width:370px;max-height:420px;filter:drop-shadow(0 9px 0 #304b3e16)}.motion-ready .landing-intro>div:last-child{opacity:0;transform:translateY(18px);max-width:510px;transition:opacity .5s ease-out,transform .6s cubic-bezier(.16,1,.3,1)}.motion-ready .story-visible .landing-intro>div:last-child{opacity:1;transform:translateY(0)}.motion-ready .landing-intro h2{font-size:clamp(32px,3.3vw,52px)}.motion-ready .scroll-reveal{opacity:0;transform:translateY(52px);transition:opacity .75s ease var(--reveal-delay,0ms),transform .85s cubic-bezier(.2,.75,.2,1) var(--reveal-delay,0ms)}.motion-ready .scroll-reveal.is-revealed{opacity:1;transform:none}.landing-route-grid{position:relative;isolation:isolate}.landing-route-grid:before{content:'';position:absolute;left:3%;right:3%;height:3px;top:-20px;background:#c4cdb9;z-index:-1}.landing-route-grid:after{content:'';position:absolute;left:3%;right:3%;height:3px;top:-20px;background:#476b4d;transform:scaleX(var(--route-progress,0));transform-origin:left;z-index:-1}.route-card:hover .route-icon{transform:rotate(-9deg) scale(1.12)}.route-icon{transition:transform .25s}.tool-card:hover>.icon{transform:translateY(-4px) rotate(-7deg)}.tool-card>.icon{transition:transform .25s}
@media(max-width:900px){.motion-ready .landing-intro{gap:35px;padding:40px}.motion-ready .intro-visual img{width:290px}.motion-ready .intro-visual:before{width:260px;height:260px}}
@media(max-width:650px){.motion-ready .expedition-scene{height:auto;min-height:0}.motion-ready .landing-intro{position:relative;min-height:0;height:auto;padding:65px 27px;grid-template-columns:1fr;gap:36px}.motion-ready .expedition-orbit{width:310px;height:310px;left:50%;top:215px;transform:translate(-50%,-50%)}.motion-ready .intro-visual{height:290px;max-width:310px;transform:none}.motion-ready .intro-visual img{height:285px;width:290px}.motion-ready .intro-visual:before{width:230px;height:230px}.motion-ready .landing-intro>div:last-child{opacity:1;transform:none}.motion-ready .landing-intro h2{font-size:30px}.motion-ready .scroll-reveal{transform:translateY(30px)}.motion-ready .scroll-reveal.is-revealed{transform:none}.landing-route-grid:before,.landing-route-grid:after{display:none}}
@media(prefers-reduced-motion:reduce){.landing-route-grid:after{transform:scaleX(1)}}
/* Keep the complete explorer inside the first screen at every aspect ratio. */
.landing-hero{min-height:clamp(680px,100svh,920px)}.hero-world{background-size:auto 94%;background-position:right center;background-repeat:no-repeat}.hero-copy{padding-top:125px;padding-bottom:100px}.hero-world:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#243a34 0%,#243a34 35%,transparent 65%),linear-gradient(180deg,#243a34 0%,transparent 7%,transparent 93%,#243a34 100%)}
@media(max-width:900px) and (min-width:651px){.hero-world{background-size:auto 86%;background-position:85% bottom}.hero-copy h1{font-size:50px}}
@media(max-width:650px){.landing-hero{min-height:820px}.hero-world{top:310px;bottom:20px;background-size:auto 100%;background-position:right bottom}.hero-world:after{background:linear-gradient(180deg,#243a34,transparent 24%)}.hero-copy{padding:115px 26px 50px}.hero-copy h1{font-size:clamp(34px,10.6vw,44px)}.hero-actions{gap:6px}.hero-actions .btn{padding:13px 14px}.hero-shade{pointer-events:none}}
.emotion-overview{padding:28px 32px}.emotion-overview .section-top{align-items:flex-start;margin-bottom:25px}.emotion-overview h2{font-size:20px;margin-bottom:7px}.emotion-chart-meta{display:flex;justify-content:space-between;align-items:center;gap:12px}.emotion-chart-meta .chart-key{margin:0;font-size:12px;gap:22px}.emotion-chart-meta .chart-key span:first-child:before{background:#64815a}.emotion-chart-meta .chart-key span:last-child:before{background:#d5a03c;border-radius:1px}.emotion-chart{display:block;width:100%;height:auto;max-height:360px;margin:12px 0 0}.emotion-chart text{font:13px var(--font);fill:#788773}.emotion-overview .chart-note{font-size:11px;margin-top:12px}.emotion-empty{text-align:center;display:grid;justify-items:center;gap:15px;margin:5px 0 15px;color:var(--ink-soft);font-size:13px}.emotion-overview .text-link{white-space:nowrap}
@media(max-width:650px){.emotion-overview{padding:21px 16px}.emotion-overview h2{font-size:18px}.emotion-overview .section-top .subtext{font-size:11px;max-width:220px}.emotion-chart-meta .subtext{font-size:10px}.emotion-chart-meta .chart-key{font-size:10px;gap:12px}.emotion-chart text{font-size:21px}.emotion-overview .chart-note{font-size:10px}.emotion-empty{font-size:11px}.emotion-overview .section-top{gap:8px}}
/* Daily mood check-in, separate from reflection records. */
.mood-panel{margin-bottom:24px;padding:28px 32px;background:#fffdf6}.mood-panel h2{font-size:20px;margin-bottom:7px}.mood-panel .tag .icon{width:13px;height:13px}.mood-picker{display:flex;align-items:center;justify-content:center;gap:20px;margin:16px 0 24px}.mood-face{width:88px;height:88px;transform:rotate(-5deg);transition:color .18s ease}.mood-face svg{width:100%;height:100%;overflow:visible}.mood-reading output{font-size:42px;font-weight:700;letter-spacing:-.06em;font-variant-numeric:tabular-nums}.mood-reading>span{color:var(--muted);font-size:13px}.mood-reading p{font-size:11px;color:var(--ink-soft)}.mood-range{appearance:none;-webkit-appearance:none;width:100%;height:15px;border-radius:20px;background:linear-gradient(90deg,#bddbea,#d4e5d0 50%,#f3d486);outline:none;cursor:pointer;margin:12px 0;touch-action:pan-y}.mood-range::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:32px;height:32px;border:4px solid #fffef9;border-radius:50%;background:#486c4b;box-shadow:0 2px 7px #29433435,0 0 0 1px #789371;cursor:grab}.mood-range::-moz-range-thumb{width:24px;height:24px;border:4px solid #fffef9;border-radius:50%;background:#486c4b;box-shadow:0 2px 7px #29433435;cursor:grab}.mood-range:focus-visible{outline:2px solid #64815a;outline-offset:10px}.mood-endpoints{display:flex;justify-content:space-between;align-items:flex-start;margin:10px 0 27px}.mood-endpoints>span{display:flex;flex-direction:column;gap:2px;font-size:13px}.mood-endpoints>span:last-child{text-align:right}.mood-endpoints small,.mood-midpoint{color:var(--muted);font-size:11px!important}.mood-save-row{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;border-top:1px solid var(--line);padding-top:20px}.mood-date-field{display:grid;gap:7px}.mood-date-field label{font-size:11px;color:var(--ink-soft)}.mood-date-field .input{width:190px;font-size:13px}.mood-save-hint{font-size:10px;color:var(--muted);margin-top:13px}.mood-graph-key{display:flex;justify-content:space-between;font-size:11px;color:var(--ink-soft)}.mood-history{display:flex;gap:8px;overflow-x:auto;padding:8px 0;scrollbar-width:thin}.mood-history-item{min-width:68px;border:1px solid var(--line);border-radius:11px;background:#f5f7ed;padding:8px 13px;display:grid;gap:2px;color:var(--ink)}.mood-history-item span{font-size:10px;color:var(--ink-soft)}.mood-history-item b{font-size:18px;font-weight:600}.mood-history-item:hover{background:var(--sage)}.board-navigation{gap:16px;flex-wrap:wrap}.board-tabs{display:flex;gap:8px;flex-wrap:wrap}.cohort-select{display:flex;align-items:center;gap:10px;font-size:12px}.board-prompt{flex-wrap:wrap;margin-bottom:28px}.board-prompt>span{font-size:11px;color:var(--ink-soft)}.board-empty{grid-column:1/-1}.daily-mood-overview .section-top{gap:12px}
@media(max-width:650px){.mood-panel{padding:22px 19px}.mood-panel h2{font-size:18px}.mood-panel .section-top{gap:10px;align-items:flex-start}.mood-panel .section-top .subtext{font-size:11px}.mood-panel .tag{font-size:9px;padding:4px 6px}.mood-picker{gap:15px;margin:18px 0}.mood-face{width:74px;height:74px}.mood-reading output{font-size:36px}.mood-save-row{flex-direction:column;align-items:stretch;gap:13px}.mood-date-field .input{width:100%;font-size:16px;min-height:44px}.mood-save-row .btn{width:100%}.mood-save-hint{font-size:10px;line-height:1.8}.board-navigation{align-items:stretch}.board-tabs{gap:6px}.board-tabs .chip{flex:1;white-space:nowrap;padding:8px 9px;font-size:11px}.cohort-select{justify-content:space-between}.cohort-select select{max-width:none;flex:1;font-size:14px}.board-prompt{gap:8px}.daily-mood-overview .section-top .tag{font-size:9px}.mood-history-item{min-width:60px}.mood-range::-webkit-slider-thumb{width:34px;height:34px}.draw-field .choice-row .choice{min-width:78px}}
/* Flat, outlined expedition details echo the 2D mascot. */
.search-box input{min-width:0;flex:1}.search-box button{flex-shrink:0;white-space:nowrap}.favorite-btn .icon{width:17px!important;height:17px!important}.sidebar{scrollbar-width:thin;scrollbar-color:#c3cbb8 transparent}
.sidebar{overflow-y:auto}.sidebar .brand-en{font-size:7px;white-space:nowrap;letter-spacing:.12em}.landing-nav-links{background:#203c31d9;padding:8px 12px 8px 24px;border:1px solid #80978170;border-radius:12px}.landing-nav-links a{opacity:1}.intro-visual:before{filter:none;opacity:1;background:#edc969}.intro-visual{border:2px solid #304b3e;background:#dce3cf}.field-stamp{background:#f5eee0;border:2px solid #304b3e}.route-card{border:1.5px solid #46604b;box-shadow:3px 4px 0 #46604b}.landing-cta{border:2px solid #203c31}.hero-shade{background:linear-gradient(90deg,rgba(25,44,39,.74),rgba(25,44,39,.18) 43%,transparent 68%)}.note-body{overflow-wrap:anywhere}.week-filter{border:1px solid var(--line);border-radius:10px;padding:10px 13px;background:var(--white);color:var(--ink);font:inherit}.journey-week{cursor:pointer}.journey-week:hover{outline:2px solid #8ea37d}.manual-method button{font:inherit}.journal-history-item{width:100%;text-align:left;background:transparent;cursor:pointer}.draw-teaser .mini-illustration .icon{width:38px;height:38px}.home-hero{border:1.5px solid #a8b89a}.home-hero:after{opacity:1;background:#efd891}.library-art{border-bottom:1px solid #d2dbc7}.library-art>.icon{stroke-width:1.6}
@media(max-width:650px){.landing-nav-links{padding:0;background:transparent;border:0}.hero-shade{background:linear-gradient(180deg,#243a34 9%,#243a34ed 30%,#243a3450 53%,#243a3400 70%,#243a3477 95%)}.week-filter{max-width:155px;font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.btn:hover{transform:none}}
@media(max-width:650px){.page-heading>button[data-action="compose"]{flex-shrink:0;white-space:nowrap;padding:11px 13px;gap:6px}.page-heading>button[data-action="compose"] .icon{width:16px;height:16px}}

/* Give recent reflections the space previously occupied by the mascot tip. */
.journal-aside .recent-records{min-height:640px}
@media(max-width:900px){.journal-aside .recent-records{grid-column:1/-1;min-height:0}}

.member-admin-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px;align-items:start}.member-record-area{display:grid;gap:20px;min-width:0}.member-record-list{padding:25px}.member-record-list h2{font-size:19px}.member-record-buttons{margin-top:18px}.member-record-buttons .feedback-item{padding:18px 12px;border-radius:10px;gap:12px}.member-directory .feedback-item{gap:12px}.member-directory .feedback-item>.icon{width:16px;flex-shrink:0}.member-empty{padding:55px 25px;text-align:center}.member-empty>.icon{width:32px;height:32px;color:var(--muted);margin-bottom:16px}.member-empty h2{font-size:20px;margin-bottom:12px}.member-empty p{font-size:13px;color:var(--muted)}
@media(max-width:900px){.member-admin-layout{grid-template-columns:1fr}.member-directory .feedback-item{padding:16px 20px}.member-record-list{padding:22px 18px}.member-record-buttons .feedback-item{padding:16px 0}.member-record-buttons .feedback-item-copy{min-width:0}.member-record-buttons .feedback-item h3{white-space:normal}.member-record-buttons .tag{flex-shrink:0}}

/* Continuous dark-to-green hero wash, without a dark patch in the middle. */
.landing-hero{background:linear-gradient(90deg,#091714 0%,#173329 43%,#234033 75%)}
.hero-world:after{background:linear-gradient(90deg,#091714 0%,#10261e 28%,#1d3d2f 45%,rgba(32,67,50,.82) 55%,rgba(32,67,50,.28) 65%,transparent 76%),linear-gradient(180deg,#234033 0%,transparent 7%,transparent 93%,#234033 100%)}
.hero-shade{background:none}
@media(max-width:650px){.landing-hero{background:#10261e}.hero-world:after{background:linear-gradient(180deg,#10261e 0%,rgba(24,51,39,.65) 12%,transparent 30%)}.hero-shade{background:linear-gradient(180deg,#10261e 0%,#10261e 28%,rgba(24,51,39,.55) 43%,transparent 63%)}}

/* Fill the hero vertically and feather the artwork into the page, avoiding an inset rectangle. */
.hero-world{background-size:auto 100%;background-position:right center;-webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 9%,#000 90%,transparent 100%);mask-image:linear-gradient(180deg,transparent 0%,#000 9%,#000 90%,transparent 100%)}
@media(max-width:650px){.hero-world{bottom:0;background-size:auto 100%;background-position:right bottom;-webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 18%,#000 90%,transparent 100%);mask-image:linear-gradient(180deg,transparent 0%,#000 18%,#000 90%,transparent 100%)}}
