@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;600;700&display=swap");:root{--ink:#20201f;--muted:#77736e;--line:#e8e4df;--paper:#faf9f7;--white:#fff;--brand:#08c5d9;--brand-dark:#009bb5;--brand-soft:#e6fafd;--green:#318365;--navy:#063e4d}*{box-sizing:border-box}body,html{margin:0;min-height:100%;font-family:DM Sans,Noto Sans JP,sans-serif;color:var(--ink);background:var(--paper)}button,input,select,textarea{font:inherit}button{cursor:pointer}.icon-button{width:40px;height:40px;border:0;background:transparent;border-radius:12px;display:grid;place-items:center;color:#504d49}.icon-button:hover{background:#f0ede9}.icon-button svg{width:20px}.brand{display:flex;align-items:center;gap:11px;min-width:max-content}.brand-mark{width:39px;height:39px;border-radius:13px;background:var(--brand);color:white;display:grid;place-items:center;box-shadow:0 5px 14px #08c5d930;position:relative}.brand-mark:after{content:"";position:absolute;width:6px;height:6px;background:#d7fbff;border-radius:50%;right:7px;top:7px}.brand-mark span{font-family:Georgia,serif;font-size:23px;font-style:italic}.brand b{font-size:17px;letter-spacing:-.3px}.brand small{font-size:8px;letter-spacing:1.8px;color:#9d9892;display:block;margin-top:1px}.chat-shell{height:100dvh;display:grid;grid-template-rows:auto 1fr auto;background:#fbfaf8}.chat-header{height:72px;border-bottom:1px solid var(--line);padding:0 28px;gap:22px;z-index:10}.chat-header,.header-persona{background:#fff;display:flex;align-items:center}.header-persona{margin:auto;border:1px solid var(--line);border-radius:25px;height:48px;gap:9px;padding:4px 12px 4px 5px;color:var(--ink)}.header-persona:hover{border-color:#d2cbc4}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;background:var(--brand);color:white;box-shadow:0 3px 10px #08a9bd30}.header-persona span:nth-child(2){display:flex;flex-direction:column;text-align:left;line-height:1.15}.header-persona small{color:#9b9691;font-size:9px}.header-persona b{font-size:13px}.avatar-cast,.cast-art{background:linear-gradient(145deg,#087f97,#20c9dc)!important}.header-actions{display:flex;gap:3px}.mobile-only{display:none}.conversation{overflow-y:auto;background:linear-gradient(90deg,#f8f6f3,#fcfbfa 50%,#f8f6f3)}.conversation-inner{width:min(760px,calc(100% - 40px));margin:auto;padding:18px 0 48px}.date-divider{text-align:center;margin:2px 0 28px;color:#9c9791;font-size:11px}.date-divider span{background:#ece9e5;border-radius:20px;padding:5px 12px}.message-row{display:flex;margin:0 0 25px;gap:11px;align-items:flex-start}.message-row.user{justify-content:flex-end}.message-stack{max-width:72%}.bubble{padding:13px 17px;border-radius:4px 19px 19px 19px;background:#fff;border:1px solid #ebe7e2;box-shadow:0 3px 13px #3829160a;font-size:14px;line-height:1.85}.bubble span{display:block}.user .bubble{background:var(--brand);color:#fff;border:0;border-radius:19px 4px 19px 19px;box-shadow:0 5px 15px #058fa630}.message-meta{display:flex;align-items:center;gap:4px;margin-top:5px;color:#aaa49e;font-size:10px;min-height:22px}.user .message-meta{justify-content:flex-end}.message-meta button{border:0;background:transparent;color:#9b9691;padding:3px;display:grid;place-items:center}.message-meta svg{width:14px;height:14px}.result-card{display:grid;grid-template-columns:145px 1fr;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:16px;margin-top:8px;box-shadow:0 6px 22px #3f30140c}.event-art{min-height:145px;background:linear-gradient(140deg,#057c96,#08c5d9);color:#ffffff;display:grid;place-items:center;text-align:center;font:12px/1.3 Georgia,serif;letter-spacing:2px;position:relative}.event-art:after,.event-art:before{content:"";position:absolute;border:1px solid #ffffff88;border-radius:50%;width:85px;height:85px}.event-art:after{width:56px;height:56px}.event-art b{font-size:19px}.result-copy{padding:16px}.result-copy>small{display:block;color:var(--brand);font-size:9px;font-weight:700;letter-spacing:1.4px}.result-copy>b{display:block;font-size:14px;margin:4px 0 8px}.result-copy p{gap:6px;color:#706b65;margin:5px 0}.result-copy button,.result-copy p{display:flex;align-items:center;font-size:11px}.result-copy button{border:0;background:transparent;color:var(--brand-dark);font-weight:600;padding:7px 0 0;gap:5px}.result-card.mini{grid-template-columns:82px 1fr}.cast-art{display:grid;place-items:center;color:#fff;font:italic 32px Georgia}.typing{background:#fff;border:1px solid var(--line);padding:15px 18px;border-radius:4px 18px 18px 18px;display:flex;gap:5px}.typing i{width:6px;height:6px;background:#aaa;border-radius:50%;animation:bounce 1.2s infinite}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}@keyframes bounce{50%{transform:translateY(-4px);background:var(--brand)}}.composer-wrap{background:linear-gradient(0deg,#fbfaf8 82%,transparent);padding:0 20px 12px;z-index:5}.suggestions{width:min(760px,100%);margin:0 auto 10px;display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.suggestions button{white-space:nowrap;display:flex;align-items:center;gap:5px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:8px 12px;color:#625e59;font-size:11px}.suggestions button:hover{color:var(--brand-dark)}.composer{width:min(760px,100%);min-height:58px;margin:auto;background:#fff;border:1px solid #ded9d3;border-radius:19px;display:flex;align-items:flex-end;padding:8px;gap:4px;box-shadow:0 7px 30px #4d392412}.composer textarea{border:0;outline:0;resize:none;flex:1 1;min-height:40px;max-height:110px;padding:10px 6px;background:transparent;font-size:14px}.mic-button,.round-action,.send-button{width:40px;height:40px;border-radius:13px;border:0;display:grid;place-items:center;flex:0 0 auto}.mic-button,.round-action{background:transparent;color:#817c76}.mic-button:hover,.round-action:hover{background:#f2efec}.send-button{background:var(--brand);color:#fff}.send-button:hover{background:var(--brand-dark)}.composer svg{width:19px}.composer-wrap>p{text-align:center;color:#aaa49d;font-size:9px;margin:7px 0 0}.drawer-backdrop{position:fixed;inset:0;background:#1c171380;z-index:50}.drawer{width:min(390px,88vw);height:100%;background:#fff;box-shadow:15px 0 40px #0002}.drawer-head{height:73px;border-bottom:1px solid var(--line);padding:0 18px;display:flex;align-items:center;justify-content:space-between}.drawer-body{padding:22px 16px}.drawer-title{display:flex;align-items:center;justify-content:space-between}.drawer-title h2{font-size:18px}.new-chat{border:0;background:var(--brand);color:#fff;border-radius:10px;padding:9px 11px;display:flex;gap:5px;font-size:11px}.new-chat svg{width:15px}.searchbox{display:flex;align-items:center;gap:8px;background:#f5f3f0;border:1px solid #ece8e3;border-radius:10px;padding:0 11px;height:40px}.searchbox svg{width:16px;color:#96918b}.searchbox input{border:0;outline:0;background:transparent;min-width:0;width:100%;font-size:12px}.drawer-body>.searchbox{margin:15px 0 20px}.history-label{font-size:10px;color:#aaa49d;padding:5px 9px}.history-item{width:100%;border:0;background:transparent;display:flex;gap:10px;align-items:center;padding:11px 8px;border-radius:10px;text-align:left;color:#57524d}.history-item:hover{background:#f7f4f1}.history-item>svg{width:17px}.history-item span{display:flex;flex-direction:column;flex:1 1}.history-item b{font-size:12px}.history-item small{font-size:10px;color:#9f9993;margin-top:3px}.nav-menu button{width:100%;border:0;background:transparent;border-radius:10px;padding:12px;display:flex;align-items:center;gap:11px;color:#514d48}.nav-menu button:hover{background:#f5f2ef}.nav-menu svg{width:19px}.nav-menu hr{border:0;border-top:1px solid var(--line);margin:12px 0}.admin-shell{min-height:100vh;background:#f6f7f7;display:flex}.admin-sidebar{position:fixed;inset:0 auto 0 0;width:246px;background:var(--navy);color:#d8dfe0;padding:0 14px;display:flex;flex-direction:column;z-index:30}.side-brand{height:76px;display:flex;align-items:center;padding:0 10px;border-bottom:1px solid #ffffff12}.side-brand .brand b{color:#fff}.side-brand .brand small{color:#8b999c}.env-badge{margin:17px 10px 10px;color:#829194;font-size:9px;letter-spacing:1.3px;display:flex;align-items:center;gap:7px}.env-badge span{width:6px;height:6px;border-radius:50%;background:#62bc91;box-shadow:0 0 0 3px #62bc9120}.admin-sidebar nav{display:flex;flex-direction:column;gap:3px}.admin-sidebar nav button{height:42px;border:0;background:transparent;color:#9caaad;border-radius:9px;display:flex;align-items:center;gap:11px;padding:0 12px;text-align:left;font-size:12px}.admin-sidebar nav button:hover{background:#ffffff0a;color:#fff}.admin-sidebar nav button.active{background:#ffffff13;color:#fff}.admin-sidebar nav svg{width:18px}.admin-sidebar nav em{margin-left:auto;background:#f5a623;color:white;border-radius:10px;padding:2px 6px;font-size:9px;font-style:normal}.side-user{margin-top:auto;border-top:1px solid #ffffff12;min-height:77px;display:flex;align-items:center;gap:9px;padding:10px}.avatar-admin{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#fff;font-size:11px;font-weight:700}.side-user span{display:flex;flex-direction:column;min-width:0;flex:1 1}.side-user b{font-size:11px;color:#e4e8e9}.side-user small{font-size:9px;color:#829194;margin-top:3px}.side-user button{background:transparent;border:0;color:#778689}.side-user svg{width:16px}.side-close{display:none;color:#fff}.admin-main{margin-left:246px;min-width:0;flex:1 1}.admin-header{height:76px;background:#fff;border-bottom:1px solid #e2e5e5;display:flex;align-items:center;padding:0 32px;position:-webkit-sticky;position:sticky;top:0;z-index:20}.admin-header p{margin:0 0 3px;color:#9a9d9d;font-size:9px}.admin-header h1{margin:0;font-size:18px}.admin-head-actions{margin-left:auto;gap:9px}.admin-head-actions,.view-app{display:flex;align-items:center}.view-app{height:37px;padding:0 13px;border:1px solid #dfe1e1;background:#fff;border-radius:9px;color:#545858;font-size:11px;gap:7px}.view-app svg{width:14px}.admin-head-actions .icon-button{position:relative}.admin-head-actions .icon-button i{position:absolute;width:6px;height:6px;background:var(--brand);border-radius:50%;top:8px;right:8px}.admin-menu{display:none}.admin-content{padding:30px 32px 60px;max-width:1500px;margin:auto}.welcome-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px}.section-intro h2,.welcome-row h2{margin:0 0 7px;font-size:22px;letter-spacing:-.4px}.section-intro p,.welcome-row p{margin:0;color:#7c8080;font-size:11px}.updated{display:flex;align-items:center;gap:6px;color:#8b8e8e;font-size:10px}.updated svg{width:14px}.updated button{border:0;background:transparent;color:#898c8c;display:grid}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:16px}.panel,.stat-card{background:#fff;border:1px solid #e4e7e7;border-radius:12px;box-shadow:0 2px 8px #24323405}.stat-card{padding:17px;position:relative}.stat-icon{position:absolute;right:16px;top:16px;width:35px;height:35px;border-radius:10px;display:grid;place-items:center;background:#edf6f2;color:#3f8a70}.stat-icon.warn{background:#e4f9fc;color:var(--brand)}.stat-icon svg{width:17px}.stat-card p{font-size:10px;color:#838787;margin:0 0 9px}.stat-card h3{font-size:23px;margin:0 0 8px}.trend{font-size:9px;color:#358367;display:flex;align-items:center;gap:3px}.trend svg{width:11px}.trend span{color:#a0a3a3;margin-left:2px}.trend.warn{color:var(--brand)}.dashboard-grid{display:grid;grid-template-columns:1.65fr 1fr;grid-gap:16px;gap:16px;margin-bottom:16px}.dashboard-grid.bottom{grid-template-columns:1fr 1fr}.panel{padding:20px}.panel-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:17px}.panel-head h3{font-size:13px;margin:0 0 5px}.panel-head p{font-size:9px;color:#969999;margin:0}.panel-head select{border:1px solid #e1e4e4;border-radius:8px;background:#fff;padding:7px 10px;font-size:9px;color:#707474}.chart{height:190px;display:grid;grid-template-columns:35px 1fr}.ylabels{display:flex;flex-direction:column;justify-content:space-between;color:#a1a5a5;font-size:8px;padding:0 0 23px}.bars{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:12px;gap:12px;border-bottom:1px solid #eceeee;background:repeating-linear-gradient(180deg,#fff 0,#fff 54px,#eef0f0 55px);align-items:flex-end;padding:0 8px}.bars>div{height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:7px}.bars span{width:min(28px,60%);border-radius:5px 5px 1px 1px;transition:.2s}.bars span:hover{filter:brightness(.9)}.bars small{font-size:8px;color:#909494;height:15px}.all-good{font-size:9px;color:var(--green);background:#ebf6f1;border-radius:20px;padding:5px 8px;display:flex;align-items:center;gap:3px}.all-good svg{width:11px}.service-row{height:38px;border-top:1px solid #eff0f0;justify-content:space-between;font-size:10px}.service-row,.service-row span{display:flex;align-items:center}.service-row span{gap:8px}.service-row i{width:7px;height:7px;background:#4fa47d;border-radius:50%}.service-row b{font-weight:500;color:#777b7b;font-size:9px}.action-row{height:58px;width:100%;border:0;border-top:1px solid #eef0f0;background:#fff;display:flex;align-items:center;gap:10px;text-align:left}.action-row:hover{background:#fafafa}.action-icon{width:31px;height:31px;background:#e7fafd;border-radius:8px;color:var(--brand);display:grid;place-items:center}.action-icon svg{width:15px}.action-row>span:nth-child(2){display:flex;flex-direction:column;flex:1 1}.action-row b,.change-row b{font-size:10px}.action-row small,.change-row small{font-size:8px;color:#999d9d;margin-top:3px}.action-row em{font-size:9px;background:#e5f9fc;color:var(--brand);font-style:normal;padding:3px 6px;border-radius:10px}.action-row>svg{width:14px;color:#aaa}.text-link{border:0;background:transparent;color:var(--brand-dark);font-size:9px}.change-row{height:58px;border-top:1px solid #eef0f0;display:flex;align-items:center;gap:12px}.change-row>span:last-child{display:flex;flex-direction:column}.change-dot{width:8px;height:8px;border-radius:50%;background:#55a17f;box-shadow:0 0 0 4px #e9f4ef}.change-dot.c2{background:#678ba2;box-shadow:0 0 0 4px #edf3f6}.section-intro{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px}.primary-button{border:0;background:var(--brand);color:white;height:38px;border-radius:9px;padding:0 14px;display:flex;align-items:center;gap:7px;font-size:10px}.primary-button svg{width:15px}.data-panel{padding:0;overflow:hidden}.table-tools{padding:16px;display:flex;gap:9px;border-bottom:1px solid #eceeee}.table-tools .searchbox{width:270px}.filter-button{border:1px solid #e1e4e4;background:#fff;border-radius:9px;padding:0 12px;color:#707474;font-size:10px;display:flex;align-items:center;gap:6px}.filter-button svg{width:14px}.table-scroll{overflow:auto}table{border-collapse:collapse;width:100%;min-width:740px}th{text-align:left;padding:11px 18px;background:#f8f9f9;color:#8f9393;font-size:9px;font-weight:500}td{padding:15px 18px;border-top:1px solid #eef0f0;color:#656969;font-size:10px}td b{color:#363a3a}.status-pill{display:inline-flex;padding:4px 7px;border-radius:10px;background:#f0f1f1;color:#777}.status-pill.ok{background:#e9f5ef;color:#358062}.status-pill.pending{background:#fff5df;color:#d88900}.side-overlay{display:none}@media(max-width:900px){.stat-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.dashboard-grid.bottom{grid-template-columns:1fr}.admin-sidebar{transform:translateX(-100%);transition:.25s}.admin-sidebar.open{transform:translateX(0)}.admin-main{margin-left:0}.admin-menu,.side-close{display:grid}.side-brand{justify-content:space-between}.side-overlay{display:block;position:fixed;inset:0;background:#0006;z-index:25}.admin-content{padding:24px 20px}.mobile-only{display:grid}.chat-header{padding:0 14px}.chat-header>.brand{display:none}}@media(max-width:600px){.desktop-only{display:none}.chat-header{height:64px;gap:5px}.header-persona{margin:auto;height:43px}.header-actions .icon-button:nth-child(2){display:none}.conversation-inner{width:calc(100% - 24px);padding-top:14px}.message-stack{max-width:86%}.bubble{font-size:13px;line-height:1.75;padding:11px 14px}.result-card{grid-template-columns:105px 1fr}.event-art{min-height:135px}.result-copy{padding:12px}.composer-wrap{padding:0 10px 8px}.composer{border-radius:17px}.composer-wrap>p{display:none}.suggestions{margin-bottom:7px}.round-action{display:none}.admin-header{padding:0 14px;height:68px}.admin-header p{display:none}.admin-head-actions{gap:3px}.view-app{font-size:0;width:40px;padding:0;justify-content:center}.view-app svg{width:16px}.admin-head-actions>.avatar-admin{display:none}.admin-content{padding:20px 12px}.welcome-row{align-items:flex-start}.updated{display:none}.section-intro h2,.welcome-row h2{font-size:18px}.stat-grid{gap:9px}.stat-card{padding:14px}.stat-card h3{font-size:20px}.stat-icon{width:30px;height:30px;right:12px;top:12px}.panel{padding:15px}.activity-panel{display:none}.dashboard-grid{display:block}.dashboard-grid .panel{margin-bottom:10px}.section-intro{align-items:center}.section-intro p{display:none}.primary-button{font-size:0;width:38px;padding:0;justify-content:center}.table-tools .searchbox{width:auto;flex:1 1}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.chat-header{background:linear-gradient(115deg,#08c5d9,#04b9d2);border-bottom-color:#06adc4;box-shadow:0 4px 18px #067f9820}.chat-header .brand b,.chat-header .brand small{color:#fff}.chat-header .brand small{opacity:.72}.chat-header .brand-mark{background:#fff;color:#08adc5;box-shadow:0 5px 14px #047b9435}.chat-header .brand-mark:after{background:#f5a623}.chat-header .icon-button{color:#fff}.chat-header .icon-button:hover{background:#ffffff1c}.header-persona{background:#ffffffee;border-color:#ffffff;color:#063e4d;box-shadow:0 5px 16px #067d9630}.conversation{background:linear-gradient(135deg,#f4fdff,#fff 52%,#eefcff)}.date-divider span{background:#dff8fc;color:#098ca3}.suggestions button:hover{border-color:#5ed8e6;color:#009bb5}.composer:focus-within{border-color:#38ccdc;box-shadow:0 7px 30px #078ca31c,0 0 0 3px #08c5d912}.event-art{background:linear-gradient(145deg,#057c96,#08c5d9)}.admin-sidebar{background:linear-gradient(180deg,#063e4d,#052f3b)}.admin-sidebar nav button.active{background:#08c5d926;border-left:2px solid #20d9e9}.env-badge span{background:#20d9e9;box-shadow:0 0 0 3px #20d9e925}.bars span{background:linear-gradient(#22cee0,#009bb5)}.avatar-admin{background:#12bdd2}.primary-button{box-shadow:0 4px 12px #009bb52b}.change-dot.c1{background:#f5a623;box-shadow:0 0 0 4px #fff5df}.chat-brand-link{text-decoration:none;color:inherit}.landing-page,.portal-shell{min-height:100vh;background:#f8fdfe;color:#063e4d}.landing-header,.portal-header{height:76px;display:flex;align-items:center;padding:0 clamp(20px,5vw,72px);background:#fff;border-bottom:1px solid #dceff2;position:relative;z-index:20}.portal-brand{display:flex;align-items:center;gap:9px;text-decoration:none;color:#063e4d}.portal-brand>span{width:38px;height:38px;border-radius:13px;background:#08c5d9;color:#fff;display:grid;place-items:center;font:italic 22px Georgia;box-shadow:0 6px 15px #08c5d930}.portal-brand>b{font-size:17px}.landing-header nav{display:flex;gap:30px;margin:auto}.landing-header nav a,.portal-header nav a{text-decoration:none;color:#60777c;font-size:12px;font-weight:600}.landing-login{display:flex;align-items:center;gap:8px;background:#08c5d9;color:#fff;text-decoration:none;padding:11px 17px;border-radius:12px;font-size:12px;font-weight:700;box-shadow:0 6px 16px #08c5d92c}.discover-band>a svg,.feature-card a svg,.landing-cta svg,.landing-login svg{width:15px}.landing-hero{min-height:680px;display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,540px);align-items:center;grid-gap:45px;gap:45px;padding:70px clamp(24px,8vw,130px);background:radial-gradient(circle at 78% 45%,#bff6fb 0,#e8fbfd 27%,transparent 52%),linear-gradient(135deg,#f8feff,#fff)}.eyebrow,.landing-kicker{display:inline-flex;align-items:center;gap:7px;color:#009bb5;font-size:10px;font-weight:800;letter-spacing:1.8px}.landing-kicker svg{width:15px}.landing-copy h1{font-size:clamp(42px,5vw,69px);line-height:1.15;letter-spacing:-3px;margin:20px 0;color:#063e4d}.landing-copy h1 em{font-style:normal;color:#08bcd2}.landing-copy>p{max-width:570px;color:#587278;font-size:15px;line-height:2}.landing-cta{display:flex;gap:10px;margin:30px 0 25px}.landing-cta a{min-height:49px;padding:0 19px;border-radius:13px;display:flex;align-items:center;gap:9px;text-decoration:none;font-size:12px;font-weight:700}.landing-cta a:first-child{background:#08c5d9;color:#fff;box-shadow:0 8px 24px #08c5d93d}.landing-cta a:last-child{background:#fff;color:#087d91;border:1px solid #cfecef}.landing-trust{display:flex;gap:20px;color:#6b8287;font-size:10px}.landing-trust span{display:flex;gap:5px;align-items:center}.landing-trust svg{width:13px;color:#08b7cc}.phone-stage{height:560px;position:relative;display:grid;place-items:center}.phone-glow{position:absolute;width:430px;height:430px;border-radius:50%;background:linear-gradient(135deg,#08c5d9,#a8f0f7);filter:blur(1px);opacity:.35}.phone{width:280px;height:555px;border:9px solid #063e4d;border-radius:40px;background:#f7fdfe;box-shadow:0 35px 70px #064d5b35;position:relative;overflow:hidden;transform:rotate(2deg)}.phone:before{content:"";position:absolute;width:92px;height:19px;border-radius:0 0 12px 12px;background:#063e4d;top:0;left:50%;transform:translateX(-50%);z-index:2}.phone-top{height:62px;background:#08c5d9;color:#fff;display:flex;justify-content:space-between;align-items:flex-end;padding:0 17px 12px;font-weight:700}.phone-top i{width:23px;height:23px;background:#fff;border-radius:50%}.phone-chat{padding:15px 12px}.phone-chat>small{display:block;text-align:center;color:#9babad;font-size:8px}.demo-ai{display:flex;gap:6px;align-items:flex-start;margin:13px 0}.demo-ai>b{width:24px;height:24px;border-radius:50%;background:#08c5d9;color:#fff;display:grid;place-items:center;font:italic 12px Georgia;flex:none}.demo-ai p,.demo-user{font-size:9px;line-height:1.6;margin:0;padding:9px 11px;border-radius:3px 12px 12px 12px;background:#fff;border:1px solid #e1eff1}.demo-user{margin:11px 0 11px auto;width:max-content;max-width:80%;background:#08c5d9;color:#fff;border:0;border-radius:12px 3px 12px 12px}.demo-card{margin-left:30px;border:1px solid #dcebed;border-radius:11px;overflow:hidden;background:#fff}.demo-card>span{height:76px;background:linear-gradient(140deg,#057c96,#08c5d9);display:grid;place-items:center;color:#fff;text-align:center;font:9px Georgia;letter-spacing:2px}.demo-card>span b{font-size:15px}.demo-card>div{padding:9px}.demo-card small{font-size:7px;color:#08a8bd}.demo-card strong{display:block;font-size:10px;margin:2px 0}.demo-card p{font-size:7px;margin:0;color:#718085}.phone-input{position:absolute;bottom:9px;left:9px;right:9px;height:39px;border:1px solid #d8e7e9;background:#fff;border-radius:12px;padding:11px;color:#a3b0b2;font-size:8px}.phone-input span{float:right;width:22px;height:22px;margin-top:-3px;border-radius:8px;background:#08c5d9;color:white;display:grid;place-items:center}.float-card{position:absolute;background:#fff;border:1px solid #d9eff1;box-shadow:0 13px 30px #07586720;border-radius:14px;padding:13px 15px;display:grid;grid-template-columns:29px auto;grid-column-gap:8px;column-gap:8px;color:#08a5ba}.float-card svg{grid-row:1/3;width:23px}.float-card b{font-size:10px;color:#174f5a}.float-card small{font-size:8px;color:#8b9ca0}.fc-one{left:0;top:115px}.fc-two{right:-15px;bottom:110px}.landing-section{padding:100px clamp(24px,7vw,110px);background:#fff}.section-heading{text-align:center;max-width:650px;margin:0 auto 45px}.section-heading h2{font-size:34px;margin:13px 0;color:#063e4d}.section-heading p{color:#71878c;font-size:13px;line-height:1.8}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;max-width:1250px;margin:auto}.feature-card{padding:27px;border:1px solid #dbedf0;border-radius:18px;background:#fbfeff;min-height:230px}.feature-card>span{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;background:#dffafd;color:#08a8bc}.feature-card svg{width:20px}.feature-card h3{font-size:17px;margin:23px 0 9px}.feature-card p{font-size:11px;color:#6d8388;line-height:1.8;min-height:60px}.feature-card a{display:flex;align-items:center;gap:5px;color:#009bb5;text-decoration:none;font-size:10px;font-weight:700}.discover-band{margin:40px clamp(24px,7vw,110px) 90px;border-radius:28px;padding:58px;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;background:linear-gradient(135deg,#063e4d,#08768a);color:white}.discover-band h2{font-size:36px;line-height:1.3;margin:15px 0}.discover-band>div:first-child p{font-size:12px;color:#b9d7db}.discover-band>div:first-child>a{display:inline-flex;margin-top:20px;gap:8px;align-items:center;background:#08c5d9;color:white;padding:13px 16px;border-radius:11px;text-decoration:none;font-size:11px;font-weight:700}.discover-list{display:flex;flex-direction:column;gap:10px}.discover-list>a{display:grid;grid-template-columns:78px 1fr auto;align-items:center;grid-gap:14px;gap:14px;padding:9px;background:#ffffff10;border:1px solid #ffffff18;border-radius:14px;color:white;text-decoration:none}.discover-art{height:70px;border-radius:10px;display:grid;place-items:center;font:10px Georgia;letter-spacing:1px}.discover-art.aqua{background:#08c5d9}.discover-art.violet{background:#8f7ed8}.discover-list a>span:nth-child(2){display:flex;flex-direction:column}.discover-list small{color:#61d9e6;font-size:8px}.discover-list b{font-size:12px;margin:3px 0}.discover-list em{font-size:9px;color:#bad0d4;font-style:normal}.discover-list svg{width:17px}.landing-footer{display:flex;align-items:center;gap:20px;padding:32px clamp(24px,7vw,110px);border-top:1px solid #deedef;background:#fff}.landing-footer p{font-size:10px;color:#8da0a3}.landing-footer>div{margin-left:auto;display:flex;gap:20px}.landing-footer>div a{font-size:9px;color:#789095;text-decoration:none}.portal-header{position:-webkit-sticky;position:sticky;top:0}.portal-header nav{display:flex;margin:auto;gap:6px}.portal-header nav a{display:flex;align-items:center;gap:6px;padding:10px 12px;border-radius:10px}.portal-header nav a.active{background:#e3f9fc;color:#079db2}.portal-header nav svg{width:16px}.portal-actions{display:flex;gap:3px}.portal-icon,.portal-menu{width:38px;height:38px;display:grid;place-items:center;color:#467078;border:0;background:transparent;border-radius:10px}.portal-icon:hover,.portal-menu:hover{background:#e8f8fa}.portal-icon svg,.portal-menu svg{width:18px}.portal-menu{display:none}.portal-hero{min-height:205px;padding:47px max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:linear-gradient(120deg,#e8fbfd,#f9feff);border-bottom:1px solid #dceff1}.portal-hero h1{font-size:32px;margin:10px 0 6px}.portal-hero p{font-size:12px;color:#6e858a;margin:0}.hero-orb{width:90px;height:90px;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#08c5d9,#51dbe8);box-shadow:0 15px 35px #08c5d936}.hero-orb svg{width:33px;height:33px}.portal-content{max-width:1180px;margin:auto;padding:35px 24px 100px}.filter-row{display:flex;align-items:center;gap:8px;margin-bottom:22px;overflow-x:auto}.filter-row label,.history-page>label{height:42px;min-width:260px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid #d6e9ec;background:#fff;border-radius:11px;margin-right:auto}.filter-row label svg,.history-page>label svg{width:16px;color:#7e989d}.filter-row input,.history-page input{border:0;outline:0;background:transparent;width:100%;font-size:11px}.filter-row button,.notice-tabs button{border:1px solid #dcebed;background:#fff;color:#698287;border-radius:20px;padding:9px 14px;font-size:10px;white-space:nowrap}.filter-row button.active,.notice-tabs button.active{background:#08c5d9;color:#fff;border-color:#08c5d9}.cast-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:17px;gap:17px}.cast-card{border:1px solid #daecef;background:#fff;border-radius:18px;overflow:hidden;text-decoration:none;color:#174e58;box-shadow:0 6px 18px #063e4d08}.profile-art{height:270px;position:relative;display:grid;place-items:center;color:#fff}.detail-visual.aqua,.profile-art.aqua,.tiny-avatar.aqua{background:linear-gradient(145deg,#087e96,#29d4e4)}.profile-art.violet,.tiny-avatar.violet{background:linear-gradient(145deg,#62549e,#b09bea)}.profile-art.orange,.tiny-avatar.orange{background:linear-gradient(145deg,#b66a1a,#f6b94e)}.profile-art>span{font:italic 70px Georgia;opacity:.9}.profile-art>i{position:absolute;left:14px;top:14px;background:#fff;color:#08a7bc;border-radius:13px;padding:5px 8px;font-size:7px;font-style:normal;font-weight:800}.profile-art>button{position:absolute;right:13px;top:13px;width:34px;height:34px;border:0;background:#ffffffdf;border-radius:50%;color:#476c73;display:grid;place-items:center}.profile-art button svg{width:16px}.cast-card>div:last-child{padding:19px}.cast-card small{font-size:9px;color:#859a9e}.cast-card h2{font-size:22px;margin:4px 0}.cast-card p{display:flex;align-items:center;gap:5px;color:#698186;font-size:10px}.cast-card p svg{width:13px;color:#08b3c7}.cast-card>div:last-child>span{display:flex;gap:6px;align-items:center;margin-top:14px;color:#009bb5;font-size:10px;font-weight:700}.cast-card span svg{width:14px}.split-layout{display:grid;grid-template-columns:1fr 1.1fr;grid-gap:24px;gap:24px}.store-list{display:flex;flex-direction:column;gap:11px}.store-card{display:grid;grid-template-columns:90px 1fr auto;grid-gap:15px;gap:15px;align-items:center;padding:12px;background:#fff;border:1px solid #dcecef;border-radius:15px;text-decoration:none;color:#174e58}.store-art{height:90px;border-radius:11px;display:grid;place-items:center;color:#fff}.store-art.aqua{background:#08c5d9}.store-art.violet{background:#8978d1}.store-art svg{width:27px}.store-card small{font-size:8px;color:#7f9599}.store-card h2{font-size:15px;margin:3px 0 8px}.store-card p{font-size:9px;color:#72888d;margin:3px 0;display:flex;gap:5px;align-items:center}.store-card p svg{width:12px}.store-card>svg{width:17px}.map-mock{min-height:470px;border:1px solid #d4e9ec;border-radius:18px;background:#e7f4f1;position:relative;overflow:hidden}.map-mock:before{content:"";position:absolute;inset:0;background:linear-gradient(25deg,transparent 47%,#c8e2dc 48%,#c8e2dc 53%,transparent 54%),linear-gradient(115deg,transparent 45%,#c8e2dc 46%,#c8e2dc 51%,transparent 52%);opacity:.8}.map-road{position:absolute;background:#fff;box-shadow:0 0 0 1px #d8e8e3}.map-road.r1{width:130%;height:25px;top:40%;left:-15%;transform:rotate(-25deg)}.map-road.r2{height:130%;width:20px;left:60%;top:-15%;transform:rotate(18deg)}.pin{position:absolute;width:43px;height:43px;border-radius:50% 50% 50% 3px;background:#08c5d9;transform:rotate(-45deg);display:grid;place-items:center;color:#fff;box-shadow:0 8px 16px #0a758735}.pin svg{width:20px;transform:rotate(45deg)}.pin.p1{left:30%;top:28%}.pin.p2{right:20%;bottom:25%;background:#7969c5}.map-mock>div{position:absolute;bottom:16px;left:16px;right:16px;padding:13px;background:#ffffffe8;border-radius:12px;display:flex;align-items:center;gap:9px;font-size:10px}.map-mock>div svg{width:17px;color:#08abc0}.event-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.event-list-card{background:#fff;border:1px solid #d9ebee;border-radius:17px;overflow:hidden;color:#174e58;text-decoration:none}.event-cover{height:190px;padding:20px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}.event-cover.aqua{background:linear-gradient(135deg,#057b95,#08c5d9)}.event-cover.violet{background:linear-gradient(135deg,#594a91,#9f8de0)}.event-cover.orange{background:linear-gradient(135deg,#a86119,#f4aa32)}.event-cover small{font-size:8px;letter-spacing:2px}.event-cover b{font:22px Georgia;margin-top:5px}.event-list-card>div{padding:18px}.event-list-card em{font-style:normal;font-size:8px;color:#009bb5;background:#e0f8fb;border-radius:12px;padding:5px 7px}.event-list-card h2{font-size:16px;margin:12px 0}.event-list-card p{font-size:9px;color:#71888d;display:flex;gap:6px;align-items:center}.event-list-card p svg{width:13px}.event-list-card>div>span{display:flex;align-items:center;gap:5px;color:#009bb5;font-size:9px;font-weight:700;margin-top:15px}.event-list-card>div>span svg{width:13px}.history-page,.notice-layout,.settings-layout{max-width:850px;margin:auto}.notice-tabs{display:flex;gap:7px;margin-bottom:16px}.notice-item{display:grid;grid-template-columns:43px 1fr auto;grid-gap:13px;gap:13px;align-items:flex-start;padding:19px;background:#fff;border:1px solid #dcecef;border-radius:14px;margin-bottom:9px}.notice-item.unread{border-left:3px solid #08c5d9}.notice-item>span{width:39px;height:39px;border-radius:12px;background:#e1f9fc;color:#08a6bb;display:grid;place-items:center}.notice-item svg{width:17px}.notice-item small{font-size:8px;color:#8a9da1}.notice-item h2{font-size:13px;margin:5px 0}.notice-item p{font-size:10px;color:#6f858a;margin:0;line-height:1.7}.notice-item>svg{color:#88a0a4}.history-page>label{margin:0 0 22px;width:100%}.history-page>p{font-size:9px;color:#82979b;margin:21px 8px 8px}.history-page>a{display:grid;grid-template-columns:39px 1fr auto auto;align-items:center;grid-gap:11px;gap:11px;padding:15px;background:#fff;border:1px solid #dcecef;border-radius:13px;margin-bottom:8px;text-decoration:none;color:#174e58}.history-page>a>span{width:36px;height:36px;border-radius:11px;background:#e1f9fc;color:#08a6bb;display:grid;place-items:center}.history-page svg{width:16px}.history-page>a>div{display:flex;flex-direction:column}.history-page b{font-size:11px}.history-page small{font-size:8px;color:#81969a;margin-top:3px}.history-page em{font-size:8px;color:#8ca0a4;font-style:normal}.membership-hero{max-width:680px;margin:auto;padding:45px;text-align:center;color:#fff;border-radius:24px;background:linear-gradient(145deg,#063e4d,#0789a0);box-shadow:0 20px 45px #063e4d28}.membership-hero>span{width:58px;height:58px;border-radius:18px;background:#ffffff18;display:grid;place-items:center;margin:0 auto 15px}.membership-hero svg{width:27px}.membership-hero>small{color:#69dce7;font-size:8px;letter-spacing:2px}.membership-hero h2{font-size:28px;margin:10px 0}.membership-hero p{font-size:11px;color:#c1dadd}.membership-hero>div b{font-size:34px}.membership-hero>div small{font-size:10px}.membership-hero button{border:0;background:#08c5d9;color:white;border-radius:12px;padding:13px 18px;margin-top:22px;font-weight:700;font-size:11px;display:inline-flex;align-items:center;gap:7px}.membership-hero button svg{width:15px}.benefit-grid{max-width:680px;margin:17px auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.benefit-grid article{background:#fff;border:1px solid #dcecef;border-radius:15px;padding:20px;text-align:center}.benefit-grid article>span{width:39px;height:39px;display:grid;place-items:center;border-radius:11px;background:#e1f9fc;color:#08a8bd;margin:auto}.benefit-grid svg{width:18px}.benefit-grid h3{font-size:11px}.benefit-grid p{font-size:8px;line-height:1.6;color:#788e92}.membership-note{text-align:center;color:#899b9f;font-size:8px}.settings-group{margin-bottom:21px}.settings-group>h2{font-size:11px;color:#779095;margin:0 0 8px 8px}.memory-link,.setting-row{min-height:68px;display:flex;align-items:center;gap:12px;padding:13px 17px;background:#fff;border:1px solid #dcecef;border-bottom:0;color:#174e58;text-decoration:none}.settings-group>:nth-child(2){border-radius:14px 14px 0 0}.settings-group>:last-child{border-bottom:1px solid #dcecef;border-radius:0 0 14px 14px}.settings-group>:only-child{border-radius:14px}.memory-link>span,.setting-row>span{width:35px;height:35px;border-radius:10px;background:#e1f9fc;color:#08a5ba;display:grid;place-items:center}.memory-link svg,.setting-row svg{width:16px}.memory-link>div,.setting-row>div{display:flex;flex-direction:column;flex:1 1}.memory-link b,.setting-row b{font-size:11px}.memory-link small,.setting-row small{font-size:8px;color:#83979b;margin-top:3px}.toggle{width:40px;height:23px;border:0;border-radius:15px;background:#08c5d9;padding:3px}.toggle i{display:block;width:17px;height:17px;background:#fff;border-radius:50%;margin-left:auto}.toggle.off{background:#c8d6d8}.toggle.off i{margin-left:0}.detail-hero{display:grid;grid-template-columns:360px 1fr;grid-gap:42px;gap:42px;max-width:950px;margin:auto;align-items:center}.detail-visual{height:430px;border-radius:25px;display:grid;place-items:center;color:#fff;position:relative}.detail-visual>span{font:italic 100px Georgia}.detail-visual>i{position:absolute;top:18px;left:18px;background:#fff;color:#08a5b9;border-radius:16px;padding:6px 10px;font-size:8px;font-style:normal}.detail-copy h2{font-size:42px;margin:12px 0}.detail-copy>p{font-size:12px;line-height:2;color:#667f84}.tag-row{display:flex;gap:6px}.tag-row span{padding:6px 9px;border-radius:12px;background:#e3f9fc;color:#078fa4;font-size:8px}.detail-actions{display:flex;gap:8px;margin-top:27px}.detail-actions a{padding:12px 15px;border-radius:11px;background:#08c5d9;color:#fff;text-decoration:none;font-size:10px;font-weight:700;display:flex;align-items:center;gap:7px}.detail-actions a:last-child{background:#fff;color:#078fa4;border:1px solid #cce9ed}.detail-actions svg{width:15px}.detail-section{max-width:950px;margin:40px auto}.detail-section h2{font-size:16px}.schedule-row{display:flex;align-items:center;gap:12px;padding:17px;background:#fff;border:1px solid #dcecef;border-radius:13px;text-decoration:none;color:#174e58}.schedule-row>svg{color:#08a8bd}.schedule-row span{display:flex;flex-direction:column;flex:1 1}.schedule-row b{font-size:11px}.schedule-row small{font-size:8px;color:#82979b}.event-detail-cover,.store-detail-cover{height:320px;border-radius:24px;background:linear-gradient(135deg,#057c96,#08c5d9);color:#fff;display:grid;place-items:center;text-align:center;font:18px Georgia;letter-spacing:4px}.store-detail-cover b{font-size:40px}.store-info-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px;margin-top:18px}.store-info-grid section{background:#fff;border:1px solid #dcecef;border-radius:16px;padding:23px}.store-info-grid h2{font-size:14px}.store-info-grid p{display:flex;gap:8px;align-items:center;font-size:10px;color:#6d8589}.store-info-grid p svg{width:15px;color:#08a6bb}.store-info-grid p b{margin-left:auto}.event-detail-body section>button,.store-info-grid button{border:0;background:#08c5d9;color:#fff;padding:11px 14px;border-radius:10px;font-size:9px;font-weight:700;display:flex;align-items:center;gap:6px}.store-info-grid button svg{width:14px}.event-detail-body aside>a,.store-info-grid section>a{display:flex;align-items:center;gap:9px;text-decoration:none;color:#174e58;padding:9px 0;border-top:1px solid #edf3f4}.tiny-avatar{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;color:#fff;font:italic 14px Georgia}.store-info-grid section>a>div{display:flex;flex-direction:column;flex:1 1}.event-detail-body aside>a b,.store-info-grid section>a b{font-size:10px}.store-info-grid section>a small{font-size:8px;color:#82979b}.event-detail-body aside>a>svg,.store-info-grid section>a>svg{width:14px}.event-detail-cover{height:400px;display:flex;flex-direction:column;justify-content:center}.event-detail-cover small{font-size:9px}.event-detail-cover b{font-size:55px;margin:14px}.event-detail-cover span{font-size:12px}.event-detail-body{display:grid;grid-template-columns:1.5fr .7fr;grid-gap:18px;gap:18px;margin-top:18px}.event-detail-body>aside,.event-detail-body>section{background:#fff;border:1px solid #dcecef;border-radius:16px;padding:24px}.event-detail-body h2{font-size:22px}.event-detail-body>section>p{font-size:11px;color:#71878b;line-height:1.9}.event-facts{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin:22px 0}.event-facts>span{padding:13px;border-radius:11px;background:#f0fbfc;display:grid;grid-template-columns:20px 1fr}.event-facts svg{width:15px;color:#08a8bd;grid-row:1/3}.event-facts b{font-size:9px}.event-facts small{font-size:7px;color:#7d9296}.event-detail-body section>button svg{width:14px}.event-detail-body aside h3{font-size:13px}.event-detail-body aside>a b{flex:1 1}.bottom-nav{display:none}.mobile-sheet-backdrop{position:fixed;inset:0;background:#052f3b80;z-index:80}.mobile-sheet{position:absolute;right:0;top:0;bottom:0;width:min(360px,88vw);background:#fff;padding:17px}.mobile-sheet>div{height:53px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e1eff1;margin-bottom:12px}.mobile-sheet>div button{border:0;background:transparent;color:#52737a}.mobile-sheet>a{display:flex;align-items:center;gap:10px;padding:13px;color:#315e67;text-decoration:none;border-radius:10px;font-size:11px}.mobile-sheet>a:hover{background:#e9f9fb}.mobile-sheet>a svg{width:17px}.mobile-sheet>a svg:last-child{margin-left:auto}@media(max-width:900px){.landing-header nav,.portal-header nav{display:none}.portal-menu{display:grid}.landing-hero{grid-template-columns:1fr;padding-top:55px;text-align:center}.landing-copy>p{margin-left:auto;margin-right:auto}.landing-cta,.landing-trust{justify-content:center}.phone-stage{margin-top:10px}.feature-grid{grid-template-columns:repeat(2,1fr)}.discover-band{grid-template-columns:1fr}.cast-grid,.event-grid{grid-template-columns:repeat(2,1fr)}.split-layout{grid-template-columns:1fr}.map-mock{min-height:330px}.detail-hero{grid-template-columns:280px 1fr}.detail-visual{height:340px}.event-detail-body{grid-template-columns:1fr}.event-facts{grid-template-columns:1fr 1fr}}@media(max-width:600px){.landing-header,.portal-header{height:64px;padding:0 14px}.landing-header .landing-login{font-size:0;padding:0;width:38px;height:38px;justify-content:center}.landing-header .landing-login svg{width:17px}.landing-hero{min-height:auto;padding:55px 18px 75px}.landing-copy h1{font-size:39px;letter-spacing:-2px}.landing-copy>p{font-size:12px}.landing-cta{flex-direction:column}.landing-cta a{justify-content:center}.landing-trust{flex-wrap:wrap;gap:10px}.phone-stage{height:500px;transform:scale(.86);margin:-25px 0}.fc-one{left:-28px}.fc-two{right:-28px}.landing-section{padding:70px 16px}.section-heading h2{font-size:27px}.feature-grid{grid-template-columns:1fr 1fr;gap:9px}.feature-card{padding:18px;min-height:210px}.feature-card h3{font-size:14px}.discover-band{margin:15px 12px 65px;padding:30px 18px;gap:30px}.discover-band h2{font-size:28px}.landing-footer{flex-wrap:wrap;padding:25px 18px}.landing-footer>div{width:100%;margin-left:0}.portal-hero{min-height:165px;padding:32px 18px}.portal-hero h1{font-size:25px}.portal-hero p{font-size:10px;max-width:270px;line-height:1.7}.hero-orb{width:62px;height:62px}.hero-orb svg{width:24px}.portal-content{padding:22px 12px 90px}.portal-actions .portal-icon:nth-child(2){display:none}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:65px;background:#fff;border-top:1px solid #dbecef;display:grid;grid-template-columns:repeat(5,1fr);z-index:30;padding-bottom:env(safe-area-inset-bottom)}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#82979b;text-decoration:none;font-size:7px}.bottom-nav a.active{color:#08a7bc}.bottom-nav svg{width:18px}.filter-row label{min-width:200px}.cast-grid,.event-grid{grid-template-columns:1fr 1fr;gap:9px}.profile-art{height:180px}.profile-art>span{font-size:48px}.cast-card>div:last-child{padding:13px}.cast-card h2{font-size:17px}.event-cover{height:135px;padding:13px}.event-cover b{font-size:15px}.event-list-card>div{padding:13px}.event-list-card h2{font-size:13px}.store-card{grid-template-columns:70px 1fr auto}.store-art{height:72px}.map-mock{min-height:270px}.notice-item{grid-template-columns:39px 1fr;padding:14px}.notice-item>svg{display:none}.history-page>a{grid-template-columns:34px 1fr auto}.history-page>a>em{display:none}.benefit-grid{grid-template-columns:1fr}.membership-hero{padding:34px 20px}.detail-hero{grid-template-columns:1fr}.detail-visual{height:330px}.detail-copy h2{font-size:32px}.store-info-grid{grid-template-columns:1fr}.store-detail-cover{height:230px}.event-detail-cover{height:300px}.event-detail-cover b{font-size:39px}.event-facts{grid-template-columns:1fr}.landing-page+.bottom-nav{display:none}}