@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap";
:root{--bg:#f6f7f5;--paper:#fff;--ink:#1b2b2a;--muted:#7a8682;--line:#e7ebe7;--green:#19745c;--deep:#164e40;--mint:#eaf4ed;--amber:#aa721d}*{box-sizing:border-box}body{color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;font-family:DM Sans,Arial,sans-serif;font-size:14px}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.55;cursor:wait}button{color:inherit}button,a{transition:background .18s,color .18s,box-shadow .18s}button:focus-visible,a:focus-visible{outline-offset:3px;outline:3px solid #68b8a0}a{color:inherit;text-decoration:none}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4,.brand{font-family:Manrope,Arial,sans-serif}h1,h2{letter-spacing:-1.1px}p{line-height:1.65}svg{flex-shrink:0}button{background:0 0;border:0}.button{background:var(--green);color:#fff;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:10px;min-height:44px;padding:13px 18px;font-size:13px;font-weight:650;display:inline-flex}.button:hover:not(:disabled){background:#105d48;box-shadow:0 3px 9px #13694d1c}.button.secondary{color:#40534a;background:#fff;border-color:#dce3dd}.button.secondary:hover{background:#edf5ef}.button.chosen{background:#e3f3e9;border-color:#5c9b7d}.button.full{width:100%}.button-row{gap:9px;display:flex}.icon-button{color:#819089;border-radius:7px;justify-content:center;align-items:center;min-height:34px;padding:8px;display:inline-flex}.icon-button:hover{color:var(--green);background:#edf2ed}.text-button{color:var(--green);align-items:center;gap:7px;padding:0;font-size:12px;font-weight:650;display:inline-flex}.text-button:hover{color:#102f24}.brand{letter-spacing:-.9px;align-items:center;gap:11px;font-size:23px;font-weight:800;display:flex}.brand-icon{background:var(--green);color:#fff;border-radius:12px;place-items:center;width:41px;height:41px;display:grid}.brand-pc{color:var(--green)}.brand small{letter-spacing:1.6px;color:#8b9790;margin-top:2px;font-family:DM Sans,sans-serif;font-size:7px;font-weight:600;display:block}.eyebrow{letter-spacing:1.7px;color:#85908a;margin-bottom:12px;font-size:9px;font-weight:750}.app-shell{min-height:100vh;display:flex}.sidebar{border-right:1px solid var(--line);z-index:30;background:#fff;flex-direction:column;width:242px;padding:33px 20px 20px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar>.brand{margin:0 9px 45px}.workspace-label{letter-spacing:1.4px;color:#98a19a;margin-bottom:17px;padding:0 14px;font-size:9px;font-weight:650}.sidebar nav{flex-direction:column;gap:6px;display:flex}.sidebar nav>button{text-align:left;color:#77847d;border-radius:8px;align-items:center;gap:12px;padding:13px 14px;font-size:12px;font-weight:550;display:flex}.sidebar nav>button:hover{background:#f7f9f5}.sidebar nav>button.active{color:#277153;background:#eaf3ed;font-weight:700}.nav-plus{background:#d4e8d9;border-radius:4px;place-items:center;width:18px;height:18px;margin-left:auto;font-size:15px;display:grid}.sidebar-bottom{margin-top:auto;padding-top:45px}.sidebar-tip{background:#f6f8f3;border:1px solid #edf0e7;border-radius:10px;padding:18px}.mini-icon{color:#718366;background:#e5eee1;border-radius:8px;place-items:center;width:33px;height:33px;margin-bottom:14px;display:grid}.sidebar-tip h4{margin-bottom:7px;font-size:13px;line-height:1.6}.sidebar-tip p{color:#8b9285;margin-bottom:14px;font-size:11px;line-height:1.7}.sidebar-tip button{color:#5d795d;align-items:center;gap:10px;padding:0;font-size:11px;font-weight:650;display:flex}.user-row{border-top:1px solid var(--line);align-items:center;gap:10px;margin-top:25px;padding-top:21px;display:flex}.avatar,.top-avatar{color:#757059;background:#eae8db;border-radius:50%;place-items:center;width:33px;height:33px;font-size:12px;font-weight:700;display:grid}.user-row>div{flex:1;min-width:0}.user-row strong{white-space:nowrap;text-overflow:ellipsis;max-width:115px;font-size:11px;display:block;overflow:hidden}.user-row small{color:#9aa39c;margin-top:4px;font-size:10px;display:block}.workspace{width:calc(100% - 242px);margin-left:242px}.topbar{border-bottom:1px solid var(--line);background:#ffffffbd;justify-content:space-between;align-items:center;height:77px;padding:0 37px;display:flex}.breadcrumb{color:#9ba39e;align-items:center;gap:11px;font-size:11px;display:flex}.breadcrumb strong{color:#66766b;font-weight:550}.top-status{color:#87978a;align-items:center;gap:8px;font-size:10px;display:flex}.status-dot{background:#bf9749;border-radius:50%;width:6px;height:6px}.status-dot.online{background:#389e69}.top-divider{background:var(--line);width:1px;height:21px;margin:0 11px}.top-avatar{background:#edf0e9;width:29px;height:29px;font-size:10px}main{max-width:1500px;margin:auto;padding:35px 37px 0}.page-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:27px;display:flex}.page-heading h1{margin-bottom:8px;font-size:27px;font-weight:750;line-height:1.3}.page-heading p{color:#8a938e;margin-bottom:0;font-size:12px}.page-heading .eyebrow{letter-spacing:1.4px;margin-bottom:10px;font-size:8px}.page-heading .button{min-height:40px;padding:11px 16px;font-size:11px}.hero{background:#e8f0e7;border:1px solid #e0e9dd;border-radius:13px;justify-content:space-between;min-height:265px;margin-bottom:24px;display:flex;position:relative;overflow:hidden}.hero-copy{z-index:1;padding:32px 36px}.hero-kicker{letter-spacing:1.2px;color:#71876e;align-items:center;gap:7px;margin-bottom:17px;font-size:8px;font-weight:650;display:flex}.hero-kicker>span{background:#6c966d;border-radius:50%;width:5px;height:5px}.hero h2{letter-spacing:-.9px;color:#254b35;margin-bottom:12px;font-size:29px;font-weight:750;line-height:1.28}.hero p{color:#7b8e7a;margin-bottom:19px;font-size:11px;line-height:1.8}.hero-copy>button{color:#416342;background:#fff;border-radius:7px;align-items:center;gap:13px;padding:10px 13px;font-size:10px;font-weight:650;display:flex;box-shadow:0 3px 8px #31503308}.hero-visual{place-items:center;width:43%;min-width:230px;display:grid;position:relative}.hero-chip{outline-offset:8px;color:#7b9470;z-index:1;background:linear-gradient(145deg,#eff6e9,#cadcc6);border:1px solid #bfcfbb;border-radius:20px;outline:8px solid #dce7d7;place-items:center;width:129px;height:129px;display:grid;transform:rotate(-12deg);box-shadow:15px 22px 25px #47613e19}.orbit{border:1px dashed #bacdb59c;border-radius:50%;width:233px;height:233px;position:absolute}.orbit-two{border-color:#b8cdb44a;width:330px;height:330px}.floating-card{color:#648262;z-index:2;background:#ffffffeb;border:1px solid #e6eddf;border-radius:8px;align-items:center;gap:9px;padding:11px 14px;font-size:9px;display:flex;position:absolute;box-shadow:0 5px 22px #4063380d}.floating-card strong{color:#456143;margin-top:3px;font-size:10px;font-weight:650;display:block}.card-a{top:37px;right:17px;transform:rotate(3deg)}.card-b{bottom:43px;left:8px;transform:rotate(-3deg)}.stats-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:25px;display:grid}.stat-card{border:1px solid var(--line);background:#fff;border-radius:10px;padding:23px;position:relative}.stat-icon{color:#559170;background:#edf5ef;border-radius:9px;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:22px;right:23px}.stat-icon.blue{color:#7794bd;background:#eff3f9}.stat-icon.amber{color:#b7a05f;background:#f9f5e9}.stat-card>span:not(.stat-icon){color:#8a948e;margin-bottom:12px;padding-right:40px;font-size:11px;display:block}.stat-card>strong{letter-spacing:-.9px;font-family:Manrope,sans-serif;font-size:31px;font-weight:650;line-height:1;display:block}.stat-card>small{color:#a0aaa1;justify-content:space-between;align-items:center;margin-top:19px;font-size:9px;display:flex}.stat-card>small button{color:#9aafa0;padding:0}.dashboard-grid{grid-template-columns:minmax(0,1fr) 247px;gap:21px;display:grid}.panel{border:1px solid var(--line);background:#fff;border-radius:11px;overflow:hidden}.panel-heading{border-bottom:1px solid #edf0eb;justify-content:space-between;align-items:center;gap:12px;padding:24px;display:flex}.panel h3,.guide-card h3{letter-spacing:-.2px;margin-bottom:5px;font-size:14px;font-weight:700}.panel-heading p{color:#a0a79e;margin-bottom:0;font-size:10px}.panel-heading .text-button{white-space:nowrap;font-size:10px}.table-wrap{position:relative;overflow-x:auto}table{border-collapse:collapse;text-align:left;width:100%}th{color:#98a29a;white-space:nowrap;background:#fcfdfb;padding:13px 17px;font-size:9px;font-weight:550}td{border-top:1px solid #f0f2ed;padding:18px 17px;font-size:11px}.table-link{text-align:left;overflow-wrap:anywhere;max-width:240px;padding:0;font-size:11px;font-weight:650}.table-link small{color:#a0a79e;margin-top:7px;font-size:9px;font-weight:400;display:block}.table-link:hover{color:var(--green)}.badge{white-space:nowrap;color:#af8429;background:#fff7e5;border-radius:5px;align-items:center;gap:5px;padding:5px 7px;font-size:9px;font-weight:550;display:inline-flex}.badge>span{background:currentColor;border-radius:50%;width:4px;height:4px}.badge.compatible{color:#4c9566;background:#edf7ee}.badge.incompatible{color:#b56262;background:#fbeeee}.date{color:#9da59d;white-space:nowrap;font-size:9px}.provider{color:#798d75;font-size:8px}.provider.demo{color:#ad9152;letter-spacing:.3px;font-size:7px}.empty{text-align:center;padding:43px 20px}.empty-icon{color:#8da18b;background:#f2f6ef;border-radius:15px;place-items:center;width:54px;height:54px;margin:0 auto 17px;display:grid}.empty h3{margin:10px 0;font-size:15px}.empty p{color:#94a08f;margin-bottom:20px;font-size:12px;line-height:1.85}.empty .button{padding:10px 15px;font-size:11px}.guide-card{background:#f0f3e9;border:1px solid #e9ede1;border-radius:11px;padding:25px}.guide-card .eyebrow{color:#9ca68c;letter-spacing:1px;margin-bottom:14px;font-size:7px}.guide-card h3{color:#59664c;margin-bottom:23px;font-size:16px}.guide-step{gap:12px;margin:21px 0;display:flex}.guide-step>span{color:#899873;background:#e4eadb;border:1px solid #dce3d4;border-radius:50%;flex-shrink:0;place-items:center;width:25px;height:25px;font-size:9px;display:grid}.guide-step strong{color:#6b7859;font-size:10px}.guide-step p{color:#9ba48e;margin:4px 0 0;font-size:9px}.guide-note{color:#94a382;border-top:1px solid #e1e7d6;gap:9px;padding-top:17px;display:flex}.guide-note p{margin:0;font-size:9px;line-height:1.7}.bottom-note{color:#a3aca0;align-items:center;gap:9px;margin:22px 0 30px;font-size:9px;display:flex}.workspace-footer{color:#a7b0a4;border-top:1px solid #e6ebe3;justify-content:space-between;gap:14px;margin-top:36px;padding:20px 0;font-size:9px;display:flex}.workspace-footer>span>span{padding:0 6px}.form-panel{margin-bottom:25px}.form-panel>.panel-heading{padding:24px 27px}.form-panel>h3{padding:24px 27px 0}.form-panel>form{padding:27px}.field{flex-direction:column;gap:9px;margin-bottom:20px;display:flex}.field>span{color:#596d60;font-size:11px;font-weight:600}.field input,.field select,.field textarea{color:#425b4d;background:#fff;border:1px solid #dfe6de;border-radius:7px;outline:none;width:100%;min-height:43px;padding:12px 13px;font-size:12px}.field textarea{resize:vertical;min-height:90px;line-height:1.7}.field input::placeholder,.field textarea::placeholder{color:#b0b8ad;font-size:11px}.field input:focus,.field select:focus,.field textarea:focus{border-color:#6ca78c;box-shadow:0 0 0 3px #e9f2ed}.form-grid{grid-template-columns:1fr 1fr;gap:0 20px;display:grid}.equipment-grid,.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.equipment-card,.catalog-card{padding:23px}.equipment-card-top{justify-content:space-between;margin-bottom:25px;display:flex}.equipment-icon{color:#7f9c82;background:#f0f5ef;border-radius:12px;place-items:center;width:54px;height:54px;display:grid}.equipment-card h3,.catalog-card h3{margin-bottom:10px;font-size:17px}.equipment-card p,.catalog-card p{color:#8e9b8c;overflow-wrap:anywhere;font-size:12px}.equipment-card .eyebrow{margin-bottom:7px;font-size:9px}.equipment-meta{border-top:1px solid var(--line);color:#9ca896;overflow-wrap:anywhere;margin:19px 0;padding-top:13px;font-size:10px}.equipment-card .text-button{font-size:11px}.query-grid{grid-template-columns:minmax(0,1fr) 275px;gap:25px;display:grid}.query-aside .guide-card p{color:#8c9b83;font-size:12px;line-height:1.85}.query-aside .guide-card h3{margin:15px 0;font-size:20px}.check-list{margin:25px 0 5px;padding:0;list-style:none}.check-list li{color:#7d9175;gap:8px;margin:15px 0;font-size:11px;display:flex}.helper-panel{margin-top:20px;padding:25px}.helper-panel h4{margin-bottom:10px;font-size:13px}.helper-panel p{color:#99a28f;font-size:11px}.helper-panel .text-button{font-size:11px}.section-label{color:#5d7363;align-items:center;gap:10px;margin-top:8px;margin-bottom:23px;font-size:11px;font-weight:700;display:flex}.section-label>span{color:#88a179;background:#edf4eb;border-radius:5px;place-items:center;width:23px;height:23px;font-size:9px;display:grid}.input-hint{color:#a2ad9b;margin-top:-13px;margin-bottom:28px;font-size:9px;display:block}.mode-switch{gap:13px;margin-bottom:20px;display:flex}.mode-switch>label{cursor:pointer;border:1px solid #e1e7da;border-radius:8px;flex:1;align-items:flex-start;gap:9px;padding:15px 12px;display:flex}.mode-switch>label.selected{background:#f1f7ee;border-color:#96b993}.mode-switch input{accent-color:var(--green);margin-top:2px}.mode-switch strong{font-size:11px;display:block}.mode-switch span{color:#96a18c;margin-top:5px;font-size:9px;line-height:1.6;display:block}.alert{color:#7f886a;background:#f8f9f3;border:1px solid #e6e8dc;border-radius:8px;align-items:flex-start;gap:9px;margin-bottom:20px;padding:14px 16px;font-size:11px;line-height:1.8;display:flex}.alert.error{color:#a65a4d;background:#fdf0ec;border-color:#edd4c9}.alert.success{color:#578461;background:#eef7ef;border-color:#d1e4d5}.alert.warning{color:#a18950;background:#fbf6e9;border-color:#f0e6cc}.alert.info{color:#6b8c94;background:#eff5f6;border-color:#dce9eb}.search-box{color:#acb5a5;border:1px solid #e6eae1;border-radius:7px;align-items:center;gap:8px;padding:8px 10px;display:flex}.search-box input{border:none;outline:none;width:185px;font-size:10px}.search-box button{color:var(--green);font-size:10px;font-weight:600}.catalog-top{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.catalog-top .stat-icon{width:43px;height:43px;position:static}.category-tag{color:#8e9c7f;background:#f4f6f0;border:1px solid #e9eee1;border-radius:4px;padding:5px 8px;font-size:9px}.catalog-card{flex-direction:column;display:flex}.catalog-card p{flex:1}.source-note{color:#a99c73;background:#faf8ef;border-radius:6px;gap:6px;margin:8px 0 21px;padding:10px;font-size:9px;line-height:1.65;display:flex}.catalog-actions{justify-content:space-between;align-items:center;display:flex}.catalog-actions>.text-button{font-size:10px}.catalog-actions>div{display:flex}.result-toolbar{justify-content:space-between;align-items:center;margin:0 0 24px;display:flex}.result-toolbar .button{padding:10px 13px;font-size:11px}.result-grid{grid-template-columns:minmax(0,1fr) 265px;gap:23px;display:grid}.result-main{padding:28px}.result-head{align-items:center;gap:15px;margin-bottom:25px;display:flex}.result-symbol{color:#b49a51;background:#fbf4e4;border-radius:13px;place-items:center;width:58px;height:58px;display:grid}.result-symbol.compatible{color:#589d6e;background:#eaf5ec}.result-symbol.incompatible{color:#b27363;background:#f9eae5}.result-head h2{margin:0;font-size:23px}.result-head .eyebrow{margin-bottom:7px;font-size:8px}.result-head>.badge{margin-left:auto}.result-summary{color:#7d8e7b;overflow-wrap:anywhere;font-size:13px;line-height:1.9}.result-section{border-top:1px solid var(--line);margin-top:25px;padding-top:24px}.result-section h3{color:#526e57;align-items:center;gap:9px;font-size:13px;display:flex}.result-section ul{color:#8c9a83;padding-left:22px;font-size:12px;line-height:1.85}.result-section li{overflow-wrap:anywhere;margin-top:9px;padding-left:5px}.feedback{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;margin-top:25px;padding-top:23px;display:flex}.feedback strong{font-size:11px}.feedback p{color:#a0ac96;margin:6px 0 0;font-size:10px}.feedback .button{min-height:35px;padding:8px 10px;font-size:10px}.detail-card{padding:24px}.detail-card h3{margin-bottom:25px;font-size:13px}.detail-card dt{color:#a3ac99;margin-top:20px;font-size:9px}.detail-card dd{color:#697c5f;overflow-wrap:anywhere;margin:7px 0 0;font-size:11px;line-height:1.7}.advisory{color:#8d9f7c;background:#edf2e7;border-radius:10px;margin-top:20px;padding:25px}.advisory h4{color:#698257;margin:14px 0 9px;font-size:13px}.advisory p{margin:0;font-size:11px;line-height:1.8}.auth-page{background:#fbfcf9;grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.auth-story{color:#f1f6e9;background:#173f33;flex-direction:column;padding:42px 55px;display:flex;position:relative;overflow:hidden}.auth-story .brand-pc{color:#b3d9ac}.auth-story .brand small{color:#86aa90}.auth-story .brand-icon{color:#cde1b9;background:#2a5640}.auth-copy{margin:auto 0;padding-top:55px;position:relative}.eyebrow.light{color:#94b497;font-size:9px;display:block}.auth-copy h1{letter-spacing:-1.8px;margin:23px 0;font-size:clamp(35px,3.7vw,56px);font-weight:600;line-height:1.2}.auth-copy em{color:#c1dca3;font-style:normal}.auth-copy>p{color:#8eaf95;max-width:380px;font-size:13px;line-height:1.9}.auth-footer{color:#72967e;align-items:center;gap:9px;margin-top:30px;font-size:10px;display:flex}.hardware-art{place-items:center;max-width:400px;height:205px;margin-top:10px;display:grid;position:relative}.art-grid{background-image:linear-gradient(#3c5f4233 1px,#0000 1px),linear-gradient(90deg,#3c5f4233 1px,#0000 1px);background-size:27px 27px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000,#0000 68%);mask-image:radial-gradient(#000,#0000 68%)}.chip{color:#a0ba88;background:linear-gradient(140deg,#3a6345,#214933);border:1px solid #55794f;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:130px;height:130px;display:flex;transform:rotate(-8deg);box-shadow:9px 14px 35px #092919}.chip>span{letter-spacing:1.5px;text-align:center;font-size:6px;line-height:1.5}.art-label{color:#a5c098;background:#264c36;border:1px solid #426144;border-radius:6px;align-items:center;gap:7px;padding:9px 12px;font-size:10px;display:flex;position:absolute}.label-one{top:29px;left:1px}.label-two{top:65px;right:0}.label-three{bottom:13px;left:21px}.auth-form-side{flex-direction:column;padding:40px 55px;display:flex}.auth-top{letter-spacing:1.4px;color:#a1ab97;justify-content:flex-end;align-items:center;gap:10px;font-size:8px;display:flex}.auth-top>span{letter-spacing:0;color:#8b9e7c;border:1px solid #dfe5d6;border-radius:4px;padding:4px 7px;font-size:8px}.auth-card{width:100%;max-width:380px;margin:auto;padding:45px 0}.auth-card h2{letter-spacing:-.9px;margin:14px 0 13px;font-size:29px;font-weight:700;line-height:1.4}.auth-card>.eyebrow{color:#8fa77e;letter-spacing:1.2px;font-size:8px}.auth-card>p{color:#9ba88d;font-size:12px;line-height:1.85}.tabs{border-bottom:1px solid #e2e8da;margin:25px 0;display:flex}.tabs button{color:#a4ad9a;border-bottom:2px solid #0000;flex:1;padding:12px;font-size:12px}.tabs .active{border-bottom-color:var(--green);color:var(--green);font-weight:650}.auth-card form .button{margin-top:4px}.auth-note{gap:8px;margin-top:22px;display:flex;font-size:10px!important}.auth-note svg{margin-top:3px}.copyright{text-align:center;color:#b2bcaa;margin:0;font-size:9px}.loading{height:100vh;color:var(--green);flex-direction:column;justify-content:center;align-items:center;gap:18px;display:flex}.loading p{color:#8c9e83;font-size:12px}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.mobile-toggle{display:none}.sr-only{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}@media (min-width:1500px){main{padding-top:43px}.hero{min-height:300px}.hero-copy{padding:38px 45px}.hero h2{font-size:34px}.hero-visual{width:40%}.stats-grid{margin-bottom:29px}.dashboard-grid{grid-template-columns:minmax(0,1fr) 300px}.guide-card{padding:29px}.hero p{font-size:12px}}@media (max-width:1200px){.sidebar{width:218px;padding-left:14px;padding-right:14px}.workspace{width:calc(100% - 218px);margin-left:218px}main{padding:28px 25px 0}.topbar{padding:0 25px}.dashboard-grid{grid-template-columns:1fr}.dashboard-grid>.guide-card{display:none}.equipment-grid,.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-copy{padding:28px}.hero h2{font-size:26px}.hero-visual{min-width:190px}.card-a{right:8px}.card-b{left:-25px}.query-grid,.result-grid{grid-template-columns:minmax(0,1fr) 230px;gap:17px}.query-aside .guide-card{padding:21px}.mode-switch{flex-direction:column}.stat-card{padding:19px}.stat-icon{top:19px;right:18px}.page-heading h1{font-size:25px}.panel-heading{flex-wrap:wrap}}@media (max-width:950px){.query-grid,.result-grid{grid-template-columns:1fr}.query-aside{grid-template-columns:1fr 1fr;gap:20px;display:grid}.query-aside .helper-panel{margin:0}.result-grid>aside{grid-template-columns:1fr 1fr;gap:20px;display:grid}.advisory{margin-top:0}.hero-visual{min-width:170px}.hero-chip{outline-width:5px;width:95px;height:95px}.hero-chip svg{width:53px}.card-a{padding:8px;font-size:7px;top:30px;right:0}.card-a strong{font-size:8px}.card-b{padding:8px;font-size:8px;left:-22px}.hero-copy{padding:25px 20px}.hero h2{font-size:24px}.hero-kicker{font-size:6px}.hero p{font-size:10px}.stat-card>span:not(.stat-icon){padding-right:25px;font-size:9px}.stat-icon{width:28px;height:28px;top:18px;right:13px}.stat-icon svg{width:16px}.stat-card{padding:17px 13px}.stat-card>small{font-size:8px}.stats-grid{gap:12px}.auth-story,.auth-form-side{padding:33px}.auth-copy h1{font-size:40px}.hardware-art{height:190px}.label-two{font-size:8px;right:-10px}.auth-card h2{font-size:26px}}@media (max-width:760px){.sidebar{width:242px;transition:transform .2s;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.mobile-toggle{z-index:50;background:#fff;display:flex;position:fixed;top:19px;left:15px;box-shadow:0 2px 8px #00000005}.nav-overlay{z-index:20;background:#16312755;position:fixed;inset:0}.workspace{width:100%;margin:0}.topbar{height:73px;padding-left:62px;padding-right:18px}.top-status{font-size:8px}.top-divider{margin:0 3px}.breadcrumb{gap:6px;font-size:9px}.breadcrumb>strong{font-size:9px}main{padding:25px 20px 0}.page-heading{margin-bottom:22px}.page-heading h1{font-size:24px}.page-heading p{font-size:11px}.page-heading .button{padding:10px 12px;font-size:10px}.hero{min-height:247px}.hero-copy{padding:27px}.hero-visual{width:40%}.hero h2{font-size:27px}.hero p{font-size:11px}.hero-kicker{font-size:7px}.hero-chip{width:110px;height:110px}.card-a{top:28px;right:10px}.card-b{bottom:35px;left:0}.stats-grid{gap:12px}.stat-card{padding:20px 15px}.stat-card>span:not(.stat-icon){margin-bottom:10px;padding-top:39px;padding-right:0;font-size:10px}.stat-icon{width:30px;height:30px;top:17px;left:15px}.stat-card>strong{font-size:27px}.stat-card>small{font-size:8px}.equipment-grid,.catalog-grid{gap:15px}.auth-page{grid-template-columns:1fr}.auth-story{padding:27px}.auth-copy,.auth-footer{display:none}.auth-story .brand{font-size:22px}.auth-form-side{min-height:calc(100vh - 95px);padding:25px}.auth-card{max-width:400px;padding:25px 0 40px}.auth-card h2{font-size:29px}.auth-top{font-size:7px}.auth-card .eyebrow{font-size:8px}.auth-note{margin-bottom:0}.top-avatar{width:24px;height:24px}.form-panel>.panel-heading,.form-panel>form{padding:20px}.query-aside{grid-template-columns:1fr 1fr}.query-aside .guide-card h3{font-size:18px}.workspace-footer{font-size:8px}.result-head h2{font-size:22px}}@media (max-width:480px){main{padding:24px 16px 0}.page-heading{flex-wrap:wrap;align-items:flex-start;gap:15px}.page-heading h1{font-size:23px}.page-heading .eyebrow{font-size:7px}.page-heading .button{padding:9px 12px;font-size:10px}.topbar{padding-left:58px;padding-right:13px}.breadcrumb{font-size:8px}.breadcrumb>strong{text-overflow:ellipsis;white-space:nowrap;max-width:105px;overflow:hidden}.top-status{gap:6px;font-size:0}.top-status .status-dot{width:5px;height:5px}.top-divider{display:none}.hero{min-height:270px}.hero-copy{max-width:100%;padding:25px}.hero h2{font-size:26px}.hero p{max-width:240px;font-size:10px}.hero-kicker{font-size:6px}.hero-visual{opacity:.4;width:180px;position:absolute;bottom:-31px;right:-47px}.hero-chip{width:87px;height:87px}.hero-chip svg{width:46px}.floating-card{display:none}.hero-copy{z-index:2}.orbit-one{width:150px;height:150px}.orbit-two{width:225px;height:225px}.hero-copy>button{font-size:10px}.stats-grid{gap:8px}.stat-card{padding:16px 10px}.stat-icon{width:28px;height:28px;top:14px;left:10px}.stat-card>span:not(.stat-icon){min-height:61px;margin-bottom:6px;padding-top:34px;font-size:9px;line-height:1.5}.stat-card>strong{font-size:26px}.stat-card>small{margin-top:13px;font-size:7px;line-height:1.6}.stat-card>small button{display:none}.panel-heading{padding:20px}.panel-heading h3{font-size:13px}.panel-heading p{font-size:10px}.empty{padding:33px 20px}.empty h3{font-size:14px}.empty p{font-size:11px}.bottom-note{font-size:8px;line-height:1.8}.workspace-footer{flex-direction:column;gap:8px;margin-top:25px;padding:18px 0}.equipment-grid,.catalog-grid,.query-aside,.result-grid>aside,.form-grid{grid-template-columns:1fr}.equipment-card,.catalog-card{padding:22px}.query-aside{gap:15px}.result-main{padding:21px}.result-head{flex-wrap:wrap;gap:11px}.result-head>.badge{margin-left:0}.result-symbol{width:46px;height:46px}.result-head h2{font-size:21px}.result-head .eyebrow{font-size:7px}.result-toolbar .text-button{font-size:10px}.result-toolbar .button{padding:9px;font-size:10px}.feedback{flex-direction:column;align-items:flex-start;gap:15px}.search-box{width:100%}.search-box input{width:100%;min-width:0}.alert{flex-wrap:wrap;padding:12px;font-size:10px}.alert svg{width:16px}.auth-card h2{font-size:28px}.result-summary{font-size:12px}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}
