.nav-links a.is-active{color:var(--ink)}.mobile-menu-btn{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;border:1px solid var(--line);border-radius:999px;background:#ffffffb8;cursor:pointer}.mobile-menu-btn span{display:block;width:18px;height:2px;margin:0 auto;background:var(--ink);transition:transform .2s ease,opacity .2s ease}.mobile-menu-btn.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-btn.is-open span:nth-child(2){opacity:0}.mobile-menu-btn.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 940px){.mobile-menu-btn{display:inline-flex}.site-header .nav-links{display:none;position:absolute;top:calc(100% + 10px);left:0;right:0;flex-direction:column;align-items:stretch;gap:0;padding:10px;border:1px solid var(--line);border-radius:24px;background:#fffdf8f5;box-shadow:var(--shadow)}.site-header .nav-links.is-open{display:flex}.site-header .nav-links a{padding:12px 14px;border-radius:14px}.site-header .nav-links a:hover{background:#ff981614}}@media (max-width: 640px){.site-header .nav-cta{display:none}}.site-footer{margin-top:24px;padding:56px 24px 28px;background:linear-gradient(180deg,#fff7eb,#fffdf8);border-top:1px solid var(--line);color:var(--ink)}.site-footer-inner{max-width:1180px;margin:0 auto}.site-footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,minmax(0,1fr));gap:32px;margin-bottom:36px}.site-footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:14px;font-size:18px;font-weight:780}.site-footer-logo img{width:42px;height:42px;border-radius:50%}.site-footer-brand p,.site-footer ul a{color:var(--muted);font-size:15px;line-height:1.7}.site-footer h3{margin:0 0 14px;font-size:15px;font-weight:760}.site-footer ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.site-footer ul a:hover{color:var(--ink)}.site-footer-bottom{display:flex;flex-wrap:wrap;gap:12px 20px;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid var(--line);color:var(--muted);font-size:13px}.site-footer-beian{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.site-footer-beian a{color:var(--muted)}.site-footer-beian a:hover{color:var(--ink)}.site-footer-mps{display:inline-flex;align-items:center;gap:6px}@media (max-width: 900px){.site-footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.site-footer-grid{grid-template-columns:1fr}}.landing-home{position:relative}.carousel-dots button.is-active{background:var(--ink);opacity:1}.app-download-cta{display:flex;justify-content:center;margin-top:36px}.download-page{min-height:calc(100vh - 120px);display:flex;align-items:flex-start;justify-content:center;padding:24px 16px 48px;background:transparent}.download-card{width:100%;max-width:480px;background:#fffdf8f2;border:1px solid var(--line, rgba(22, 19, 15, .1));border-radius:28px;box-shadow:0 24px 70px #5d36111f;padding:32px 24px 28px;text-align:center}.download-logo-wrap{width:96px;height:96px;border-radius:28px;margin:0 auto 16px;background:linear-gradient(135deg,#ff9816,#e87500);display:flex;align-items:center;justify-content:center;padding:3px}.download-logo{width:100%;height:100%;border-radius:24px;background:#fffdf8;object-fit:cover}.download-title{font-size:24px;font-weight:760;margin-bottom:4px;color:var(--ink, #16130f)}.download-subtitle{font-size:14px;color:var(--muted, #776f66);margin-bottom:8px}.download-browser-hint{font-size:13px;color:#92400e;background:#fff7eb;border:1px solid rgba(255,152,22,.35);border-radius:12px;padding:10px 12px;margin:0 0 20px;line-height:1.45}.download-loading{font-size:13px;color:var(--muted, #776f66);margin:-12px 0 16px}.download-fetch-error{font-size:13px;color:#b91c1c;margin:-12px 0 16px}.download-list{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.download-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:18px;border:1px solid var(--line, rgba(22, 19, 15, .1));background:#fff;text-align:left;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;font:inherit;color:inherit;width:100%}a.download-item{text-decoration:none}.download-item:hover{transform:translateY(-1px);box-shadow:0 10px 28px #5d36111a}.download-item-disabled{opacity:.65;cursor:default}.download-item-disabled:hover{transform:none;box-shadow:none}.download-item-main{display:flex;flex-direction:column;gap:2px;min-width:0}.download-item-name{font-weight:700;color:var(--ink, #16130f)}.download-item-version{font-weight:600;color:var(--orange-deep, #e87500);margin-left:4px}.download-item-desc{font-size:12px;color:var(--muted, #776f66)}.download-item-badge{flex-shrink:0;padding:6px 12px;border-radius:999px;background:var(--ink, #16130f);color:#fff;font-size:12px;font-weight:700}.download-item-badge-muted{background:#e7e2da;color:#5b534a}.download-item-ios .download-item-badge{background:#16130f}.download-item-android .download-item-badge{background:#3d8b40}.download-item-harmony .download-item-badge{background:#e87500}.download-tip{font-size:12px;color:var(--muted, #776f66);margin-top:8px}.policy-page{background:radial-gradient(circle at 80% 0%,rgba(255,152,22,.12),transparent 36%),linear-gradient(180deg,#fffdf8,#fff7eb 40%,#fffdf8);padding:110px 0 48px}.policy-card{background:#fffdf8f5;border:1px solid rgba(22,19,15,.1);border-radius:28px;box-shadow:0 18px 50px #5d361114;padding:28px}.policy-title{font-size:28px;line-height:1.3;margin-bottom:20px;color:#16130f}.policy-content{margin:0;font-family:inherit;font-size:15px;line-height:1.9;color:#4a433c;white-space:pre-wrap;word-break:break-word}.policy-rich-content{font-size:15px;line-height:1.9;color:#4a433c}.policy-h2{margin:18px 0 8px;font-size:18px;line-height:1.6;color:#16130f}.policy-h3{margin:14px 0 6px;font-size:16px;line-height:1.7;color:#2a241e}.policy-ua-notice{margin:12px 0 6px;font-size:18px;line-height:1.6;color:#16130f;font-weight:700}.policy-ua-level2{margin:4px 0;padding-left:1.2em;text-indent:-1.2em;font-weight:600;color:#2a241e;white-space:pre-wrap;word-break:break-word}.policy-ua-level3{margin:2px 0;padding-left:2.2em;text-indent:-1.2em;color:#4a433c;white-space:pre-wrap;word-break:break-word}.policy-p,.policy-li{margin:0 0 4px;white-space:pre-wrap;word-break:break-word}.policy-spacer{height:8px}.policy-hr{border:none;border-top:1px solid rgba(22,19,15,.1);margin:20px 0}.policy-ar-indent{margin:0 0 4px;padding-left:1.5em;white-space:pre-wrap;word-break:break-word}.policy-ar-note-heading{margin:10px 0 4px;font-weight:600;color:#2a241e}.policy-table-wrap{overflow-x:auto;margin:8px 0 12px;border:1px solid rgba(22,19,15,.1);border-radius:14px}.policy-table{width:100%;min-width:680px;border-collapse:collapse;table-layout:fixed;background:#fffdf8}.policy-table th,.policy-table td{border:1px solid rgba(22,19,15,.12);padding:8px 10px;text-align:left;vertical-align:top;white-space:pre-wrap;word-break:break-word;line-height:1.7}.policy-table th{background:#fff7eb;font-weight:600;color:#16130f}.policy-missing{margin:0;font-size:16px;color:#776f66}@media (max-width: 768px){.policy-page{padding:96px 0 24px}.policy-card{padding:16px}.policy-title{font-size:22px}}.management-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 16px;background:radial-gradient(circle at top,#e0e7ff,#f8fafc 55%,#fff)}.management-login-card{width:100%;max-width:440px;background:#fff;border-radius:20px;box-shadow:0 18px 40px #6366f129;padding:28px 24px;border:1px solid #e5e7eb}.management-login-header{text-align:center;margin-bottom:20px}.management-login-logo{width:68px;height:68px;border-radius:14px;margin-bottom:10px}.management-login-header h1{font-size:24px;line-height:1.2;margin-bottom:6px;color:#111827}.management-login-header p{font-size:14px;color:#6b7280}.management-login-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#f3f4f6;border-radius:10px;padding:4px;margin-bottom:18px}.management-login-tabs button{height:36px;border:none;border-radius:8px;background:transparent;color:#4b5563;font-size:14px;font-weight:600;cursor:pointer}.management-login-tabs button.active{background:#fff;color:#312e81;box-shadow:0 2px 8px #00000014}.management-login-form{display:flex;flex-direction:column;gap:8px}.management-login-form label{font-size:13px;font-weight:600;color:#374151}.management-login-form input{width:100%;height:42px;border:1px solid #d1d5db;border-radius:10px;padding:0 12px;font-size:14px;outline:none;transition:border-color .2s}.management-login-form input:focus{border-color:#6366f1}.management-code-row{display:grid;grid-template-columns:1fr 132px;gap:8px}.code-btn{border:none;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;color:#3730a3;background:#e0e7ff}.code-btn:disabled{cursor:not-allowed;color:#9ca3af;background:#f3f4f6}.management-login-error{color:#b91c1c;font-size:13px;margin-top:2px}.management-login-captcha-hint{color:#6b7280;font-size:12px;margin-top:4px}.management-login-captcha-element,.management-login-captcha-trigger{display:none}.submit-btn{margin-top:10px;height:44px;border:none;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;font-size:15px;font-weight:700;cursor:pointer}.submit-btn:disabled{cursor:not-allowed;opacity:.7}.mg-pager{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:10px 12px}.mg-pager--top{margin-bottom:10px}.mg-pager--bottom{margin-top:10px}.mg-pager-left,.mg-pager-right{display:flex;align-items:center;gap:10px}.mg-pager button{height:34px;padding:0 12px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;font-size:13px;font-weight:700;color:#0f172a}.mg-pager button:disabled{cursor:not-allowed;opacity:.6}.mg-pager select{height:34px;border-radius:10px;border:1px solid #e2e8f0;padding:0 10px;font-size:13px}.mg-pager-meta{font-size:12px;color:#64748b;font-weight:700}.mg-table-wrap{display:flex;flex-direction:column;gap:12px}.mg-alert{border-radius:12px;padding:10px 12px;font-size:13px;border:1px solid}.mg-alert-error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.mg-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:auto;box-shadow:0 10px 24px #0f172a0f}.mg-table{width:100%;border-collapse:collapse;min-width:720px;table-layout:fixed}.mg-table thead th{text-align:left;font-size:12px;color:#475569;padding:8px 10px;border-bottom:1px solid #e2e8f0;background:#f8fafc;position:sticky;top:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mg-table tbody td{font-size:13px;padding:8px 10px;border-bottom:1px solid #f1f5f9;color:#0f172a;vertical-align:middle;overflow:hidden;max-width:0}.mg-table tbody td.mg-table-cell-top{vertical-align:top}.mg-table tbody td.mg-table-cell-left{text-align:left}.mg-table-col-compact{width:1%;white-space:nowrap}.mg-table tbody tr:hover td{background:#f8fafc}.mg-table-state{text-align:center;color:#64748b;padding:18px 14px}.mg-release{display:flex;flex-direction:column;gap:12px}.mg-release-tabs{display:flex;gap:8px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:8px}.mg-release-tabs button{height:34px;padding:0 12px;border-radius:10px;border:1px solid transparent;background:#f1f5f9;color:#0f172a;font-weight:800;cursor:pointer}.mg-release-tabs button.active{background:#0f172a;color:#fff}.mg-alert-success{background:#ecfdf3;border-color:#bbf7d0;color:#166534}.mg-release-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px;box-shadow:0 10px 24px #0f172a0f;display:flex;flex-direction:column;gap:12px}.mg-release-row{display:grid;grid-template-columns:120px 1fr;gap:12px;align-items:center}.mg-release-row label{font-size:13px;font-weight:800;color:#334155}.mg-release-row input,.mg-release-row textarea{border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px;font-size:13px;background:#fff;outline:none}.mg-release-row textarea{resize:vertical}.mg-release-row--stack{align-items:start}.mg-release-row--stack label{padding-top:10px}.mg-release-actions{display:flex;gap:10px;justify-content:flex-end;padding-top:4px}.mg-release-actions-top{justify-content:flex-start;padding-top:0;padding-bottom:4px}@media (max-width: 640px){.mg-release-row{grid-template-columns:1fr}}.mg-firmware,.mg-firmware-list{display:flex;flex-direction:column;gap:12px}.mg-firmware-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px;box-shadow:0 10px 24px #0f172a0f;display:flex;flex-direction:column;gap:12px}.mg-firmware-row{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.mg-firmware-title{font-size:16px;font-weight:900;color:#0f172a}.mg-firmware-meta{font-size:12px;color:#64748b}.mg-firmware-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px 12px}.mg-firmware-field--full{grid-column:1 / -1}.mg-firmware-field{display:flex;flex-direction:column;gap:6px}.mg-firmware-field label{font-size:12px;font-weight:800;color:#334155}.mg-firmware-field input:not(.mg-firmware-file-input),.mg-firmware-field textarea,.mg-firmware-url-readonly{border:1px solid #e2e8f0;border-radius:10px;padding:9px 10px;font-size:13px;background:#fff;outline:none}.mg-firmware-field textarea{resize:vertical}.mg-firmware-url-field{display:flex;flex-direction:column;gap:8px}.mg-firmware-url-field>input{border:1px solid #e2e8f0;border-radius:10px;padding:9px 10px;font-size:13px;background:#fff;outline:none;width:100%;box-sizing:border-box}.mg-firmware-upload-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.mg-firmware-file-input{display:none}.mg-firmware-upload-note{font-size:11px;color:#64748b;line-height:1.4}.mg-firmware-upload-hint{font-size:12px;color:#15803d;line-height:1.4}.mg-firmware-upload-error{font-size:12px;color:#b91c1c;line-height:1.4}.mg-firmware-actions{display:flex;justify-content:flex-end;gap:10px}.mg-firmware-empty{background:#fff;border:1px dashed #cbd5e1;border-radius:14px;padding:16px;font-size:13px;color:#64748b}.mg-env-banner--dev{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;padding:8px 16px;background:linear-gradient(90deg,#fff7ed,#ffedd5);border-bottom:1px solid #fdba74;color:#9a3412;font-size:13px;line-height:1.4;flex-shrink:0}.mg-env-banner--login{width:100%;justify-content:center;text-align:center;border-bottom:none;box-shadow:0 1px #fdba74}.mg-env-banner-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:6px;background:#ea580c;color:#fff;font-size:11px;font-weight:800;letter-spacing:.06em}.mg-env-banner-text strong{font-weight:800;color:#c2410c}.management-app--dev .management-login-page{flex-direction:column;align-items:stretch;justify-content:flex-start;padding:0;gap:0}.management-app--dev .management-login-card{margin:24px auto;max-width:440px;width:calc(100% - 32px)}.mg-shell{min-height:100vh;height:100vh;display:grid;grid-template-columns:260px 1fr;background:#f8fafc;color:#0f172a;overflow:hidden}.mg-sidebar{background:#0b1220;color:#e5e7eb;border-right:1px solid rgba(148,163,184,.18);display:flex;flex-direction:column;padding:18px 14px;height:100vh;overflow:hidden}.mg-brand{display:flex;align-items:center;gap:10px;padding:10px 10px 14px;border-bottom:1px solid rgba(148,163,184,.14);margin-bottom:12px;flex:0 0 auto}.mg-brand-logo{width:36px;height:36px;border-radius:10px}.mg-brand-title{font-size:15px;font-weight:800;letter-spacing:.2px}.mg-brand-subtitle{font-size:12px;color:#e2e8f0b3}.mg-menu{display:flex;flex-direction:column;gap:6px;padding-top:10px;flex:1 1 auto;min-height:0;overflow-y:auto}.mg-menu-item{text-align:left;border:none;background:transparent;color:#e2e8f0d9;padding:10px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:600}.mg-menu-item:hover{background:#6366f124;color:#fff}.mg-menu-item.active{background:#6366f142;color:#fff}.mg-menu-group{display:flex;flex-direction:column;gap:2px;margin-bottom:4px}.mg-menu-group-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:left;border:none;background:#0f172a59;color:#e2e8f0eb;padding:8px 10px;border-radius:8px;cursor:pointer;font-size:12px;font-weight:800;letter-spacing:.3px;text-transform:none}.mg-menu-group-header:hover{background:#6366f12e;color:#fff}.mg-menu-group-caret{font-size:11px;opacity:.75}.mg-menu-item-sub{margin-left:8px;padding-left:14px;font-size:13px;font-weight:600;border-left:2px solid rgba(99,102,241,.35);border-radius:8px}.mg-menu-item-sub.active{border-left-color:#a5b4fcf2}.mg-main{display:flex;flex-direction:column;min-width:0;height:100vh;min-height:0}.mg-topbar{height:60px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 18px;flex:0 0 auto;position:relative;z-index:20}.mg-page-title{font-size:16px;font-weight:800;color:#0f172a}.mg-topbar-right{position:relative}.mg-user-btn{height:38px;border:1px solid #e2e8f0;background:#fff;border-radius:10px;display:flex;align-items:center;gap:8px;padding:0 10px;cursor:pointer;color:#0f172a;font-weight:700}.mg-user-name{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.mg-user-caret{color:#64748b;font-size:12px}.mg-user-dropdown{position:absolute;right:0;top:44px;width:320px;max-height:min(85vh,520px);background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 18px 40px #0f172a1f;overflow:hidden;z-index:2000;display:flex;flex-direction:column}.mg-user-detail{padding:12px 12px 6px;flex:1;min-height:0;overflow-y:auto}.mg-user-detail-row{display:grid;grid-template-columns:64px 1fr;gap:10px;padding:6px 4px}.mg-user-detail-row .k{color:#64748b;font-size:12px;font-weight:700}.mg-user-detail-row .v{color:#0f172a;font-size:12px;word-break:break-word}.mg-user-detail-row--block{display:flex;flex-direction:column;align-items:stretch;gap:6px}.mg-user-detail-row--block .k{margin-bottom:2px}.mg-user-detail-row--block .v{width:100%}.mg-logout-btn{width:100%;height:40px;border:none;background:#ef4444;color:#fff;font-size:14px;font-weight:800;cursor:pointer;flex-shrink:0}.mg-user-perm-compact{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.mg-user-perm-view-all{border:none;background:transparent;padding:0;color:#4f46e5;font-size:12px;font-weight:700;cursor:pointer}.mg-user-perm-view-all:hover{text-decoration:underline}.mg-user-action-row{display:flex;justify-content:center;padding:10px 12px 12px;border-top:1px solid #e2e8f0;flex-shrink:0}.mg-user-action-link{border:none;background:transparent;color:#2563eb;font-size:14px;font-weight:900;cursor:pointer;padding:4px 6px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center}.mg-user-action-link:hover{background:#eff6ff}.mg-dash-success{background:#ecfdf5;border:1px solid #a7f3d0;color:#047857;border-radius:10px;padding:10px 12px;font-size:13px;margin-bottom:12px}.mg-form-grid{display:grid;grid-template-columns:1fr;gap:12px}.mg-form-field{display:flex;flex-direction:column;gap:6px}.mg-form-hint{margin:0 0 8px;font-size:12px;color:#64748b;line-height:1.5}.mg-form-error{margin:6px 0 0;font-size:12px;color:#b91c1c;font-weight:600}.mg-textarea{width:100%;box-sizing:border-box;min-height:96px;border-radius:10px;border:1px solid #e2e8f0;padding:10px;font-size:13px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;resize:vertical}.mg-textarea--error{border-color:#fca5a5;background:#fffafb}.mg-modal-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.mg-form-label{font-size:12px;font-weight:900;color:#64748b}.mg-content{padding:18px;min-width:0;flex:1 1 auto;min-height:0;overflow-y:auto}.mg-toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:12px}.mg-toolbar-field{display:inline-flex;align-items:center;gap:6px;margin:0}.mg-toolbar-field .mg-input,.mg-toolbar-field .mg-select{min-width:0}.mg-toolbar-divider{width:1px;height:24px;background:#e2e8f0;margin:0 2px}.mg-toolbar-range{display:inline-flex;flex-wrap:wrap;align-items:center;gap:8px;padding:4px 10px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0}.mg-toolbar-range-label{font-size:12px;font-weight:700;color:#475569;white-space:nowrap}.mg-toolbar-range-sep{font-size:13px;color:#94a3b8}.mg-input-date{cursor:pointer}.mg-btn-primary{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;border-color:transparent}.mg-btn-primary:hover:not(:disabled){filter:brightness(1.05)}.mg-list-summary{font-size:13px;color:#64748b;margin:-4px 0 10px}.mg-list-summary strong{color:#0f172a;font-weight:700}.mg-page-hint{margin-bottom:10px;padding:10px 12px;border-radius:8px;border:1px solid #e0e7ff;background:#eef2ff;font-size:13px;line-height:1.5;color:#3730a3}.mg-page-hint--warn{border-color:#fde68a;background:#fffbeb;color:#92400e}.mg-pill,.mg-audit-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:6px;font-size:11px;line-height:1.35;letter-spacing:.02em;font-weight:600;box-sizing:border-box;white-space:nowrap}.mg-pill-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.mg-pill-sub{font-weight:500;opacity:.85;font-size:10px;margin-left:2px}.mg-empty-val{color:#cbd5e1;font-size:13px}.mg-code-cell{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;padding:1px 5px}.mg-stat-chip{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:6px;border:1px solid;font-size:11px;line-height:1.3}.mg-stat-chip-k{color:inherit;opacity:.75;font-weight:500}.mg-stat-chip-v{font-weight:700;font-variant-numeric:tabular-nums}.mg-count-row{display:flex;flex-wrap:wrap;gap:6px}.mg-pet-share-perms{display:flex;flex-wrap:wrap;gap:4px;align-items:flex-start;max-width:280px}.mg-user-cell{min-width:0;line-height:1.35}.mg-user-cell-main{display:flex;align-items:center;gap:4px;font-size:13px}.mg-user-cell-sub{margin-top:3px}.mg-admin-account-cell{text-align:left;min-width:0;line-height:1.35}.mg-admin-account-cell-line+.mg-admin-account-cell-line{margin-top:3px}.mg-admin-account-cell-trigger{display:block;width:100%;text-align:left}.mg-entity-link{border:none;background:none;padding:0;margin:0;font:inherit;color:#4f46e5;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.mg-entity-link:hover{color:#3730a3}.mg-oss-preview-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:16px}.mg-oss-preview{border-radius:12px;border:1px solid #e2e8f0;background:repeating-conic-gradient(#f1f5f9,#f1f5f9 25%,#fff 0%,#fff 50%) 50% / 12px 12px;overflow:hidden;display:flex;align-items:center;justify-content:center}.mg-oss-preview--empty{color:#94a3b8;font-size:13px}.mg-oss-preview-img{width:100%;height:100%;object-fit:contain}.mg-oss-preview-placeholder{font-size:11px;color:#64748b;padding:8px;text-align:center}.mg-oss-preview-key{font-size:11px;color:#64748b;word-break:break-all}.mg-user-avatar{border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;flex-shrink:0}.mg-user-avatar--unset{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:linear-gradient(160deg,#f1f5f9,#e2e8f0);color:#64748b}.mg-user-avatar-label{font-size:11px;line-height:1.2;text-align:center;padding:0 6px}.mg-user-detail-avatar-wrap{margin-bottom:16px}.mg-table-actions{display:inline-flex;flex-wrap:nowrap;gap:4px;align-items:center;max-width:100%}.mg-table-action{padding:4px 10px;font-size:13px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#334155;cursor:pointer;font-weight:600;white-space:nowrap;flex-shrink:0}.mg-table-action--compact{padding:2px 6px;font-size:11px;border-radius:6px;font-weight:700}.mg-table-action:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.mg-table-action--danger{color:#b91c1c;border-color:#fecaca}.mg-table-action--danger:hover:not(:disabled){background:#fef2f2}.mg-input{height:36px;border-radius:10px;border:1px solid #e2e8f0;padding:0 10px;font-size:13px;min-width:260px;background:#fff}.mg-select{height:36px;border-radius:10px;border:1px solid #e2e8f0;padding:0 10px;font-size:13px;background:#fff}.mg-btn{height:36px;border-radius:10px;border:1px solid #e2e8f0;background:#0f172a;color:#fff;padding:0 12px;font-size:13px;font-weight:800;cursor:pointer}.mg-btn:disabled{opacity:.7;cursor:not-allowed}.mg-btn-danger{background:#dc2626;border-color:#dc2626;color:#fff}.mg-btn-danger:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.mg-btn-ghost{background:#fff;color:#0f172a}.mg-btn-ghost:hover:not(:disabled){background:#f8fafc}.mg-stage-checklist{border:1px solid #e2e8f0;border-radius:12px;max-height:280px;overflow:auto;background:#fff}.mg-stage-check-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-bottom:1px solid #f1f5f9;font-size:13px;color:#0f172a}.mg-stage-check-item:last-child{border-bottom:none}.mg-stage-check-item input[type=checkbox]{width:16px;height:16px}.mg-stage-toggle-all{display:inline-flex;align-items:center;gap:8px;color:#334155;font-size:13px;font-weight:700}.mg-stage-toggle-all input[type=checkbox]{width:16px;height:16px}.mg-placeholder{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px;box-shadow:0 10px 24px #0f172a0f}.mg-placeholder-title{font-size:18px;margin-bottom:6px}.mg-placeholder-desc{color:#475569}.mg-dashboard{min-width:0}.mg-dash-loading{color:#64748b;font-size:14px;padding:8px 0}.mg-dash-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:10px;padding:10px 12px;font-size:13px;margin-bottom:12px}.mg-dash-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}.mg-dash-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px 16px 14px;box-shadow:0 10px 24px #0f172a0f}.mg-dash-card-wide{grid-column:1 / -1;max-width:520px}.mg-dash-card-label{font-size:13px;font-weight:800;color:#64748b;margin-bottom:8px}.mg-dash-card-value{font-size:28px;font-weight:900;color:#0f172a;letter-spacing:-.02em;line-height:1.1}.mg-dash-card-hint{margin-top:8px;font-size:12px;color:#94a3b8;line-height:1.4}.mg-dash-breed-row{display:flex;flex-wrap:wrap;gap:16px 24px;align-items:baseline;margin-top:4px}.mg-dash-breed-item{display:flex;flex-direction:column;gap:4px}.mg-dash-breed-kind{font-size:12px;font-weight:800;color:#64748b}.mg-dash-breed-num{font-size:22px;font-weight:900;color:#0f172a}.mg-dash-ops{margin-top:28px;padding-top:8px;border-top:1px solid #e2e8f0}.mg-dash-ops-denied{padding-top:20px}.mg-dash-ops-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px 20px;margin-bottom:14px}.mg-dash-ops-title{margin:0;font-size:18px;font-weight:900;color:#0f172a;letter-spacing:-.02em}.mg-dash-ops-subtitle{margin:6px 0 0;font-size:13px;color:#64748b;line-height:1.45}.mg-dash-ops-header-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.mg-dash-ops-generated{font-size:12px;color:#94a3b8}.mg-dash-ops-refresh-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid #e2e8f0;border-radius:50%;background:#fff;color:#475569;cursor:pointer;flex-shrink:0;transition:background .15s ease,border-color .15s ease,color .15s ease}.mg-dash-ops-refresh-btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;color:#2563eb}.mg-dash-ops-refresh-btn:disabled{opacity:.55;cursor:not-allowed}.mg-dash-ops-refresh-btn.is-spinning svg{animation:mg-dash-ops-refresh-spin .75s linear infinite}@keyframes mg-dash-ops-refresh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mg-dash-ops-summary{display:flex;flex-wrap:wrap;gap:16px 24px;margin-bottom:16px}.mg-dash-ops-summary-block{min-width:0}.mg-dash-ops-summary-title{font-size:12px;font-weight:800;color:#64748b;margin-bottom:8px}.mg-dash-ops-summary-chips{display:flex;flex-wrap:wrap;gap:8px}.mg-dash-ops-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:14px}.mg-dash-ops-card{min-width:0}.mg-dash-ops-card-full,.mg-dash-ops-card-pipelines{grid-column:1 / -1}.mg-dash-ops-table-wrap{overflow-x:auto;margin:0;-webkit-overflow-scrolling:touch}.mg-dash-ops-table{width:100%;border-collapse:collapse;font-size:13px}.mg-dash-ops-table th,.mg-dash-ops-table td{text-align:left;padding:8px 10px;border-bottom:1px solid #f1f5f9;vertical-align:middle}.mg-dash-ops-table th{font-size:12px;font-weight:800;color:#64748b;white-space:nowrap}.mg-dash-ops-table tbody tr:last-child td{border-bottom:none}.mg-dash-ops-table tbody tr:hover td{background:#f8fafc}.mg-dash-ops-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;color:#334155}.mg-dash-ops-table-pipelines .mg-dash-ops-mono{word-break:break-all}@media (max-width: 959px){.mg-dash-ops-table-wrap--stack-sm{overflow-x:visible}.mg-dash-ops-table--stack-sm thead{display:none}.mg-dash-ops-table--stack-sm tbody tr{display:block;margin-bottom:12px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;box-shadow:0 1px 2px #0f172a0a}.mg-dash-ops-table--stack-sm tbody tr:last-child{margin-bottom:0}.mg-dash-ops-table--stack-sm tbody tr:hover td{background:transparent}.mg-dash-ops-table--stack-sm td{display:grid;grid-template-columns:minmax(5.25rem,34%) 1fr;align-items:start;gap:4px 12px;padding:7px 0;border-bottom:1px solid #e8eef4;white-space:normal}.mg-dash-ops-table--stack-sm td:last-child{border-bottom:none;padding-bottom:0}.mg-dash-ops-table--stack-sm td:before{content:attr(data-label);font-size:11px;font-weight:800;color:#64748b;line-height:1.35}.mg-dash-ops-table--stack-sm td[data-label=任务名称],.mg-dash-ops-table--stack-sm td[data-label=队列任务]{display:block;grid-template-columns:none;padding-top:0;padding-bottom:10px;margin-bottom:4px;border-bottom:1px solid #e2e8f0}.mg-dash-ops-table--stack-sm td[data-label=任务名称]:before,.mg-dash-ops-table--stack-sm td[data-label=队列任务]:before{display:none}.mg-dash-ops-table--stack-sm .mg-dash-ops-task{min-width:0}.mg-dash-ops-table--stack-sm .mg-dash-ops-status-reason{max-width:none}.mg-dash-ops-table--stack-sm .mg-dash-ops-status-cell{min-width:0}.mg-dash-ops-header-meta{width:100%}.mg-dash-ops-generated{flex:1 1 100%}}@media (min-width: 960px){.mg-dash-ops-table-wrap--pipelines{overflow-x:visible}.mg-dash-ops-table-pipelines{table-layout:fixed;width:100%}.mg-dash-ops-table-pipelines th,.mg-dash-ops-table-pipelines td{white-space:normal;vertical-align:top;padding:8px}.mg-dash-ops-table-pipelines th{white-space:nowrap;font-size:11px}.mg-dash-ops-table-pipelines th:nth-child(1),.mg-dash-ops-table-pipelines td:nth-child(1){width:15%}.mg-dash-ops-table-pipelines th:nth-child(2),.mg-dash-ops-table-pipelines td:nth-child(2){width:14%}.mg-dash-ops-table-pipelines th:nth-child(3),.mg-dash-ops-table-pipelines td:nth-child(3){width:7%}.mg-dash-ops-table-pipelines th:nth-child(4),.mg-dash-ops-table-pipelines td:nth-child(4){width:6%}.mg-dash-ops-table-pipelines th:nth-child(5),.mg-dash-ops-table-pipelines td:nth-child(5){width:9%}.mg-dash-ops-table-pipelines th:nth-child(6),.mg-dash-ops-table-pipelines td:nth-child(6){width:9%}.mg-dash-ops-table-pipelines th:nth-child(7),.mg-dash-ops-table-pipelines td:nth-child(7){width:13%}.mg-dash-ops-table-pipelines th:nth-child(8),.mg-dash-ops-table-pipelines td:nth-child(8){width:13%}.mg-dash-ops-table-pipelines th:nth-child(9),.mg-dash-ops-table-pipelines td:nth-child(9){width:8%}.mg-dash-ops-table-pipelines .mg-dash-ops-mono{font-size:11px}.mg-dash-ops-status-reason{max-width:none}.mg-dash-ops-table-wrap--stack-sm:not(.mg-dash-ops-table-wrap--pipelines){overflow-x:auto;margin:0 -4px;padding:0 4px}}.mg-dash-ops-empty{font-size:13px;color:#94a3b8;padding:8px 0}.mg-ops-info-btn{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;margin:0;border:1px solid #cbd5e1;border-radius:50%;background:#f8fafc;color:#64748b;font-size:11px;font-weight:800;font-style:italic;font-family:Georgia,Times New Roman,serif;line-height:1;cursor:help;vertical-align:middle;flex-shrink:0}.mg-ops-info-btn:hover{border-color:#93c5fd;background:#eff6ff;color:#2563eb}.mg-ops-info-panel{font-size:12px;line-height:1.5;color:#334155;max-width:360px}.mg-ops-info-panel-title{font-weight:800;color:#0f172a;margin-bottom:6px}.mg-ops-info-panel p{margin:0 0 8px}.mg-ops-info-panel p:last-child{margin-bottom:0}.mg-hover-popover .mg-ops-info-panel{padding:2px 0}.mg-dash-ops-section-title-inner,.mg-dash-ops-task-title{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.mg-dash-ops-section-title-inner{align-items:center}.mg-dash-ops-summary-chip-wrap{display:inline-flex;align-items:center;gap:4px}.mg-ops-info-inline-chip{vertical-align:middle}.mg-ops-info-subtitle{margin-left:4px;vertical-align:middle}.mg-dash-ops-task{display:flex;flex-direction:column;gap:4px;min-width:0}.mg-dash-ops-task-label{font-weight:700;color:#0f172a}.mg-dash-ops-task-sub{font-size:12px;color:#64748b;line-height:1.35}.mg-dash-ops-task-code,.mg-dash-ops-task-key{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;color:#94a3b8}.mg-dash-ops-task-key{display:block}.mg-dash-ops-task-redis{margin-left:8px;font-size:11px;color:#64748b}.mg-dash-ops-status-cell{display:flex;flex-direction:column;gap:4px;min-width:0}.mg-dash-ops-status-reason{font-size:11px;color:#64748b;line-height:1.35}.mg-dash-ops-status-error{color:#b91c1c}.mg-dash-ops-summary-global .mg-dash-ops-summary-title{margin-bottom:10px}.mg-kind-toggle{display:flex;gap:10px}.mg-kind-btn{height:36px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;font-size:13px;font-weight:900;cursor:pointer;padding:0 14px}.mg-kind-btn.active{background:#0f172a;color:#fff;border-color:#0f172a}.mg-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;z-index:1000;display:flex;align-items:center;justify-content:center;padding:18px}.mg-image-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;background:#0f172aeb;display:flex;align-items:center;justify-content:center;padding:56px 20px 24px;box-sizing:border-box}.mg-image-lightbox img{max-width:min(96vw,1800px);max-height:calc(96vh - 40px);width:auto;height:auto;object-fit:contain;border-radius:10px;box-shadow:0 12px 60px #0000008c}.mg-image-lightbox-close{position:absolute;top:14px;right:14px;height:36px;border-radius:10px;border:1px solid rgba(255,255,255,.35);background:#ffffff1f;color:#f8fafc;cursor:pointer;font-weight:900;font-size:13px;padding:0 14px}.mg-image-lightbox-close:hover{background:#fff3}.mg-modal-image-thumb{padding:0;margin:0;border:none;border-radius:12px;cursor:zoom-in;background:transparent;line-height:0;vertical-align:top}.mg-modal-image-thumb:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.mg-modal{width:860px;max-width:100%;max-height:86vh;background:#fff;border-radius:14px;box-shadow:0 24px 70px #0f172a40;overflow:hidden;display:flex;flex-direction:column}.mg-modal.mg-modal--wide{width:min(980px,96vw)}.mg-order-detail-section{margin-top:16px}.mg-order-detail-hint{font-size:12px;color:#64748b;margin:0 0 10px;line-height:1.55}.mg-pay-status{display:inline-block;padding:2px 8px;border-radius:6px;font-size:11px;font-weight:800;white-space:nowrap}.mg-pay-status--pending{background:#fef3c7;color:#92400e}.mg-pay-status--succeeded{background:#dcfce7;color:#166534}.mg-pay-status--closed{background:#f1f5f9;color:#475569}.mg-pay-status--unknown{background:#f8fafc;color:#64748b}.mg-payment-method{display:inline-flex;align-items:center;gap:6px;padding:3px 10px 3px 8px;border-radius:8px;border:1px solid transparent;font-size:11px;font-weight:700;line-height:1.35;letter-spacing:.06em;white-space:nowrap;box-shadow:0 1px 2px #0f172a0f;vertical-align:middle}.mg-payment-method-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 2px #ffffffa6}.mg-payment-method-text{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10.5px;font-weight:700;letter-spacing:.08em}.mg-payment-method--manual{background:linear-gradient(180deg,#fffbeb,#fef3c7);border-color:#fcd34d;color:#92400e}.mg-payment-method--manual .mg-payment-method-dot{background:#f59e0b}.mg-payment-method--alipay{background:linear-gradient(180deg,#eff6ff,#dbeafe);border-color:#93c5fd;color:#1e40af}.mg-payment-method--alipay .mg-payment-method-dot{background:#2563eb}.mg-payment-method--wechat{background:linear-gradient(180deg,#ecfdf5,#d1fae5);border-color:#6ee7b7;color:#047857}.mg-payment-method--wechat .mg-payment-method-dot{background:#10b981}.mg-payment-method--redemption{background:linear-gradient(180deg,#f5f3ff,#ede9fe);border-color:#c4b5fd;color:#5b21b6}.mg-payment-method--redemption .mg-payment-method-dot{background:#7c3aed}.mg-payment-method--apple{background:linear-gradient(180deg,#f8fafc,#e2e8f0);border-color:#94a3b8;color:#0f172a}.mg-payment-method--apple .mg-payment-method-dot{background:#334155}.mg-payment-method--operations{background:linear-gradient(180deg,#fff1f2,#ffe4e6);border-color:#fda4af;color:#9f1239}.mg-payment-method--operations .mg-payment-method-dot{background:#e11d48}.mg-payment-method--unknown{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-color:#cbd5e1;color:#475569}.mg-payment-method--unknown .mg-payment-method-dot{background:#94a3b8}.mg-modal-header{padding:14px 16px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.mg-modal-title{font-weight:900;color:#0f172a;font-size:14px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:12px}.mg-modal-close{height:30px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;font-weight:900;color:#0f172a;padding:0 12px}.mg-modal-body{padding:16px;overflow:auto}.mg-modal-meta{display:flex;flex-wrap:wrap;gap:12px 24px;margin-bottom:12px}.mg-modal-meta-row{display:flex;gap:10px;align-items:center}.mg-modal-meta-row .k{color:#64748b;font-size:12px;font-weight:900}.mg-modal-meta-row .v{color:#0f172a;font-size:12px;font-weight:800;word-break:break-word}.mg-modal-meta-row--block{flex-direction:column;align-items:flex-start;width:100%}.mg-modal-meta-row--block .v{width:100%;font-weight:600}.mg-device-location-section{margin-top:16px;width:100%}.mg-device-location-meta{display:flex;flex-wrap:wrap;gap:8px 16px;margin-bottom:10px;font-size:12px;color:#64748b;font-weight:700}.mg-coord-view-panel{margin-bottom:12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;overflow:hidden}.mg-coord-view-tabs{display:flex;flex-wrap:wrap;gap:0;border-bottom:1px solid #e2e8f0;background:#fff}.mg-coord-view-tab{flex:1 1 0;min-width:96px;padding:8px 10px;font-size:11px;border:none;border-bottom:2px solid transparent;background:transparent;color:#64748b;font-weight:800;cursor:pointer}.mg-coord-view-tab.active{color:#0f172a;border-bottom-color:#3b82f6;background:#f8fafc}.mg-coord-view-active{padding:10px 12px;border-top:1px solid #e2e8f0;background:#fff}.mg-coord-view-value-row{display:flex;flex-wrap:wrap;gap:6px 10px;align-items:baseline;margin-bottom:6px}.mg-coord-view-value-row:last-of-type{margin-bottom:0}.mg-coord-view-value-label{font-size:11px;font-weight:900;color:#64748b;min-width:108px}.mg-coord-view-value{font-size:12px;font-weight:800;color:#0f172a;font-variant-numeric:tabular-nums;word-break:break-all}.mg-coord-view-hint{margin-top:8px;font-size:11px;color:#94a3b8;font-weight:600}.mg-amap-wrap{position:relative;width:100%;min-height:120px;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;background:#f8fafc}.mg-amap-container{width:100%;height:100%}.mg-amap-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:13px;color:#64748b;background:#f8fafcd9;z-index:1}.mg-amap-placeholder{display:flex;align-items:center;justify-content:center;min-height:80px;padding:16px;border-radius:12px;border:1px dashed #cbd5e1;background:#f8fafc;font-size:13px;color:#64748b;text-align:center}.mg-amap-placeholder--warn{border-color:#fcd34d;background:#fffbeb;color:#92400e}@media (max-width: 640px){.mg-amap-wrap{min-height:min(360px,50vh)}}.mg-modal-text{white-space:pre-wrap;line-height:1.6;font-size:13px;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px}.mg-fulltext-overlay{z-index:1200}.mg-fulltext-header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.mg-fulltext-view-toggle{display:inline-flex;align-items:center;padding:2px;border-radius:8px;background:#f1f5f9;border:1px solid #e2e8f0}.mg-fulltext-view-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:#64748b;font-size:12px;line-height:1;padding:6px 10px;border-radius:6px;cursor:pointer;font-weight:500}.mg-fulltext-view-btn:hover{color:#334155}.mg-fulltext-view-btn.is-active{background:#fff;color:#0f172a;box-shadow:0 1px 2px #0f172a14}.mg-fulltext-textarea{width:100%;min-height:min(70vh,560px);max-height:min(70vh,560px);box-sizing:border-box;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;line-height:1.6}.mg-fulltext-md-preview{width:100%;min-height:min(70vh,560px);max-height:min(70vh,560px);overflow:auto;box-sizing:border-box;padding:14px 16px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#0f172a;font-size:14px;line-height:1.65;word-break:break-word}.mg-fulltext-md-preview>:first-child{margin-top:0}.mg-fulltext-md-preview>:last-child{margin-bottom:0}.mg-fulltext-md-preview h1,.mg-fulltext-md-preview h2,.mg-fulltext-md-preview h3,.mg-fulltext-md-preview h4,.mg-fulltext-md-preview h5,.mg-fulltext-md-preview h6{margin:1.1em 0 .45em;line-height:1.35;font-weight:650;color:#0f172a}.mg-fulltext-md-preview h1{font-size:1.45em}.mg-fulltext-md-preview h2{font-size:1.25em}.mg-fulltext-md-preview h3{font-size:1.1em}.mg-fulltext-md-preview p,.mg-fulltext-md-preview ul,.mg-fulltext-md-preview ol,.mg-fulltext-md-preview blockquote,.mg-fulltext-md-preview pre,.mg-fulltext-md-preview table{margin:.75em 0}.mg-fulltext-md-preview ul,.mg-fulltext-md-preview ol{padding-left:1.4em}.mg-fulltext-md-preview li+li{margin-top:.25em}.mg-fulltext-md-preview blockquote{margin-left:0;padding:.2em 0 .2em .9em;border-left:3px solid #cbd5e1;color:#475569}.mg-fulltext-md-preview code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em;background:#f1f5f9;border-radius:4px;padding:.1em .35em}.mg-fulltext-md-preview pre{overflow:auto;padding:12px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0}.mg-fulltext-md-preview pre code{background:transparent;padding:0;font-size:12.5px;line-height:1.55}.mg-fulltext-md-preview table{width:100%;border-collapse:collapse;font-size:13px}.mg-fulltext-md-preview th,.mg-fulltext-md-preview td{border:1px solid #e2e8f0;padding:6px 10px;text-align:left;vertical-align:top}.mg-fulltext-md-preview th{background:#f8fafc;font-weight:600}.mg-fulltext-md-preview a{color:#2563eb;text-decoration:underline}.mg-fulltext-md-preview hr{border:none;border-top:1px solid #e2e8f0;margin:1.2em 0}.mg-clamp-cell{display:flex;align-items:flex-start;gap:6px;min-width:0;max-width:100%}.mg-clamp-text{flex:1;min-width:0;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;line-height:1.45;font-size:13px}.mg-clamp-text--mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;white-space:pre-wrap}.mg-clamp-expand-btn{flex-shrink:0;margin-top:1px;padding:2px 6px;font-size:11px;line-height:1.3;border-radius:6px;border:1px solid #cbd5e1;background:#f8fafc;color:#475569;cursor:pointer}.mg-clamp-expand-btn:hover{background:#e2e8f0;color:#0f172a}.mg-trunc-box{position:relative;display:block;width:100%;min-height:26px;padding-right:26px;padding-bottom:2px;box-sizing:border-box}.mg-trunc-cell-text{word-break:break-word;min-width:0}.mg-trunc-expand-corner{position:absolute;right:0;bottom:0;width:22px;height:22px;padding:0;border:none;border-radius:6px;background:#f8fafcf5;color:#64748b;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 1px #94a3b873}.mg-trunc-expand-corner:hover{background:#e2e8f0;color:#0f172a}.mg-text-preview-frame{position:relative}.mg-text-preview-frame .mg-modal-text--with-corner{padding-right:34px;padding-bottom:30px}.mg-modal-images{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px}.mg-modal-images img{width:180px;height:180px;object-fit:cover;border-radius:12px;border:1px solid #e2e8f0;background:#fff}.mg-modal-media-stack{margin-top:12px;display:flex;flex-direction:column;gap:12px}.mg-modal-media-stack video,.mg-modal-media-stack audio{width:100%;max-width:480px;border-radius:12px;border:1px solid #e2e8f0;background:#0f172a}.mg-post-content{margin-top:16px;border-top:1px solid #e2e8f0;padding-top:16px}.mg-post-content-section+.mg-post-content-section{margin-top:20px}.mg-post-content-text{margin:0;max-height:280px;overflow:auto}.mg-post-content-count{margin-left:6px;font-weight:500;color:var(--text-secondary);font-size:12px}.mg-post-content-expires{margin:6px 0 10px;font-size:12px;color:var(--text-secondary);line-height:1.45}.mg-modal-presign-item-error{font-size:12px;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:10px 12px;word-break:break-word}.mg-modal-image-slot-placeholder{width:180px;min-height:180px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}@media (max-width: 960px){.mg-shell{grid-template-columns:1fr;height:auto;overflow:visible}.mg-main{height:auto}.mg-sidebar{flex-direction:row;align-items:center;gap:10px;overflow-x:auto;overflow-y:visible;height:auto}.mg-brand{border-bottom:none;margin-bottom:0;padding:6px}.mg-menu{flex-direction:row;gap:8px;padding-top:0;flex:0 0 auto;overflow-y:visible}.mg-content{overflow-y:visible}.mg-menu-item{white-space:nowrap}}.mg-oss-img-frame{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;border-radius:8px;border:1px solid #e2e8f0;overflow:hidden;flex-shrink:0;background-color:#fff;background-image:linear-gradient(45deg,#e2e8f0 25%,transparent 25%),linear-gradient(-45deg,#e2e8f0 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#e2e8f0 75%),linear-gradient(-45deg,transparent 75%,#e2e8f0 75%);background-size:10px 10px;background-position:0 0,0 5px,5px -5px,-5px 0}.mg-oss-img-frame img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;background:transparent}.mg-perm-hint{margin-bottom:10px;padding:10px 12px;border-radius:8px;border:1px solid #fde68a;background:#fffbeb;font-size:13px;line-height:1.5;color:#92400e}.mg-audit-badge{display:inline-block;padding:2px 8px;border-radius:6px;font-size:11px;line-height:1.35;letter-spacing:.02em;box-sizing:border-box}.mg-audit-duration{font-variant-numeric:tabular-nums;font-size:13px;color:#334155}.mg-audit-user-cell{min-width:0;line-height:1.35;text-align:left}.mg-audit-user-cell-trigger{display:block;width:100%;text-align:left}.mg-audit-user-nickname{font-weight:600;color:#1e293b}.mg-audit-user-sub{margin-top:2px;font-size:11px;color:#94a3b8;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;word-break:break-all}.mg-audit-path-cell{min-width:0}.mg-audit-path-labels{margin-bottom:4px;font-size:12px;line-height:1.35;color:#334155}.mg-audit-path-module{color:#64748b}.mg-audit-path-feature{font-weight:600;color:#1e293b}.mg-audit-path-action{color:#0369a1;font-weight:500}.mg-audit-path-sep{color:#94a3b8}.mg-audit-env-summary{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:0}.mg-audit-env-chip{display:inline-flex;align-items:baseline;gap:4px;max-width:100%;font-size:12px;line-height:1.35}.mg-audit-env-chip-k{flex-shrink:0;padding:1px 5px;border-radius:4px;background:#f1f5f9;color:#64748b;font-size:10px;font-weight:600;text-transform:uppercase}.mg-audit-env-chip-v{min-width:0;color:#334155;word-break:break-word}.mg-audit-detail-section+.mg-audit-detail-section{margin-top:20px;padding-top:16px;border-top:1px solid #e2e8f0}.mg-audit-detail-title{font-size:13px;font-weight:600;color:#475569;margin-bottom:10px}.mg-audit-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px}.mg-audit-detail-item{display:flex;flex-direction:column;gap:4px;min-width:0}.mg-audit-detail-item--full{grid-column:1 / -1}.mg-audit-detail-item .k{font-size:11px;color:#94a3b8}.mg-audit-detail-item .v{font-size:13px;color:#0f172a;word-break:break-word}.mg-audit-code{display:block;padding:6px 8px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.5;word-break:break-all;white-space:pre-wrap}.mg-audit-ua-card{margin-top:12px;padding:12px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc}.mg-audit-ua-card-head{margin-bottom:8px}.mg-audit-ua-icons{display:inline-flex;flex-wrap:wrap;align-items:center;gap:4px;font-size:13px;font-weight:600;color:#334155}.mg-audit-ua-sep{color:#cbd5e1;font-weight:400}.mg-audit-ua-raw{margin:0;padding:10px;border-radius:8px;background:#fff;border:1px solid #e2e8f0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;line-height:1.55;white-space:pre-wrap;word-break:break-word;max-height:min(40vh,280px);overflow:auto}.mg-peek-trigger{display:inline;padding:0;margin:0;border:none;background:none;font:inherit;color:inherit;text-decoration:none;cursor:pointer;transition:color .15s ease,transform .15s ease;transform-origin:center}.mg-peek-trigger:hover{color:#2563eb;transform:scale(1.04)}.mg-peek-trigger:active{transform:scale(1.02)}.mg-count-row .mg-peek-trigger .mg-stat-chip{cursor:pointer}.mg-count-row .mg-peek-trigger:hover .mg-stat-chip{filter:brightness(.97)}.mg-dash-stat-clickable{cursor:pointer;transition:color .15s ease,transform .15s ease;transform-origin:left center}.mg-dash-stat-clickable:hover{color:#2563eb;transform:scale(1.03)}button.mg-dash-stat-clickable{display:block;width:100%;padding:0;margin:0;border:none;background:none;font:inherit;text-align:inherit;color:inherit}button.mg-dash-stat-clickable.mg-dash-breed-item{display:flex;flex-direction:column;align-items:flex-start;width:auto;gap:4px}.mg-dash-breed-item.mg-dash-stat-clickable:hover .mg-dash-breed-num{color:#2563eb}.mg-perm-panel{border:1px solid #e2e8f0;border-radius:12px;background:#fff;overflow:hidden;width:100%}.mg-perm-panel-section{padding:8px 10px 10px}.mg-perm-panel-section-title{font-size:11px;font-weight:800;letter-spacing:.02em;margin-bottom:8px}.mg-perm-panel-section--read .mg-perm-panel-section-title{color:#1d4ed8}.mg-perm-panel-section--write .mg-perm-panel-section-title{color:#c2410c}.mg-perm-panel-divider{height:1px;background:#f1f5f9}.mg-perm-panel-tags{display:flex;flex-wrap:wrap;gap:6px}.mg-perm-panel-tags .mg-pill{font-size:11px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.mg-perm-picker-list .mg-perm-picker-section-title{padding:8px 12px 4px;font-size:11px;font-weight:800;letter-spacing:.02em;background:#f8fafc;border-bottom:1px solid #f1f5f9}.mg-perm-picker-list .mg-perm-picker-section-title--read{color:#1d4ed8}.mg-perm-picker-list .mg-perm-picker-section-title--write{color:#c2410c}.mg-perm-picker-item-text{display:flex;flex-wrap:wrap;align-items:center;gap:6px;min-width:0}.mg-perm-picker-item-text .mg-pill{font-size:11px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;flex-shrink:0}.mg-perm-picker-item-desc{color:#475569;font-size:12px;line-height:1.4}.mg-hover-popover .mg-perm-panel{border:none;background:transparent}.mg-hover-popover-anchor{display:inline-flex;vertical-align:middle}.mg-hover-popover-zone{pointer-events:auto}.mg-hover-popover{position:fixed;z-index:10050;min-width:160px;max-width:min(420px,92vw);max-height:min(320px,60vh);overflow:auto;padding:10px 12px;border-radius:10px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 40px #0f172a1f;box-sizing:border-box}.mg-hover-popover-zone .mg-hover-popover{position:relative;z-index:1}.mg-perm-list{display:flex;flex-wrap:wrap;gap:6px}.mg-perm-more-trigger,.mg-perm-more-trigger .mg-pill{cursor:default}.mg-hover-popover .mg-pill{display:inline-block;margin:2px 0;font-size:11px}.mg-inventory-section{margin-top:16px}.mg-inventory-intro{margin:0 0 10px;color:#64748b;font-size:12px;line-height:1.5}.mg-inventory-list{display:flex;flex-direction:column;gap:8px}.mg-inventory-card{border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;overflow:hidden}.mg-inventory-card-title{padding:8px 12px;font-size:13px;font-weight:700;color:#0f172a;background:#f1f5f9;border-bottom:1px solid #e2e8f0}.mg-inventory-card-body{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px 14px;padding:10px 12px}.mg-inventory-enable{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#0f172a;flex:0 0 auto;min-width:56px}.mg-inventory-field{display:flex;flex-direction:column;gap:4px;flex:0 0 auto;min-width:0}.mg-inventory-k{font-size:11px;font-weight:600;color:#64748b;white-space:nowrap}.mg-inventory-hint-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;margin-left:4px;border-radius:50%;border:1px solid #94a3b8;color:#475569;font-size:10px;font-weight:700;cursor:help;vertical-align:middle}.mg-inventory-input-time{width:108px;max-width:108px;min-width:0;box-sizing:border-box}.mg-inventory-input-select{width:96px;max-width:96px;min-width:0;box-sizing:border-box;padding-left:8px;padding-right:24px}.mg-inventory-input-num{width:64px;max-width:64px;min-width:0;box-sizing:border-box}.mg-inventory-card-body .mg-input,.mg-inventory-card-body .mg-select{height:32px;font-size:13px}:root{--orange: #ff9816;--orange-deep: #e87500;--cream: #fff7eb;--paper: #fffdf8;--ink: #16130f;--muted: #776f66;--line: rgba(22, 19, 15, .1);--green: #9bd7b8;--blue: #8fc8ee;--shadow: 0 24px 80px rgba(93, 54, 17, .16);color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);overflow-x:hidden;font-family:inherit;line-height:normal}.App.website{background:var(--paper);color:var(--ink);overflow-x:hidden;font-family:inherit;line-height:normal}img,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}.site-header{position:fixed;inset:16px 24px auto;z-index:20;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;max-width:none;margin:0 auto;padding:13px 14px;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:#fffdf8b8;box-shadow:0 10px 40px #2a1e0c14;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);left:14px;right:14px;transition:transform .25s ease,background .25s ease}.site-header.is-elevated{background:#fffdf8e6}.brand,.nav-links,.hero-actions,.metric-row,.header-actions{display:flex;align-items:center}.brand{gap:12px;font-size:18px;font-weight:780}.brand img{width:42px;height:42px;border-radius:50%}.nav-links{justify-content:center;gap:30px;color:#16130fad;font-size:16px;font-weight:650}.nav-links a:hover{color:var(--ink)}.header-actions{justify-content:flex-end;gap:10px}.lang-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:54px;min-height:50px;border:1px solid var(--line);border-radius:999px;background:#ffffffb8;color:var(--ink);font:inherit;font-size:16px;font-weight:760;cursor:pointer}.nav-cta,.primary-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;border-radius:999px;font-weight:680;white-space:nowrap}.nav-cta,.primary-btn{background:var(--ink);color:#fff}.nav-cta{padding:0 18px;font-size:16px}.primary-btn{padding:0 28px;font-size:17px}.secondary-btn{border:1px solid var(--line);background:#ffffff9e;padding:0 26px;font-size:17px}.hero{min-height:100svh;display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.15fr);align-items:center;gap:40px;padding:120px max(28px,calc((100vw - 1180px)/2)) 64px;background:radial-gradient(circle at 70% 16%,rgba(255,152,22,.2),transparent 34%),linear-gradient(180deg,#fffdf8,#fff6e8)}.hero-copy{max-width:650px}.eyebrow{margin:0 0 16px;color:var(--orange-deep);font-size:13px;font-weight:760;letter-spacing:0;text-transform:uppercase}.App.website h1,.App.website h2,.App.website h3,.App.website p,.landing-home h1,.landing-home h2,.landing-home h3,.landing-home p{margin-top:0}.App.website h1,.landing-home h1{margin-bottom:22px;font-size:clamp(36px,5.2vw,66px);line-height:.98;letter-spacing:0}.App.website h2,.landing-home h2{margin-bottom:18px;font-size:clamp(28px,3.4vw,48px);line-height:1.04;letter-spacing:0}.App.website h3,.landing-home h3{margin-bottom:0;font-size:24px;line-height:1.2;letter-spacing:0}.hero-lede,.copy-block p,.experience-inner p{color:var(--muted);font-size:19px;line-height:1.72}.hero-actions{gap:12px;flex-wrap:wrap}.hero-visual{position:relative;isolation:isolate}.hero-carousel{position:relative;width:min(640px,100%);margin:0 auto;border-radius:42px;background:#fff8ecd1;box-shadow:var(--shadow);overflow:hidden}.hero-track{display:flex;width:100%;align-items:flex-start;transition:transform .58s cubic-bezier(.22,1,.36,1);will-change:transform}.hero-slide{box-sizing:border-box;flex:0 0 100%;min-width:100%;margin:0;padding:28px;background:linear-gradient(180deg,#fffdf8d1,#fff0d89e)}.hero-product{display:block;width:100%;height:auto;border-radius:32px}.carousel-btn{position:absolute;top:50%;z-index:4;display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:#fffdf8c2;color:var(--ink);font-size:26px;line-height:1;cursor:pointer;transform:translateY(-50%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.carousel-btn.prev{left:12px}.carousel-btn.next{right:12px}.carousel-dots{position:absolute;left:50%;bottom:18px;z-index:4;display:flex;gap:8px;padding:8px;border-radius:999px;background:#fffdf8ad;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transform:translate(-50%)}.carousel-dots button{width:9px;height:9px;border:0;border-radius:50%;background:#16130f3d;cursor:pointer}.carousel-dots button.is-active{width:24px;border-radius:999px;background:var(--orange)}.media-translation{margin:14px 0 0;color:#16130fa3;font-size:14px;line-height:1.55}html[lang=en] .media-translation{color:#16130fc7;font-weight:620}.paw-print{position:absolute;width:74px;height:68px;opacity:.18;transform:rotate(-16deg);pointer-events:none}.paw-print:before,.paw-print:after{content:"";position:absolute;background:var(--orange)}.paw-print:before{left:22px;bottom:4px;width:32px;height:28px;border-radius:55% 55% 48% 48%}.paw-print:after{left:2px;top:0;width:18px;height:18px;border-radius:50%;box-shadow:24px -8px 0 var(--orange),48px 0 0 var(--orange),10px 24px 0 var(--orange),38px 24px 0 var(--orange)}.paw-one{right:5%;top:-38px}.paw-two{left:0;bottom:-34px;transform:rotate(18deg) scale(.8)}.floating-stat{position:absolute;box-sizing:border-box;width:176px;padding:16px;border:1px solid rgba(255,255,255,.8);border-radius:24px;background:#ffffffc7;box-shadow:0 16px 60px #3d260e29;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:5}html[lang=en] .floating-stat{width:210px}.floating-stat strong,.strip strong,.metric-row strong{display:block;font-size:24px;line-height:1.1}.floating-stat span,.strip span,.metric-row span{display:block;margin-top:8px;color:var(--muted);font-size:14px}.strip span,.metric-row span{white-space:nowrap}.floating-stat span{white-space:normal;line-height:1.4;overflow-wrap:break-word}.stat-a{left:-44px;bottom:10%}.stat-b{right:-36px;top:10%}.strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#fff;padding:0 max(28px,calc((100vw - 1180px)/2))}.strip div{min-width:0;padding:34px 28px;background:#fff}.showcase,.feature-split,.app-wall,.video-section,.credibility,.experience{padding:110px max(28px,calc((100vw - 1180px)/2))}.cream{background:var(--cream)}.section-heading{max-width:840px;margin-bottom:44px}.landscape-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.wearing-gallery{align-items:start}figure{margin:0}.landscape-card,.screen-card,.video-feature{border:1px solid rgba(255,255,255,.85);border-radius:28px;background:#fff;box-shadow:var(--shadow);overflow:hidden}.landscape-card{position:relative;min-height:380px}.landscape-card.large{min-height:560px}.landscape-card img{width:100%;height:100%;object-fit:cover;object-position:center 58%}.landscape-card.large img{object-position:center 48%}.wearing-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.wearing-card{display:flex;flex-direction:column;min-height:0;padding:22px 22px 18px}.wearing-card img{width:100%;height:430px;padding:0;background:transparent;object-fit:contain;object-position:center top}.wearing-angles{max-width:none;justify-self:stretch}.wearing-angles img{object-position:center center}.landscape-card figcaption{position:absolute;left:24px;right:24px;bottom:24px;max-width:460px;padding:18px 20px;border-radius:22px;background:#fffdf8d1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 55px #32210d1f}.landscape-card figcaption span{display:block;margin-bottom:8px;color:var(--orange-deep);font-size:13px;font-weight:760}.landscape-card figcaption strong{display:block;font-size:25px;line-height:1.22}.wearing-card figcaption{position:static;order:-1;max-width:none;margin:0 0 18px;padding:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.wearing-card figcaption strong{font-size:21px;line-height:1.28}.brand-story{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.05fr);align-items:center;gap:42px;padding:110px max(28px,calc((100vw - 1180px)/2));background:radial-gradient(circle at 18% 22%,rgba(255,204,121,.42),transparent 30%),linear-gradient(135deg,#ff7f19,#ff9816 48%,#ffb24e);color:#24150c}.story-copy{position:relative;max-width:680px}.story-copy p{color:#24150cc7;font-size:19px;line-height:1.78}.brand-story .eyebrow{color:#24150cc2}.story-line{display:inline-flex;align-items:center;gap:14px;margin-top:16px;padding:14px 18px 14px 14px;border-radius:999px;background:#fffdf8bd;box-shadow:0 18px 60px #542c0529;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.story-line img{width:44px;height:44px;border-radius:50%}.story-line strong{font-size:22px}.story-scene{height:640px;border:1px solid rgba(255,255,255,.42);border-radius:42px;background:#fff7eb;box-shadow:0 32px 90px #582f0938;overflow:hidden}.story-scene img{width:100%;height:100%;object-fit:cover;object-position:center 93%}.story-translation{position:absolute;left:22px;right:22px;bottom:22px;margin:0;padding:14px 16px;border-radius:18px;background:#fffdf8c7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.feature-split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1fr);gap:70px;align-items:center}.feature-split.reverse{grid-template-columns:minmax(360px,1fr) minmax(0,.9fr);background:var(--cream)}.feature-split.reverse .copy-block{order:2}.copy-block{max-width:560px}.check-list{display:grid;gap:14px;margin:30px 0 0;padding:0;list-style:none}.check-list li{padding:16px 18px;border:1px solid var(--line);border-radius:18px;background:#ffffffb8;font-weight:680}.phone-stage{width:min(360px,100%);height:720px;justify-self:center;border:10px solid #111;border-radius:46px;background:#fff;box-shadow:var(--shadow);overflow:hidden}.phone-stage img{width:100%;height:100%;object-fit:cover;object-position:top center}.map-stack{position:relative;min-height:720px}.map-main,.map-card{width:min(360px,74%);border:10px solid #111;border-radius:46px;box-shadow:var(--shadow)}.map-main{position:absolute;left:0;top:0}.map-card{position:absolute;right:0;bottom:0}.emotion-section{display:grid;grid-template-columns:minmax(0,.88fr) minmax(420px,1.08fr);align-items:center;gap:70px;padding:110px max(28px,calc((100vw - 1180px)/2));background:radial-gradient(circle at 82% 18%,rgba(255,152,22,.16),transparent 32%),#fffaf2}.emotion-visual{height:700px;background:transparent;box-shadow:none;overflow:hidden}.emotion-visual img{width:100%;height:100%;border-radius:32px;object-fit:cover;object-position:center 18%;box-shadow:var(--shadow)}.health-stack{position:relative;min-height:760px}.health-main,.health-card{border:10px solid #111;border-radius:46px;background:#fff;box-shadow:var(--shadow)}.health-main{width:min(350px,74%);height:720px;object-fit:cover;object-position:top center}.health-card{position:absolute;right:0;bottom:0;width:min(306px,62%);height:628px;object-fit:cover;object-position:center 18%}.metric-row{gap:16px;margin-top:32px}.metric-row div{flex:1;padding:20px;border-radius:22px;background:#fff;box-shadow:0 18px 60px #2a5a781f}.app-wall{background:var(--cream)}.screens{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:18px;align-items:start}.screen-card{border-radius:28px;background:#fbfbfb}.screen-card img{width:100%;height:520px;object-fit:cover;object-position:top center}.product-screen-card img{padding:18px 14px 0;background:linear-gradient(180deg,#fffdf8,#fff2dc);object-fit:contain;object-position:center top}.screen-card figcaption{min-height:72px;display:flex;align-items:center;padding:16px 18px 20px;color:var(--muted);font-weight:650;line-height:1.45}.video-section{background:linear-gradient(135deg,rgba(255,152,22,.12),transparent 40%),#16130f;color:#fff}.video-section .eyebrow,.video-section .section-heading{color:#ffc36f}.video-grid{display:grid;grid-template-columns:1.4fr .86fr;gap:20px}.video-feature{background:#ffffff14;border-color:#ffffff24;box-shadow:none}.video-feature video{width:100%;aspect-ratio:16 / 10;background:#000;object-fit:cover}.video-feature.small video{aspect-ratio:4 / 5}.video-feature div{padding:22px}.video-feature span{color:#ffc36f;font-size:13px;font-weight:760}.credibility{background:var(--cream)}.credibility .section-heading{margin-bottom:32px}.cred-lede{max-width:560px;margin:0;color:var(--muted);font-size:18px;line-height:1.7}.cred-board{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:22px}.cred-media,.cred-trust-card{border-radius:30px;box-shadow:var(--shadow)}.cred-media{position:relative;padding:30px;background:linear-gradient(135deg,#ff851f,#ff9d31);color:#fff;overflow:hidden}.cred-media:before,.cred-media:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:#ffbe8024}.cred-media:before{left:-30px;bottom:-80px}.cred-media:after{right:-40px;top:-80px}.cred-board-head,.cred-logo-grid,.cred-note-list,.cred-trust-grid{position:relative;z-index:1}.cred-board-head p,.cred-trust-card p{margin:0}.cred-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;background:#ffffff2e;color:#fff;font-size:13px;font-weight:760;letter-spacing:.02em;text-transform:uppercase}.cred-board-head p{margin-top:14px;font-size:21px;font-weight:760;line-height:1.45}.cred-logo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:26px}.cred-logo{display:grid;place-items:center;min-height:92px;padding:12px;border-radius:22px;background:#fffffff5;color:#3d2718;font-size:clamp(21px,2vw,28px);font-weight:800;text-align:center}.cred-note-list{display:grid;gap:10px;margin-top:24px}.cred-note-list p{padding:14px 16px;border-radius:18px;background:#ffffff1f;font-size:17px;font-weight:680;line-height:1.5}.cred-trust-grid{display:grid;gap:16px}.cred-trust-card{padding:24px;background:#fff}.cred-icon{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#ff98161f;color:var(--orange-deep);font-size:13px;font-weight:800}.cred-trust-card strong{display:block;margin-top:14px;font-size:24px;line-height:1.2}.cred-trust-card p{margin-top:10px;color:var(--muted);font-size:16px;line-height:1.6}.buy-section{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:22px;align-items:stretch;padding:110px max(28px,calc((100vw - 1180px)/2));background:radial-gradient(circle at 78% 18%,rgba(255,152,22,.18),transparent 30%),linear-gradient(180deg,#fff9ef,#fff4e2)}.buy-copy,.buy-card{border:1px solid rgba(255,255,255,.88);border-radius:32px;background:#fffdf8d1;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.buy-copy{padding:34px}.buy-copy p{max-width:620px}.buy-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:26px}.buy-point{padding:18px 16px;border:1px solid rgba(22,19,15,.08);border-radius:20px;background:#ffffffbd}.buy-point strong,.buy-point span{display:block}.buy-point strong{font-size:18px;line-height:1.25}.buy-point span{margin-top:8px;color:var(--muted);font-size:14px;line-height:1.6}.buy-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.buy-card{display:flex;align-items:stretch;justify-content:stretch;min-height:100%;padding:16px;background:#fffdf8d1}.buy-card img{width:100%;height:100%;border-radius:24px;object-fit:contain;object-position:center}.experience{text-align:center;background:linear-gradient(180deg,#fffdf8,#fff0d8)}.experience-inner{max-width:740px;margin:0 auto}.experience-inner img{width:94px;height:94px;margin:0 auto 24px;border-radius:24px}.float-action{position:fixed;right:28px;bottom:28px;z-index:30;display:grid;place-items:center;grid-template-rows:auto auto;width:96px;height:96px;border:1px solid rgba(255,255,255,.78);border-radius:50%;background:#fffdf8db;box-shadow:0 18px 58px #4b2a0933;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:transform .22s ease,box-shadow .22s ease}.float-action:hover{transform:translateY(-4px);box-shadow:0 24px 70px #4b2a0942}.float-action img{width:52px;height:52px;border-radius:50%}.float-action span{margin-top:-6px;color:var(--ink);font-size:12px;font-weight:780;line-height:1.08;text-align:center}.primary-btn.dark{margin-top:14px;background:var(--orange);color:var(--ink)}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.in-view{opacity:1;transform:translateY(0)}@media (max-width: 940px){.site-header{inset:10px 12px auto;grid-template-columns:auto 1fr auto;left:12px;right:12px}.hero,.feature-split,.feature-split.reverse,.brand-story,.emotion-section,.video-grid,.cred-board,.buy-section{grid-template-columns:1fr}.hero{min-height:auto;padding-top:110px}.feature-split.reverse .copy-block{order:0}.map-stack{min-height:620px}.screens{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.lang-toggle{min-width:48px;min-height:44px;font-size:14px}.site-header{display:grid;grid-template-columns:auto 1fr auto;width:auto;margin:0}.hero,.showcase,.feature-split,.emotion-section,.app-wall,.video-section,.credibility,.buy-section,.experience{padding-left:18px;padding-right:18px}h1{font-size:34px}h2{font-size:26px}.hero-lede,.copy-block p,.experience-inner p{font-size:17px}.floating-stat{position:static;width:auto;margin-top:12px}.strip{grid-template-columns:1fr}.strip div{padding:26px 18px}.landscape-gallery,.screens,.wearing-gallery{grid-template-columns:1fr}.landscape-card,.landscape-card.large{min-height:470px}.landscape-card figcaption{left:14px;right:14px;bottom:14px}.landscape-card figcaption strong{font-size:21px}.brand-story{padding-left:18px;padding-right:18px}.story-scene{height:520px}.story-line{align-items:flex-start;border-radius:24px}.story-line strong{font-size:19px}.phone-stage{height:620px}.map-stack{min-height:760px}.emotion-visual{height:560px}.cred-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.health-stack{min-height:760px}.health-main{width:min(340px,88%)}.health-card{width:min(300px,76%);height:600px}.map-main,.map-card{width:min(340px,88%)}.map-main{left:0}.map-card{right:0}.metric-row{flex-direction:column}.screen-card img{height:540px}.product-screen-card img{padding:14px 12px 0}.buy-copy,.buy-card{padding:24px}.buy-points{grid-template-columns:1fr}.buy-actions{flex-direction:column}.float-action{right:16px;bottom:16px;width:78px;height:78px}.float-action img{width:44px;height:44px}.float-action span{font-size:12px}}.website-page{padding-top:96px;min-height:60vh;background:radial-gradient(circle at 78% 0%,rgba(255,152,22,.14),transparent 36%),linear-gradient(180deg,#fffdf8,#fff7eb 48%,#fffdf8)}.website-page-hero{padding:36px 0 20px;text-align:center}.website-page-hero h1{margin:0 0 10px;font-size:clamp(32px,4vw,48px);line-height:1.1;color:var(--ink, #16130f)}.website-page-hero p{margin:0 auto;max-width:640px;color:var(--muted, #776f66);font-size:16px}.website-page-body{padding:24px 0 72px}.website-card{background:#fffdf8eb;border:1px solid var(--line, rgba(22, 19, 15, .1));border-radius:28px;box-shadow:0 18px 50px #5d361114;padding:28px}.website-page .container{max-width:1080px}.App{min-height:100vh;display:flex;flex-direction:column}.App.website>main{flex:1;padding-top:0}.management-app{min-height:100vh}*,*:before,*:after{box-sizing:border-box}:root{--primary-color: #ff9816;--primary-dark: #e87500;--secondary-color: #ff9816;--text-primary: #16130f;--text-secondary: #776f66;--bg-light: #fff7eb;--bg-white: #fffdf8;--border-color: rgba(22, 19, 15, .1);--shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color-scheme:light}html{scroll-behavior:smooth}body{margin:0;font-family:inherit;color:var(--ink, var(--text-primary));background:var(--paper, var(--bg-white));line-height:normal}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none;color:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.container{padding:0 16px}}
