﻿@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700;800&display=swap');
:root{--ink:#10213f;--muted:#657391;--line:#e4eaf3;--blue:#3157d5;--purple:#6d55d9;--soft:#f4f7fc;--teal:#0b7a75;--shadow:0 18px 45px rgba(28,52,100,.1)}*{box-sizing:border-box}body{margin:0;font-family:'DM Sans','Noto Sans SC',sans-serif;color:var(--ink);background:#fff}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0}.container{width:min(1160px,calc(100% - 48px));margin:auto}.topbar{border-bottom:1px solid var(--line);background:#fff}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.04em;font-size:20px}.brand-mark{width:34px;height:34px;border-radius:11px;background:linear-gradient(135deg,#3157d5,#8068f0);display:grid;place-items:center;color:#fff;font-weight:800;box-shadow:0 8px 20px #3157d544}.nav-links{display:flex;align-items:center;gap:28px;color:#5a6782;font-size:14px}.nav-links a{color:inherit;text-decoration:none}.nav-links a:hover{color:var(--blue)}.nav-actions{display:flex;align-items:center;gap:11px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;padding:12px 18px;font-size:14px;font-weight:700;text-decoration:none;transition:.2s}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 10px 20px #3157d52c}.btn-primary:hover{transform:translateY(-2px);background:#2447bd}.btn-soft{background:#eef2ff;color:var(--blue)}.btn-outline{border:1px solid var(--line);color:var(--ink);background:#fff}.btn-outline:hover,.btn-soft:hover{border-color:#b8c6f4}.mobile-toggle{display:none;background:none;font-size:24px;color:var(--ink)}.hero{background:radial-gradient(circle at 83% 20%,#dfe5ff 0,transparent 30%),linear-gradient(135deg,#f8faff 0%,#f1f6ff 100%);padding:86px 0 72px;border-bottom:1px solid #edf1f7}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center}.eyebrow{font-size:12px;letter-spacing:.18em;color:var(--blue);font-weight:800}.hero h1{font-size:clamp(38px,5vw,68px);line-height:1.08;letter-spacing:-.065em;margin:18px 0 20px;max-width:680px}.hero h1 span{color:var(--blue)}.hero p{font-size:18px;color:var(--muted);line-height:1.8;max-width:600px;margin:0 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-note{font-size:12px!important;margin-top:18px!important;color:#8793aa!important}.hero-art{position:relative;min-height:390px}.orb{position:absolute;border-radius:50%;filter:blur(0);}.orb.a{width:270px;height:270px;background:#d7defe;right:20px;top:25px}.orb.b{width:160px;height:160px;background:#cceeea;left:18px;bottom:15px}.panel{position:absolute;right:0;top:45px;width:390px;background:#fff;border:1px solid #e3e8f7;border-radius:22px;padding:24px;box-shadow:var(--shadow);z-index:2}.panel-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.tiny-label{color:#8b97ad;font-size:12px}.live{display:inline-flex;align-items:center;gap:5px;color:#148b7e;font-size:11px;font-weight:700}.live:before{content:'';width:6px;height:6px;background:#20b594;border-radius:50%}.metric{display:flex;justify-content:space-between;align-items:end;margin-bottom:16px}.metric strong{font-size:34px;letter-spacing:-.05em}.metric small{color:#27a18b;font-weight:700}.chart{height:110px;background:linear-gradient(180deg,#eef2ff,transparent);border-radius:14px;position:relative;overflow:hidden}.chart svg{width:100%;height:100%}.signal-list{display:flex;gap:9px;margin-top:16px}.signal{flex:1;border:1px solid var(--line);border-radius:12px;padding:12px}.signal b{display:block;font-size:13px}.signal span{font-size:11px;color:var(--muted)}.section{padding:78px 0}.section.soft{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}.section-head h2{font-size:32px;letter-spacing:-.05em;margin:8px 0}.section-head p{color:var(--muted);margin:0;line-height:1.7}.text-link{color:var(--blue);text-decoration:none;font-weight:700;font-size:14px;white-space:nowrap}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.category-card{border:1px solid var(--line);border-radius:15px;padding:20px;background:#fff;min-height:155px;transition:.2s}.category-card:hover{box-shadow:var(--shadow);transform:translateY(-3px);border-color:#c7d1f8}.category-icon{width:40px;height:40px;border-radius:12px;background:#eef2ff;color:var(--blue);display:grid;place-items:center;font-size:21px;font-weight:800}.category-card h3{font-size:15px;margin:17px 0 7px}.category-card p{font-size:12px;color:var(--muted);line-height:1.6;margin:0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:17px;padding:20px;background:#fff;display:flex;flex-direction:column;min-height:340px;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-head{display:flex;justify-content:space-between;gap:12px}.product-brand{width:44px;height:44px;border-radius:13px;color:#fff;display:grid;place-items:center;font-weight:800}.product-type{font-size:12px;color:var(--muted);margin:4px 0}.product-card h3{font-size:18px;margin:4px 0}.badge{font-size:11px;border-radius:999px;padding:5px 8px;background:#eef2ff;color:var(--blue);font-weight:700;white-space:nowrap;height:max-content}.badge.orange{background:#fff1eb;color:#cb6748}.product-desc{color:var(--muted);font-size:13px;line-height:1.65;margin:16px 0}.tags{display:flex;gap:6px;flex-wrap:wrap}.tag{border:1px solid var(--line);color:#71809b;padding:5px 8px;border-radius:7px;font-size:11px}.product-bottom{display:flex;align-items:end;justify-content:space-between;margin-top:auto;padding-top:20px}.price{font-size:17px;font-weight:800}.price small{display:block;font-size:11px;color:var(--muted);font-weight:400;margin-top:4px}.card-actions{display:flex;gap:7px}.card-actions .btn{padding:9px 11px;font-size:12px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.trust-item{padding:24px;background:#fff;border:1px solid var(--line);border-radius:15px}.trust-item b{display:block;font-size:15px;margin:15px 0 8px}.trust-item p{font-size:13px;color:var(--muted);line-height:1.7;margin:0}.trust-icon{font-size:22px;color:var(--blue)}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}.article-cover{height:130px;background:linear-gradient(135deg,#dce5ff,#eef2ff);padding:20px;display:flex;align-items:end}.article-cover span{font-size:12px;color:var(--blue);font-weight:800}.article-body{padding:19px}.article-meta{font-size:11px;color:#8b97ad}.article-card h3{font-size:16px;line-height:1.45;margin:10px 0}.article-card p{font-size:12px;color:var(--muted);line-height:1.65;margin:0}.faq-list{max-width:830px;margin:auto}.faq{border-bottom:1px solid var(--line);padding:20px 0}.faq button{width:100%;display:flex;justify-content:space-between;background:none;color:var(--ink);font-weight:700;text-align:left;padding:0}.faq-answer{display:none;color:var(--muted);font-size:14px;line-height:1.8;margin-top:13px;padding-right:40px}.faq.open .faq-answer{display:block}.cta{padding:50px;border-radius:22px;background:linear-gradient(135deg,#253fa8,#6a53d8);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{font-size:30px;letter-spacing:-.05em;margin:0 0 10px}.cta p{margin:0;color:#d9e2ff}.cta .btn{background:#fff;color:#2f4dc4}.footer{padding:34px 0;border-top:1px solid var(--line);color:#7b87a0;font-size:12px}.footer-inner{display:flex;justify-content:space-between;gap:20px}.modal{position:fixed;inset:0;background:#12204166;display:none;align-items:center;justify-content:center;padding:20px;z-index:20}.modal.show{display:flex}.modal-card{background:#fff;border-radius:20px;width:min(780px,100%);max-height:90vh;overflow:auto;padding:28px;box-shadow:0 30px 80px #10213f33}.modal-close{float:right;background:#f2f5fb;border-radius:8px;padding:7px 10px}.detail-hero{display:flex;gap:18px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:22px;margin-bottom:22px}.detail-hero h2{margin:0 0 6px;font-size:28px}.detail-hero p{margin:0;color:var(--muted);font-size:13px}.detail-section{margin:24px 0}.detail-section h3{font-size:15px;margin:0 0 10px}.detail-section p{color:var(--muted);line-height:1.8;font-size:14px;white-space:pre-line}.detail-list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.detail-list div{background:var(--soft);padding:11px;border-radius:9px;font-size:12px;color:#5a6782}.search-row{display:flex;gap:12px;margin-bottom:22px}.search-row input,.admin-form input,.admin-form select,.admin-form textarea{border:1px solid var(--line);border-radius:9px;padding:11px 12px;outline:none;width:100%}.search-row input:focus,.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus{border-color:#8c9cf0;box-shadow:0 0 0 3px #3157d513}.filter-pills{display:flex;gap:8px;flex-wrap:wrap}.pill{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;color:#67738c;font-size:12px}.pill.active{color:var(--blue);background:#eef2ff;border-color:#cbd5ff;font-weight:700}.admin-body{background:#f4f7fc}.admin-shell{min-height:100vh;display:grid;grid-template-columns:230px 1fr}.admin-side{background:#12213f;color:#dbe4ff;padding:24px 17px}.admin-side .brand{color:#fff;margin:4px 8px 38px}.admin-side nav{display:grid;gap:5px}.admin-side a{color:#a9b7d7;text-decoration:none;padding:12px 13px;border-radius:9px;font-size:13px}.admin-side a.active,.admin-side a:hover{background:#293a62;color:#fff}.admin-main{padding:28px 34px;max-width:1280px;width:100%}.admin-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.admin-top h1{margin:0;font-size:26px;letter-spacing:-.04em}.admin-top p{color:var(--muted);margin:7px 0 0;font-size:13px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}.stat-card{background:#fff;border:1px solid var(--line);padding:18px;border-radius:14px}.stat-card span{font-size:12px;color:var(--muted)}.stat-card strong{display:block;font-size:27px;margin-top:10px}.admin-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:18px}.admin-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px}.admin-card h2{font-size:15px;margin:0 0 17px}.table{width:100%;border-collapse:collapse;font-size:12px}.table th,.table td{padding:12px 8px;border-bottom:1px solid var(--line);text-align:left}.table th{color:#8a96ab;font-weight:500}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:20px}.login-card{width:min(410px,100%);background:#fff;border-radius:18px;padding:30px;box-shadow:var(--shadow);border:1px solid var(--line)}.login-card h1{margin:18px 0 8px}.login-card p{color:var(--muted);font-size:13px}.admin-form{display:grid;gap:13px}.admin-form label{font-size:12px;color:#64718a;display:grid;gap:6px}.notice{padding:11px 13px;background:#fff6df;color:#8a6615;border-radius:9px;font-size:12px}.empty{padding:42px;text-align:center;color:var(--muted);border:1px dashed #cbd4e3;border-radius:14px;grid-column:1/-1}.toast{position:fixed;right:22px;bottom:22px;background:#12213f;color:#fff;padding:12px 16px;border-radius:10px;font-size:13px;display:none;z-index:50}.toast.show{display:block}@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:35px}.hero-art{min-height:320px}.panel{left:10px;right:auto;width:min(390px,calc(100% - 20px))}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid,.article-grid{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.admin-shell{grid-template-columns:1fr}.admin-side{display:none}.admin-main{padding:22px 18px}.stat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.container{width:min(100% - 32px,1160px)}.nav{height:66px}.nav-links,.nav-actions{display:none}.mobile-toggle{display:block}.nav.open .nav-links{display:grid;position:absolute;top:66px;left:0;right:0;background:#fff;padding:15px 20px;border-bottom:1px solid var(--line);z-index:10}.nav.open .nav-actions{display:flex;position:absolute;top:218px;left:20px;z-index:11}.hero{padding:60px 0 46px}.hero h1{font-size:42px}.hero p{font-size:16px}.hero-art{min-height:265px}.panel{top:15px}.section{padding:54px 0}.section-head{display:block}.section-head .text-link{display:inline-block;margin-top:12px}.category-grid,.product-grid,.article-grid,.trust-grid{grid-template-columns:1fr}.cta{padding:30px;display:block}.cta .btn{margin-top:20px}.footer-inner{display:block}.footer-inner span{display:block;margin-top:10px}.detail-list{grid-template-columns:1fr}.search-row{display:block}.search-row .btn{margin-top:10px;width:100%}}

.hide-desktop{display:none!important}@media(max-width:620px){.hide-mobile{display:none!important}}@media(min-width:621px){.hide-desktop{display:none!important}}.admin-card code{background:#f0f3f8;padding:2px 5px;border-radius:4px}

@media(max-width:900px){.admin-shell{display:block}.admin-side{display:block;padding:12px 16px;position:sticky;top:0;z-index:15}.admin-side .brand{margin:0 0 10px}.admin-side nav{display:flex;gap:5px;overflow-x:auto;white-space:nowrap}.admin-side a{padding:8px 10px;font-size:12px}.admin-main{padding:18px 14px}}

.product-cover{height:112px;border-radius:12px;overflow:hidden;margin:-4px -4px 16px;background:#eef2ff}.product-cover img{width:100%;height:100%;object-fit:cover}.product-brand img{width:26px;height:26px;object-fit:contain;border-radius:6px;background:#fff;padding:3px}
/* NexaRoute visual system */
:root{--ink:#10213f;--ink-soft:#324365;--muted:#71809c;--blue:#3157d5;--blue-deep:#1d347f;--cyan:#35b8c8;--purple:#7358db;--line:#e4eaf3;--surface:#f5f8fd;--surface-strong:#edf2fb;--shadow-soft:0 12px 32px rgba(24,47,95,.08);--shadow-card:0 22px 55px rgba(24,47,95,.13);--radius-lg:24px;--radius-md:16px;--ease:cubic-bezier(.22,.8,.28,1)}html{scroll-behavior:smooth;scroll-padding-top:92px}body{background:#fff;color:var(--ink);-webkit-font-smoothing:antialiased}.topbar{position:fixed;top:0;left:0;right:0;z-index:30;background:rgba(255,255,255,.72);backdrop-filter:blur(16px);border-bottom:1px solid rgba(228,234,243,.72);transition:background .25s ease,box-shadow .25s ease}.topbar.scrolled{background:rgba(255,255,255,.94);box-shadow:0 8px 25px rgba(24,47,95,.07)}.nav{height:78px}.brand{letter-spacing:-.04em}.brand-mark{background:linear-gradient(145deg,#3157d5,#6e59dc);box-shadow:0 8px 20px rgba(49,87,213,.25)}.nav-links{gap:6px}.nav-item{padding:10px 13px;border-radius:9px;transition:color .2s ease,background .2s ease}.nav-item:hover,.nav-item:focus-visible{background:#eef2ff;color:var(--blue)}.nav-item span{margin-left:4px}.btn{min-height:42px;border:1px solid transparent;transition:transform .2s var(--ease),box-shadow .2s ease,background .2s ease,border-color .2s ease}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn:focus-visible,.pill:focus-visible,.faq-trigger:focus-visible,.mobile-toggle:focus-visible,.modal-close:focus-visible{outline:3px solid rgba(49,87,213,.22);outline-offset:2px}.btn-lg{min-height:50px;padding:14px 21px}.btn-ghost{background:rgba(255,255,255,.72);border-color:var(--line);color:var(--ink)}.btn-glass{background:rgba(255,255,255,.5);border-color:rgba(255,255,255,.8);color:var(--ink)}.btn-white{background:#fff;color:var(--blue);box-shadow:0 10px 25px rgba(6,20,62,.12)}.hero-modern{position:relative;isolation:isolate;overflow:hidden;padding:155px 0 95px;background:radial-gradient(circle at 78% 24%,rgba(114,135,243,.2),transparent 27%),linear-gradient(135deg,#f7faff 0%,#edf4ff 55%,#f8fbff 100%)}.hero-modern:before{content:'';position:absolute;inset:0;z-index:-1;opacity:.34;background-image:linear-gradient(rgba(49,87,213,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(49,87,213,.08) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(90deg,#000,transparent 78%)}.hero-grid{min-height:540px}.hero-copy{max-width:670px}.hero-copy h1{font-size:clamp(42px,5.4vw,76px);line-height:1.04;letter-spacing:-.075em;margin:19px 0 23px}.hero-copy h1 span{background:linear-gradient(100deg,#3157d5,#7358db);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy>p{font-size:18px;max-width:600px}.hero-meta{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:23px;color:#71809c;font-size:12px}.hero-meta span:first-child{display:inline-flex;align-items:center;gap:7px;color:#148b7e;font-weight:700}.hero-meta i{display:block;width:7px;height:7px;background:#20b594;border-radius:50%;box-shadow:0 0 0 5px rgba(32,181,148,.13)}.hero-visual{position:relative;min-height:430px}.hero-grid-lines{position:absolute;inset:5% 0 0 6%;border-radius:50%;background:radial-gradient(circle at center,rgba(95,123,236,.16),transparent 60%);filter:blur(1px)}.hero-grid-lines:before{content:'';position:absolute;inset:9%;border-radius:50%;border:1px solid rgba(81,112,222,.22);box-shadow:0 0 0 42px rgba(81,112,222,.035),0 0 0 84px rgba(81,112,222,.025)}.hero-orbit{position:absolute;border:1px solid rgba(74,104,216,.27);border-radius:50%;transform:rotate(-18deg);animation:orbit-float 10s ease-in-out infinite}.orbit-one{width:420px;height:205px;right:-7%;top:16%}.orbit-two{width:300px;height:160px;right:10%;top:30%;animation-delay:-3s}.hero-node{position:absolute;width:11px;height:11px;border-radius:50%;background:#45b9c5;box-shadow:0 0 0 7px rgba(69,185,197,.15),0 0 28px rgba(69,185,197,.65);animation:node-pulse 3.6s ease-in-out infinite}.node-one{top:21%;right:18%}.node-two{bottom:22%;left:19%;animation-delay:-1.8s}.insight-panel{position:absolute;right:2%;top:12%;width:min(390px,90%);padding:25px;background:rgba(255,255,255,.9);border:1px solid rgba(221,228,244,.95);border-radius:23px;box-shadow:var(--shadow-card);backdrop-filter:blur(12px)}.insight-panel .chart{height:106px}.section{position:relative;padding:100px 0}.section.soft{background:linear-gradient(180deg,#f6f8fd,#f2f6fc)}.section-head{margin-bottom:36px}.section-head h2{font-size:clamp(28px,3vw,42px);line-height:1.08;letter-spacing:-.06em;margin:10px 0 12px}.section-head p{max-width:620px;font-size:15px}.section-kicker,.scene-pill{font-size:11px;letter-spacing:.16em;font-weight:800;color:var(--blue);text-transform:uppercase}.category-section{padding-top:92px}.category-grid{gap:16px}.category-card{position:relative;min-height:190px;padding:24px;border-radius:18px;overflow:hidden;transition:transform .3s var(--ease),box-shadow .3s ease,border-color .3s ease}.category-card:after{content:'';position:absolute;width:100px;height:100px;right:-38px;bottom:-45px;border-radius:50%;background:rgba(49,87,213,.07);transition:transform .3s ease}.category-card:hover,.category-card:focus-visible{transform:translateY(-7px);border-color:#c4d0fb;box-shadow:var(--shadow-card)}.category-card:hover:after{transform:scale(1.35)}.category-index{position:absolute;right:19px;top:19px;color:#a3aec2;font-size:11px;font-weight:800}.category-arrow{position:absolute;right:20px;bottom:19px;color:var(--blue);font-size:18px}.category-icon{background:#eef2ff}.products-section{padding-top:88px}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px}.search-box{display:flex;align-items:center;gap:8px;width:min(340px,100%);padding:0 13px;border:1px solid var(--line);border-radius:11px;background:#fff;box-shadow:0 4px 14px rgba(24,47,95,.03)}.search-box span{font-size:22px;color:#8a96ad}.search-box input{border:0!important;box-shadow:none!important;padding:12px 0!important;background:transparent}.filter-pills{justify-content:flex-end}.pill{transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.pill:hover{transform:translateY(-1px)}.product-grid{gap:20px}.product-card{position:relative;overflow:hidden;border-radius:20px;padding:21px;box-shadow:0 5px 18px rgba(24,47,95,.035);transition:transform .3s var(--ease),box-shadow .3s ease,border-color .3s ease}.product-card:before{content:'';position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#3157d5,#6d55d9,#35b8c8);opacity:0;transition:opacity .25s ease}.product-card:hover{transform:translateY(-7px);box-shadow:var(--shadow-card);border-color:#c9d4f4}.product-card:hover:before{opacity:1}.product-card-compact{min-height:0}.product-cover{height:125px;border-radius:14px;margin:-5px -5px 18px;background:linear-gradient(135deg,#e4ebff,#f5f7ff)}.cover-image{transition:transform .55s var(--ease)}.product-card:hover .cover-image{transform:scale(1.045)}.product-brand{flex:none;box-shadow:0 7px 14px rgba(24,47,95,.12)}.brand-image{width:27px;height:27px;object-fit:contain;background:#fff;border-radius:6px;padding:3px}.product-badges{display:flex;gap:5px;flex-wrap:wrap;justify-content:flex-end}.badge{background:#edf1ff}.badge.blue{background:#e7f7fb;color:#177d8b}.badge.orange{background:#fff1eb}.card-actions{flex-wrap:wrap;justify-content:flex-end}.card-actions .btn{white-space:nowrap}.feature-section{background:#fff}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feature-item{position:relative;padding:29px 24px 31px;border-right:1px solid var(--line)}.feature-item:last-child{border-right:0}.feature-number{color:#a8b4c9;font-size:11px;font-weight:800}.feature-icon{font-size:26px;color:var(--blue);margin:21px 0 16px}.feature-item h3{margin:0 0 10px;font-size:16px}.feature-item p{margin:0;color:var(--muted);font-size:13px;line-height:1.75}.scene-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px;align-items:start}.scene-intro{padding:15px 0}.scene-intro h3{font-size:34px;letter-spacing:-.06em;line-height:1.13;margin:17px 0}.scene-intro p{color:var(--muted);line-height:1.8;max-width:400px;margin-bottom:25px}.scene-list{border-top:1px solid var(--line)}.scene-row{display:grid;grid-template-columns:38px 38px 1fr 25px;align-items:center;gap:13px;padding:22px 0;border-bottom:1px solid var(--line);text-decoration:none;color:var(--ink);transition:padding .25s ease,color .25s ease}.scene-row:hover{padding-left:10px;color:var(--blue)}.scene-no{color:#a5b1c6;font-size:11px;font-weight:800}.scene-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#fff;color:var(--blue);box-shadow:0 5px 15px rgba(24,47,95,.07)}.scene-row b,.scene-row small{display:block}.scene-row small{margin-top:5px;color:var(--muted);font-size:12px}.scene-arrow{font-size:20px;color:#9aa7bd}.compare-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:17px;background:#fff}.compare-table{min-width:780px}.compare-table th,.compare-table td{padding:16px 15px}.compare-product{display:flex;align-items:center;gap:9px}.product-brand.mini{width:30px;height:30px;border-radius:9px;font-size:11px}.product-brand.mini img{width:19px;height:19px}.article-card{transition:transform .3s var(--ease),box-shadow .3s ease}.article-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-card)}.article-cover{position:relative;height:170px;overflow:hidden}.article-cover .cover-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}.article-card:hover .article-cover .cover-image{transform:scale(1.06)}.article-category{position:relative;z-index:1;margin-left:auto;padding:6px 8px;background:rgba(255,255,255,.82);border-radius:7px;color:var(--blue);font-size:11px;font-weight:700}.article-cover .image-fallback{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(135deg,#dfe7ff,#edf3ff);font-size:12px;font-weight:800;color:var(--blue)}.article-cover .cover-image~.image-fallback{display:none}.faq-section{background:#fff}.narrow{max-width:900px}.faq-list{border-top:1px solid var(--line)}.faq{padding:0;border-bottom:1px solid var(--line)}.faq-trigger{padding:21px 0;font-size:15px}.faq-plus{font-size:24px;font-weight:300;transition:transform .25s ease;color:var(--blue)}.faq.open .faq-plus{transform:rotate(45deg)}.faq-answer{display:grid;grid-template-rows:0fr;margin:0;transition:grid-template-rows .3s ease}.faq-answer p{overflow:hidden;margin:0;color:var(--muted);line-height:1.8;font-size:14px}.faq.open .faq-answer{grid-template-rows:1fr;padding-bottom:20px}.cta-section{padding-top:55px;padding-bottom:105px}.cta-modern{position:relative;overflow:hidden;min-height:260px;padding:49px 55px;background:linear-gradient(120deg,#1d347f,#3157d5 55%,#6653c9);border-radius:26px;box-shadow:var(--shadow-card)}.cta-modern:after{content:'';position:absolute;right:-50px;top:-100px;width:330px;height:330px;border:1px solid rgba(255,255,255,.22);border-radius:50%;box-shadow:0 0 0 40px rgba(255,255,255,.04),0 0 0 80px rgba(255,255,255,.03)}.cta-modern h2{position:relative;z-index:1;font-size:35px;letter-spacing:-.06em;max-width:610px}.cta-modern p{position:relative;z-index:1;color:#dce5ff;max-width:540px}.cta-modern .btn{position:relative;z-index:2}.richtext-panel{padding:28px;background:var(--surface);border:1px solid var(--line);border-radius:16px;white-space:pre-line;color:var(--muted);line-height:1.8}.footer{padding:42px 0;background:#0f1b35;color:#aebbd6;border-top:0}.footer .brand{color:#fff}.footer-inner{align-items:flex-end}.footer-inner p{margin:13px 0 0;color:#8291b0}.footer-inner>div:last-child{display:flex;gap:18px;flex-wrap:wrap;justify-content:flex-end;font-size:12px}.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s var(--ease),transform .65s var(--ease)}.reveal.is-visible{opacity:1;transform:none}.hero-copy.reveal,.hero-visual.reveal{transition-duration:.8s}.hero-visual.reveal{transition-delay:.1s}.page-skeleton{min-height:100vh;background:#f5f8fd;padding-bottom:70px}.skeleton-hero{height:580px;background:linear-gradient(110deg,#edf2fa 8%,#f9fbff 18%,#edf2fa 33%);background-size:200% 100%;animation:skeleton-shimmer 1.3s linear infinite}.skeleton-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding-top:60px}.skeleton-card{height:260px;border-radius:18px;background:linear-gradient(110deg,#e7edf7 8%,#f8faff 18%,#e7edf7 33%);background-size:200% 100%;animation:skeleton-shimmer 1.3s linear infinite}.error-screen{min-height:100vh;display:grid;place-items:center;padding:30px;background:linear-gradient(135deg,#f6f9ff,#eef3ff)}.error-screen>div{max-width:500px;text-align:center}.error-screen h1{font-size:42px;letter-spacing:-.06em}.error-screen p{color:var(--muted);margin-bottom:25px}.empty-state{grid-column:1/-1;display:grid;gap:8px;place-items:center;min-height:180px;border:1px dashed #c9d4e7;border-radius:16px;color:var(--muted)}.empty-state strong{color:var(--ink)}.modal{opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.modal.show{opacity:1;visibility:visible}.modal-card{transform:translateY(18px) scale(.98);transition:transform .3s var(--ease)}.modal.show .modal-card{transform:none}.modal-close{font-size:24px;line-height:1;background:#f2f5fb;border-radius:9px;padding:7px 11px}.detail-brand{width:58px;height:58px;border-radius:16px}.detail-brand img{width:36px;height:36px}.article-content{white-space:pre-line;color:var(--muted);line-height:1.85;font-size:15px}.toast{box-shadow:var(--shadow-card)}
@keyframes skeleton-shimmer{to{background-position:-200% 0}}@keyframes orbit-float{0%,100%{transform:rotate(-18deg) translateY(0)}50%{transform:rotate(-13deg) translateY(-8px)}}@keyframes node-pulse{0%,100%{transform:scale(1);opacity:.8}50%{transform:scale(1.18);opacity:1}}
@media(max-width:1000px){.hero-modern{padding-top:135px}.hero-grid{min-height:0}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-item:nth-child(2){border-right:0}.feature-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.scene-layout{gap:35px}.catalog-toolbar{display:block}.filter-pills{justify-content:flex-start;margin-top:12px}}
@media(max-width:620px){html{scroll-padding-top:74px}.topbar{background:rgba(255,255,255,.9)}.nav{height:68px}.nav-links,.nav-actions{display:none}.mobile-toggle{display:block}.mobile-menu{display:block;max-height:0;overflow:hidden;background:rgba(255,255,255,.97);border-top:1px solid transparent;transition:max-height .35s var(--ease),border-color .35s ease}.nav.open+.mobile-menu{max-height:310px;border-top-color:var(--line)}.mobile-menu nav{display:grid;padding:9px 16px 16px;gap:4px}.mobile-menu a{padding:12px 8px;color:var(--ink);text-decoration:none;border-radius:8px}.mobile-menu a:hover{background:#eef2ff;color:var(--blue)}.hero-modern{padding:112px 0 58px}.hero-copy h1{font-size:44px}.hero-copy>p{font-size:16px}.hero-actions .btn{width:100%}.hero-meta{display:grid;gap:9px}.hero-visual{min-height:290px;margin-top:28px}.insight-panel{right:auto;left:0;top:4%;width:100%;padding:19px}.hero-orbit{display:none}.section{padding:70px 0}.section-head{display:block;margin-bottom:27px}.section-head .text-link{display:inline-block;margin-top:12px}.category-grid,.product-grid,.article-grid{grid-template-columns:1fr}.category-card{min-height:165px}.feature-grid{grid-template-columns:1fr}.feature-item{border-right:0!important;border-bottom:1px solid var(--line)}.feature-item:last-child{border-bottom:0}.scene-layout{grid-template-columns:1fr;gap:30px}.scene-intro h3{font-size:30px}.scene-row{grid-template-columns:30px 34px 1fr 20px}.compare-wrap{margin-right:-16px;border-radius:14px}.cta-modern{padding:32px 25px;min-height:320px}.cta-modern h2{font-size:30px}.cta-modern .btn{margin-top:22px}.footer-inner{display:grid;gap:26px}.footer-inner>div:last-child{display:grid;justify-content:start;gap:7px}.skeleton-hero{height:500px}.skeleton-grid{grid-template-columns:1fr;padding-top:35px}.product-card{min-height:0}.card-actions{justify-content:flex-start}.card-actions .btn{flex:1}.modal{padding:12px}.modal-card{padding:22px 18px;border-radius:17px}.detail-hero h2{font-size:23px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.reveal{opacity:1!important;transform:none!important}}

@media(max-width:620px){.topbar.menu-open .mobile-menu{max-height:310px;border-top-color:var(--line)}}
/* Business-first homepage refinement */
.mobile-menu{display:none}
.hero-modern{background:#f6f8fc;border-bottom:1px solid var(--line)}.hero-modern:before{display:none}.hero-grid{max-width:1240px}.hero-copy h1{max-width:700px;font-size:clamp(40px,4.6vw,62px);line-height:1.14;letter-spacing:-.06em}.hero-copy>p{max-width:625px}.hero-visual{min-height:440px}.hero-business-visual{display:grid;place-items:center}.business-backdrop{position:absolute;width:470px;height:370px;border:1px solid #d7dfec;border-radius:32px;background:#fff;box-shadow:0 22px 50px rgba(25,47,87,.08)}.business-panel{position:relative;z-index:2;width:min(390px,84%);padding:24px;background:#fff;border:1px solid #dce3ef;border-radius:18px;box-shadow:0 18px 34px rgba(25,47,87,.11)}.business-panel-head,.business-panel-title,.business-footer{display:flex;justify-content:space-between;align-items:center;gap:12px}.business-status{font-size:11px;color:#238774;font-weight:700}.business-status i{display:inline-block;width:6px;height:6px;background:#28ae8e;border-radius:50%;margin-right:5px}.business-panel-title{align-items:end;margin:19px 0 16px}.business-panel-title strong{font-size:21px;letter-spacing:-.04em}.business-panel-title span{font-size:11px;color:var(--muted)}.business-tags{display:flex;flex-wrap:wrap;gap:7px;padding-bottom:18px;border-bottom:1px solid var(--line)}.business-tags span{padding:7px 9px;border:1px solid var(--line);border-radius:7px;font-size:11px;color:var(--ink-soft);background:#fbfcfe}.business-products{display:grid;gap:7px;padding:17px 0;border-bottom:1px solid var(--line)}.business-product{display:grid;grid-template-columns:32px 1fr 18px;align-items:center;gap:9px;padding:8px;border-radius:9px;transition:background .2s ease}.business-product:hover{background:#f2f5fc}.business-product b,.business-product small{display:block}.business-product b{font-size:12px}.business-product small{font-size:10px;color:var(--muted);margin-top:3px}.business-arrow{color:var(--blue)}.business-footer{padding-top:15px}.business-footer>span{font-size:11px;color:var(--muted)}.business-footer div{display:flex;gap:5px;flex-wrap:wrap;justify-content:flex-end}.business-footer em{font-style:normal;font-size:10px;color:var(--blue);background:#eef2ff;padding:5px 7px;border-radius:5px}.business-lines{position:absolute;z-index:1;inset:0;width:100%;height:100%;pointer-events:none}.business-lines path{fill:none;stroke:#9eafd1;stroke-width:1.3;stroke-dasharray:5 6}.business-lines circle{fill:#3157d5;opacity:.8}.network-node{position:absolute;z-index:3;background:#fff;border:1px solid #dce3ef;box-shadow:0 9px 18px rgba(25,47,87,.1);border-radius:8px;padding:8px 10px;color:var(--ink-soft);font-size:11px;font-weight:700}.node-left{left:0;top:17%}.node-right{right:0;top:23%}.node-bottom{left:5%;bottom:12%}.trust-strip{background:#fff;border-bottom:1px solid var(--line)}.trust-strip-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:24px 0}.trust-strip-grid>div{display:flex;align-items:baseline;justify-content:center;gap:9px;border-right:1px solid var(--line)}.trust-strip-grid>div:last-child{border-right:0}.trust-strip strong{font-size:18px;letter-spacing:-.03em}.trust-strip span{font-size:11px;color:var(--muted)}.product-provider{display:flex;align-items:center;gap:6px;margin-top:15px;color:var(--blue);font-size:11px;font-weight:700}.product-region{display:flex;justify-content:space-between;align-items:center;margin-top:13px;padding:9px 10px;background:#f7f9fc;border-radius:8px;font-size:11px;color:var(--muted)}.product-region b{font-weight:700;color:var(--ink-soft);text-align:right;max-width:66%}.product-card .product-desc{margin-top:13px}.category-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding-top:14px;border-top:1px solid var(--line);font-size:11px;color:var(--muted)}.category-bottom b{color:var(--blue)}
@media(max-width:620px){.mobile-menu{display:block;max-height:0}.hero-copy h1{font-size:36px;line-height:1.2;letter-spacing:-.055em}.hero-modern{padding-bottom:40px}.hero-visual{min-height:390px}.business-backdrop{width:100%;height:350px}.business-panel{width:calc(100% - 20px);padding:18px}.network-node{display:none}.trust-strip-grid{grid-template-columns:repeat(2,1fr);padding:0}.trust-strip-grid>div{padding:18px 8px;display:grid;gap:4px;text-align:center;border-bottom:1px solid var(--line)}.trust-strip-grid>div:nth-child(2){border-right:0}.trust-strip-grid>div:nth-child(3),.trust-strip-grid>div:nth-child(4){border-bottom:0}.trust-strip strong{font-size:16px}.trust-strip span{font-size:10px}.product-region{display:grid;gap:4px}.product-region b{max-width:none;text-align:left}.product-card .card-actions .btn{flex:1}.business-footer div{max-width:70%}}
.brand-visual{display:grid;place-items:center;width:100%;height:100%}.brand-fallback{display:grid;place-items:center;width:100%;height:100%;font-size:12px;font-weight:800;color:#fff;letter-spacing:.02em}.product-brand.mini .brand-fallback{font-size:9px}.category-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.business-tags span svg{width:13px;height:13px;vertical-align:-2px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.article-detail-page{min-height:100vh;padding:145px 0 100px;background:#f7f9fc}.article-detail-page h1{font-size:clamp(36px,5vw,62px);line-height:1.12;letter-spacing:-.065em;max-width:840px;margin:16px 0}.back-link{display:inline-block;margin-bottom:34px;color:var(--blue);text-decoration:none;font-size:13px;font-weight:700}.article-detail-cover{height:300px;overflow:hidden;border-radius:20px;margin:36px 0;background:#e9effa}.article-detail-cover img{width:100%;height:100%;object-fit:cover}.article-detail-content{max-width:780px;margin:0 auto;padding:35px 0;color:var(--ink-soft);font-size:17px;line-height:2;white-space:pre-line}.article-detail-footer{display:flex;justify-content:center;gap:12px;padding-top:28px;border-top:1px solid var(--line)}@media(max-width:620px){.article-detail-page{padding:110px 0 70px}.article-detail-page h1{font-size:35px}.article-detail-cover{height:190px;margin:25px 0}.article-detail-content{font-size:15px;padding:22px 0}.article-detail-footer{display:grid}.article-detail-footer .btn{width:100%}}

.category-section{background:#f7f9fd;border-top:1px solid #edf1f7;border-bottom:1px solid #edf1f7}.category-section .category-card{background:#fff}


html{scroll-behavior:smooth;scroll-padding-top:88px}
body{overflow-x:hidden}
.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}
#hero,#products,#categories,#scenes,#articles,#faq,#contact{scroll-margin-top:92px}
a{color:inherit;text-decoration:none}
a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid rgba(49,87,213,.35);outline-offset:3px}
.category-section{background:#f7f9fd;border-top:1px solid #e7edf6;border-bottom:1px solid #e7edf6}
.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.category-card,.category-card:hover,.category-card:visited{color:var(--ink);text-decoration:none}
.category-card *,.article-card *{text-decoration:none}
.category-card{min-height:210px;display:flex;flex-direction:column}
.category-card .category-bottom{margin-top:auto}
.article-card{color:var(--ink);text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s}
.article-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft);border-color:#c7d1f8}
.article-card .text-link{color:var(--blue);text-decoration:none}
.footer a{color:inherit;text-decoration:none}
@media (max-width:900px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:620px){html{scroll-padding-top:76px}#hero,#products,#categories,#scenes,#articles,#faq,#contact{scroll-margin-top:76px}.category-grid{grid-template-columns:1fr}.category-card{min-height:190px}.topbar{position:sticky}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.category-card,.article-card,.btn{transition:none}}

.product-detail-page,.article-detail-page,.info-page{padding:110px 0 90px;background:var(--surface)}
.product-detail-page .narrow,.article-detail-page .narrow,.info-page .narrow{max-width:900px}
.product-detail-hero{display:grid;grid-template-columns:190px 1fr;gap:42px;align-items:start;background:#fff;border:1px solid var(--line);border-radius:22px;padding:34px;box-shadow:var(--shadow-soft)}
.product-detail-media{display:grid;gap:16px}.product-detail-media .detail-brand{width:76px;height:76px;border-radius:18px}.detail-logo{width:48px;height:48px;object-fit:contain}.product-detail-cover{overflow:hidden;border-radius:16px;border:1px solid var(--line);background:var(--surface-strong)}.product-detail-cover img{display:block;width:100%;height:130px;object-fit:cover}.product-detail-hero h1{font-size:clamp(34px,5vw,56px);line-height:1.12;letter-spacing:-.06em;margin:12px 0 18px}.product-detail-lead{font-size:17px;line-height:1.8;color:var(--muted);max-width:650px}.product-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:22px}.product-detail-grid .detail-section{margin:0;background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px}.detail-section h2{font-size:20px;margin:0 0 14px}.detail-section p{white-space:pre-line;color:var(--muted);line-height:1.8;margin:0}.detail-list{display:grid;gap:10px}.detail-list div{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding-bottom:10px;color:var(--muted)}.detail-list b{color:var(--ink)}.detail-bullets{margin:0;padding-left:20px;color:var(--muted);line-height:1.9}.related-products{margin-top:22px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px}.info-page h1{font-size:clamp(36px,5vw,58px);line-height:1.12;letter-spacing:-.06em;margin:15px 0}.info-lead{font-size:18px;line-height:1.8;color:var(--muted);margin-bottom:30px}.info-sections{display:grid;gap:16px}.info-sections .detail-section{background:#fff;border:1px solid var(--line);border-radius:16px;padding:25px}.info-sections .detail-section p{white-space:pre-line}
@media(max-width:720px){.product-detail-page,.article-detail-page,.info-page{padding:88px 0 60px}.product-detail-hero{grid-template-columns:1fr;gap:24px;padding:24px}.product-detail-grid{grid-template-columns:1fr}.product-detail-hero h1{font-size:36px}.product-detail-hero .hero-actions .btn{width:100%}}

.user-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.user-chip{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:13px}.save-resource-button.is-saved{background:#dff5ed;color:#087558;border-color:#b9e7d5}.auth-page{min-height:100vh;display:grid;place-items:center;padding:40px 20px;background:var(--surface)}.auth-shell{width:min(100%,460px)}.auth-shell>.brand{margin:0 auto 22px;width:max-content}.auth-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:34px;box-shadow:var(--shadow-soft)}.auth-card h1{font-size:32px;line-height:1.2;letter-spacing:-.05em;margin:12px 0}.auth-intro,.auth-switch,.auth-safety{color:var(--muted);line-height:1.7}.auth-form{margin-top:22px}.auth-form label{display:grid;gap:7px;color:var(--ink);font-weight:700}.auth-form input{width:100%;padding:12px 13px;border:1px solid var(--line);border-radius:10px}.auth-form .btn{width:100%;margin-top:8px}.auth-switch{text-align:center;margin:20px 0 0}.auth-switch a{color:var(--blue);font-weight:700}.auth-safety{text-align:center;font-size:12px;margin-top:18px}.auth-error{background:#fff0ee;color:#b64a3a;border-radius:10px;padding:10px;margin:14px 0}.account-page{padding:82px 0 100px;background:var(--surface);min-height:calc(100vh - 76px)}.account-header{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px}.account-header h1{font-size:clamp(38px,5vw,58px);letter-spacing:-.06em;margin:12px 0}.account-header p{color:var(--muted);line-height:1.7;margin:0}.account-layout{display:grid;grid-template-columns:190px minmax(0,1fr);gap:26px;align-items:start}.account-sidebar{position:sticky;top:98px;display:grid;gap:5px}.account-sidebar a{padding:12px 14px;border-radius:10px;color:var(--muted)}.account-sidebar a.active,.account-sidebar a:hover{background:#eaf0ff;color:var(--blue);font-weight:700}.account-content{min-width:0}.account-section{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;margin-bottom:18px}.account-section-head{display:flex;justify-content:space-between;align-items:start;gap:16px;margin-bottom:18px}.account-section h2{margin:0 0 7px;font-size:23px}.account-section-head p{margin:0;color:var(--muted);font-size:13px}.account-count{color:var(--blue);font-weight:800}.account-filters{display:grid;grid-template-columns:1fr 180px 160px;gap:10px;margin-bottom:18px}.account-filters input,.account-filters select,.inline-form input,.password-form input,.saved-card input,.saved-card textarea,.saved-card select{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px 12px;background:#fff;color:var(--ink)}.saved-grid{display:grid;gap:14px}.saved-card{border:1px solid var(--line);border-radius:15px;padding:18px;background:#fff}.saved-card.unavailable{display:flex;justify-content:space-between;align-items:center;gap:16px;background:#fffaf2;border-color:#f2d59b}.saved-card-head{display:flex;align-items:center;gap:13px}.saved-product-brand{width:46px;height:46px;border-radius:13px;background:#eef2ff;display:grid;place-items:center}.saved-card h3{margin:3px 0 5px;font-size:17px}.saved-card-head p{margin:0;color:var(--muted);font-size:12px}.saved-card-body{margin-top:16px}.saved-warning{font-size:12px;color:#9a6a25;background:#fff8e9;border-radius:8px;padding:8px 10px}.saved-card-body label{display:grid;gap:6px;font-size:12px;color:var(--muted);margin-top:10px}.saved-card-foot{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:15px;color:var(--muted);font-size:12px}.saved-card-foot>div{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.icon-button{margin-left:auto;background:#f3f6fb;color:var(--muted);border-radius:8px;padding:5px 10px;font-size:18px}.recent-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.recent-card{display:flex;gap:10px;align-items:center;border:1px solid var(--line);border-radius:13px;padding:13px;color:var(--ink)}.recent-card:hover{border-color:#b9c7f4;transform:translateY(-2px)}.recent-card .brand-fallback{width:34px;height:34px;font-size:12px}.recent-card strong,.recent-card span{display:block}.recent-card span{font-size:11px;color:var(--muted);margin-top:4px}.account-empty{border:1px dashed #cbd6e8;border-radius:14px;padding:38px 20px;text-align:center;color:var(--muted);grid-column:1/-1}.account-empty strong{display:block;color:var(--ink);font-size:17px;margin-bottom:8px}.inline-form{display:flex;gap:10px;margin-bottom:16px}.collection-list{display:grid;gap:8px}.collection-row{display:flex;align-items:center;gap:10px;border-top:1px solid var(--line);padding:12px 0}.collection-row span{flex:1}.collection-row b{color:var(--muted);font-size:12px}.password-form{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:end}.password-form label{display:grid;gap:6px;font-size:12px;color:var(--muted)}
@media(max-width:780px){.user-actions{gap:5px}.user-chip{display:none}.account-page{padding:60px 0 70px}.account-header{display:block}.account-header .btn{margin-top:18px;width:100%}.account-layout{grid-template-columns:1fr}.account-sidebar{position:static;display:flex;overflow:auto;background:#fff;border:1px solid var(--line);border-radius:12px;padding:5px}.account-sidebar a{white-space:nowrap}.account-filters{grid-template-columns:1fr}.saved-card-foot{display:grid;justify-content:stretch}.saved-card-foot>div{justify-content:flex-start}.recent-grid{grid-template-columns:1fr}.password-form{grid-template-columns:1fr}.inline-form{display:grid}.saved-card.unavailable{display:grid}}
