:root{
  --bg:#F7EFF8;--deep:#FFFFFF;--card:#FFFFFF;--secondary:#EED8EE;--title:#3A1548;--text:#4A2260;--muted:#6E4A7A;--soft:#967A9E;--rose:#C45BA8;--pink:#E07BB8;--purple:#7B4BB3;--gold:#C9A24A;--ink:#24102E;--border:rgba(123,75,179,.18);--shadow:0 14px 34px rgba(58,21,72,.08);--radius:20px;--max:1100px;--header-h:138px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}body.overlay-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button,input{font:inherit}button{cursor:pointer}.skip-link{position:fixed;left:12px;top:-60px;z-index:1000;background:#fff;color:var(--title);padding:8px 14px;border-radius:10px}.skip-link:focus{top:8px}.site-wrap,.header-wrap{width:min(calc(100% - 32px),var(--max));margin:0 auto}.site-header{position:fixed;z-index:80;inset:0 0 auto;background:var(--bg);box-shadow:0 4px 18px rgba(36,16,46,.05)}.circle-strip{height:22px;background:var(--ink);color:#F3D8F0;font-size:12px}.strip-inner{height:22px;display:flex;align-items:center;justify-content:space-between}.strip-brand{font-weight:700;letter-spacing:.06em}.strip-search{height:22px;min-width:52px;border:0;background:transparent;color:#F3D8F0;padding:0 4px}.brand-bar{height:72px;background:var(--bg)}.brand-inner{height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.round-control,.app-link{min-height:44px;display:inline-flex;align-items:center;justify-content:center}.round-control{justify-self:start;width:52px;height:52px;border:1px solid var(--border);border-radius:50%;background:#fff;color:var(--title);font-weight:700}.app-link{justify-self:end;padding:0 16px;border-radius:999px;background:#fff;border:1px solid var(--border);font-weight:700;color:var(--title)}.brand-lockup{display:flex;align-items:center;justify-content:center;gap:10px;min-height:44px}.brand-emblem{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--pink),var(--rose),var(--purple));color:#fff;font-weight:800}.brand-logo-img{max-height:36px;width:auto;max-width:190px}.brand-logo-text{font-size:25px;font-weight:900;color:var(--title);letter-spacing:.08em}.mouth-nav{height:44px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff}.mouth-inner{height:44px;display:flex;align-items:center;justify-content:center;gap:clamp(12px,3vw,42px)}.mouth-link{position:relative;min-height:44px;display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:14px;font-weight:700}.nav-dot{width:7px;height:7px;border-radius:50%;background:transparent}.mouth-link.is-current{color:var(--title)}.mouth-link.is-current .nav-dot{background:var(--rose)}.site-main{padding-top:calc(var(--header-h) + 32px);min-height:70vh}.page-shell{width:min(calc(100% - 32px),var(--max));margin:0 auto 72px}.page-hero{background:#fff;border:1px solid var(--border);border-radius:22px;padding:clamp(24px,5vw,54px);box-shadow:var(--shadow);margin-bottom:28px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--rose);font-weight:800;font-size:13px;letter-spacing:.08em}.eyebrow:before{content:"";width:18px;height:2px;background:var(--gold)}h1,h2,h3{color:var(--title);line-height:1.3;margin-top:0}h1{font-size:clamp(28px,4vw,32px);margin-bottom:14px}h2{font-size:clamp(21px,3vw,26px)}h3{font-size:18px}.lead{font-size:17px;color:var(--muted);max-width:780px;margin:0}.section-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:clamp(22px,4vw,38px);box-shadow:var(--shadow);margin:24px 0}.section-card p:last-child{margin-bottom:0}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.section-heading p{margin:0;color:var(--soft);font-size:14px}.grid-2,.grid-3,.grid-4,.grid-6{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-6{grid-template-columns:repeat(3,minmax(0,1fr))}.mini-card{background:var(--bg);border:1px solid var(--border);border-radius:18px;padding:20px}.mini-card strong,.mini-card h3{display:block;color:var(--title);margin-bottom:8px}.mini-card p{margin:0 0 14px}.text-link{display:inline-flex;align-items:center;min-height:44px;color:var(--purple);font-weight:800}.text-link:after{content:"→";margin-left:7px}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:999px;font-weight:800}.primary-button{color:#fff;background:linear-gradient(135deg,#E07BB8 0%,#C45BA8 50%,#7B4BB3 100%)}.secondary-button{background:#fff;color:var(--title);border:1px solid var(--border)}.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.media-slot{background:linear-gradient(145deg,#F3E4F3,#fff);border:1px solid var(--border);border-radius:20px;overflow:hidden;min-height:220px;display:grid;place-items:center}.media-slot img{width:100%;height:100%;object-fit:cover}.media-slot.circle-media{width:min(320px,78vw);aspect-ratio:1;margin:0 auto;border-radius:50%;min-height:0}.hero-home{text-align:center}.hero-home .lead{margin-left:auto;margin-right:auto}.home-title-small{font-weight:800;color:var(--rose);margin:18px 0 4px}.home-statement{font-size:clamp(24px,4vw,31px);color:var(--title);font-weight:900;margin:0 0 14px}.orbit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.orbit-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px;position:relative}.orbit-card:before{content:"";position:absolute;top:16px;right:16px;width:10px;height:10px;border-radius:50%;border:2px solid var(--rose)}.orbit-card:nth-child(3n+2):before{border-color:var(--purple)}.orbit-card:nth-child(3n):before{border-color:var(--gold)}.number-list{display:grid;gap:12px;counter-reset:item}.number-item{display:grid;grid-template-columns:58px 1fr;gap:14px;align-items:start;padding:16px;border-radius:16px;background:var(--bg);border:1px solid var(--border)}.number-item .num{font-size:28px;line-height:1;color:var(--rose);font-weight:900}.directory-list{display:grid;gap:12px}.directory-row{display:grid;grid-template-columns:130px 1fr auto;gap:18px;align-items:center;background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:17px 18px}.directory-row strong{color:var(--title)}.directory-row a{min-height:44px;display:flex;align-items:center;color:var(--purple);font-weight:800}.index-tags{display:flex;flex-wrap:wrap;gap:10px}.index-tag{padding:8px 12px;border-radius:999px;background:var(--secondary);color:var(--title);font-weight:700}.portrait-intro{display:grid;grid-template-columns:minmax(220px,360px) 1fr;gap:30px;align-items:center}.portrait-intro .media-slot{border-radius:50%;aspect-ratio:1;min-height:0}.timeline{position:relative;display:grid;gap:18px}.timeline:before{content:"";position:absolute;left:19px;top:18px;bottom:18px;width:2px;background:var(--secondary)}.timeline-item{position:relative;padding-left:58px}.timeline-dot{position:absolute;left:8px;top:7px;width:23px;height:23px;border-radius:50%;background:#fff;border:6px solid var(--rose);box-shadow:0 0 0 4px var(--bg)}.timeline-box{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:18px}.status{display:inline-flex;padding:5px 10px;border-radius:999px;background:#fff;border:1px solid var(--border);color:var(--purple);font-size:13px;font-weight:800}.steps{counter-reset:steps;display:grid;gap:15px}.step{counter-increment:steps;display:grid;grid-template-columns:48px 1fr;gap:16px;padding:18px;background:var(--bg);border:1px solid var(--border);border-radius:16px}.step:before{content:counter(steps,decimal-leading-zero);width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-weight:900}.editor-note{border-left:4px solid var(--gold);padding:14px 18px;background:#fffaf0;border-radius:0 14px 14px 0;color:var(--muted)}.legal-section{padding:20px 0;border-bottom:1px solid var(--border)}.legal-section:last-child{border-bottom:0}.legal-section h2{margin-bottom:10px}.faq-list{display:grid;gap:14px}.faq-item{background:#fff;border:1px solid var(--border);border-radius:18px;padding:22px}.faq-item h2{font-size:19px;margin-bottom:10px}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.contact-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:24px}.contact-card p{margin-bottom:12px}.notice{background:var(--secondary);border-radius:16px;padding:16px 18px;color:var(--title)}.site-footer{background:var(--ink);color:#F3D8F0;padding:48px 0 calc(30px + env(safe-area-inset-bottom));margin-top:48px}.footer-top{display:grid;grid-template-columns:1.2fr 2fr;gap:48px}.footer-brand strong{display:block;color:#fff;font-size:24px}.footer-brand>span{display:block;color:#DDB6D8;font-size:13px;letter-spacing:.12em}.footer-brand p{max-width:360px;color:#D9BDD8}.footer-logo{display:inline-block;margin-bottom:12px}.footer-logo img{max-height:34px;width:auto;filter:brightness(0) invert(1)}.footer-logo-fallback{font-size:22px;font-weight:900;color:#fff}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.footer-links h2{font-size:15px;color:#fff;margin-bottom:10px}.footer-links a{display:block;min-height:34px;color:#DDBEDB;font-size:14px}.footer-note{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:22px;display:flex;justify-content:space-between;gap:30px;font-size:13px;color:#CDAFCC}.footer-note p{margin:0;max-width:680px}.page-overlay{position:fixed;inset:0;z-index:90;background:rgba(36,16,46,.48);opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.page-overlay.is-active{opacity:1;visibility:visible;pointer-events:auto}.circle-panel,.search-layer{position:fixed;z-index:100;visibility:hidden;pointer-events:none;opacity:0;transition:.22s}.circle-panel.is-open,.search-layer.is-open{visibility:visible;pointer-events:auto;opacity:1}.circle-panel{top:110px;left:50%;transform:translate(-50%,-18px);width:min(94%,720px)}.circle-panel.is-open{transform:translate(-50%,0)}.panel-card{max-height:calc(100vh - 132px);overflow:auto;background:var(--bg);border-radius:28px;border:1px solid var(--border);box-shadow:0 28px 70px rgba(36,16,46,.24);padding:20px}.panel-head,.search-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.panel-brand{display:flex;align-items:center;gap:10px}.panel-brand img{max-height:30px;width:auto}.panel-brand strong{display:block;color:var(--title)}.panel-brand span{display:block;color:var(--soft);font-size:11px;letter-spacing:.1em}.close-button{min-height:44px;padding:0 14px;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--title);font-weight:800}.panel-groups{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:16px}.panel-groups section{background:#fff;border-radius:20px;padding:16px;border:1px solid var(--border)}.panel-groups h2{font-size:15px;margin-bottom:8px;color:var(--rose)}.panel-groups a{display:block;padding:10px 0;border-bottom:1px solid var(--border)}.panel-groups a:last-child{border-bottom:0}.panel-groups strong{display:block;color:var(--title);font-size:14px}.panel-groups span{display:block;color:var(--muted);font-size:12px;line-height:1.6}.search-layer{top:104px;left:50%;width:min(94%,720px);transform:translate(-50%,-12px)}.search-layer.is-open{transform:translate(-50%,0)}.search-card{background:var(--bg);border-radius:22px;border:1px solid var(--border);box-shadow:0 28px 70px rgba(36,16,46,.2);padding:22px}.search-card label{display:block;margin:18px 0 8px;color:var(--title);font-weight:800}.search-card input{width:100%;min-height:48px;border:1px solid var(--border);background:#fff;color:var(--title);border-radius:14px;padding:0 14px;outline:none}.search-card input:focus{border-color:var(--purple);box-shadow:0 0 0 3px rgba(123,75,179,.12)}.search-presets{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.search-presets a{display:inline-flex;align-items:center;min-height:44px;padding:0 14px;border-radius:999px;background:#fff;border:1px solid var(--border);font-weight:800;color:var(--purple)}.search-hint{font-size:12px;color:var(--soft);margin:14px 0 0}.mobile-bottom-nav{display:none}.primary-button:hover,.secondary-button:hover,.text-link:hover,.mouth-link:hover,.footer-links a:hover,.panel-groups a:hover{filter:brightness(.96)}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid rgba(196,91,168,.35);outline-offset:3px}
@media (max-width:820px){:root{--header-h:94px}.mouth-nav{display:none}.site-main{padding-top:calc(var(--header-h) + 24px)}.brand-bar,.brand-inner{height:72px}.brand-inner{grid-template-columns:72px minmax(0,1fr) 82px}.round-control{width:48px;height:48px}.app-link{padding:0 10px;font-size:13px}.brand-lockup{gap:6px;min-width:0}.brand-emblem{width:30px;height:30px;flex:0 0 30px}.brand-logo-img{max-height:30px;max-width:140px}.brand-logo-text{font-size:21px}.grid-3,.grid-4,.grid-6{grid-template-columns:repeat(2,minmax(0,1fr))}.portrait-intro{grid-template-columns:1fr}.portrait-intro .media-slot{width:min(320px,82vw);margin:0 auto}.orbit-grid{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(2,1fr)}.footer-note{flex-direction:column}.site-footer{padding-bottom:calc(80px + env(safe-area-inset-bottom))}.mobile-bottom-nav{position:fixed;z-index:70;left:0;right:0;bottom:0;height:calc(50px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border-top:1px solid var(--border);box-shadow:0 -8px 26px rgba(58,21,72,.08)}.mobile-bottom-nav a{display:grid;place-items:center;min-height:50px;font-size:12px;color:var(--muted);font-weight:800}.mobile-bottom-nav a.is-current{color:var(--rose)}.circle-panel{top:82px}.panel-card{max-height:calc(100vh - 100px)}.search-layer{inset:0;width:100%;transform:none;background:var(--bg)}.search-layer.is-open{transform:none}.search-card{height:100%;border-radius:0;border:0;box-shadow:none;padding:calc(28px + env(safe-area-inset-top)) 18px 84px;overflow:auto}.page-overlay{z-index:90}.mobile-bottom-nav{z-index:70}.circle-panel,.search-layer{z-index:100}}
@media (max-width:600px){.site-wrap,.header-wrap,.page-shell{width:calc(100% - 32px)}.grid-2,.grid-3,.grid-4,.grid-6,.orbit-grid,.contact-grid{grid-template-columns:1fr}.page-hero,.section-card{padding:22px}.directory-row{grid-template-columns:1fr;gap:5px}.directory-row a{justify-content:flex-start}.number-item{grid-template-columns:46px 1fr}.footer-links{grid-template-columns:repeat(2,1fr);gap:18px}.panel-groups{grid-template-columns:1fr}.circle-panel{width:94%}.panel-card{padding:14px;border-radius:22px}.panel-groups section{padding:14px}.home-statement{font-size:25px}.section-heading{align-items:flex-start;flex-direction:column;gap:4px}}

.center-buttons{justify-content:center}.spaced-media-lg{margin-bottom:18px}.spaced-media-md{margin-bottom:14px}.app-icon{display:block;object-fit:cover}.app-icon-home{width:72px;height:72px;border-radius:18px;margin:0 auto}.app-icon-page{width:76px;height:76px;border-radius:20px;margin:16px auto 0}.mt-18{margin-top:18px}
