
:root{
 --paper:#f7f1e7;--paper2:#fffaf3;--ink:#14233e;--muted:#796f65;--line:#dfd5c6;
 --mist:#eaf5f3;--gold:#d6b56c;--shadow:0 16px 45px rgba(32,37,49,.08)
}
*{box-sizing:border-box}html,body{margin:0;background:#d8d2c8;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic",sans-serif}
body{min-height:100vh}button,input,select{font:inherit}
#app{max-width:430px;min-height:100dvh;margin:auto;background:var(--paper);padding-bottom:84px;box-shadow:0 0 50px #0002}
.app-header{height:73px;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20;background:rgba(247,241,231,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,213,198,.55)}
.brand{border:0;background:none;text-align:left;color:var(--ink);font:600 23px/1 Georgia,serif;letter-spacing:.055em;padding:0}.brand sup{font-size:8px}.brand small{display:block;font:9px/1.2 sans-serif;letter-spacing:.08em;margin-top:5px}
.orb{width:39px;height:39px;border-radius:50%;border:1px solid #c8ddd8;background:radial-gradient(circle at 50% 50%,#6ad9d0 0 12%,#f4d68f 14% 22%,#fff 24% 42%,#a8d8d3 43% 45%,transparent 47%),#eef7f5;box-shadow:0 0 20px #8cded566}
.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);max-width:430px;width:100%;height:78px;display:grid;grid-template-columns:repeat(5,1fr);background:rgba(255,251,245,.95);backdrop-filter:blur(18px);border-top:1px solid var(--line);z-index:20}
.bottom-nav button{border:0;background:none;color:#8b857d;font-size:18px}.bottom-nav small{display:block;font-size:8px;margin-top:5px;letter-spacing:.03em}.bottom-nav button.active{color:var(--ink);font-weight:700}
.hero{position:relative;min-height:495px;background-size:cover;background-position:center;display:flex;align-items:end;overflow:hidden}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(10,22,40,.06),rgba(10,22,40,.8))}
.hero-copy{position:relative;z-index:1;padding:34px 24px;color:white;width:100%}.kicker{font-size:11px;letter-spacing:.2em;text-transform:uppercase;margin:0 0 9px}.hero h1,.editorial h1,.sheet h2{font-family:Georgia,"Yu Mincho",serif;font-weight:500;line-height:1.13;margin:0}.hero h1{font-size:43px}.hero p{line-height:1.75;margin:14px 0}.search-pill{display:flex;background:white;border-radius:16px;margin-top:18px;color:#746c63;padding:14px 16px;gap:9px;align-items:center}
.section{padding:26px 22px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:15px}.section h2,.editorial h1{font-family:Georgia,"Yu Mincho",serif;font-weight:500;margin:0}.section h2{font-size:28px}.text-btn{border:0;background:none;color:var(--ink);font-size:12px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.destination-card,.scene-card,.product-card{background:var(--paper2);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.destination-card img,.scene-card img,.product-card img{width:100%;display:block;object-fit:cover}.destination-card img{height:112px}.destination-card .pad,.scene-card .pad,.product-card .pad{padding:12px}.destination-card b,.product-card b{font-family:Georgia,serif;font-size:16px}.destination-card small,.product-card small{display:block;color:var(--muted);margin-top:4px}
.mije-card{margin:5px 22px 25px;background:var(--mist);border:1px solid #cadfdb;border-radius:22px;padding:17px;display:flex;gap:12px;line-height:1.7}.mini-orb{width:38px;min-width:38px;height:38px;border-radius:50%;background:radial-gradient(circle,#65d6cc 0 13%,#f5d48a 15% 26%,#fff 28% 50%,transparent 51%),#f0faf8;box-shadow:0 0 16px #73d7ce55}.mije-card b{letter-spacing:.13em}.mije-card p{margin:3px 0 0}
.editorial{padding:29px 22px 10px}.editorial h1{font-size:42px}.editorial>p{color:var(--muted);line-height:1.65}
.country-row{display:flex;gap:9px;overflow:auto;padding-bottom:4px}.country-row button{border:1px solid var(--line);background:#fffaf4;border-radius:99px;padding:9px 13px;white-space:nowrap;color:var(--ink)}.country-row button.on{background:var(--ink);color:white}
.world-list{display:grid;gap:14px;padding:18px 22px}.world-feature{position:relative;height:230px;border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}.world-feature img{width:100%;height:100%;object-fit:cover}.world-feature:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,#0f1d34bb)}.world-feature .copy{position:absolute;z-index:2;bottom:18px;left:18px;color:white}.world-feature h3{font:500 33px Georgia,serif;margin:0}.world-feature span{font-size:12px}
.scene-card img{height:120px}.scene-card button{width:100%;border:0;background:none;color:var(--ink);padding:0;text-align:left}.scene-card .pad b{font-size:15px}
.chat{padding:18px 22px 34px}.bubble{max-width:86%;border-radius:19px;padding:14px 16px;margin:10px 0;line-height:1.6}.bubble.ai{background:white;border:1px solid var(--line)}.bubble.me{background:var(--ink);color:white;margin-left:auto}.mije-portrait{width:100%;height:260px;object-fit:cover;border-radius:24px;margin-bottom:16px}
.chatbar{display:flex;gap:8px;position:sticky;bottom:86px;background:var(--paper);padding-top:9px}.chatbar input{flex:1;border:1px solid var(--line);border-radius:999px;padding:14px 16px;background:white}.chatbar button{border:0;background:var(--ink);color:white;border-radius:50%;width:47px}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:17px}.stat{background:white;border:1px solid var(--line);border-radius:18px;text-align:center;padding:17px 8px}.stat strong{font:30px Georgia,serif;display:block}.stat small{color:var(--muted)}
.trip-list{display:grid;gap:10px;margin-top:18px}.trip-item{display:grid;grid-template-columns:76px 1fr auto;gap:12px;align-items:center;background:white;border:1px solid var(--line);border-radius:16px;padding:9px}.trip-item img{width:76px;height:57px;object-fit:cover;border-radius:11px}.trip-item b{font-family:Georgia,serif}.trip-item small{display:block;color:var(--muted)}
.primary,.secondary,.pass{border:0;border-radius:999px;padding:14px 18px}.primary{background:var(--ink);color:white}.secondary{background:white;border:1px solid var(--ink);color:var(--ink)}.pass{background:#dff0ed;color:var(--ink);width:100%;font-weight:700;margin-top:12px}
.role-card{background:white;border:1px solid var(--line);border-radius:22px;padding:18px}.role-head{display:flex;gap:13px;align-items:center}.avatar{width:54px;height:54px;border-radius:50%;object-fit:cover}.score{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.score div{background:white;border:1px solid var(--line);border-radius:18px;padding:18px;text-align:center}.score strong{display:block;font:32px Georgia,serif}
.profile-hero{text-align:center;padding:28px 22px}.profile-hero img{width:108px;height:108px;border-radius:50%;object-fit:cover;border:5px solid white;box-shadow:var(--shadow)}.profile-hero h2{font:27px Georgia,serif;margin:12px 0 4px}
.menu{padding:0 22px 30px}.menu button{width:100%;border:0;border-bottom:1px solid var(--line);background:none;padding:17px 4px;text-align:left;color:var(--ink);display:flex;justify-content:space-between}
.product-card img{height:150px}.heart{float:right}
.modal{position:fixed;inset:0;background:#101b2d9c;display:flex;align-items:flex-end;justify-content:center;z-index:40}.hidden{display:none}.sheet{width:min(100%,430px);max-height:92vh;overflow:auto;background:var(--paper);border-radius:28px 28px 0 0;padding:28px 22px 34px;position:relative}.sheet-close{position:absolute;right:16px;top:14px;border:0;background:none;font-size:28px}.sheet h2{font-size:33px;margin-bottom:16px}.sheet label{display:block;margin:13px 0;color:var(--muted);font-size:12px}.sheet input,.sheet select{width:100%;padding:13px;border:1px solid var(--line);border-radius:13px;background:white;margin-top:6px;color:var(--ink)}.field-title{font-size:12px;color:var(--muted)}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.chips button{border:1px solid var(--line);border-radius:999px;background:white;padding:9px 13px;color:var(--ink)}.chips button.on{background:var(--ink);color:white}
.toast{position:fixed;left:50%;bottom:94px;transform:translateX(-50%);background:#14233eee;color:white;padding:12px 16px;border-radius:14px;font-size:12px;z-index:50}
@media(min-width:600px){body{padding:20px 0}}

.app-header::after{content:'v2.2.1';position:absolute;right:67px;bottom:7px;font-size:7px;letter-spacing:.08em;color:#9b9186}
