:root {
  --ink:#17121f;
  --muted:#7a7384;
  --line:#ebe7f1;
  --paper:#fff;
  --soft:#fbf9ff;
  --lavender:#7865f5;
  --lavender-dark:#5b46da;
  --lavender-pale:#eeeaff;
  --peach:#ff8d78;
  --pink:#f59bb8;
  --gold:#f3b953;
  --green:#7dbf91;
  --shadow:0 18px 50px rgba(50,37,85,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:"Noto Sans KR",system-ui,sans-serif;background:#fff;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.myeongri-body{min-height:100vh}
.desktop-stage{display:grid;grid-template-columns:minmax(401px,520px) 440px;width:min(960px,100%);min-height:100vh;margin:0 auto;background:#fff;box-shadow:none}
.brand-rail{position:sticky;top:0;display:flex;flex-direction:column;height:100vh;padding:40px 22px 32px;background:#fff;overflow:hidden}
.brand-rail:before,.brand-rail:after{position:absolute;border-radius:50%;content:"";filter:blur(2px);pointer-events:none}
.brand-rail:before{right:-130px;top:-150px;width:420px;height:420px;background:radial-gradient(circle,rgba(203,189,255,.16),rgba(255,255,255,0) 67%)}
.brand-rail:after{left:-170px;bottom:-210px;width:460px;height:460px;background:radial-gradient(circle,rgba(255,203,190,.12),rgba(255,255,255,0) 67%)}
.rail-logo,.app-logo{position:relative;z-index:1;display:inline-flex;align-items:center;font-size:24px;font-weight:900;letter-spacing:-.08em}
.rail-logo b{font-weight:900;color:var(--lavender)}
.rail-logo i,.app-logo i{margin-left:4px;color:#a997ff;font-size:14px;font-style:normal}
.rail-message{position:relative;z-index:1;margin:auto 0;max-width:500px}
.rail-message>p{margin:0 0 22px;color:var(--lavender);font-size:15px;font-weight:800;line-height:1.55}
.rail-message h1{margin:0;font-size:clamp(43px,4vw,58px);line-height:1.13;letter-spacing:-.075em}
.rail-message h1 em{color:var(--lavender);font-style:normal}
.rail-message ul{display:grid;gap:18px;margin:40px 0 0;padding:0;list-style:none}
.rail-message li{display:flex;align-items:center;gap:17px}
.rail-message li>span{display:grid;place-items:center;width:52px;height:52px;border:1px solid #eee8f6;border-radius:19px;background:#fff;color:var(--lavender);font-size:12px;font-weight:900;box-shadow:0 9px 26px rgba(72,51,113,.08)}
.rail-message li div{display:grid;gap:5px}.rail-message li strong{font-size:15px}.rail-message li small{color:#948d9b;font-size:12px}
.rail-foot{position:relative;z-index:1;display:flex;align-items:center;gap:10px;color:#aaa3b2}.rail-foot span{font-size:12px;font-weight:800}.rail-foot small{font-size:9px;letter-spacing:.12em}
.app-surface{position:relative;width:440px;min-height:100vh;padding-bottom:66px;background:var(--soft);border-left:1px solid #e7e2ec;border-right:1px solid #e7e2ec;box-shadow:-16px 0 50px rgba(37,27,62,.04)}
.app-header{position:sticky;z-index:50;top:0;display:flex;align-items:center;justify-content:space-between;height:65px;padding:0 22px;border-bottom:1px solid rgba(231,226,236,.85);background:rgba(251,249,255,.94);backdrop-filter:blur(16px)}
.app-logo{font-size:19px}.app-header-actions{display:flex;align-items:center;gap:14px}.app-header-actions>a{color:#68616f;font-size:12px;font-weight:700}
.app-menu-button{display:grid;gap:4px;width:26px;padding:3px;border:0;background:none}.app-menu-button span{display:block;width:20px;height:2px;border-radius:2px;background:#2b2630}
.app-drawer{position:fixed;z-index:101;top:0;right:max(calc((100vw - 960px)/2),0px);width:360px;max-width:88vw;height:100vh;padding:22px;background:#fff;box-shadow:-18px 0 70px rgba(31,19,61,.2)}
.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:4px 3px 20px}.drawer-head strong{font-size:20px}.drawer-head button{border:0;background:none;font-size:30px}.app-drawer nav{display:grid}.app-drawer nav a{padding:17px 4px;border-bottom:1px solid var(--line);font-size:16px;font-weight:700}
.drawer-dim{position:fixed;z-index:100;inset:0;background:rgba(25,18,35,.38);backdrop-filter:blur(2px)}
.app-main{padding-bottom:0}.home-hero{position:relative;padding:44px 22px 26px;overflow:hidden;background:linear-gradient(180deg,#fbf9ff 0%,#fff 76%)}
.home-hero:before{position:absolute;top:65px;right:-90px;width:270px;height:270px;border-radius:50%;background:radial-gradient(circle,rgba(213,202,255,.45),rgba(251,249,255,0) 68%);content:""}
.hero-copy{position:relative;z-index:2}.soft-label,.section-title span{display:block;color:var(--lavender);font-size:11px;font-weight:800;letter-spacing:-.02em}
.hero-copy h2{margin:11px 0 13px;font-size:35px;line-height:1.23;letter-spacing:-.065em}.hero-copy h2 em{color:var(--lavender);font-style:normal}.hero-copy p{margin:0;color:#807987;font-size:13px;line-height:1.75}
.hero-mascot{position:relative;z-index:1;width:82%;margin:-7px auto -35px;overflow:hidden;border-radius:44px}.hero-mascot img{display:block;width:100%;mix-blend-mode:multiply}
.hero-info-card{position:relative;z-index:3;display:grid;gap:6px;margin:0 4px;padding:18px 18px;border:1px solid #eee9f6;border-radius:20px;background:rgba(255,255,255,.94);text-align:center;box-shadow:0 13px 35px rgba(63,48,97,.09)}
.hero-info-card strong{font-size:13px}.hero-info-card span{color:#8d8593;font-size:11px;line-height:1.55}
.primary-cta{display:flex;align-items:center;justify-content:center;gap:12px;min-height:56px;margin:19px 4px 0;border-radius:18px;background:linear-gradient(135deg,#8877ff,#6653e8);color:#fff;font-size:14px;font-weight:800;box-shadow:0 13px 30px rgba(111,88,235,.27)}.primary-cta i{font-style:normal}
.report-picker,.how-section{padding:32px 22px;background:#fff}.section-title{display:flex;align-items:end;justify-content:space-between;gap:12px}.section-title h2{margin:6px 0 0;font-size:20px;letter-spacing:-.045em}.section-title>small{color:#9a939f;font-size:10px}
.report-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px}.report-tile{display:grid;justify-items:center;gap:7px;min-height:104px;padding:14px 5px 10px;border:1px solid #f0ecf4;border-radius:18px;background:#fff;box-shadow:0 7px 18px rgba(49,35,80,.05);transition:.2s}.report-tile:hover{transform:translateY(-2px);border-color:#d9d0ff;box-shadow:0 11px 24px rgba(80,60,133,.10)}.report-tile.disabled{opacity:.45;pointer-events:none}.report-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:15px;background:#eeeaff;color:#705ae8;font-size:19px;font-weight:900}.icon-love{background:#fff0f5;color:#e884a7}.icon-money{background:#fff7dc;color:#c48b1e}.icon-career{background:#ecf1ff;color:#6b7ed2}.icon-relation{background:#eaf8f1;color:#559b71}.icon-timing{background:#fff0e9;color:#e57e61}.icon-health{background:#eff9e9;color:#699b56}.icon-lifetime{background:#f3ecff;color:#9164ca}.report-tile strong{font-size:12px}.report-tile small{color:#a29ba7;font-size:9px}
.featured-report{margin:12px 13px;padding:23px;border:1px solid #e9e2ff;border-radius:25px;background:linear-gradient(145deg,#f6f2ff,#fff8fb);box-shadow:var(--shadow)}.featured-head{display:flex;align-items:center;justify-content:space-between}.featured-head>span{color:#7b68dd;font-size:11px;font-weight:800}.featured-head b{padding:5px 8px;border-radius:8px;background:#7b66f4;color:#fff;font-size:9px}.featured-body{display:flex;align-items:center;gap:14px;margin-top:17px}.featured-symbol{display:grid;place-items:center;flex:0 0 56px;height:56px;border-radius:18px;background:#fff;color:#8b72ff;font-size:23px;box-shadow:0 8px 20px rgba(90,65,145,.1)}.featured-body h3{margin:0;font-size:17px}.featured-body p{margin:6px 0 0;color:#89818e;font-size:11px;line-height:1.55}.featured-report ul{display:grid;gap:9px;margin:18px 0;padding:0;list-style:none}.featured-report li{position:relative;padding-left:19px;color:#5f5866;font-size:11px}.featured-report li:before{position:absolute;left:0;color:#9b87ff;content:"✓"}.featured-report>a{display:flex;align-items:center;justify-content:center;gap:7px;min-height:48px;border-radius:15px;background:#211b2d;color:#fff;font-size:12px;font-weight:800}.featured-report>a span{color:#dbcfff}.featured-report>a i{font-style:normal}
.step-list{display:grid;gap:12px;margin:20px 0 0;padding:0;list-style:none}.step-list li{display:flex;align-items:center;gap:14px;padding:15px;border:1px solid #f0ecf3;border-radius:18px;background:#fcfbfd}.step-list li>span{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:13px;background:#eeeaff;color:#735de6;font-size:12px;font-weight:900}.step-list li div{display:grid;gap:4px}.step-list strong{font-size:13px}.step-list small{color:#918a97;font-size:10px}
.trust-card{margin:12px 13px;padding:26px 23px;border-radius:25px;background:#211c2a;color:#fff}.trust-card>span{color:#beafff;font-size:10px;font-weight:800}.trust-card h3{margin:10px 0;font-size:22px;line-height:1.42;letter-spacing:-.045em}.trust-card>p{margin:0;color:#bbb5c0;font-size:11px;line-height:1.75}.trust-card>div{display:grid;gap:8px;margin-top:18px}.trust-card>div span{color:#e5e0e9;font-size:10px}
.app-footer{padding:30px 22px 22px;color:#a09aa5;background:#fff}.app-footer strong{color:#403a45;font-size:14px}.app-footer p{margin:5px 0 12px;font-size:10px}.app-footer small{font-size:8px;line-height:1.8}
.bottom-nav{position:fixed;z-index:45;left:calc(50% + 40px);bottom:0;display:grid;grid-template-columns:repeat(3,1fr);width:440px;height:66px;border:1px solid #ece8f0;border-bottom:0;background:rgba(255,255,255,.96);backdrop-filter:blur(16px)}.bottom-nav a{display:grid;place-items:center;align-content:center;gap:2px;color:#aaa3af}.bottom-nav a span{font-size:20px;line-height:1}.bottom-nav a strong{font-size:9px}.bottom-nav a.active{color:#735cf1}
.page-intro{padding:28px 22px 20px;background:linear-gradient(180deg,#f7f3ff,#fbf9ff)}.page-intro .back-link{display:inline-flex;margin-bottom:18px;color:#7d7584;font-size:12px}.page-intro .soft-label{margin-bottom:8px}.page-intro h1{margin:0;font-size:28px;line-height:1.35;letter-spacing:-.055em}.page-intro p{margin:10px 0 0;color:#847c89;font-size:12px;line-height:1.7}
.payment-wrap,.mypage-wrap,.login-wrap,.report-wrap{padding:0 18px 30px}.form-section,.card-section{margin-top:13px;padding:20px;border:1px solid #eee9f3;border-radius:23px;background:#fff;box-shadow:0 10px 26px rgba(50,36,81,.055)}.form-section-title{display:flex;align-items:center;gap:10px;margin-bottom:18px}.form-section-title>span{display:grid;place-items:center;width:31px;height:31px;border-radius:11px;background:#eeeaff;color:#745eea;font-size:10px;font-weight:900}.form-section-title strong{font-size:15px}.form-section-title small{display:block;margin-top:2px;color:#9a939f;font-size:9px}
.product-select-list{display:grid;gap:9px}.product-select-card{position:relative;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:11px;padding:13px;border:1px solid #eeeaf1;border-radius:17px;cursor:pointer}.product-select-card:has(input:checked){border-color:#a896ff;background:#f7f4ff;box-shadow:0 0 0 3px rgba(120,101,245,.07)}.product-select-card input{position:absolute;opacity:0}.product-select-card .report-icon{width:42px;height:42px}.product-select-card div{display:grid;gap:3px}.product-select-card strong{font-size:12px}.product-select-card small{color:#98919d;font-size:9px}.product-select-card b{font-size:12px;color:#6954de}
.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field>span{font-size:11px;font-weight:700}.field input,.field select,.field textarea{width:100%;min-height:46px;padding:0 13px;border:1px solid #e9e5ed;border-radius:14px;outline:0;background:#fdfcfe;color:#2d2732;font-size:12px}.field textarea{min-height:96px;padding-top:12px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#9d8afa;box-shadow:0 0 0 4px rgba(120,101,245,.08)}.field small{color:#a39ca7;font-size:9px;line-height:1.5}
.segmented{display:grid;grid-template-columns:1fr 1fr;gap:7px}.segmented label{position:relative}.segmented input{position:absolute;opacity:0}.segmented span{display:grid;place-items:center;min-height:43px;border:1px solid #e8e4ec;border-radius:14px;color:#87808c;font-size:11px;font-weight:700}.segmented input:checked+span{border-color:#a998ff;background:#f0ecff;color:#6b54dd}
.agree-row{display:flex;align-items:flex-start;gap:9px;margin-top:15px;color:#77707c;font-size:10px;line-height:1.55}.agree-row input{margin-top:2px;accent-color:#765ff0}.submit-button{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;min-height:55px;margin-top:17px;border:0;border-radius:17px;background:linear-gradient(135deg,#8876ff,#6651e5);color:#fff;font-size:13px;font-weight:800;box-shadow:0 13px 28px rgba(110,85,230,.24)}.submit-button:disabled{opacity:.55}.login-gate{text-align:center}.login-gate .gate-icon{display:grid;place-items:center;width:66px;height:66px;margin:0 auto 15px;border-radius:23px;background:#eeeaff;color:#745dea;font-size:24px}.login-gate h2{margin:0;font-size:20px}.login-gate p{color:#89818e;font-size:11px;line-height:1.7}.login-gate a{margin-top:15px}.subtle-link{display:block;margin-top:12px;color:#7c6be4;font-size:11px;font-weight:700;text-align:center}
.picker-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:48px;padding:0 14px;color:#837b88;background:#fdfcfe;border:1px solid #e9e5ed;border-radius:14px;text-align:left;font-size:12px}.picker-trigger i{color:#7660eb;font-size:15px;font-style:normal}.picker-trigger.selected{color:#29222f;border-color:#aa98ff;background:#f8f5ff;font-weight:700}.picker-trigger.disabled{color:#aaa3ad;background:#f3f1f5;opacity:.7;cursor:default}.unknown-time-card{position:relative;display:flex;align-items:center;gap:10px;min-height:48px;padding:8px 10px;color:#756e79;background:#fdfcfe;border:1px solid #e9e5ed;border-radius:14px;cursor:pointer}.unknown-time-card>input{position:absolute;width:1px!important;height:1px!important;opacity:0}.unknown-time-check{display:grid;place-items:center;flex:0 0 27px;width:27px;height:27px;color:transparent;background:#f1edf5;border:1px solid #dcd5e1;border-radius:9px;font-size:12px;font-weight:900}.unknown-time-card>span:last-child{display:grid;gap:2px}.unknown-time-card strong{font-size:10px}.unknown-time-card small{font-size:8px}.unknown-time-card.selected{color:#5942ca;background:#f1edff;border-color:#a895ff}.unknown-time-card.selected .unknown-time-check{color:#fff;background:#7658f3;border-color:#7658f3}
body.picker-open{overflow:hidden}.picker-overlay[hidden]{display:none!important}.picker-overlay{position:fixed;z-index:220;inset:0;background:rgba(24,18,31,.48);backdrop-filter:blur(3px);opacity:0;transition:opacity .18s ease}.picker-overlay.open{opacity:1}.picker-sheet{position:fixed;left:calc(50% + 40px);bottom:0;width:440px;max-height:min(82svh,690px);padding:20px 18px calc(18px + env(safe-area-inset-bottom));overflow-y:auto;background:#fff;border-radius:28px 28px 0 0;box-shadow:0 -18px 60px rgba(35,23,56,.2);transform:translateY(24px);transition:transform .22s ease}.picker-overlay.open .picker-sheet{transform:translateY(0)}.picker-sheet::before{display:block;width:42px;height:5px;margin:-8px auto 13px;background:#ded8e4;border-radius:6px;content:""}.picker-head{display:flex;align-items:flex-start;justify-content:space-between}.picker-head small{color:#7658f3;font-size:8px;font-weight:900;letter-spacing:.12em}.picker-head h2{margin:4px 0 0;font-size:23px;letter-spacing:-.05em}.picker-head button{display:grid;place-items:center;width:36px;height:36px;color:#6e6772;background:#f3f0f5;border:0;border-radius:12px;font-size:24px}.picker-guide{margin:12px 0 16px;color:#88808c;font-size:10px;line-height:1.6}.picker-guide strong{color:#6e58dc}.date-picker-controls,.time-picker-controls{display:grid;grid-template-columns:1fr 1fr;gap:9px}.date-picker-controls label,.time-picker-controls label{display:grid;gap:6px}.date-picker-controls label>span,.time-picker-controls label>span{color:#8b8490;font-size:9px;font-weight:700}.date-picker-controls select,.time-picker-controls select{width:100%;height:50px;padding:0 13px;color:#29232e;background:#f8f6fb;border:1px solid #e7e1eb;border-radius:14px;outline:0;font-size:15px;font-weight:800}.calendar-weekdays,.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.calendar-weekdays{margin-top:17px}.calendar-weekdays span{padding:5px 0;color:#a099a5;font-size:9px;text-align:center}.calendar-weekdays span:first-child{color:#ef8192}.calendar-days button,.calendar-blank{aspect-ratio:1;border:0;border-radius:13px;background:#faf8fc;color:#3a333e;font-size:12px}.calendar-days button:nth-child(7n+1){color:#e66f83}.calendar-days button.selected{color:#fff;background:#7658f3;font-weight:900;box-shadow:0 7px 16px rgba(118,88,243,.25)}.picker-apply{width:100%;min-height:54px;margin-top:17px;color:#fff;background:linear-gradient(135deg,#8875ff,#6550e4);border:0;border-radius:16px;font-size:13px;font-weight:900;box-shadow:0 11px 25px rgba(105,81,224,.22)}.period-picker{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:15px}.period-picker button{min-height:50px;color:#827a88;background:#f7f5f9;border:1px solid #e8e2ed;border-radius:15px;font-size:13px;font-weight:800}.period-picker button.selected{color:#fff;background:#7658f3;border-color:#7658f3}.time-picker-controls{grid-template-columns:1fr 24px 1fr;align-items:end}.time-picker-controls>b{padding-bottom:12px;color:#665e6c;font-size:22px;text-align:center}.time-preview{display:grid;justify-items:center;gap:4px;margin-top:18px;padding:18px;background:#f2eeff;border-radius:18px}.time-preview small{color:#887ca5;font-size:9px}.time-preview strong{color:#5740c4;font-size:25px}
.mypage-profile{display:flex;align-items:center;gap:13px}.avatar{display:grid;place-items:center;width:54px;height:54px;border-radius:19px;background:linear-gradient(135deg,#eee8ff,#ffeef3);color:#7762e8;font-size:20px;font-weight:900}.mypage-profile h2{margin:0;font-size:18px}.mypage-profile p{margin:4px 0 0;color:#938c98;font-size:10px}.profile-links{display:flex;gap:7px;margin-top:16px}.profile-links a{flex:1;padding:10px;border:1px solid #ece7f0;border-radius:12px;color:#706a74;font-size:10px;font-weight:700;text-align:center}
.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.stats-row article{padding:14px 8px;border-radius:17px;background:#fff;text-align:center;box-shadow:0 7px 20px rgba(56,41,86,.05)}.stats-row strong{display:block;color:#6954dd;font-size:20px}.stats-row span{color:#96909b;font-size:8px}
.order-list{display:grid;gap:11px;margin-top:13px}.report-order{padding:18px;border:1px solid #eee9f3;border-radius:21px;background:#fff}.order-top{display:flex;align-items:center;justify-content:space-between}.order-status{padding:5px 8px;border-radius:8px;background:#fff2e8;color:#cf754f;font-size:9px;font-weight:800}.order-status.paid{background:#ebf8ef;color:#4e9766}.order-status.cancel{background:#f2f0f3;color:#908895}.order-top time{color:#a39da7;font-size:9px}.report-order h3{margin:13px 0 6px;font-size:15px}.report-order>p{margin:0;color:#8e8792;font-size:10px;line-height:1.6}.order-meta{display:flex;gap:10px;margin-top:13px;color:#7b7480;font-size:9px}.order-action{display:flex;align-items:center;justify-content:center;min-height:43px;margin-top:14px;border-radius:14px;background:#7560ec;color:#fff;font-size:11px;font-weight:800}.order-action.pending{background:#f1edf6;color:#8a8190}.empty-card{padding:42px 20px;text-align:center}.empty-card span{font-size:28px}.empty-card h3{font-size:16px}.empty-card p{color:#918a96;font-size:10px}
.report-loading{text-align:center}.loader-orbit{position:relative;width:92px;height:92px;margin:10px auto 22px;border:2px solid #eee9fb;border-radius:50%;animation:spin 2.2s linear infinite}.loader-orbit:before{position:absolute;top:-5px;left:37px;width:14px;height:14px;border:4px solid #fff;border-radius:50%;background:#7964ef;content:""}.loader-orbit:after{position:absolute;inset:17px;border-radius:50%;background:url('img/myeongri-fox.png') center 38%/175% auto no-repeat;content:"";animation:spin 2.2s linear infinite reverse}.report-loading h2{font-size:20px}.report-loading p{color:#918997;font-size:11px;line-height:1.7}.loading-dots{display:flex;justify-content:center;gap:7px;margin-top:20px}.loading-dots i{width:7px;height:7px;border-radius:50%;background:#d6cff4;animation:pulse 1.3s infinite}.loading-dots i:nth-child(2){animation-delay:.2s}.loading-dots i:nth-child(3){animation-delay:.4s}
.report-hero-card{padding:22px;border-radius:23px;background:linear-gradient(145deg,#f1ecff,#fff5f8)}.report-hero-card>span{color:#7965e9;font-size:10px;font-weight:800}.report-hero-card h1{margin:10px 0;font-size:25px;line-height:1.35;letter-spacing:-.045em}.report-hero-card p{margin:0;color:#6f6875;font-size:11px;line-height:1.75}.pillar-row{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:18px}.pillar-row article{padding:9px 4px;border-radius:13px;background:rgba(255,255,255,.76);text-align:center}.pillar-row span{display:block;color:#9c94a3;font-size:7px}.pillar-row strong{display:block;margin-top:4px;font-size:16px}
.result-section{margin-top:12px;padding:20px;border:1px solid #eee9f3;border-radius:21px;background:#fff}.result-section h2{display:flex;align-items:center;gap:9px;margin:0 0 11px;font-size:15px}.result-section h2 span{display:grid;place-items:center;width:28px;height:28px;border-radius:10px;background:#eeeaff;color:#735be5;font-size:9px}.result-section p{margin:0;color:#625b67;font-size:11px;line-height:1.82;white-space:pre-line}.action-list{display:grid;gap:9px;margin:0;padding:0;list-style:none}.action-list li{padding:12px 13px;border-radius:14px;background:#f8f6fb;color:#5d5662;font-size:10px;line-height:1.6}.result-disclaimer{margin:14px 4px 0;color:#a099a3;font-size:8px;line-height:1.7;text-align:center}.report-error{padding:28px 20px;text-align:center}.report-error h2{font-size:18px}.report-error p{color:#8e8793;font-size:10px;line-height:1.7}
.login-card h1{margin:0;font-size:25px}.login-card>p{margin:9px 0 20px;color:#8e8793;font-size:11px}.login-card .field{margin-top:12px}.login-card .helper-row{display:flex;justify-content:space-between;margin-top:13px;color:#8d8691;font-size:10px}.login-card .register-cta{display:flex;justify-content:center;gap:8px;margin-top:18px;padding-top:17px;border-top:1px solid #eeeaf1;color:#77707c;font-size:10px}.login-card .register-cta a{color:#6d58e2;font-weight:800}
@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,100%{transform:scale(.8);opacity:.4}50%{transform:scale(1.25);opacity:1}}
@media(max-width:840px){
  .desktop-stage{display:block;width:100%;background:var(--soft);box-shadow:none}.brand-rail{display:none}.app-surface{width:100%;max-width:520px;margin:0 auto;padding-bottom:calc(64px + env(safe-area-inset-bottom));border:0;box-shadow:none}.app-drawer{right:0}.app-header{height:61px}.home-hero{padding-top:35px}.hero-copy h2{font-size:34px}.bottom-nav{left:50%;width:100%;max-width:520px;height:calc(64px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);transform:translateX(-50%)}.picker-sheet{left:50%;width:100%;max-width:520px;transform:translate(-50%,24px)}.picker-overlay.open .picker-sheet{transform:translate(-50%,0)}
}
@media(min-width:841px) and (max-width:960px){.bottom-nav{left:auto;right:0}}
@media(max-width:370px){.report-grid{grid-template-columns:repeat(3,1fr)}.field-grid{grid-template-columns:1fr}.hero-copy h2{font-size:31px}}

/* 2026-08-25 visual refinement: softer hero, calmer product menu, floating navigation */
.app-surface{padding-bottom:90px;border-left:0;border-right:0;box-shadow:none}
.hero-mascot{width:88%;margin:-12px auto -38px;overflow:visible;border-radius:0;-webkit-mask-image:radial-gradient(ellipse 68% 62% at 52% 54%,#000 48%,rgba(0,0,0,.88) 61%,transparent 82%);mask-image:radial-gradient(ellipse 68% 62% at 52% 54%,#000 48%,rgba(0,0,0,.88) 61%,transparent 82%)}
.hero-mascot img{mix-blend-mode:multiply;filter:drop-shadow(0 20px 28px rgba(92,67,126,.08))}
.report-picker{padding-bottom:25px}
.report-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-top:17px;border-top:1px solid #eeeaf2;border-bottom:1px solid #eeeaf2}
.report-tile{display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto;align-items:center;justify-items:start;gap:2px 9px;min-height:72px;padding:12px 7px;border:0;border-bottom:1px solid #f0edf3;border-radius:0;background:transparent;box-shadow:none}
.report-tile:nth-child(odd){border-right:1px solid #f0edf3}.report-tile:nth-last-child(-n+2){border-bottom:0}
.report-tile:hover{transform:none;border-color:#f0edf3;background:#faf8ff;box-shadow:none}
.report-tile .report-icon{grid-row:1/3;width:34px;height:34px;border-radius:0;background:transparent;font-size:18px}
.report-tile strong{font-size:11px}.report-tile small{font-size:8px}
.icon-today{color:#e99a2d}.icon-zodiac{color:#668e9b}
.trust-card{margin:0;padding:37px 22px 34px;border-top:1px solid #eeeaf2;border-radius:0;background:linear-gradient(180deg,#faf8ff 0%,#fff 100%);color:#211b2a}
.trust-card .trust-label{display:inline-flex;align-items:center;gap:6px;color:#7963ec;font-size:10px;font-weight:900;letter-spacing:.02em}.trust-card .trust-label:before{width:18px;height:1px;background:#7963ec;content:""}
.trust-card h3{margin:14px 0 12px;font-size:24px;line-height:1.38}.trust-card>p{max-width:350px;color:#7f7785;font-size:11px;line-height:1.8}
.trust-points{display:grid!important;gap:0!important;margin-top:22px!important;border-top:1px solid #e9e4ef}
.trust-points span{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #eeeaf2;color:#514a57!important;font-size:10px!important}.trust-points b{color:#8872ef;font-size:9px}
.bottom-nav{left:calc(50% + 52px);bottom:10px;width:416px;height:64px;padding:0 5px;border:1px solid rgba(227,221,234,.92);border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 12px 34px rgba(44,31,72,.14);overflow:hidden}
.bottom-nav a{position:relative;gap:4px}.bottom-nav a span{font-size:18px}.bottom-nav a strong{font-size:9px}.bottom-nav a.active:after{position:absolute;bottom:5px;width:17px;height:2px;border-radius:2px;background:#765df0;content:""}
.bottom-nav .nav-icon{display:grid;place-items:center;width:23px;height:23px}.bottom-nav .nav-icon svg{width:21px;height:21px;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.bottom-nav a:nth-child(2) .nav-icon svg{width:19px;height:19px;fill:currentColor;stroke:none}
.guest-checkout-note{display:flex;align-items:center;gap:11px;margin:-3px 0 17px;padding:13px 0;border-top:1px solid #eeeaf2;border-bottom:1px solid #eeeaf2}.guest-checkout-note>span{display:grid;place-items:center;flex:0 0 39px;height:39px;color:#735ee6;background:#f1edff;border-radius:13px;font-size:10px;font-weight:900}.guest-checkout-note>div{display:grid;gap:3px}.guest-checkout-note strong{font-size:11px}.guest-checkout-note small{color:#8f8794;font-size:9px;line-height:1.5}.subtle-link.muted{margin-top:7px;color:#9a939f;font-weight:500}
.guest-lookup-card{text-align:center}.lookup-symbol{display:grid;place-items:center;width:62px;height:62px;margin:0 auto 13px;border-radius:22px;background:linear-gradient(145deg,#eee8ff,#fff0f5);color:#725be7;font-size:20px;font-weight:900}.guest-lookup-card h2{margin:0;font-size:20px}.guest-lookup-card>p{margin:8px 0 20px;color:#8b8490;font-size:10px;line-height:1.7}.guest-lookup-card .field{text-align:left}.lookup-message{margin-top:13px;padding:11px;border-radius:12px;font-size:10px;line-height:1.55}.lookup-message.error{color:#b15e68;background:#fff0f2}.lookup-results{margin-top:14px;padding:18px;border-radius:22px;background:#fff;box-shadow:0 10px 26px rgba(50,36,81,.055)}.lookup-results-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}.lookup-results-head strong{font-size:14px}.lookup-results-head span{color:#785fe9;font-size:9px;font-weight:800}.lookup-result{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid #eeeaf2}.lookup-result:last-child{border-bottom:0}.lookup-result>div{display:grid;gap:4px}.lookup-result strong{font-size:11px}.lookup-result small{color:#99919e;font-size:8px}.lookup-result>span{color:#7059df;font-size:9px;font-weight:800}.bank-result-box{margin-top:15px;padding:14px;border-radius:14px;background:#f6f3fa;color:#615a66;font-size:11px;line-height:1.7}
@media(max-width:840px){.app-surface{padding-bottom:calc(86px + env(safe-area-inset-bottom))}.bottom-nav{left:50%;bottom:calc(8px + env(safe-area-inset-bottom));width:calc(100% - 24px);max-width:496px;height:64px;padding-bottom:0;transform:translateX(-50%)}.report-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:841px) and (max-width:960px){.bottom-nav{left:auto;right:12px}}
@media(max-width:370px){.report-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* 2026-08-25 product menu: two rows × five columns */
.report-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;margin-top:18px;padding:0;border:0}
.report-tile,.report-tile:nth-child(odd),.report-tile:nth-last-child(-n+2){display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:5px;min-width:0;min-height:96px;padding:9px 2px 7px;border:0;border-radius:15px;background:transparent;text-align:center;box-shadow:none}
.report-tile:hover{background:#faf8ff}
.report-tile .report-icon{display:grid;flex:0 0 42px;width:42px;height:42px;border-radius:15px;background:#f0ecff;color:#765fe8}
.report-tile .report-icon svg,.product-select-card .report-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.report-tile .icon-total svg{fill:currentColor;stroke:none}.report-tile .icon-love{background:#fff0f5;color:#e67e9f}.report-tile .icon-money{background:#fff6db;color:#bb8317}.report-tile .icon-career{background:#edf2ff;color:#667fd1}.report-tile .icon-relation{background:#eaf8f1;color:#4d9a6c}.report-tile .icon-timing{background:#fff0e9;color:#e37155}.report-tile .icon-health{background:#eef8e9;color:#679951}.report-tile .icon-lifetime{background:#f3ecff;color:#8a61c8}.report-tile .icon-today{background:#fff5df;color:#e39525}.report-tile .icon-zodiac{background:#eaf5f7;color:#568b9b}
.report-tile strong{max-width:100%;overflow:hidden;font-size:10px;line-height:1.3;white-space:nowrap;text-overflow:ellipsis}.report-tile small{font-size:8px}
.field-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.field{min-width:0;align-content:start}.picker-trigger,.unknown-time-card{width:100%;height:50px;min-height:50px;margin:0;padding:0 13px;border-radius:14px}.unknown-time-card{gap:9px}.unknown-time-card>span:last-child{min-width:0}.unknown-time-card strong{font-size:9px;white-space:nowrap}.unknown-time-card small{font-size:8px;white-space:nowrap}
@media(max-width:370px){.report-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:2px}.report-tile,.report-tile:nth-child(odd){min-height:89px;padding-left:0;padding-right:0}.report-tile .report-icon{width:37px;height:37px;flex-basis:37px;border-radius:13px}.report-tile .report-icon svg{width:20px;height:20px}.report-tile strong{font-size:9px}}

/* 2026-08-25 home menu readability */
.home-main .report-grid{gap:7px}.home-main .report-tile,.home-main .report-tile:nth-child(odd){min-height:91px;gap:8px;padding:8px 1px}.home-main .report-tile .report-icon{flex-basis:49px;width:49px;height:49px;border-radius:17px}.home-main .report-tile .report-icon svg{width:27px;height:27px;stroke-width:1.75}.home-main .report-tile strong{font-size:12px;line-height:1.25;letter-spacing:-.035em}.home-main .report-tile small{display:none}
@media(max-width:370px){.home-main .report-grid{gap:3px}.home-main .report-tile,.home-main .report-tile:nth-child(odd){min-height:83px;gap:6px}.home-main .report-tile .report-icon{flex-basis:44px;width:44px;height:44px;border-radius:15px}.home-main .report-tile .report-icon svg{width:24px;height:24px}.home-main .report-tile strong{font-size:10px}}

/* 2026-08-25 dismissible intro and interactive report guide */
.home-hero{max-height:920px;transition:max-height .42s cubic-bezier(.4,0,.2,1),padding .42s ease,opacity .25s ease,transform .35s ease}.home-hero.is-collapsing{max-height:0!important;padding-top:0!important;padding-bottom:0!important;opacity:0;transform:translateY(-16px);pointer-events:none}
.hero-close{position:absolute;z-index:8;top:15px;right:16px;width:38px;height:38px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.74);box-shadow:0 6px 18px rgba(58,42,85,.08);backdrop-filter:blur(8px)}.hero-close span{position:absolute;top:18px;left:10px;width:18px;height:2px;border-radius:2px;background:#342c3c}.hero-close span:first-child{transform:rotate(45deg)}.hero-close span:last-child{transform:rotate(-45deg)}.hero-close:hover{background:#fff}.hero-close:hover span{background:#745ce9}
.report-guide-section{padding:34px 14px 40px;background:#fff;border-top:1px solid #f0ecf4}.report-guide-section>.section-title{padding:0 8px 18px}.report-guide-layout{display:grid;grid-template-columns:132px minmax(0,1fr);align-items:start;gap:10px}.report-guide-visual{position:sticky;top:79px;display:flex;flex-direction:column;min-height:390px;margin:0;padding:18px 13px 14px;overflow:hidden;border:1px solid #e9e2f8;border-radius:24px;background:linear-gradient(160deg,#f0ebff 0%,#fff7f8 58%,#fff 100%)}.report-guide-visual:before{position:absolute;top:115px;left:-30px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(192,174,255,.33),transparent 70%);content:""}.report-guide-visual>span{position:relative;z-index:2;color:#745de4;font-size:7px;font-weight:900;letter-spacing:.08em}.report-guide-visual h3{position:relative;z-index:2;margin:9px 0 2px;font-size:16px;line-height:1.45;letter-spacing:-.055em}.report-guide-visual img{position:relative;z-index:1;width:166px;max-width:none;margin:7px 0 2px -30px;-webkit-mask-image:radial-gradient(ellipse 67% 60%,#000 55%,transparent 83%);mask-image:radial-gradient(ellipse 67% 60%,#000 55%,transparent 83%);mix-blend-mode:multiply}.report-guide-visual figcaption{position:relative;z-index:2;margin-top:auto;color:#8f8695;font-size:8px;line-height:1.6}
.report-guide-list{display:grid;gap:7px}.report-guide-card{overflow:hidden;border:1px solid #ece7f2;border-radius:16px;background:#fff;box-shadow:0 5px 14px rgba(49,34,79,.035)}.report-guide-card summary{display:grid;grid-template-columns:32px 1fr 18px;align-items:center;gap:8px;min-height:49px;padding:8px 9px;list-style:none;cursor:pointer}.report-guide-card summary::-webkit-details-marker{display:none}.report-guide-card summary strong{font-size:11px}.report-guide-card summary>i{color:#9b93a2;font-size:16px;font-style:normal;text-align:center;transition:transform .2s}.report-guide-card[open]{border-color:#cfc3ff;background:#fbf9ff;box-shadow:0 9px 24px rgba(87,63,143,.08)}.report-guide-card[open] summary>i{color:#725ce5;transform:rotate(45deg)}.guide-card-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:11px;background:#f0ecff;color:#745de5}.guide-card-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.guide-card-icon.icon-total svg{fill:currentColor;stroke:none}.guide-card-icon.icon-love{background:#fff0f5;color:#e67e9f}.guide-card-icon.icon-money{background:#fff6db;color:#bb8317}.guide-card-icon.icon-career{background:#edf2ff;color:#667fd1}.guide-card-icon.icon-relation{background:#eaf8f1;color:#4d9a6c}.guide-card-icon.icon-timing{background:#fff0e9;color:#e37155}.guide-card-icon.icon-health{background:#eef8e9;color:#679951}.guide-card-icon.icon-lifetime{background:#f3ecff;color:#8a61c8}.guide-card-icon.icon-today{background:#fff5df;color:#e39525}.guide-card-icon.icon-zodiac{background:#eaf5f7;color:#568b9b}
.guide-card-body{padding:0 10px 12px}.guide-card-body dl{display:grid;gap:9px;margin:0;padding:10px 0;border-top:1px solid #eee9f4}.guide-card-body dl>div{display:grid;gap:3px}.guide-card-body dt{color:#7965db;font-size:8px;font-weight:900}.guide-card-body dd{margin:0;color:#6f6875;font-size:9px;line-height:1.55}.guide-card-body>a,.guide-disabled{display:flex;align-items:center;justify-content:center;min-height:37px;border-radius:11px;background:#735ce9;color:#fff;font-size:9px;font-weight:800}.guide-disabled{background:#eeeaf2;color:#9a929f}
@media(max-width:370px){.report-guide-layout{grid-template-columns:1fr}.report-guide-visual{position:relative;top:auto;display:grid;grid-template-columns:1fr 105px;min-height:180px;padding:17px}.report-guide-visual h3{font-size:18px}.report-guide-visual img{position:absolute;right:-5px;bottom:-22px;width:155px;margin:0}.report-guide-visual figcaption{align-self:end}.report-guide-list{margin-top:4px}}

/* 2026-08-25 report guide: full-width visual and full-width card list */
.report-guide-section{padding:34px 18px 40px}.report-guide-section>.section-title{padding:0 4px 18px}.report-guide-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:14px}.report-guide-visual{position:relative;top:auto;display:flex;min-height:230px;padding:22px 20px 18px;border-radius:27px;background:linear-gradient(135deg,#eee8ff 0%,#fff5f8 64%,#fff 100%)}.report-guide-visual:before{top:-35px;right:-25px;left:auto;width:265px;height:265px;background:radial-gradient(circle,rgba(188,169,255,.3),transparent 69%)}.report-guide-visual>span{font-size:8px}.report-guide-visual h3{max-width:205px;margin-top:10px;font-size:24px;line-height:1.35}.report-guide-visual img{position:absolute;right:-8px;bottom:-48px;width:245px;margin:0;-webkit-mask-image:radial-gradient(ellipse 67% 62%,#000 53%,transparent 84%);mask-image:radial-gradient(ellipse 67% 62%,#000 53%,transparent 84%)}.report-guide-visual figcaption{max-width:185px;margin-top:auto;font-size:9px;line-height:1.65}.report-guide-list{gap:8px}.report-guide-card{width:100%;border-radius:18px}.report-guide-card summary{grid-template-columns:38px 1fr 20px;gap:10px;min-height:58px;padding:9px 12px}.report-guide-card summary strong{font-size:13px}.guide-card-icon{width:38px;height:38px;border-radius:13px}.guide-card-icon svg{width:21px;height:21px}.guide-card-body{padding:0 14px 14px}.guide-card-body dl{gap:11px;padding:13px 0}.guide-card-body dt{font-size:9px}.guide-card-body dd{font-size:10px;line-height:1.65}.guide-card-body>a,.guide-disabled{min-height:44px;border-radius:13px;font-size:10px}
@media(max-width:370px){.report-guide-section{padding-left:12px;padding-right:12px}.report-guide-visual{display:flex;min-height:205px;padding:18px}.report-guide-visual h3{max-width:170px;font-size:21px}.report-guide-visual img{right:-18px;bottom:-42px;width:215px}.report-guide-visual figcaption{max-width:155px;font-size:8px}.report-guide-card summary{min-height:55px;padding-left:10px;padding-right:10px}}
