:root{--color-brand: #0f5c45;--color-brand-dark: #093f31;--color-brand-soft: #e7f3ed;--color-page: #f7f5ef;--color-surface: #ffffff;--color-surface-soft: rgba(255, 252, 244, .78);--color-text: #17211d;--color-muted: #66736c;--color-border: #dde4df;--color-accent: #b07a14;--shadow-soft: 0 24px 80px rgba(20, 40, 31, .1);--radius-card: 24px;--radius-panel: 34px;--radius-button: 999px;font-family:Avenir Next,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:var(--color-text);background:var(--color-page);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 12% 8%,rgba(238,179,69,.26),transparent 26rem),radial-gradient(circle at 88% 0%,rgba(15,92,69,.16),transparent 24rem),var(--color-page)}a{color:inherit;text-decoration:none}button,a{transition:background-color .16s ease,color .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}a:focus-visible,button:focus-visible{outline:3px solid rgba(15,92,69,.18);outline-offset:3px}.site-shell{width:min(1220px,calc(100% - 32px));margin:0 auto}.website-main{padding-bottom:36px}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 18px;border:1px solid rgba(15,92,69,.1);border-top:0;border-radius:0 0 24px 24px;background:var(--color-page);box-shadow:0 16px 42px #14281f14}.brand,.nav-links{display:flex;align-items:center;gap:18px}.brand{font-weight:800;letter-spacing:-.03em}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;color:#f8f3e8;background:var(--color-brand-dark);box-shadow:0 12px 32px #093f313d}.nav-links{flex-wrap:wrap;justify-content:flex-end;color:var(--color-muted);font-size:14px}.nav-link,.nav-console-switch{display:inline-flex;align-items:center;min-height:34px;padding:0 10px;border-radius:999px}.nav-switch-group{display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid rgba(15,92,69,.14);border-radius:999px;background:#ffffffc7;box-shadow:inset 0 1px #ffffffad}.nav-links a:hover{color:var(--color-brand)}.nav-link.is-active{color:var(--color-brand-dark);background:var(--color-brand-soft);box-shadow:inset 0 0 0 1px #0f5c451f}.nav-console-switch{color:var(--color-brand);background:#e7f3ede6;font-weight:700}.nav-console-switch:hover{color:#f8f3e8;background:var(--color-brand)}.nav-console-switch-secondary{color:#7a5816;background:#fff4dbeb}.nav-console-switch-secondary:hover{color:#17211d;background:#f4c56c}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:inline-flex;align-items:center;gap:6px}.nav-dropdown-trigger:after{content:"";width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px)}.nav-dropdown-menu{position:absolute;top:calc(100% + 14px);left:-18px;width:292px;display:grid;gap:8px;padding:12px;border:1px solid rgba(15,92,69,.14);border-radius:20px;background:#fffcf4f5;box-shadow:0 24px 70px #14281f29;opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .16s ease,transform .16s ease}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-dropdown-menu a{display:grid;gap:4px;padding:12px;border-radius:14px}.nav-dropdown-menu a:hover{background:var(--color-brand-soft)}.nav-dropdown-menu strong{color:var(--color-text)}.nav-dropdown-menu span{color:var(--color-muted);font-size:12px;line-height:1.5}.nav-cta,.primary,.secondary{border-radius:var(--radius-button);font-weight:700}.nav-cta{padding:12px 18px;color:#f8f3e8;background:var(--color-brand)}.hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:30px;align-items:stretch;padding:62px 0 44px}.hero-copy,.legal-card,.problem-card,.entry-card,.feature-card,.faq-item,.live-card,.final-cta{border:1px solid rgba(15,92,69,.12);background:var(--color-surface-soft);box-shadow:var(--shadow-soft)}.hero-copy{padding:clamp(32px,4vw,58px);border-radius:var(--radius-panel)}.eyebrow,.section-title p{margin:0 0 14px;color:var(--color-accent);font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}h1{margin:0;font-size:clamp(40px,7vw,64px);line-height:1.02;letter-spacing:-.06em}h2{margin:0;font-size:clamp(30px,4.6vw,42px);line-height:1.08;letter-spacing:-.05em}h3{margin:0 0 10px;font-size:22px;line-height:1.16;letter-spacing:-.04em}.hero-text,.hero-trust,.problem-card p,.entry-card p,.feature-card p,.final-cta p,.status-card p,.faq-panel p,.legal-card p,.live-card span{color:var(--color-muted);line-height:1.8}.hero-text{max-width:700px;margin:22px 0 0;font-size:18px}.hero-actions,.final-cta-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.hero-trust{margin:18px 0 0;font-size:14px}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px}.primary{color:#f8f3e8;background:var(--color-brand)}.primary:hover{transform:translateY(-1px);background:var(--color-brand-dark)}.secondary{color:var(--color-brand);border:1px solid rgba(15,92,69,.22);background:#ffffff80}.secondary:hover{background:var(--color-brand-soft)}.compact{white-space:nowrap}.status-card{display:flex;flex-direction:column;justify-content:space-between;gap:16px;min-height:0;padding:32px;border-radius:var(--radius-panel);color:#f8f3e8;background:linear-gradient(145deg,#0f5c45f0,#093f31fa),repeating-linear-gradient(45deg,rgba(255,255,255,.06) 0 1px,transparent 1px 12px);box-shadow:0 24px 80px #093f313d}.status-card-copy{display:grid;gap:16px}.status-card-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.status-card-steps span{min-height:44px;display:flex;align-items:center;justify-content:center;padding:8px 10px;border:1px solid rgba(248,243,232,.16);border-radius:16px;color:#f8f3e8c7;background:#ffffff0f;font-size:12px;font-weight:800;text-align:center}.status-card strong{font-size:30px;line-height:1.18;letter-spacing:-.04em}.status-card p{margin:0;color:#f8f3e8b8}.status-pill{width:fit-content;padding:8px 12px;border:1px solid rgba(248,243,232,.22);border-radius:999px;color:#f4c874;font-size:12px;font-weight:800}.status-list{display:grid;gap:12px;padding:0;margin:0;list-style:none}.status-list li{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:10px;border-bottom:1px solid rgba(248,243,232,.12)}.status-list span{color:#f8f3e8bd;font-size:14px}.status-list b{font-size:15px}.section{padding:56px 0}.domain-check-section{padding-top:22px}.home-domain-check{padding-bottom:18px}.domain-check-card{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);gap:24px;align-items:center;padding:clamp(26px,4vw,40px);border:1px solid rgba(15,92,69,.14);border-radius:var(--radius-panel);background:linear-gradient(135deg,#fffcf4eb,#e9f6eed1),var(--color-surface-soft);box-shadow:var(--shadow-soft)}.domain-check-copy p:not(.eyebrow){max-width:560px;margin:18px 0 0;color:var(--color-muted);line-height:1.8}.domain-check-form{display:grid;gap:12px;padding:22px;border:1px solid rgba(15,92,69,.12);border-radius:24px;background:#ffffffa8}.domain-check-form label{color:var(--color-text);font-weight:800}.domain-check-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.domain-check-input-row input{min-height:50px;width:100%;padding:0 16px;border:1px solid var(--color-border);border-radius:16px;color:var(--color-text);background:#ffffffdb;font:inherit}.domain-check-input-row input:focus{border-color:#0f5c4580;box-shadow:0 0 0 4px #0f5c4514;outline:none}.domain-check-error{margin:0;color:#b42318;font-weight:700}.domain-check-result{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr) auto;gap:16px;align-items:center;padding:18px;border:1px solid rgba(15,92,69,.16);border-radius:24px;background:#ffffffb8}.domain-check-result-main{display:flex;gap:14px;align-items:flex-start}.domain-check-result-main strong{display:block;margin-bottom:6px;font-size:18px}.domain-check-result-main p{margin:0;color:var(--color-muted);line-height:1.6}.domain-check-ok-icon{display:grid;place-items:center;width:38px;height:38px;flex:0 0 auto;border-radius:14px;color:#f8f3e8;background:var(--color-brand);font-weight:900}.domain-check-next{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:0;list-style:none}.domain-check-next li{padding:8px 12px;border-radius:999px;color:var(--color-brand);background:var(--color-brand-soft);font-size:13px;font-weight:800}.section-title{max-width:760px;margin-bottom:24px}.problem-grid,.entry-grid,.feature-grid,.live-list{display:grid;gap:16px}.problem-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.entry-grid,.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.problem-card,.entry-card,.feature-card,.live-card{padding:24px;border-radius:var(--radius-card)}.problem-card a,.entry-card a{color:var(--color-brand);font-weight:700}.entry-card .primary{margin-top:18px;color:#f8f3e8}.flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:0;margin:0;list-style:none}.flow li{min-height:138px;padding:20px;border-radius:24px;color:#f8f3e8;background:var(--color-brand-dark)}.flow span{display:block;margin-bottom:28px;color:#f4c874;font-weight:800}.faq-list{display:grid;gap:12px}.faq-item{border-radius:var(--radius-card);overflow:hidden}.faq-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;border:0;background:transparent;color:var(--color-text);font:inherit;font-weight:700;text-align:left;cursor:pointer}.faq-panel{padding:0 22px 20px}.faq-panel p{margin:0}.live-feed-section{padding:34px 0 24px}.home-live-feed{padding-top:22px;padding-bottom:18px}.live-feed-card{display:grid;gap:22px;padding:clamp(24px,3vw,32px);border:1px solid rgba(15,92,69,.12);border-radius:20px;background:radial-gradient(circle at 8% 0%,rgba(238,179,69,.12),transparent 22rem),radial-gradient(circle at 100% 6%,rgba(15,92,69,.12),transparent 26rem),linear-gradient(135deg,#fffcf4eb,#f7fbf8f0 58%,#e7f3edd1);box-shadow:var(--shadow-soft)}.live-feed-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.live-feed-title-wrap{display:grid;gap:8px}.live-feed-title-line,.live-feed-statusbar,.live-feed-health,.live-feed-location-heading,.live-feed-location,.live-feed-notes p{display:flex;align-items:center}.live-feed-title-line{gap:12px}.live-feed-flash{width:26px;height:26px;color:var(--color-brand);fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:2.2}.live-feed-title-line h2{margin:0;font-size:clamp(22px,2.4vw,26px);line-height:1.2;letter-spacing:-.04em}.live-feed-title-line h2 span{color:var(--color-brand);font-size:.7em;letter-spacing:0}.live-feed-title-wrap p{margin:0;color:var(--color-muted);font-size:15px;line-height:1.7}.live-feed-statusbar{flex-wrap:wrap;justify-content:flex-end;gap:12px;color:#405049;font-size:14px}.live-feed-health{gap:8px;padding:8px 14px;border-radius:999px;color:var(--color-brand);background:var(--color-brand-soft);font-weight:700;white-space:nowrap}.live-feed-pulse{width:10px;height:10px;border-radius:999px;background:#1f9d55;box-shadow:0 0 #1f9d5557;animation:live-pulse 1.8s ease-in-out infinite}.live-feed-updated{white-space:nowrap}.live-feed-refresh{display:grid;place-items:center;width:36px;height:36px;border:1px solid transparent;border-radius:999px;background:transparent;color:#24352e;cursor:pointer}.live-feed-refresh:hover{border-color:#0f5c452e;background:var(--color-brand-soft);color:var(--color-brand)}.live-feed-refresh svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.live-feed-refresh.is-refreshing svg{animation:live-refresh .7s linear}.live-feed-grid{display:grid;grid-template-columns:minmax(260px,1.35fr) minmax(150px,.82fr) minmax(150px,.86fr) minmax(160px,.8fr) minmax(84px,.46fr);gap:16px;align-items:center}.live-feed-headings{padding:0 18px;color:var(--color-muted);font-size:14px;font-weight:600}.live-feed-headings span:last-child{justify-self:center}.live-feed-location-heading{gap:6px}.live-feed-list{display:grid;gap:8px}.live-feed-row{position:relative;min-height:68px;padding:14px 18px;border:1px solid rgba(15,92,69,.1);border-radius:14px;background:#ffffffc7;box-shadow:0 12px 28px #14281f09}.live-feed-row:hover{border-color:#0f5c4552;background:#ffffffeb;transform:translateY(-1px)}.live-feed-event{display:flex;align-items:center;gap:14px;min-width:0}.live-feed-event strong,.live-feed-resource,.live-feed-location,.live-feed-time{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-feed-event strong{font-size:16px;line-height:1.35}.live-feed-icon{display:grid;place-items:center;flex:0 0 auto;width:36px;height:36px;border-radius:12px;color:var(--color-brand);background:var(--color-brand-soft)}.live-feed-icon.is-cdn,.live-feed-icon.is-cache{color:#0f5c45;background:linear-gradient(135deg,#e7f3ed,#f7fbf8)}.live-feed-icon.is-domain{color:#0f5c45;background:#e4f4eb}.live-feed-icon.is-renewal{color:#0f5c45;background:#edf7e7}.live-feed-icon.is-origin{color:var(--color-accent);background:#fff7df}.live-feed-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.live-feed-resource,.live-feed-location,.live-feed-time{color:#46534d;font-size:15px;font-variant-numeric:tabular-nums}.live-feed-location{width:fit-content;max-width:100%;gap:7px;padding:7px 11px;border:1px solid rgba(15,92,69,.12);border-radius:999px;background:linear-gradient(135deg,#f7fbf8,#fffdf7)}.live-feed-country-icon{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:999px;background:#fff;font-size:15px;box-shadow:inset 0 0 0 1px #66736c1f}.live-feed-status{justify-self:center;min-width:74px;padding:8px 14px;border-radius:999px;font-size:14px;font-weight:700;text-align:center;white-space:nowrap}.live-feed-status.is-success{color:#16823e;background:#eaf7ef}.live-feed-status.is-info{color:var(--color-brand);background:var(--color-brand-soft)}.live-feed-status.is-warning{color:var(--color-accent);background:#fff7df}.live-feed-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:18px 0;border:1px solid rgba(15,92,69,.1);border-radius:16px;background:#ffffffb8;box-shadow:inset 0 1px #ffffffad;overflow:hidden}.live-feed-metric{display:flex;align-items:center;gap:14px;min-width:0;padding:0 24px;border-right:1px solid #e6ebe8}.live-feed-metric:last-child{border-right:0}.live-feed-metric-icon{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;border-radius:15px;color:var(--color-brand);background:var(--color-brand-soft)}.live-feed-metric-icon.is-info{color:var(--color-brand);background:#edf7e7}.live-feed-metric-icon.is-brand{color:var(--color-brand);background:#e7f3ed}.live-feed-metric-icon.is-warning{color:var(--color-accent);background:#fff7df}.live-feed-metric-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.live-feed-metric div{display:grid;gap:4px;min-width:0}.live-feed-metric span{color:#5f6d66;font-size:14px;font-weight:700}.live-feed-metric strong{color:#17221d;font-size:clamp(22px,2.4vw,28px);line-height:1;letter-spacing:-.04em;white-space:nowrap}.live-feed-metric small{color:#46534d;font-size:.58em;letter-spacing:0}.live-feed-metric em{color:var(--color-brand);font-size:13px;font-style:normal;white-space:nowrap}.live-feed-notes{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:2px;color:#7a8680;font-size:13px;line-height:1.6}.live-feed-notes p{gap:8px;margin:0}@keyframes live-pulse{0%,to{box-shadow:0 0 #1f9d554d}50%{box-shadow:0 0 0 7px #1f9d5500}}@keyframes live-refresh{to{transform:rotate(360deg)}}.final-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:18px;padding:32px;border-radius:var(--radius-panel)}.final-cta-copy{max-width:720px}.footer{display:grid;grid-template-columns:minmax(220px,1.4fr) repeat(4,minmax(140px,1fr));gap:28px;padding:34px 0 42px;color:var(--color-muted);font-size:14px}.footer-brand,.footer-section{display:grid;align-content:start;gap:10px}.footer-brand strong{color:var(--color-text);font-size:24px;letter-spacing:-.04em}.footer-section-title{margin:0 0 4px;color:var(--color-text);font-size:14px;letter-spacing:0}.footer-section a:hover{color:var(--color-brand)}.release-badge{color:#8a6b3f;font-weight:700}.legal-page{padding:28px 0 72px}.legal-card{padding:clamp(28px,5vw,56px);border-radius:var(--radius-panel)}.legal-card h1{margin-bottom:14px;font-size:clamp(42px,7vw,74px)}.legal-card h2{margin-top:34px;font-size:clamp(22px,3vw,30px);letter-spacing:-.04em}.legal-card p{line-height:1.85}.legal-updated{margin:0 0 28px;color:#8a6b3f;font-weight:700}.login-card{display:grid;gap:18px;justify-items:start}@media(max-width:1024px){.hero,.domain-check-card,.entry-grid,.final-cta{grid-template-columns:1fr}.live-feed-header,.live-feed-notes{align-items:flex-start;flex-direction:column}.live-feed-statusbar{justify-content:flex-start}.live-feed-grid{grid-template-columns:1.2fr .9fr .9fr .5fr .5fr;gap:12px}.live-feed-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.live-feed-metric{min-height:86px;border-right:0;border-bottom:1px solid #e6ebe8}.live-feed-metric:nth-last-child(-n+1){border-bottom:0}.final-cta{align-items:flex-start}.problem-grid,.feature-grid,.footer{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.topbar,.nav-links{align-items:flex-start;flex-direction:column}.nav-switch-group{flex-wrap:wrap;border-radius:18px}.nav-dropdown-menu{position:static;width:100%;margin-top:10px;opacity:1;pointer-events:auto;transform:none}.hero-copy,.domain-check-card,.status-card,.final-cta,.legal-card{padding:28px}.flow{grid-template-columns:1fr}}@media(max-width:640px){.site-shell{width:min(100% - 24px,1220px)}.section{padding:44px 0}.problem-grid,.feature-grid,.status-card-steps{grid-template-columns:1fr}.live-feed-section{padding:24px 0 16px}.live-feed-card{padding:20px;gap:18px}.live-feed-headings{display:none}.live-feed-row{grid-template-columns:1fr auto;gap:10px 14px;align-items:start}.live-feed-event{grid-column:1 / -1;padding-right:76px;position:relative}.live-feed-status{position:absolute;top:14px;right:14px}.live-feed-resource{grid-column:1 / -1;padding-left:50px}.live-feed-location{grid-column:1 / 2;margin-left:50px}.live-feed-time{justify-self:end}.live-feed-notes{gap:10px}.live-feed-metrics{grid-template-columns:1fr}.live-feed-metric{min-height:auto;padding:16px 18px}.live-feed-metric:not(:last-child){border-bottom:1px solid #e6ebe8}.hero-actions,.final-cta-actions{flex-direction:column}.domain-check-input-row,.domain-check-result{grid-template-columns:1fr}.primary,.secondary,.nav-cta,.nav-switch-group{width:100%}.nav-switch-group{justify-content:stretch}.nav-console-switch{flex:1;justify-content:center}.footer{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
