:root{font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#29332f;background:#e8e3d8;font-synthesis:none;--canvas: #f7f4eb;--surface: #fffdf7;--ink: #29332f;--muted: #78766f;--sage: #78977d;--sage-dark: #526f59;--amber: #d79a3b;--red: #c84d47;--blue: #5f8296;--shadow: 0 14px 34px rgba(126, 111, 84, .16);--soft-shadow: 8px 10px 24px rgba(126, 111, 84, .15), -7px -7px 18px rgba(255, 255, 255, .88)}*{box-sizing:border-box}html,body,#app{min-height:100%;margin:0}body{background:#e8e3d8;overscroll-behavior-y:none}button,input,select{font:inherit}button{color:inherit}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible{outline:3px solid rgba(215,154,59,.6);outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.55}h1,h2,h3,p,figure{margin:0}a{color:inherit;text-decoration:none}.viewport{position:relative;width:min(100%,480px);min-height:100dvh;margin:0 auto;background:var(--canvas);overflow:hidden;box-shadow:0 0 50px #3c372e2e}.app-main{min-height:100dvh}.app-main.has-tabs{padding-bottom:calc(78px + env(safe-area-inset-bottom))}.app-header{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;height:calc(54px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 12px 0;background:#f7f4ebed;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid rgba(100,90,70,.08)}.app-header h1{grid-column:2;text-align:center;font-size:18px}.app-header.transparent{position:absolute;width:100%;background:transparent;border:0;color:#fff}.icon-button{width:44px;height:44px;padding:0;border:0;border-radius:50%;background:#ffffffc4;font-size:36px;line-height:36px}.header-spacer{grid-column:3}.page{min-height:100%;padding:22px 20px 32px}.page-intro{margin:8px 0 24px}.page-intro h2{margin:4px 0 8px;font-size:29px;letter-spacing:-.02em}.page-intro p:last-child{color:var(--muted);font-size:14px;line-height:1.65}.eyebrow{color:var(--sage-dark);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.muted{color:var(--muted)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.primary-button{display:flex;align-items:center;justify-content:center;width:100%;min-height:54px;border:0;border-radius:18px;background:linear-gradient(145deg,#8ba78e,#66856c);box-shadow:0 12px 24px #526f5947,inset 0 1px #ffffffa6;color:#fff;font-weight:800;letter-spacing:.02em}.primary-button:active{transform:scale(.985);box-shadow:inset 4px 5px 12px #32463640}.primary-button.compact{width:auto;min-height:44px;padding:0 20px;border-radius:14px}.text-button{min-width:44px;min-height:44px;padding:0 10px;border:0;background:transparent;color:var(--sage-dark);font-size:13px;font-weight:700}.soft-card{margin-bottom:18px;padding:20px;border-radius:25px;background:#f1eee5;box-shadow:var(--soft-shadow),inset -5px -5px 12px #fffc,inset 5px 6px 12px #96826414}.soft-card h3{margin-bottom:16px;font-size:17px}.badge{display:inline-flex;align-items:center;justify-content:center;min-width:44px;padding:5px 9px;border-radius:99px;font-size:11px;font-style:normal;font-weight:800;white-space:nowrap}.badge.safe{color:#41664b;background:#e2eee3}.badge.warning{color:#8b5c18;background:#fff0d4}.badge.danger{color:#953630;background:#fde3df}.notice{margin:14px 0;padding:14px 16px;border-radius:15px;background:#eef4ef;font-size:13px;line-height:1.55}.warning-notice{background:#fff2db;color:#714e1b}.empty-state{display:flex;min-height:66dvh;flex-direction:column;align-items:center;justify-content:center;gap:11px;text-align:center}.empty-state>span{font-size:48px}.empty-state p{max-width:300px;color:var(--muted);line-height:1.6}.compact-empty{min-height:250px}.section-head{display:flex;align-items:center;justify-content:space-between;margin:25px 0 14px}.section-head h2{font-size:20px}.section-head button{min-height:44px;border:0;background:transparent;color:var(--sage-dark);font-weight:700}.toast{position:fixed;z-index:100;bottom:calc(92px + env(safe-area-inset-bottom));left:50%;max-width:min(360px,calc(100vw - 40px));padding:12px 18px;border-radius:14px;transform:translate(-50%);background:#232a26eb;box-shadow:0 12px 30px #0000003d;color:#fff;font-size:14px;text-align:center}.toast-enter-active,.toast-leave-active{transition:.2s}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(-50%,8px)}.bottom-nav{position:fixed;z-index:40;bottom:0;left:50%;display:grid;grid-template-columns:repeat(3,1fr);width:min(100%,480px);height:calc(72px + env(safe-area-inset-bottom));padding:7px 16px env(safe-area-inset-bottom);transform:translate(-50%);background:#fffdf7f2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 -6px 22px #5a4b371a}.bottom-nav a{display:flex;min-height:58px;flex-direction:column;align-items:center;justify-content:center;gap:2px;border-radius:18px;color:#89877f;font-size:11px;font-weight:700}.bottom-nav a.active{color:var(--ink);background:#f2efe6;box-shadow:inset 3px 4px 9px #82735a1a}.bottom-nav img{width:29px;height:29px;border-radius:9px;object-fit:cover;mix-blend-mode:multiply}.login-page{position:relative;display:flex;min-height:100dvh;flex-direction:column;padding:calc(28px + env(safe-area-inset-top)) 22px calc(20px + env(safe-area-inset-bottom));overflow:hidden;background:radial-gradient(circle at 15% 20%,#fffbe9 0,transparent 36%),linear-gradient(165deg,#f6f1e5,#e8eddf)}.brand-block{position:relative;z-index:1;text-align:center}.brand-block h1{font-size:46px;letter-spacing:.12em;text-shadow:0 4px 0 white,0 8px 16px rgba(100,88,60,.16)}.brand-block h1 span{font-size:22px}.brand-block p{margin-top:5px;color:#647267;font-size:13px;letter-spacing:.18em}.welcome-art{position:relative;flex:1;min-height:260px;margin:-8px -42px -34px}.welcome-art:after{position:absolute;right:8%;bottom:12%;left:8%;height:35px;content:"";border-radius:50%;background:#58613f2b;filter:blur(18px)}.welcome-art img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 20px rgba(100,85,60,.15))}.login-panel{position:relative;z-index:2;padding:24px 20px 18px;border:1px solid rgba(255,255,255,.58);border-radius:28px;background:#fffdf7bd;box-shadow:0 22px 40px #695f4629;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.login-panel h2{margin:4px 0 6px;font-size:25px}.login-panel>p:not(.eyebrow,.form-error,.local-note){color:var(--muted);font-size:13px}.login-button{margin-top:20px;gap:9px}.agreement-row{display:flex;align-items:flex-start;gap:8px;margin-top:15px;font-size:11px;line-height:1.6}.agreement-row input{width:18px;height:18px;margin:1px 0 0;accent-color:var(--sage)}.agreement-row button{padding:0;border:0;background:none;color:var(--sage-dark);font-size:inherit}.form-error{margin-top:8px;color:var(--red);font-size:12px}.local-note{margin-top:12px;color:var(--muted);font-size:11px;text-align:center}.modal-backdrop{position:fixed;z-index:120;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:22px;background:#23241f73;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-card{width:min(100%,380px);padding:24px;border-radius:24px;background:var(--surface);box-shadow:0 30px 70px #00000040}.modal-card h3{font-size:21px}.modal-card p{margin:14px 0 20px;color:#555b57;font-size:14px;line-height:1.8}.onboarding-page{padding-top:calc(48px + env(safe-area-inset-top))}.option-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.profile-option{position:relative;display:flex;min-height:94px;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:0;border-radius:20px;background:#e9e6dc;box-shadow:inset -4px -4px 8px #fffc,inset 4px 5px 9px #82735a1a}.profile-option span{font-size:28px}.profile-option b{font-size:14px}.profile-option i{position:absolute;top:8px;right:9px;width:21px;height:21px;border-radius:50%;background:var(--sage);color:#fff;font-size:12px;font-style:normal;line-height:21px}.profile-option.selected{background:#dfe9df;box-shadow:0 8px 18px #607e6629,inset 0 0 0 2px #78977d80}.profile-option:disabled{opacity:.75}.home-page{padding-top:12px}.home-tools{display:flex;justify-content:flex-end;margin:-8px -4px 3px}.peace-hero{position:relative;min-height:248px;padding:24px 155px 20px 22px;border-radius:31px;background:linear-gradient(145deg,#edf1e6,#dce7d7);box-shadow:var(--soft-shadow),inset -8px -8px 20px #ffffffb8,inset 7px 8px 18px #68826a1a;overflow:hidden}.peace-hero.status-watch{background:linear-gradient(145deg,#fff4dd,#f0e0bf)}.peace-hero.status-danger{background:linear-gradient(145deg,#fae9e2,#edcbc4)}.peace-hero h2{margin:7px 0 9px;font-size:24px;line-height:1.3}.peace-hero>div>p:last-child{color:#5e655f;font-size:13px;line-height:1.55}.peace-hero .ip-agent{position:absolute;right:-24px;top:7px;width:190px}.peace-hero .ip-agent figcaption{display:none}.peace-hero .score-ring{position:absolute;right:20px;bottom:17px}.score-ring{--score: 360deg;display:grid;width:96px;height:96px;place-items:center;border-radius:50%;background:conic-gradient(var(--sage) var(--score),rgba(255,255,255,.58) 0);box-shadow:0 12px 22px #505a462b}.score-ring:before{position:absolute;width:78px;height:78px;content:"";border-radius:50%;background:#f8f5ec;box-shadow:inset 2px 3px 7px #645a461c}.score-ring>div{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.score-ring strong{font-family:DIN Alternate,system-ui;font-size:33px;line-height:1}.score-ring span{margin-top:3px;font-size:10px;font-weight:800}.ip-agent{display:flex;flex-direction:column;align-items:center}.ip-agent img{display:block;width:100%;object-fit:contain;filter:drop-shadow(0 12px 13px rgba(80,70,55,.13))}.ip-agent figcaption{max-width:290px;color:var(--muted);font-size:13px;text-align:center}.ip-small{width:100px}.ip-medium{width:170px}.ip-large{width:260px;margin:0 auto}.scan-hero-button{display:grid;grid-template-columns:78px 1fr 24px;align-items:center;width:100%;min-height:102px;margin:22px 0 14px;padding:12px 17px 12px 12px;border:0;border-radius:28px;background:#f1eee4;box-shadow:var(--soft-shadow);text-align:left}.scan-hero-button:active{transform:scale(.985)}.scan-hero-button img{width:72px;height:72px;border-radius:22px;mix-blend-mode:multiply}.scan-hero-button span{display:flex;flex-direction:column;gap:5px}.scan-hero-button b{font-size:23px}.scan-hero-button small{color:var(--muted)}.scan-hero-button i{font-size:28px;font-style:normal}.quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quick-actions button{display:grid;grid-template-columns:38px 1fr;min-height:78px;align-items:center;padding:13px;border:0;border-radius:19px;background:var(--surface);box-shadow:0 7px 17px #645a4617;text-align:left}.quick-actions span{grid-row:span 2;font-size:25px}.quick-actions b{font-size:14px}.quick-actions small{color:var(--muted);font-size:10px}.space-stack{display:flex;flex-direction:column;gap:10px}.space-stack button{display:grid;grid-template-columns:58px 1fr auto;align-items:center;min-height:76px;padding:9px 13px;border:0;border-radius:20px;background:#fffdf7cc;text-align:left}.space-stack img{width:55px;height:55px;border-radius:18px;object-fit:cover;mix-blend-mode:multiply}.space-stack span{display:flex;flex-direction:column;gap:4px;padding-left:10px}.space-stack small{color:var(--muted)}.space-stack i{padding:5px 8px;border-radius:99px;font-size:10px;font-style:normal;font-weight:800}.safe-dot{color:#436849;background:#e1eddf}.watch-dot{color:#8b5c18;background:#ffebc7}.archive-grid{display:flex;flex-direction:column;gap:15px;margin-bottom:22px}.space-card{border-radius:24px;background:var(--surface);box-shadow:0 10px 24px #6e5f461a;overflow:hidden}.space-card-main{display:grid;grid-template-columns:72px 1fr auto;align-items:center;width:100%;min-height:105px;padding:14px 16px;border:0;background:transparent;text-align:left}.space-card-main img{width:68px;height:68px;border-radius:22px;object-fit:cover;mix-blend-mode:multiply}.space-card-main h3{font-size:20px}.space-card-main p{margin-top:5px;color:var(--muted);font-size:12px}.quick-scan{width:100%;min-height:44px;border:0;border-top:1px solid #eee9df;background:#f7f4ec;color:var(--sage-dark);font-size:13px;font-weight:700}.space-hero-card{display:grid;grid-template-columns:1fr auto;gap:8px;padding:22px;border-radius:25px;background:linear-gradient(145deg,#f0eee5,#e5eadf);box-shadow:var(--soft-shadow)}.space-hero-card h2{margin-top:4px;font-size:28px}.space-hero-card>span{align-self:center;padding:7px 10px;border-radius:99px;background:var(--surface);font-size:11px;font-weight:800}.space-hero-card>p{grid-column:1/-1;color:var(--muted);font-size:12px;line-height:1.6}.risk-banner{display:flex;width:100%;min-height:130px;flex-direction:column;align-items:flex-start;gap:6px;margin-top:18px;padding:18px;border:0;border-radius:20px;text-align:left}.risk-banner.danger{border:1px solid #e0a19b;background:#fbe8e4}.risk-banner.suspected{border:1px solid #e4c18b;background:#fff2db}.risk-banner span{font-size:11px;font-weight:900}.risk-banner b{font-size:18px}.risk-banner small{color:#615b55;line-height:1.5}.risk-banner i{align-self:flex-end;font-style:normal;font-weight:800}.item-list{display:flex;flex-direction:column;gap:11px}.item-list>button{display:grid;grid-template-columns:75px 1fr auto;min-height:94px;align-items:center;width:100%;padding:10px;border:0;border-radius:20px;background:var(--surface);box-shadow:0 7px 18px #6e5f4614;text-align:left}.item-thumb{position:relative;width:72px;height:72px;border-radius:16px;background:#f0ede4;overflow:hidden}.item-thumb img{width:100%;height:100%;object-fit:cover}.item-thumb em{position:absolute;right:4px;bottom:4px;padding:2px 5px;border-radius:7px;background:#27322dd1;color:#fff;font-size:9px;font-style:normal}.item-list>button>span{display:flex;min-width:0;flex-direction:column;gap:6px;padding:0 11px}.item-list small{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:11px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.guardian-hero{position:relative;min-height:260px;padding:24px 125px 57px 21px;border-radius:28px;background:#e4ecdf;box-shadow:var(--soft-shadow);overflow:hidden}.guardian-hero.status-watch{background:#f5e6c9}.guardian-hero.status-danger{background:#efd7d1}.guardian-hero h2{margin:6px 0 9px;font-size:24px}.guardian-hero>div>p:last-child{color:var(--muted);font-size:12px;line-height:1.5}.guardian-hero .score-ring{position:absolute;right:22px;top:24px}.guardian-hero .ip-agent{position:absolute;right:12px;bottom:38px}.guardian-hero .ip-agent figcaption{display:none}.score-breakdown{position:absolute;right:15px;bottom:13px;left:15px;display:flex;justify-content:space-around;padding-top:10px;border-top:1px solid rgba(60,70,55,.12);font-size:10px;font-weight:700}.guardian-page .warning-notice{display:flex;align-items:center;gap:12px}.guardian-page .warning-notice p{flex:1;font-size:12px}.guardian-page .warning-notice button{min-height:44px;padding:0 11px;border:0;border-radius:12px;background:#d79a3b;color:#fff;font-size:12px;font-weight:800}.risk-list{display:flex;flex-direction:column;gap:13px}.risk-card{padding:18px;border:1px solid transparent;border-radius:20px;background:var(--surface);box-shadow:0 7px 18px #645a4617}.risk-card.risk-high{border-color:#e9b5af;background:#fff6f3}.risk-card.risk-suspected{border-color:#ead0a5;background:#fffbf1}.risk-card-head{display:flex;align-items:center;justify-content:space-between}.risk-tag{padding:4px 8px;border-radius:8px;background:#f4dfdb;color:#963d36;font-size:10px;font-weight:900}.risk-card h3{margin:12px 0 7px;font-size:18px}.risk-card p{color:#5f625e;font-size:13px;line-height:1.6}.risk-card .muted{margin-top:6px;font-size:11px}.action-callout{margin:13px 0;padding:11px 13px;border-radius:12px;background:#f3efe6;font-size:13px;line-height:1.45}.bonus-panel{margin-top:20px;padding:18px;border-radius:20px;background:#e5eee3}.bonus-panel h3{margin-bottom:10px}.bonus-panel p{display:flex;justify-content:space-between;padding:5px 0;color:#48604d;font-size:12px}.scan-page{padding-top:32px}.mode-list{display:flex;flex-direction:column;gap:13px}.mode-card{display:grid;grid-template-columns:55px 1fr 26px;align-items:center;width:100%;min-height:112px;padding:16px;border:2px solid transparent;border-radius:24px;background:#eeebe2;text-align:left}.mode-card.active{border-color:#94ad98;background:#e5ede2;box-shadow:0 10px 24px #58745c24}.mode-card.emergency.active{border-color:#d98d85;background:#f9e6e1}.mode-card>span{font-size:31px}.mode-card h3{font-size:17px}.mode-card h3 em{padding:3px 6px;border-radius:7px;background:var(--sage);color:#fff;font-size:9px;font-style:normal;vertical-align:2px}.mode-card p{margin-top:7px;color:var(--muted);font-size:11px;line-height:1.5}.mode-card>i{display:grid;width:23px;height:23px;place-items:center;border:2px solid #b5b1a8;border-radius:50%;color:#fff;font-size:12px;font-style:normal}.mode-card.active>i{border-color:var(--sage);background:var(--sage)}.scan-launch{display:flex;align-items:center;justify-content:center;width:100%;min-height:86px;gap:11px;margin-top:28px;border:0;border-radius:26px;background:#e7e5db;box-shadow:var(--soft-shadow);font-size:17px;font-weight:800}.scan-launch img{width:63px;height:63px;border-radius:20px;mix-blend-mode:multiply}.privacy-hint{margin-top:17px;color:var(--muted);font-size:11px;line-height:1.6;text-align:center}.scan-result-page{padding-top:68px}.scanning-state{display:flex;min-height:70dvh;flex-direction:column;align-items:center;justify-content:center;text-align:center}.scanning-state h2{margin:10px 0 6px}.scanning-state p{color:var(--muted)}.loader-bar{width:220px;height:5px;margin-top:24px;border-radius:5px;background:#d9ddd4;overflow:hidden}.loader-bar:after{display:block;width:45%;height:100%;content:"";border-radius:inherit;background:var(--sage);animation:loader 1.2s ease-in-out infinite}@keyframes loader{0%{transform:translate(-100%)}to{transform:translate(240%)}}.demo-banner{margin-bottom:15px;padding:16px;border:1px solid #e3bb7e;border-radius:17px;background:#fff2d8}.demo-banner div{display:flex;align-items:center;gap:8px}.demo-banner div b{padding:4px 7px;border-radius:7px;background:#d48e2c;color:#fff;font-size:10px}.demo-banner strong{font-size:14px}.demo-banner p{margin:8px 0;font-size:12px;line-height:1.5}.demo-banner small{display:block;color:#7b5b2e}.demo-banner button{min-height:44px;margin-top:8px;padding:0;border:0;background:transparent;color:#80571b;font-weight:800}.result-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.result-topline label{display:flex;align-items:center;gap:6px;padding:8px 10px;border-radius:12px;background:var(--surface);font-size:11px}.result-topline select{max-width:120px;border:0;background:transparent;color:var(--ink);font-weight:800}.result-topline>span{color:var(--muted);font-size:10px;text-align:right}.scene-frame{position:relative;width:100%;min-height:190px;max-height:420px;border-radius:22px;background:#262a27;overflow:hidden}.scene-frame>img{display:block;width:100%;max-height:420px;object-fit:contain}.scene-frame.empty{display:grid;place-items:center;padding:30px;background:#e9e5dc}.scene-frame.empty p{max-width:260px;color:var(--muted);font-size:12px;line-height:1.6;text-align:center}.detection-box{position:absolute;border:2px solid #80b28a}.detection-box.danger{border-color:#ee5c53}.detection-box.warning{border-color:#e5a23e}.detection-box.confirm{border-color:#e5a23e;border-style:dashed}.detection-box span{position:absolute;top:-20px;left:-2px;padding:2px 5px;background:currentColor;color:#fff;font-size:9px}.scan-risk-card{margin-top:14px;padding:17px;border:1px solid #e2b1aa;border-radius:20px;background:#fff2ef}.scan-risk-card.suspected{border-color:#e4c18a;background:#fff6e5}.scan-risk-card>div:first-child{display:flex;align-items:center;justify-content:space-between}.scan-risk-card>div:first-child span{padding:4px 7px;border-radius:7px;background:var(--red);color:#fff;font-size:10px;font-weight:900}.scan-risk-card.suspected>div:first-child span{background:var(--amber)}.scan-risk-card em{font-size:10px;font-style:normal;font-weight:800}.scan-risk-card h3{margin:10px 0;font-size:18px}.scan-risk-card>p{padding:10px;border-radius:11px;background:#ffffffb3;font-size:12px;line-height:1.55}.collision{display:flex;align-items:center;justify-content:center;gap:18px;margin:12px 0}.collision figure{width:75px;text-align:center}.collision img{width:68px;height:68px;border-radius:18px;object-fit:cover;mix-blend-mode:multiply}.collision figcaption{margin-top:4px;font-size:10px}.collision>b{display:grid;width:35px;height:35px;place-items:center;border-radius:50%;background:var(--red);color:#fff;font-size:22px}.detected-grid{display:flex;flex-direction:column;gap:10px}.detected-grid button{position:relative;display:grid;grid-template-columns:65px 1fr;align-items:center;width:100%;min-height:81px;padding:8px 12px;border:2px solid transparent;border-radius:17px;background:var(--surface);text-align:left}.detected-grid button.selected{border-color:var(--sage);background:#edf4eb}.detected-grid button>i{position:absolute;top:7px;right:8px;display:grid;width:21px;height:21px;place-items:center;border-radius:50%;background:var(--sage);color:#fff;font-size:11px;font-style:normal}.detected-grid img{width:61px;height:61px;border-radius:15px;object-fit:cover;mix-blend-mode:multiply}.detected-grid button>span{display:flex;flex-direction:column;gap:7px;padding-left:9px}.detected-grid small{color:var(--sage-dark)}.detected-grid small.warning{color:#9c681e}.save-panel{margin:20px -20px -32px;padding:16px 20px calc(24px + env(safe-area-inset-bottom));background:var(--surface);box-shadow:0 -8px 24px #645a4617}.save-panel p{margin-bottom:10px;color:var(--muted);font-size:11px}.filing-overlay{position:fixed;z-index:90;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:25px;background:#2d2b25a6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.filing-overlay>div{display:flex;width:min(100%,330px);min-height:390px;flex-direction:column;align-items:center;justify-content:center;padding:30px;border-radius:8px 8px 28px 28px;background:#f3ead7;box-shadow:0 35px 70px #0000004d;text-align:center}.filing-overlay p{color:#8f8068;font-size:11px;letter-spacing:.18em}.filing-overlay h2{margin:16px 0 28px;font-size:25px}.filing-overlay span{display:grid;width:90px;height:90px;place-items:center;border-radius:50%;background:#a93e38;box-shadow:0 12px 24px #7828234d,inset 5px 6px 12px #ffffff40;color:#f7dac1;font-family:serif;font-size:42px}.filing-overlay strong{margin-top:15px}.filing-overlay small{margin-top:14px;color:#7f4d3e;line-height:1.5}.emergency-page{min-height:100dvh;padding-top:calc(74px + env(safe-area-inset-top));background:#181615;color:#f9f5eb}.emergency-hero{display:grid;grid-template-columns:1fr 150px;min-height:190px;align-items:center}.emergency-hero p{color:#f29d92;font-size:11px;font-weight:900}.emergency-hero h2{margin:8px 0;font-size:27px;line-height:1.3}.emergency-hero span{color:#bcb6ae;font-size:12px}.emergency-hero img{width:170px;margin-left:-20px}.guide-pills{display:flex;gap:8px;margin:8px -20px 20px;padding:0 20px 8px;overflow-x:auto;scrollbar-width:none}.guide-pills button{display:flex;min-width:78px;min-height:74px;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:1px solid #3c3935;border-radius:17px;background:#272421;color:#ddd7cf}.guide-pills button.active{border-color:#f08276;background:#4a2825;color:#fff}.guide-pills b{display:grid;width:29px;height:29px;place-items:center;border-radius:50%;background:#403c37}.guide-pills span{font-size:10px;white-space:nowrap}.protocol-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}.protocol-head span{padding:5px 8px;border-radius:8px;background:#a83e38;font-size:10px;font-weight:900}.protocol-head span.risk-medium{background:#9e6d25}.protocol-head h2{font-size:19px}.emergency-steps{display:flex;flex-direction:column;gap:11px}.emergency-steps article{padding:17px;border-radius:19px;color:#222722}.emergency-steps .step-green{background:#dceadb}.emergency-steps .step-blue{background:#dce7eb}.emergency-steps .step-red{background:#f1d8d3}.emergency-steps h3{display:flex;align-items:center;gap:8px;margin-bottom:10px}.emergency-steps h3 b{display:grid;width:27px;height:27px;place-items:center;border-radius:50%;background:#fff;font-size:13px}.emergency-steps p{margin:5px 0;font-size:13px;font-weight:600;line-height:1.55}.hotline-actions{display:flex;flex-direction:column;gap:10px;margin-top:18px}.hotline-actions button{min-height:58px;border:0;border-radius:17px;background:#c8453e;color:#fff;font-weight:800}.hotline-actions button:last-child{background:#37332f}.emergency-disclaimer{margin:16px 0;color:#aaa49c;font-size:10px;line-height:1.6;text-align:center}.knowledge-list{display:flex;flex-direction:column;gap:17px}.knowledge-list article{padding:21px;border-radius:24px;background:var(--surface);box-shadow:var(--shadow)}.knowledge-list article>div{display:flex;align-items:center;gap:8px}.knowledge-list article>div span{font-size:25px}.knowledge-list article em{color:var(--sage-dark);font-size:10px;font-style:normal;font-weight:800}.knowledge-list h2{margin:14px 0;font-size:20px;line-height:1.4}.knowledge-list ul{margin:0;padding-left:19px;color:#555b57}.knowledge-list li{margin:8px 0;font-size:12px;line-height:1.55}.knowledge-list button{width:100%;min-height:48px;margin-top:15px;border:0;border-radius:14px;background:#e5eee3;color:var(--sage-dark);font-weight:800}.item-card-page{padding-top:73px;background:#f6f1e5}.identity-hero{position:relative;display:grid;min-height:185px;grid-template-columns:1fr 100px;padding:23px;border-radius:28px 28px 15px 15px;background:linear-gradient(145deg,#ebe6d8,#dce5d7);box-shadow:var(--soft-shadow);overflow:hidden}.identity-hero h2{margin:7px 0;font-size:27px}.identity-hero>div>span{color:var(--muted);font-size:11px}.identity-hero .grade-badge{position:absolute;top:18px;right:23px;display:grid;width:65px;height:65px;place-items:center;border-radius:43% 57% 47% 53%;background:#f1e8cf;box-shadow:inset -6px -7px 10px #917d5a2b,inset 5px 5px 10px #fff;font-size:31px;font-weight:900}.identity-hero .ip-agent{position:absolute;right:2px;bottom:-23px}.identity-hero .ip-agent figcaption{display:none}.identity-photo{position:relative;width:84%;height:245px;margin:-20px auto 17px;border:12px solid #ebe4d3;border-radius:110px 110px 24px 24px;background:#f0ece1;box-shadow:0 14px 28px #695a4129,inset 0 0 35px #695a411a;overflow:hidden}.identity-photo img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.identity-photo span{position:absolute;right:50%;bottom:10px;padding:5px 9px;border-radius:99px;transform:translate(50%);background:#2a332fcc;color:#fff;font-size:9px;white-space:nowrap}.pending-banner{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px;padding:14px;border-radius:15px;background:#fff0d3;color:#7e571e;font-size:12px}.pending-banner button{min-height:44px;border:0;background:transparent;color:inherit;font-weight:800}.identity-key{padding:20px;border:1px solid #e5aaa3;border-radius:22px;background:#fff0ed}.identity-key.guidance{border-color:#bad0bc;background:#edf4ea}.identity-key>p{color:var(--red);font-size:10px;font-weight:900;letter-spacing:.08em}.identity-key h3{margin:10px 0;font-size:20px;line-height:1.45}.identity-collision{position:relative;display:flex;align-items:center;justify-content:center;gap:20px;margin-top:17px;padding-bottom:40px}.identity-collision figure{width:92px;text-align:center}.identity-collision figure img{width:78px;height:78px;border-radius:22px;object-fit:cover;mix-blend-mode:multiply}.identity-collision figcaption{margin-top:4px;font-size:10px}.identity-collision>b{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:var(--red);color:#fff;font-size:23px}.identity-collision>p{position:absolute;bottom:0;max-width:90%;padding:6px 9px;border-radius:8px;background:#c84d471f;color:#8f352f;font-size:10px}.identity-section{margin-top:15px;padding:18px;border-radius:20px;background:var(--surface);box-shadow:0 7px 17px #645a4614}.identity-section>h3{margin-bottom:13px;font-size:16px}.family-tip-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.family-tip-grid article{padding:12px;border-radius:14px;background:#f2efe7}.family-tip-grid b{font-size:12px}.family-tip-grid p{margin:7px 0;color:#5e625e;font-size:11px;line-height:1.5}.family-tip-grid small{color:var(--sage-dark);font-weight:800}.storage-pills{display:flex;flex-wrap:wrap;gap:8px}.storage-pills span{padding:8px 10px;border-radius:10px;background:#e8f0e5;color:#47644c;font-size:11px}.date-row,.record-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.date-row>span,.record-row span,.date-row>label{display:flex;flex-direction:column;gap:4px}.date-row input[type=date]{min-height:44px;padding:0 10px;border:1px solid #cfd8cb;border-radius:12px;background:var(--surface);color:var(--ink);font-family:inherit;font-size:14px}.date-confirm{display:flex;flex-direction:column;gap:9px}.date-confirm label{display:flex;flex-direction:column;gap:4px}.date-confirm input[type=date]{min-height:44px;padding:0 10px;border:1px solid #cfd8cb;border-radius:12px;background:var(--surface);color:var(--ink);font-family:inherit;font-size:14px}.date-confirm input[type=date]:disabled{opacity:.55}.date-hint{margin-top:9px;color:var(--muted);font-size:11px;line-height:1.5}.date-hint.expired{color:#963d36;font-weight:700}.date-row small,.record-row small{color:var(--muted);font-size:10px}.date-row button{min-height:44px;padding:0 12px;border:1px solid #b8cbb9;border-radius:12px;background:#edf4eb;color:#49634e;font-size:11px;font-weight:800}.date-row button.active{border-color:var(--sage);background:var(--sage);color:#fff}.record-row span:last-child{text-align:right}.record-row b{font-size:12px}.disposal-section{border:1px solid #e6d6b8}.disposal-guide+.disposal-guide{margin-top:15px;padding-top:15px;border-top:1px solid rgba(60,70,55,.1)}.disposal-guide>b{font-size:14px}.disposal-guide ol{margin:10px 0 0;padding-left:19px}.disposal-guide li{margin-bottom:6px;color:#4f5450;font-size:13px;line-height:1.55}.disposal-avoid{margin-top:11px;padding:10px 12px;border-radius:12px;background:#fdf1ee;color:#963d36;font-size:12px;line-height:1.55}.disposal-avoid b{display:block;margin-bottom:4px;font-weight:800}.disposal-avoid p{margin-top:3px;color:#963d36}.evidence-fold{margin-top:10px}.evidence-fold summary{min-height:24px;color:var(--muted);font-size:11px;cursor:pointer}.evidence-fold p{margin-top:6px;color:var(--muted);font-size:10px;letter-spacing:.02em}.risk-card-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.risk-disposal-link{display:inline-flex;align-items:center;min-height:44px;padding:0 13px;border:1px solid #cfd8cb;border-radius:12px;background:var(--surface);color:#49634e;font-size:12px;font-weight:800}@media(max-width:360px){.page{padding-right:16px;padding-left:16px}.peace-hero{padding-right:132px}.peace-hero .ip-agent{width:165px}.quick-actions,.family-tip-grid{grid-template-columns:1fr}.emergency-hero{grid-template-columns:1fr 125px}.emergency-hero img{width:145px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
