:root,[data-theme="light"]{--bg-color:#f8fafc;--card-bg:#ffffff;--card-hover-bg:#f1f5f9;--text-color:#1e293b;--text-muted:#64748b;--text-heading:#0f172a;--primary-color:#2563eb;--primary-hover:#1d4ed8;--border-color:#e2e8f0;--border-subtle:#f1f5f9;--nav-bg:#2563eb;--nav-text:#ffffff;--sidebar-bg:#ffffff;--footer-bg:#ffffff;--footer-text:#64748b;--input-bg:#ffffff;--code-bg:#f1f5f9;--code-text:#0f172a;--badge-bg:#e0e7ff;--badge-text:#3730a3;--table-header-bg:#f8fafc;--table-stripe-bg:#f8fafc;--table-border:#e2e8f0;--callout-bg:#f0fdf4;--callout-border:#bbf7d0;--callout-text:#166534;--warn-bg:#fffbeb;--warn-border:#fef08a;--warn-text:#854d0e;--card-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}[data-theme="dark"]{--bg-color:#0b0f19;--card-bg:#131c2e;--card-hover-bg:#1a263d;--text-color:#e2e8f0;--text-muted:#94a3b8;--text-heading:#f8fafc;--primary-color:#3b82f6;--primary-hover:#60a5fa;--border-color:#1e293b;--border-subtle:#192237;--nav-bg:#0f172a;--nav-text:#f8fafc;--sidebar-bg:#131c2e;--footer-bg:#0b0f19;--footer-text:#94a3b8;--input-bg:#1e293b;--code-bg:#0b1120;--code-text:#38bdf8;--badge-bg:#1e293b;--badge-text:#93c5fd;--table-header-bg:#1a263d;--table-stripe-bg:#101828;--table-border:#1e293b;--callout-bg:#052e16;--callout-border:#14532d;--callout-text:#86efac;--warn-bg:#451a03;--warn-border:#78350f;--warn-text:#fde047;--card-shadow:0 4px 14px rgba(0,0,0,0.5)}*{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden;width:100%}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-color);line-height:1.6;overflow-x:hidden;width:100%;max-width:100%;transition:background-color 0.2s ease,color 0.2s ease}img,video,iframe{max-width:100%;height:auto}body>header{background-color:var(--nav-bg);border-bottom:1px solid var(--border-color);padding:1rem;position:sticky;top:0;z-index:100;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s ease,border-color 0.2s ease}.header-top{display:flex;align-items:center;position:absolute;left:1rem;top:50%;transform:translateY(-50%)}.logo-container{margin-bottom:0}.site-logo{max-height:80px;object-fit:contain}nav[aria-label="Main Navigation"] ul{list-style:none;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin:0;padding:0}nav[aria-label="Main Navigation"] a{text-decoration:none;color:#ffffff;font-weight:500;padding:0.5rem 0.75rem;display:inline-block;border-radius:0.25rem;transition:background 0.15s ease}nav[aria-label="Main Navigation"] a:hover{background:rgba(255,255,255,0.15)}.header-actions{display:flex;align-items:center;gap:0.75rem;max-width:650px;width:100%}.desktop-only-toggle{display:inline-flex}.mobile-only-toggle{display:none}.theme-toggle-btn{align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,0.16);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,0.28);color:#ffffff;cursor:pointer;transition:all 0.2s ease;flex-shrink:0;padding:0}.theme-toggle-btn:hover{background:rgba(255,255,255,0.3);transform:scale(1.06)}.theme-icon{display:inline-flex;align-items:center;justify-content:center}[data-theme="light"] .sun-icon,:root:not([data-theme="dark"]) .sun-icon{display:none !important}[data-theme="light"] .moon-icon,:root:not([data-theme="dark"]) .moon-icon{display:inline-flex !important}[data-theme="dark"] .moon-icon{display:none !important}[data-theme="dark"] .sun-icon{display:inline-flex !important;color:#fde047}.search-container{margin-top:0;position:relative;flex:1;width:100%}.search-input{width:100%;padding:0.75rem;border:1px solid var(--border-color);border-radius:0.375rem;font-size:1rem}.search-results{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid var(--border-color);border-top:none;max-height:300px;overflow-y:auto;display:none;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1);border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem}.search-results a{display:block;padding:0.75rem;text-decoration:none;color:var(--text-color);border-bottom:1px solid var(--border-color)}.search-results a:hover{background-color:var(--bg-color)}nav[aria-label="Breadcrumb"]{padding:1rem;background-color:#fff;border-bottom:1px solid var(--border-color);font-size:0.875rem}nav[aria-label="Breadcrumb"] ol{list-style:none;display:flex;flex-wrap:wrap;gap:0.5rem}nav[aria-label="Breadcrumb"] a{text-decoration:none;color:var(--primary-color);padding:0.25rem;display:inline-block}main{max-width:800px;margin:2rem auto;background:#fff;border-radius:0.5rem;padding:2rem;box-shadow:0 1px 3px 0 rgba(0,0,0,0.1)}h1{font-size:1.875rem;margin-bottom:1rem}h2{font-size:1.5rem;margin-top:2rem;margin-bottom:0.75rem}ol,ul{margin-left:1.5rem;margin-bottom:1rem}li{margin-bottom:0.5rem}footer{padding:3rem 1.5rem 2rem;color:var(--text-muted);font-size:0.875rem;background:var(--footer-bg);border-top:1px solid var(--border-color)}.footer-container{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.footer-nav-links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:0.5rem 0.85rem;margin-bottom:1.75rem}.footer-nav-links a{color:var(--text-muted);text-decoration:none;font-size:0.9rem;font-weight:500;transition:color 0.15s ease}.footer-nav-links a:hover{color:var(--primary-color);text-decoration:underline}.footer-nav-sep{color:#cbd5e1;font-size:0.75rem;user-select:none}.footer-disclaimer{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.5rem;text-align:left;max-width:100%}.disclaimer-badge{display:inline-flex;align-items:center;gap:0.4rem;font-size:0.78rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:#475569;background:#e2e8f0;padding:0.25rem 0.65rem;border-radius:9999px;margin-bottom:0.75rem}.disclaimer-badge svg{color:#64748b}.footer-disclaimer p{font-size:0.8rem;line-height:1.65;color:var(--text-muted);margin-bottom:0.65rem}.footer-disclaimer p:last-child{margin-bottom:0}.footer-disclaimer strong{color:var(--text-heading);font-weight:600}.footer-copyright{font-size:0.82rem;color:#94a3b8;margin:0}body:has(.sidebar):has(.right-sidebar){display:grid;grid-template-areas:"header header header" "nav nav nav" "sidebar main right-sidebar" "footer footer footer";grid-template-columns:280px 1fr 280px}body:has(.right-sidebar):not(:has(.sidebar)){display:grid;grid-template-areas:"header header" "nav nav" "main right-sidebar" "footer footer";grid-template-columns:1fr 280px}body>header{grid-area:header;width:100%}body>nav{grid-area:nav;width:100%}.sidebar{grid-area:sidebar;padding:2rem 1.5rem;background:#fff;border-right:1px solid var(--border-color);position:sticky;top:115px;height:calc(100vh - 115px);overflow-y:auto;align-self:start}.sidebar h3{font-size:1.1rem;color:var(--primary-color);margin-bottom:1rem;border-bottom:2px solid var(--border-color);padding-bottom:0.5rem}.sidebar ul{list-style:none;padding:0}.sidebar ul li{margin-bottom:0.8rem}.sidebar ul li a{text-decoration:none;color:var(--text-color);font-weight:500;display:block;padding:0.5rem;border-radius:0.375rem;transition:background 0.2s,color 0.2s}.sidebar ul li a:hover{color:var(--primary-color);background:var(--bg-color)}.sidebar ul li a.active-link{background-color:var(--primary-color);color:#fff}body>main{grid-area:main;width:100%;max-width:1100px;margin:0 auto;padding:2rem}body>footer{grid-area:footer;width:100%}.right-sidebar{grid-area:right-sidebar;padding:2rem 1.5rem;background:#fff;border-left:1px solid var(--border-color);position:sticky;top:115px;height:calc(100vh - 115px);overflow-y:auto;align-self:start}.right-sidebar h3{font-size:1.1rem;color:var(--primary-color);margin-bottom:1rem;border-bottom:2px solid var(--border-color);padding-bottom:0.5rem}.brand-search-box{margin-bottom:1rem}.brand-search-box input{width:100%;padding:0.5rem;border:1px solid var(--border-color);border-radius:0.375rem;font-size:0.9rem;outline:none;transition:border-color 0.2s}.brand-search-box input:focus{border-color:var(--primary-color)}.right-sidebar ul{list-style:none;padding:0}.right-sidebar ul li{margin-bottom:0.5rem}.right-sidebar ul li a{text-decoration:none;color:var(--text-color);font-weight:500;display:block;padding:0.5rem;border-radius:0.375rem;transition:background 0.2s,color 0.2s}.right-sidebar ul li a:hover{color:var(--primary-color);background:var(--bg-color)}.faq-search-container{position:sticky;top:115px;background:#fff;padding:1rem 0;z-index:90;border-bottom:1px solid var(--border-color);margin-bottom:2rem}.faq-search-input{width:100%;padding:0.75rem;border:1px solid var(--border-color);border-radius:0.375rem;font-size:1rem;outline:none;transition:border-color 0.2s}.faq-search-input:focus{border-color:var(--primary-color)}.faq-item{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color)}.faq-item h2{font-size:1.25rem;color:var(--primary-color);margin-bottom:1rem}.faq-item p{line-height:1.6;color:var(--text-color)}@media (max-width:992px){body,body:has(.sidebar):has(.right-sidebar),body:has(.right-sidebar):not(:has(.sidebar)),body:has(.sidebar):not(:has(.right-sidebar)){display:flex !important;flex-direction:column !important;width:100% !important;max-width:100vw !important;overflow-x:hidden !important}header{position:static !important;width:100% !important}body>nav{width:100% !important;overflow-x:auto}body>main{width:100% !important;max-width:100% !important;padding:1.25rem 1rem !important;box-sizing:border-box !important}.sidebar,.right-sidebar{position:static !important;width:100% !important;max-width:100% !important;height:auto !important;overflow-y:visible !important;border-left:none !important;border-right:none !important;border-top:1px solid var(--border-color) !important;padding:1.5rem 1rem !important;box-sizing:border-box !important}body>footer{width:100% !important;box-sizing:border-box !important}.faq-search-container{position:static !important}}.mobile-menu-btn,.mobile-menu-close,.mobile-menu-overlay,.mobile-menu-header{display:none}.mobile-menu-container{display:flex;align-items:center;gap:1.5rem;justify-content:center;flex-direction:column}@media (max-width:768px){header{padding:0.5rem 1rem}.header-top{width:100%;justify-content:space-between;position:relative;left:auto;top:auto;transform:none}.header-top-right{display:flex;align-items:center;gap:0.5rem}.mobile-only-toggle{display:inline-flex}.desktop-only-toggle{display:none}.mobile-menu-btn{display:block;background:none;border:none;color:white;cursor:pointer;padding:0.5rem;position:static;transform:none}.site-logo{max-height:100px}.mobile-menu-container{position:fixed;top:0;right:-300px;width:300px;height:100vh;background-color:var(--nav-bg);flex-direction:column;justify-content:flex-start;align-items:stretch;padding:0;transition:right 0.3s ease;z-index:200;overflow-y:auto;box-shadow:-2px 0 8px rgba(0,0,0,0.1)}.mobile-menu-container.active{right:0}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-color);background-color:var(--primary-color);color:white}.mobile-menu-close{display:block;background:none;border:none;color:white;font-size:2rem;cursor:pointer;line-height:1}.menu-title{font-size:1.25rem;font-weight:bold}nav[aria-label="Main Navigation"] ul{flex-direction:column;gap:0;justify-content:flex-start}nav[aria-label="Main Navigation"] a{color:var(--text-color);padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);display:block;width:100%;border-radius:0}.search-container{margin:1.5rem;max-width:none}.mobile-menu-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,0.5);z-index:150;opacity:0;pointer-events:none;transition:opacity 0.3s ease}.mobile-menu-overlay.active{opacity:1;pointer-events:auto}body.no-scroll{overflow:hidden}}main:has(.home-container){max-width:1100px}.home-container{width:100%}.home-hero{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color)}.hero-badge{display:inline-block;background:#e0e7ff;color:#3730a3;font-size:0.8rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;padding:0.35rem 0.85rem;border-radius:9999px;margin-bottom:0.85rem}.home-hero h1{font-size:2.1rem;font-weight:800;color:#0f172a;line-height:1.25;margin-bottom:0.75rem}.hero-subtext{font-size:1.05rem;color:#475569;max-width:720px;line-height:1.6;margin-bottom:1.5rem}.hero-quick-stats{display:flex;flex-wrap:wrap;gap:0.75rem}.stat-pill{background:#f8fafc;border:1px solid #e2e8f0;padding:0.45rem 0.95rem;border-radius:0.5rem;font-size:0.875rem;color:#334155;display:inline-flex;align-items:center;gap:0.35rem}.stat-pill strong{color:var(--primary-color);font-weight:700}.featured-section{margin-top:1rem}.section-header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1rem;margin-bottom:1.75rem}.section-header h2{font-size:1.5rem;color:#0f172a;margin:0 0 0.35rem 0}.section-desc{color:#64748b;font-size:0.95rem;margin:0}.browse-all-btn{text-decoration:none;color:var(--primary-color);font-weight:600;font-size:0.95rem;display:inline-flex;align-items:center;gap:0.35rem;transition:transform 0.2s,color 0.2s;white-space:nowrap}.browse-all-btn:hover{transform:translateX(4px);color:#1d4ed8}.featured-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.preview-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:0.75rem;padding:1.25rem;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 1px 3px rgba(0,0,0,0.05);transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease}.preview-card:hover{transform:translateY(-3px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.08),0 4px 6px -2px rgba(0,0,0,0.04);border-color:#cbd5e1}.card-top{margin-bottom:1rem}.brand-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.5rem}.brand-pill{background:#eff6ff;color:#1d4ed8;font-size:0.75rem;font-weight:700;padding:0.2rem 0.6rem;border-radius:9999px;border:1px solid #bfdbfe}.models-count{font-size:0.75rem;color:#64748b;font-weight:500}.model-title{font-size:1.15rem;font-weight:700;color:#0f172a;margin:0;line-height:1.35}.card-body{flex-grow:1;margin-bottom:1.15rem}.preview-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:0.5rem;padding:0.85rem 1rem}.preview-label{display:flex;align-items:center;gap:0.4rem;font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:#475569;margin-bottom:0.6rem}.preview-label svg{stroke:#2563eb;flex-shrink:0}.preview-step-list{list-style:decimal;margin:0;padding-left:1.2rem}.preview-step-list li{font-size:0.85rem;color:#334155;line-height:1.45;margin-bottom:0.45rem}.preview-step-list li:last-child{margin-bottom:0}.card-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:0.5rem;margin-bottom:0.85rem}.action-btn{display:inline-flex;align-items:center;justify-content:center;gap:0.35rem;padding:0.55rem 0.45rem;border-radius:0.4rem;font-size:0.8rem;font-weight:600;text-decoration:none;text-align:center;transition:all 0.2s ease;white-space:nowrap}.action-btn svg{flex-shrink:0}.btn-setup{background-color:var(--primary-color);color:#ffffff !important;box-shadow:0 1px 2px rgba(37,99,235,0.2);border:1px solid var(--primary-color)}.btn-setup:hover{background-color:#1d4ed8;box-shadow:0 4px 6px rgba(37,99,235,0.3)}.btn-reset{background-color:#fffbeb;color:#b45309 !important;border:1px solid #fde68a}.btn-reset:hover{background-color:#fef3c7;color:#92400e !important;border-color:#fcd34d}.btn-firmware{background-color:#f0fdf4;color:#15803d !important;border:1px solid #bbf7d0}.btn-firmware:hover{background-color:#dcfce7;color:#166534 !important;border-color:#86efac}.card-footer{border-top:1px solid #f1f5f9;padding-top:0.75rem;text-align:center}.brand-hub-link{font-size:0.825rem;color:#64748b;text-decoration:none;font-weight:500;transition:color 0.2s}.brand-hub-link:hover{color:var(--primary-color);text-decoration:underline}@media (max-width:768px){.home-hero h1{font-size:1.65rem}.featured-grid{grid-template-columns:1fr}}@media (max-width:480px){.card-actions{grid-template-columns:1fr}}.form-factor-pill{background:#f1f5f9;color:#475569;font-size:0.7rem;font-weight:600;padding:0.18rem 0.5rem;border-radius:9999px;letter-spacing:0.02em;border:1px solid #e2e8f0}.card-title-row{display:flex;align-items:center;gap:0.85rem;margin-top:0.5rem}.card-sketch-thumb{width:52px;height:52px;min-width:52px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;padding:3px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px rgba(0,0,0,0.04)}.card-sketch-thumb img{max-width:100%;max-height:100%;object-fit:contain;mix-blend-mode:multiply}.device-sketch-card{display:grid;grid-template-columns:240px 1fr;gap:1.5rem;background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;margin:1.5rem 0 2rem 0;box-shadow:0 4px 12px rgba(15,23,42,0.04);align-items:center}.sketch-image-wrapper{position:relative;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:0.75rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.device-sketch-img{max-width:100%;height:auto;max-height:220px;object-fit:contain;mix-blend-mode:multiply;transition:transform 0.3s ease}.device-sketch-card:hover .device-sketch-img{transform:scale(1.03)}.sketch-type-badge{position:absolute;bottom:8px;left:8px;background:rgba(15,23,42,0.75);backdrop-filter:blur(4px);color:#ffffff;font-size:0.68rem;font-weight:600;padding:0.2rem 0.5rem;border-radius:6px;letter-spacing:0.02em}.sketch-info{display:flex;flex-direction:column;gap:0.5rem}.sketch-label-mini{font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:var(--primary-color)}.sketch-info-title{font-size:1.2rem;font-weight:700;color:#0f172a;margin:0;line-height:1.3}.sketch-info-desc{font-size:0.9rem;color:#475569;line-height:1.5;margin:0}.sketch-quick-callouts{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:0.5rem}.callout-tag{display:inline-flex;align-items:center;gap:0.4rem;background:#f1f5f9;color:#334155;font-size:0.75rem;font-weight:600;padding:0.3rem 0.65rem;border-radius:6px;border:1px solid #e2e8f0}.callout-dot{width:7px;height:7px;border-radius:50%;display:inline-block}.callout-dot.green{background-color:#22c55e;box-shadow:0 0 4px #22c55e}.callout-dot.blue{background-color:#3b82f6;box-shadow:0 0 4px #3b82f6}.callout-dot.amber{background-color:#f59e0b;box-shadow:0 0 4px #f59e0b}@media (max-width:640px){.device-sketch-card{grid-template-columns:1fr;gap:1rem}.sketch-image-wrapper{max-height:200px}.device-sketch-img{max-height:160px}}.default-logins-hero{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border-radius:12px;padding:2.25rem 2rem;color:#ffffff;margin-bottom:2rem;box-shadow:0 4px 14px rgba(0,0,0,0.08)}.logins-hero-badge{display:inline-block;background:rgba(59,130,246,0.2);color:#60a5fa;border:1px solid rgba(96,165,250,0.3);padding:0.25rem 0.75rem;font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;border-radius:9999px;margin-bottom:0.75rem}.default-logins-hero h1{color:#ffffff;font-size:2rem;font-weight:800;margin:0 0 0.5rem 0;letter-spacing:-0.02em}.hero-description{color:#94a3b8;font-size:1rem;line-height:1.6;margin:0 0 1.5rem 0;max-width:800px}.logins-search-wrapper{display:flex;flex-direction:column;gap:1rem}.logins-search-box{position:relative;display:flex;align-items:center;max-width:640px}.logins-search-box .search-icon{position:absolute;left:1rem;color:#94a3b8;pointer-events:none}.logins-search-box input{width:100%;padding:0.85rem 2.75rem 0.85rem 3rem;border-radius:8px;border:1px solid rgba(255,255,255,0.15);background:rgba(255,255,255,0.08);color:#ffffff;font-size:0.95rem;outline:none;transition:all 0.2s ease}.logins-search-box input:focus{background:rgba(255,255,255,0.12);border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,0.25)}.logins-search-box input::placeholder{color:#64748b}#logins-clear-search{position:absolute;right:0.75rem;background:transparent;border:none;color:#94a3b8;font-size:1.4rem;cursor:pointer;line-height:1;padding:0.25rem}#logins-clear-search:hover{color:#ffffff}.logins-filter-tags{display:flex;flex-wrap:wrap;gap:0.5rem}.filter-tag{background:rgba(255,255,255,0.06);color:#cbd5e1;border:1px solid rgba(255,255,255,0.1);padding:0.4rem 0.85rem;border-radius:9999px;font-size:0.825rem;font-weight:600;cursor:pointer;transition:all 0.2s ease}.filter-tag:hover{background:rgba(255,255,255,0.15);color:#ffffff}.filter-tag.active{background:#2563eb;color:#ffffff;border-color:#2563eb;box-shadow:0 2px 8px rgba(37,99,235,0.4)}.copy-toast{position:fixed;bottom:2rem;right:2rem;background:#0f172a;color:#ffffff;padding:0.85rem 1.35rem;border-radius:10px;font-size:0.9rem;font-weight:600;box-shadow:0 12px 32px rgba(0,0,0,0.35);border:1px solid #334155;z-index:999999;opacity:0;transform:translateY(20px) scale(0.95);transition:all 0.25s cubic-bezier(0.16,1,0.3,1);pointer-events:none;display:flex;align-items:center;gap:0.6rem}[data-theme="dark"] .copy-toast{background:#1e293b;color:#f8fafc;border-color:#3b82f6;box-shadow:0 12px 32px rgba(0,0,0,0.6),0 0 15px rgba(59,130,246,0.25)}.copy-toast.show{opacity:1;transform:translateY(0) scale(1)}.default-logins-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem;margin-bottom:3rem}.login-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;box-shadow:0 2px 6px rgba(0,0,0,0.04);transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease;min-width:0;box-sizing:border-box}.login-card:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,0.08);border-color:#cbd5e1}.login-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.75rem;padding-bottom:0.75rem;border-bottom:1px solid #f1f5f9;flex-wrap:wrap;gap:0.5rem}.login-card-title-group{display:flex;align-items:center;gap:0.6rem;flex-wrap:wrap}.login-card-header h2{font-size:1.3rem;font-weight:700;margin:0;color:#0f172a}.login-card-header h2 a{color:#0f172a;text-decoration:none}.login-card-header h2 a:hover{color:#2563eb}.view-models-link{font-size:0.8rem;font-weight:600;color:#2563eb;text-decoration:none;white-space:nowrap}.view-models-link:hover{text-decoration:underline}.login-badge{display:inline-block;padding:0.2rem 0.55rem;border-radius:9999px;font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.03em;white-space:nowrap}.login-badge-popular{background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}.login-badge-verified{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.login-badge-app-first{background:#f3e8ff;color:#6b21a8;border:1px solid #e9d5ff}.login-badge-isp-mesh{background:#ffedd5;color:#c2410c;border:1px solid #fed7aa}.login-card-desc{font-size:0.875rem;color:#64748b;line-height:1.45;margin:0 0 1.25rem 0;word-break:break-word}.login-specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:0.85rem;margin-bottom:1.25rem;flex-grow:1;min-width:0}.spec-block{background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;padding:0.65rem 0.85rem;display:flex;flex-direction:column;justify-content:center;min-width:0;box-sizing:border-box}.spec-block.full-width{grid-column:span 2}.spec-label{font-size:0.7rem;text-transform:uppercase;font-weight:700;color:#64748b;letter-spacing:0.04em;margin-bottom:0.25rem}.spec-value-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:0.4rem;min-width:0}.spec-code{font-family:'SFMono-Regular',Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:0.875rem;font-weight:600;color:#0f172a;background:#e2e8f0;padding:0.2rem 0.5rem;border-radius:4px;word-break:break-all;max-width:100%}.spec-code-ssid{font-family:'SFMono-Regular',Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:0.825rem;color:#1e293b;background:#e2e8f0;padding:0.25rem 0.5rem;border-radius:4px;display:inline-block;word-break:break-all;max-width:100%}.spec-cred{font-size:0.875rem;font-weight:600;color:#0f172a;word-break:break-all}.spec-alt{font-size:0.725rem;color:#64748b;margin-top:0.25rem;display:block;word-break:break-word}.spec-alt code{font-size:0.725rem;background:#e2e8f0;padding:0.05rem 0.25rem;border-radius:3px}.spec-actions{display:inline-flex;align-items:center;gap:0.35rem;flex-shrink:0;margin-left:auto}.btn-copy{display:inline-flex;align-items:center;gap:0.25rem;background:#ffffff;border:1px solid #cbd5e1;color:#334155;font-size:0.725rem;font-weight:600;padding:0.25rem 0.5rem;border-radius:5px;cursor:pointer;transition:all 0.15s ease;white-space:nowrap}.btn-copy:hover{background:#f1f5f9;color:#0f172a;border-color:#94a3b8}.btn-copy-mini{background:#ffffff;border:1px solid #cbd5e1;color:#475569;font-size:0.7rem;font-weight:600;padding:0.15rem 0.4rem;border-radius:4px;cursor:pointer;transition:all 0.15s ease;white-space:nowrap}.btn-copy-mini:hover{background:#f1f5f9;color:#0f172a}.btn-copy.copied,.btn-copy-mini.copied,.btn-hero-copy.copied{background:#059669 !important;color:#ffffff !important;border-color:#047857 !important;box-shadow:0 2px 8px rgba(5,150,105,0.35);transform:scale(1.03)}[data-theme="dark"] .btn-copy,[data-theme="dark"] .btn-copy-mini{background:#1e293b;border-color:#334155;color:#cbd5e1}[data-theme="dark"] .btn-copy:hover,[data-theme="dark"] .btn-copy-mini:hover{background:#334155;color:#ffffff;border-color:#475569}[data-theme="dark"] .btn-copy.copied,[data-theme="dark"] .btn-copy-mini.copied,[data-theme="dark"] .btn-hero-copy.copied{background:#10b981 !important;color:#0f172a !important;border-color:#34d399 !important;box-shadow:0 2px 8px rgba(16,185,129,0.4)}.btn-open-link{font-size:0.725rem;font-weight:600;color:#2563eb;text-decoration:none;padding:0.25rem 0.4rem;border-radius:4px;background:#eff6ff;border:1px solid #dbeafe;transition:all 0.15s ease;white-space:nowrap}.btn-open-link:hover{background:#dbeafe}.note-block{display:flex;flex-direction:row;align-items:flex-start;gap:0.5rem;background:#fffbeb;border:1px solid #fef3c7;padding:0.65rem 0.85rem;border-radius:6px;margin-bottom:1.25rem}.note-icon{color:#d97706;font-size:0.9rem;font-weight:bold;line-height:1.2;flex-shrink:0}.note-text{font-size:0.775rem;color:#92400e;line-height:1.35}.login-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:0.85rem;border-top:1px solid #f1f5f9;font-size:0.8rem;flex-wrap:wrap;gap:0.4rem}.app-label{color:#64748b;word-break:break-word}.app-label strong{color:#334155}.footer-action-link{font-weight:600;color:#2563eb;text-decoration:none;white-space:nowrap}.footer-action-link:hover{text-decoration:underline}.no-logins-found{text-align:center;padding:3rem 1.5rem;background:#ffffff;border:1px dashed #cbd5e1;border-radius:12px;margin-bottom:2rem;color:#64748b}.master-logins-table-section{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:1.75rem;margin-bottom:3rem;box-shadow:0 2px 6px rgba(0,0,0,0.04)}.master-logins-table-section h2{font-size:1.35rem;font-weight:700;color:#0f172a;margin:0 0 1.25rem 0}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%}.master-logins-table{width:100%;border-collapse:collapse;font-size:0.875rem}.master-logins-table th{background:#f8fafc;color:#475569;font-weight:700;text-align:left;padding:0.75rem 1rem;border-bottom:2px solid #e2e8f0;white-space:nowrap}.master-logins-table td{padding:0.75rem 1rem;border-bottom:1px solid #f1f5f9;color:#334155;vertical-align:middle}.master-logins-table tr:hover td{background:#f8fafc}.master-logins-table code{font-family:'SFMono-Regular',Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:0.825rem;background:#f1f5f9;padding:0.15rem 0.4rem;border-radius:4px;color:#0f172a;word-break:break-all}.login-troubleshooting-section{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;margin-bottom:3rem}.login-troubleshooting-section h2{font-size:1.35rem;font-weight:700;color:#0f172a;margin:0 0 1.5rem 0}.troubleshooting-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.troubleshoot-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem;position:relative}.troubleshoot-step-num{width:28px;height:28px;background:#2563eb;color:#ffffff;font-weight:700;font-size:0.85rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:0.75rem}.troubleshoot-card h3{font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 0.5rem 0}.troubleshoot-card p{font-size:0.85rem;color:#475569;line-height:1.5;margin:0}.troubleshoot-card code{font-size:0.8rem;background:#e2e8f0;padding:0.1rem 0.35rem;border-radius:3px}.login-faq-section{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;margin-bottom:3rem;box-shadow:0 2px 6px rgba(0,0,0,0.04)}.login-faq-section h2{font-size:1.35rem;font-weight:700;color:#0f172a;margin:0 0 1.5rem 0}.faq-accordion-list{display:flex;flex-direction:column;gap:0.75rem}.faq-accordion-item details{border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;transition:all 0.2s ease;overflow:hidden}.faq-accordion-item details[open]{background:#ffffff;border-color:#cbd5e1;box-shadow:0 2px 8px rgba(0,0,0,0.05)}.faq-accordion-item details summary{font-weight:600;font-size:1rem;color:#1e293b;padding:1rem 1.25rem;cursor:pointer;outline:none;display:flex;align-items:center;justify-content:space-between;user-select:none}.faq-accordion-item details summary::-webkit-details-marker{display:none}.faq-accordion-item details summary::after{content:'+';font-size:1.3rem;font-weight:400;color:#64748b;transition:transform 0.2s ease;flex-shrink:0;margin-left:0.75rem}.faq-accordion-item details[open] summary::after{content:'\2212';color:#2563eb}.faq-answer{padding:0 1.25rem 1.25rem 1.25rem;font-size:0.9rem;color:#475569;line-height:1.6;border-top:1px solid #f1f5f9;padding-top:0.85rem}.faq-answer p{margin:0 0 0.5rem 0}.faq-answer p:last-child{margin-bottom:0}.faq-answer code{font-family:'SFMono-Regular',Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:0.825rem;background:#e2e8f0;padding:0.1rem 0.35rem;border-radius:3px;color:#0f172a}@media (max-width:992px){body>main{padding:1.25rem 1rem !important;max-width:100% !important;box-sizing:border-box !important}}@media (max-width:768px){body>main{padding:0.85rem 0.75rem !important;max-width:100% !important}.default-logins-hero{padding:1.35rem 1rem;border-radius:10px;margin-bottom:1.25rem}.default-logins-hero h1{font-size:1.35rem;line-height:1.25;margin-bottom:0.4rem}.hero-description{font-size:0.875rem;line-height:1.5;margin-bottom:1rem}.logins-search-box input{font-size:0.875rem;padding:0.7rem 2.25rem 0.7rem 2.4rem}.logins-search-box .search-icon{left:0.75rem;width:16px;height:16px}.logins-filter-tags{gap:0.35rem}.filter-tag{padding:0.35rem 0.6rem;font-size:0.75rem}.default-logins-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.login-card{padding:1.15rem 1rem;border-radius:10px}.login-card-header h2{font-size:1.15rem}.login-card-desc{font-size:0.825rem;margin-bottom:0.85rem}.login-specs-grid{grid-template-columns:1fr;gap:0.6rem;margin-bottom:0.85rem}.spec-block.full-width{grid-column:span 1}.spec-block{padding:0.55rem 0.7rem}.spec-code{font-size:0.825rem}.btn-copy{font-size:0.7rem;padding:0.2rem 0.45rem}.btn-open-link{font-size:0.7rem;padding:0.2rem 0.35rem}.btn-copy-mini{font-size:0.675rem;padding:0.125rem 0.35rem}.master-logins-table-section{padding:1.25rem 1rem;border-radius:10px;margin-bottom:2rem}.master-logins-table-section h2{font-size:1.2rem;margin-bottom:1rem}.master-logins-table{min-width:520px}.master-logins-table th,.master-logins-table td{padding:0.55rem 0.65rem;font-size:0.8rem}.login-troubleshooting-section{padding:1.25rem 1rem;border-radius:10px;margin-bottom:2rem}.login-troubleshooting-section h2{font-size:1.2rem;margin-bottom:1rem}.troubleshooting-grid{grid-template-columns:1fr;gap:0.85rem}.troubleshoot-card{padding:1rem}.login-faq-section{padding:1.25rem 1rem;border-radius:10px;margin-bottom:2rem}.login-faq-section h2{font-size:1.2rem;margin-bottom:1rem}.faq-accordion-item details summary{font-size:0.925rem;padding:0.85rem 1rem}.faq-answer{font-size:0.85rem;padding:0 1rem 1rem 1rem}.footer-nav-sep{display:none}.footer-nav-links{gap:0.35rem}.footer-nav-links a{background:#f1f5f9;padding:0.3rem 0.55rem;border-radius:4px;font-size:0.775rem}}.ip-dir-hero{background:linear-gradient(135deg,#1e3a5f 0%,#2563eb 60%,#1d4ed8 100%);color:#fff;padding:2.5rem 2rem 2rem;border-radius:16px;margin-bottom:2rem}.ip-dir-hero-badge{display:inline-block;background:rgba(255,255,255,0.15);color:#bfdbfe;font-size:0.72rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;padding:0.3rem 0.85rem;border-radius:999px;margin-bottom:1rem;border:1px solid rgba(255,255,255,0.25)}.ip-dir-hero h1{font-size:1.9rem;font-weight:800;margin-bottom:0.75rem;line-height:1.2;color:#fff}.ip-dir-hero-desc{color:#bfdbfe;font-size:1rem;max-width:650px;margin-bottom:1.5rem;line-height:1.6}.ip-dir-search-box{display:flex;align-items:center;background:#fff;border-radius:10px;padding:0.6rem 1rem;gap:0.6rem;max-width:600px;margin-bottom:1.25rem;box-shadow:0 4px 20px rgba(0,0,0,0.15)}.ip-search-icon{color:#94a3b8;flex-shrink:0}.ip-dir-search-box input{flex:1;border:none;outline:none;font-size:0.95rem;color:#1e293b;background:transparent}.ip-dir-search-box input::placeholder{color:#94a3b8}#ip-clear-search{background:none;border:none;font-size:1.25rem;color:#94a3b8;cursor:pointer;line-height:1;padding:0}#ip-clear-search:hover{color:#64748b}.ip-dir-filter-tags{display:flex;flex-wrap:wrap;gap:0.5rem}.ip-filter-tag{background:rgba(255,255,255,0.12);color:#bfdbfe;border:1px solid rgba(255,255,255,0.25);border-radius:999px;padding:0.35rem 1rem;font-size:0.82rem;font-weight:600;cursor:pointer;transition:background 0.15s,color 0.15s}.ip-filter-tag:hover{background:rgba(255,255,255,0.22);color:#fff}.ip-filter-tag.active{background:#fff;color:#1e3a5f;border-color:#fff}.ip-category-section{margin-bottom:2.5rem}.ip-category-header{margin-bottom:1.25rem}.ip-category-header h2{font-size:1.35rem;font-weight:700;color:#1e293b;margin-bottom:0.35rem}.ip-category-desc{color:#64748b;font-size:0.9rem}.ip-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1rem}.ip-cards-grid-compact{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:0.75rem}.ip-card{background:#fff;border:1.5px solid var(--border-color);border-radius:12px;overflow:hidden;transition:transform 0.15s ease,box-shadow 0.15s ease,border-color 0.15s}.ip-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(37,99,235,0.1);border-color:#93c5fd}.ip-card-link{display:flex;flex-direction:column;padding:1.1rem;text-decoration:none;color:inherit;height:100%;gap:0.5rem}.ip-card-address{font-size:1rem;font-weight:700;color:#1e293b;font-family:'Courier New','Consolas',monospace;word-break:break-all}.ip-card-type-badge{display:inline-block;font-size:0.68rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;padding:0.2rem 0.55rem;border-radius:999px;align-self:flex-start}.ip-type-ip{background:#dbeafe;color:#1d4ed8}.ip-type-url{background:#d1fae5;color:#065f46}.ip-card-brands{display:flex;flex-wrap:wrap;gap:0.3rem;margin-top:auto}.ip-brand-chip{background:#f1f5f9;color:#475569;font-size:0.72rem;font-weight:600;padding:0.2rem 0.5rem;border-radius:999px}.ip-brand-more{background:#e2e8f0;color:#64748b}.ip-card-cta{font-size:0.78rem;color:#2563eb;font-weight:600;margin-top:0.5rem}.ip-card-compact .ip-card-address{font-size:0.88rem}.ip-no-results{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;color:#94a3b8;text-align:center}.ip-info-section{background:#f8fafc;border-radius:14px;padding:2rem;margin-bottom:2.5rem;border:1px solid var(--border-color)}.ip-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.ip-info-card{display:flex;flex-direction:column;gap:0.5rem}.ip-info-icon{font-size:1.75rem}.ip-info-card h3{font-size:1rem;font-weight:700;color:#1e293b}.ip-info-card p{color:#475569;font-size:0.875rem;line-height:1.6}.ip-info-card code{background:#e2e8f0;padding:0.1rem 0.35rem;border-radius:4px;font-family:monospace;font-size:0.85em;color:#1e293b}.ip-faq-section{margin-bottom:2.5rem}.ip-faq-section h2{font-size:1.35rem;font-weight:700;color:#1e293b;margin-bottom:1.25rem}.ip-detail-hero{background:linear-gradient(135deg,#0f2044 0%,#1e40af 100%);border-radius:16px;padding:2.5rem 2rem;margin-bottom:2rem;color:#fff}.ip-detail-hero-inner{max-width:700px}.ip-detail-address-display{font-size:2.25rem;font-weight:900;font-family:'Courier New','Consolas',monospace;color:#fff;margin-bottom:0.5rem;letter-spacing:-0.01em;word-break:break-all}.ip-detail-type-badge{display:inline-block;font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;padding:0.3rem 0.85rem;border-radius:999px;margin-bottom:1rem}.ip-detail-intro{color:#bfdbfe;font-size:0.975rem;line-height:1.65;margin-bottom:1.25rem}.ip-detail-brand-list{display:flex;flex-wrap:wrap;align-items:center;gap:0.4rem}.ip-detail-brand-label{color:#93c5fd;font-size:0.82rem;font-weight:600}.ip-detail-brand-link{background:rgba(255,255,255,0.15);color:#e0f2fe;text-decoration:none;font-size:0.82rem;font-weight:600;padding:0.25rem 0.75rem;border-radius:999px;border:1px solid rgba(255,255,255,0.25);transition:background 0.15s}.ip-detail-brand-link:hover{background:rgba(255,255,255,0.28);color:#fff}.ip-howto-section{background:#fff;border:1.5px solid var(--border-color);border-radius:14px;padding:1.75rem;margin-bottom:1.5rem}.ip-howto-section h2{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.ip-howto-steps{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.ip-howto-step{display:flex;gap:1rem;align-items:flex-start}.ip-howto-step-num{background:#2563eb;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.85rem;font-weight:700;flex-shrink:0;margin-top:2px}.ip-howto-step-body strong{display:block;color:#1e293b;font-size:0.95rem;margin-bottom:0.25rem}.ip-howto-step-body p{color:#475569;font-size:0.875rem;line-height:1.6;margin:0}.ip-quick-tip{display:flex;align-items:flex-start;gap:0.65rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:0.85rem 1rem;font-size:0.875rem;color:#1e40af;line-height:1.5}.ip-quick-tip code{background:#dbeafe;padding:0.1rem 0.3rem;border-radius:4px;font-family:monospace}.ip-brand-guides-section{background:#f8fafc;border:1px solid var(--border-color);border-radius:14px;padding:1.75rem;margin-bottom:1.5rem}.ip-brand-guides-section h2{font-size:1.2rem;font-weight:700;color:#1e293b;margin-bottom:1.25rem}.ip-brand-guides-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.ip-brand-guide-card{background:#fff;border:1.5px solid var(--border-color);border-radius:10px;padding:1rem;display:flex;flex-direction:column;gap:0.75rem}.ip-brand-guide-name{font-weight:700;color:#1e293b;font-size:0.95rem}.ip-brand-guide-links{display:flex;flex-wrap:wrap;gap:0.4rem}.ip-brand-guide-btn{background:#2563eb;color:#fff;text-decoration:none;font-size:0.78rem;font-weight:600;padding:0.3rem 0.75rem;border-radius:6px;transition:background 0.15s}.ip-brand-guide-btn:hover{background:#1d4ed8}.ip-troubleshoot-section{margin-bottom:1.5rem}.ip-troubleshoot-section h2{font-size:1.2rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.ip-troubleshoot-list{display:flex;flex-direction:column;gap:0.5rem}.ip-troubleshoot-item{border:1.5px solid var(--border-color);border-radius:10px;overflow:hidden;background:#fff}.ip-troubleshoot-item details summary{display:flex;align-items:center;gap:0.6rem;padding:1rem 1.1rem;cursor:pointer;font-weight:600;font-size:0.9rem;color:#1e293b;list-style:none;transition:background 0.15s}.ip-troubleshoot-item details summary::-webkit-details-marker{display:none}.ip-troubleshoot-item details[open] summary{background:#f8fafc}.ip-troubleshoot-item details summary:hover{background:#f1f5f9}.ip-troubleshoot-body{padding:0 1.1rem 1rem 1.1rem}.ip-troubleshoot-body p{color:#475569;font-size:0.875rem;line-height:1.6;margin:0}.ip-back-nav{display:flex;gap:0.75rem;flex-wrap:wrap;margin-bottom:2rem}.ip-back-btn{display:inline-block;background:#2563eb;color:#fff;text-decoration:none;font-size:0.875rem;font-weight:600;padding:0.6rem 1.25rem;border-radius:8px;transition:background 0.15s}.ip-back-btn:hover{background:#1d4ed8}.ip-back-btn-sec{background:#f1f5f9;color:#1e293b}.ip-back-btn-sec:hover{background:#e2e8f0}@media (max-width:768px){.ip-dir-hero{padding:1.5rem 1rem 1.25rem;border-radius:10px}.ip-dir-hero h1{font-size:1.35rem}.ip-dir-hero-desc{font-size:0.875rem}.ip-dir-search-box{padding:0.5rem 0.75rem}.ip-dir-search-box input{font-size:0.875rem}.ip-filter-tag{font-size:0.75rem;padding:0.3rem 0.75rem}.ip-cards-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:0.75rem}.ip-cards-grid-compact{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:0.5rem}.ip-card-link{padding:0.85rem}.ip-card-address{font-size:0.88rem}.ip-category-header h2{font-size:1.1rem}.ip-info-section{padding:1.25rem 1rem}.ip-info-grid{grid-template-columns:1fr;gap:1rem}.ip-detail-hero{padding:1.5rem 1rem;border-radius:10px}.ip-detail-address-display{font-size:1.6rem}.ip-howto-section{padding:1.25rem 1rem}.ip-howto-section h2{font-size:1.1rem}.ip-howto-step{gap:0.75rem}.ip-howto-step-num{width:28px;height:28px;font-size:0.78rem}.ip-brand-guides-section{padding:1.25rem 1rem}.ip-brand-guides-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.ip-back-nav{flex-direction:column}.ip-back-btn{text-align:center}}.tools-hero{background:linear-gradient(135deg,#1e3a8a 0%,#1e40af 50%,#2563eb 100%);color:#ffffff;padding:2.75rem 2rem 2.25rem;border-radius:16px;margin-bottom:2rem;text-align:center;box-shadow:0 10px 25px -5px rgba(37,99,235,0.25)}.tools-hero-badge{display:inline-block;background:rgba(255,255,255,0.18);backdrop-filter:blur(8px);color:#93c5fd;font-size:0.82rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;padding:0.35rem 0.9rem;border-radius:9999px;margin-bottom:0.85rem;border:1px solid rgba(255,255,255,0.2)}.tools-hero h1{font-size:2.2rem;font-weight:800;margin-bottom:0.85rem;line-height:1.2;color:#ffffff}.tools-hero-desc{font-size:1.05rem;color:#bfdbfe;max-width:720px;margin:0 auto;line-height:1.6}.tools-grid-section{margin-bottom:3rem}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.tool-card{background:#ffffff;border:1px solid var(--border-color);border-radius:14px;padding:1.75rem;display:flex;flex-direction:column;position:relative;box-shadow:0 4px 12px rgba(0,0,0,0.03);transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease}.tool-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -6px rgba(0,0,0,0.08);border-color:#93c5fd}.tool-card-featured{border-color:#bfdbfe;background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%)}.tool-badge{position:absolute;top:1.25rem;right:1.25rem;font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;padding:0.25rem 0.65rem;border-radius:9999px}.tool-badge-live{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.tool-badge-popular{background:#f3e8ff;color:#7e22ce;border:1px solid #e9d5ff}.tool-icon-wrapper{width:60px;height:60px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;box-shadow:0 6px 14px rgba(0,0,0,0.1)}.tool-card h2{font-size:1.35rem;font-weight:700;color:#0f172a;margin-bottom:0.65rem;line-height:1.3}.tool-card-desc{font-size:0.92rem;color:#475569;line-height:1.55;margin-bottom:1.25rem;flex-grow:1}.tool-card-features{list-style:none;padding:0;margin:0 0 1.5rem 0;display:flex;flex-direction:column;gap:0.5rem;border-top:1px solid #f1f5f9;padding-top:1rem}.tool-card-features li{font-size:0.85rem;color:#334155;display:flex;align-items:center;gap:0.5rem}.tool-card-btn{display:flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.75rem 1.25rem;border-radius:10px;font-size:0.95rem;font-weight:600;text-decoration:none;transition:all 0.15s ease;margin-top:auto}.tool-btn-primary{background:#2563eb;color:#ffffff}.tool-btn-primary:hover{background:#1d4ed8;color:#ffffff;box-shadow:0 4px 12px rgba(37,99,235,0.3)}.tool-btn-purple{background:#7c3aed;color:#ffffff}.tool-btn-purple:hover{background:#6d28d9;color:#ffffff;box-shadow:0 4px 12px rgba(124,58,237,0.3)}.tool-btn-secondary{background:#f1f5f9;color:#1e293b;border:1px solid #e2e8f0}.tool-btn-secondary:hover{background:#e2e8f0;color:#0f172a}.tools-guide-section{background:#ffffff;border:1px solid var(--border-color);border-radius:16px;padding:2.25rem;margin-bottom:2.5rem}.tools-guide-section h2{font-size:1.5rem;font-weight:700;color:#0f172a;text-align:center;margin-bottom:1.75rem}.tools-guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.tools-guide-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;position:relative}.tools-guide-num{width:32px;height:32px;border-radius:50%;background:#2563eb;color:#ffffff;font-weight:700;font-size:0.9rem;display:flex;align-items:center;justify-content:center;margin-bottom:0.85rem}.tools-guide-card h3{font-size:1.05rem;font-weight:700;color:#1e293b;margin-bottom:0.5rem}.tools-guide-card p{font-size:0.88rem;color:#475569;line-height:1.55;margin:0}.tools-guide-card a{color:#2563eb;font-weight:600;text-decoration:underline}.tools-faq-section{background:#ffffff;border:1px solid var(--border-color);border-radius:16px;padding:2.25rem;margin-bottom:2.5rem}.tools-faq-container h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.faq-accordion-list{display:flex;flex-direction:column;gap:0.85rem}.faq-item{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#f8fafc;transition:background 0.15s ease}.faq-item[open]{background:#ffffff;border-color:#cbd5e1}.faq-question{padding:1rem 1.25rem;font-weight:600;font-size:1rem;color:#1e293b;cursor:pointer;user-select:none;position:relative;list-style:none}.faq-question::-webkit-details-marker{display:none}.faq-question::after{content:'+';position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);font-size:1.3rem;color:#64748b;font-weight:400}.faq-item[open] .faq-question::after{content:'−'}.faq-answer{padding:0 1.25rem 1.25rem 1.25rem;color:#475569;font-size:0.92rem;line-height:1.6;border-top:1px solid #f1f5f9;padding-top:0.85rem}.faq-answer p{margin-bottom:0.65rem}.faq-answer p:last-child{margin-bottom:0}.faq-answer code{background:#e2e8f0;padding:0.15rem 0.4rem;border-radius:4px;font-size:0.85em;color:#0f172a}.ip-lookup-hero{background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%);color:#ffffff;padding:2.75rem 2rem 2.25rem;border-radius:16px;margin-bottom:2rem;text-align:center;box-shadow:0 10px 25px -5px rgba(15,23,42,0.3)}.ip-lookup-badge{display:inline-block;background:rgba(59,130,246,0.25);color:#60a5fa;font-size:0.82rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;padding:0.35rem 0.9rem;border-radius:9999px;margin-bottom:0.85rem;border:1px solid rgba(96,165,250,0.3)}.ip-lookup-hero h1{font-size:2.2rem;font-weight:800;margin-bottom:0.85rem;line-height:1.2;color:#ffffff}.ip-lookup-hero-desc{font-size:1.02rem;color:#94a3b8;max-width:680px;margin:0 auto 2rem auto;line-height:1.55}.ip-display-card{background:#ffffff;border-radius:14px;padding:1.75rem 2rem;max-width:640px;margin:0 auto;box-shadow:0 12px 30px rgba(0,0,0,0.2);color:#0f172a;text-align:left}.ip-display-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:0.75rem;border-bottom:1px solid #f1f5f9}.ip-status-indicator{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.82rem;font-weight:700;color:#15803d;text-transform:uppercase;letter-spacing:0.05em}.status-pulse{width:9px;height:9px;border-radius:50%;background:#10b981;box-shadow:0 0 0 0 rgba(16,185,129,0.7);animation:pulse 1.8s infinite cubic-bezier(0.66,0,0,1)}@keyframes pulse{0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(16,185,129,0.7)}70%{transform:scale(1);box-shadow:0 0 0 8px rgba(16,185,129,0)}100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(16,185,129,0)}}.ip-refresh-btn{background:#f8fafc;border:1px solid #e2e8f0;color:#475569;font-size:0.82rem;font-weight:600;padding:0.35rem 0.75rem;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;gap:0.35rem;transition:all 0.15s ease}.ip-refresh-btn:hover{background:#f1f5f9;color:#1e293b}.ip-refresh-btn.rotating svg{animation:spin 0.6s linear}@keyframes spin{100%{transform:rotate(360deg)}}.ip-address-container{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.ip-display-value{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:2.1rem;font-weight:800;color:#1e293b;letter-spacing:-0.02em;word-break:break-all;line-height:1.15}.ip-loading-skeleton{font-size:1.1rem;font-weight:500;color:#94a3b8;font-family:var(--font-family)}.copy-ip-action-btn{background:#2563eb;color:#ffffff;border:none;padding:0.75rem 1.25rem;border-radius:8px;font-weight:600;font-size:0.92rem;cursor:pointer;display:inline-flex;align-items:center;gap:0.45rem;white-space:nowrap;transition:background 0.15s ease,transform 0.1s ease;flex-shrink:0}.copy-ip-action-btn:hover{background:#1d4ed8}.copy-ip-action-btn.copied{background:#10b981}.ip-quick-meta{display:flex;flex-wrap:wrap;align-items:center;gap:0.65rem;font-size:0.88rem;color:#64748b;background:#f8fafc;padding:0.65rem 1rem;border-radius:8px;border:1px solid #f1f5f9}.meta-divider{color:#cbd5e1}.ip-details-section{margin-bottom:2rem}.ip-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.25rem}.ip-detail-card{background:#ffffff;border:1px solid var(--border-color);border-radius:14px;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,0.03)}.detail-card-header{display:flex;align-items:center;gap:0.75rem;margin-bottom:1.25rem;padding-bottom:0.75rem;border-bottom:1px solid #f1f5f9}.detail-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.detail-card-header h3{font-size:1.15rem;font-weight:700;color:#1e293b;margin:0}.detail-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.75rem}.detail-list li{display:flex;justify-content:space-between;align-items:baseline;font-size:0.9rem;gap:0.5rem}.detail-label{color:#64748b;font-weight:500;flex-shrink:0}.detail-val{color:#0f172a;font-weight:600;text-align:right;word-break:break-word}.ip-map-section{margin-bottom:2.5rem}.ip-map-container{background:#ffffff;border:1px solid var(--border-color);border-radius:16px;padding:1.75rem}.ip-map-header{margin-bottom:1rem}.ip-map-header h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:0.25rem}.ip-map-notice{font-size:0.82rem;color:#64748b}.ip-map-wrapper{width:100%;height:360px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;position:relative}.ip-osm-iframe{width:100%;height:100%;border:none}.map-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.75rem;color:#64748b;font-size:0.92rem}.map-spin{animation:spin 1s linear infinite}.ip-guide-container{margin-bottom:2.5rem}.ip-guide-box{background:#ffffff;border:1px solid var(--border-color);border-radius:16px;padding:2.25rem}.ip-guide-badge{display:inline-block;background:#fef3c7;color:#b45309;font-size:0.78rem;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;padding:0.25rem 0.75rem;border-radius:9999px;margin-bottom:0.75rem}.ip-guide-box h2{font-size:1.6rem;font-weight:800;color:#0f172a;margin-bottom:0.5rem}.ip-guide-intro{font-size:0.98rem;color:#475569;line-height:1.6;margin-bottom:1.75rem}.ip-comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:2rem}.comparison-card{border-radius:12px;padding:1.5rem;border:1px solid;position:relative}.comp-public{background:#fff1f2;border-color:#fecdd3}.comp-local{background:#f0fdf4;border-color:#bbf7d0}.comp-badge{display:inline-block;font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;padding:0.2rem 0.6rem;border-radius:9999px;background:#ffe4e6;color:#be123c;margin-bottom:0.75rem}.comp-badge-green{background:#dcfce7;color:#15803d}.comparison-card h3{font-size:1.15rem;font-weight:700;color:#0f172a;margin-bottom:0.5rem}.comparison-card p{font-size:0.88rem;color:#475569;line-height:1.55;margin-bottom:0.85rem}.comp-example{font-size:0.85rem;color:#334155;margin-bottom:0.65rem}.comp-example code{background:rgba(0,0,0,0.06);padding:0.15rem 0.4rem;border-radius:4px;font-weight:700}.comp-status{font-size:0.85rem;font-weight:700;display:flex;align-items:center;gap:0.35rem}.comp-status-bad{color:#e11d48}.comp-status-good{color:#16a34a}.ip-gateway-steps h3{font-size:1.3rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.gateway-os-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:2rem}.gateway-os-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem}.gateway-os-card h4{font-size:1rem;font-weight:700;color:#1e293b;margin-bottom:0.75rem;display:flex;align-items:center;gap:0.4rem}.gateway-os-card ol{padding-left:1.15rem;margin:0;font-size:0.84rem;color:#475569;line-height:1.55;display:flex;flex-direction:column;gap:0.45rem}.gateway-os-card kbd{background:#e2e8f0;border:1px solid #cbd5e1;border-radius:4px;padding:0.1rem 0.35rem;font-size:0.78rem;font-family:inherit}.gateway-os-card code{background:#e2e8f0;padding:0.1rem 0.3rem;border-radius:3px;font-size:0.8em;color:#0f172a}.ip-cta-banner{background:linear-gradient(135deg,#1e40af 0%,#2563eb 100%);border-radius:12px;padding:1.5rem 1.75rem;color:#ffffff;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.25rem}.ip-cta-content h3{font-size:1.2rem;font-weight:700;margin-bottom:0.35rem;color:#ffffff}.ip-cta-content p{font-size:0.9rem;color:#bfdbfe;margin:0}.ip-cta-actions{display:flex;gap:0.75rem;flex-wrap:wrap}.btn-cta-white{background:#ffffff;color:#1e40af;font-weight:700;font-size:0.88rem;padding:0.65rem 1.15rem;border-radius:8px;text-decoration:none;transition:background 0.15s ease}.btn-cta-white:hover{background:#f1f5f9}.btn-cta-blue{background:rgba(255,255,255,0.15);border:1px solid rgba(255,255,255,0.3);color:#ffffff;font-weight:700;font-size:0.88rem;padding:0.65rem 1.15rem;border-radius:8px;text-decoration:none;transition:background 0.15s ease}.btn-cta-blue:hover{background:rgba(255,255,255,0.25)}@media (max-width:768px){.tools-hero{padding:1.75rem 1rem 1.5rem;border-radius:12px}.tools-hero h1{font-size:1.45rem}.tools-hero-desc{font-size:0.88rem}.tools-grid{grid-template-columns:1fr;gap:1rem}.tool-card{padding:1.25rem}.tool-card h2{font-size:1.2rem}.tools-guide-section{padding:1.5rem 1rem}.tools-faq-section{padding:1.5rem 1rem}.ip-lookup-hero{padding:1.75rem 1rem 1.5rem;border-radius:12px}.ip-lookup-hero h1{font-size:1.45rem}.ip-lookup-hero-desc{font-size:0.88rem;margin-bottom:1.25rem}.ip-display-card{padding:1.25rem}.ip-address-container{flex-direction:column;align-items:stretch;gap:0.75rem}.ip-display-value{font-size:1.6rem;text-align:center}.copy-ip-action-btn{justify-content:center}.ip-quick-meta{font-size:0.78rem;justify-content:center}.ip-details-grid{grid-template-columns:1fr;gap:1rem}.ip-map-container{padding:1.25rem 1rem}.ip-map-wrapper{height:260px}.ip-guide-box{padding:1.5rem 1rem}.ip-guide-box h2{font-size:1.3rem}.ip-comparison-grid{grid-template-columns:1fr;gap:1rem}.gateway-os-tabs{grid-template-columns:1fr}.ip-cta-banner{flex-direction:column;align-items:stretch;text-align:center}.ip-cta-actions{flex-direction:column}.btn-cta-white,.btn-cta-blue{text-align:center}}.pagination-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.75rem;margin:2rem 0;width:100%}.pagination-container.top-pagination{margin-top:0.5rem;margin-bottom:1.75rem}.pagination-container.bottom-pagination{margin-top:2.5rem;margin-bottom:3rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.pagination-nav{display:flex;align-items:center;justify-content:center;gap:0.5rem;flex-wrap:wrap}.page-numbers{display:flex;align-items:center;gap:0.35rem}.page-btn{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 0.85rem;border-radius:8px;font-size:0.9rem;font-weight:600;text-decoration:none;color:#334155;background:#ffffff;border:1px solid #cbd5e1;transition:all 0.15s ease;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,0.04)}.page-btn:hover:not(.active):not(.disabled){background:#f1f5f9;color:#0f172a;border-color:#94a3b8;transform:translateY(-1px)}.page-btn.active{background:#2563eb;color:#ffffff;border-color:#2563eb;box-shadow:0 2px 6px rgba(37,99,235,0.35);cursor:default}.page-btn.disabled{background:#f8fafc;color:#94a3b8;border-color:#e2e8f0;cursor:not-allowed;opacity:0.7}.page-btn-prev,.page-btn-next{padding:0 1rem;font-weight:600}.pagination-page-indicator{font-size:0.85rem;color:#64748b;font-weight:500}.router-pagination-summary-badge{display:inline-block;background:rgba(255,255,255,0.12);color:#e2e8f0;font-size:0.875rem;padding:0.45rem 1rem;border-radius:9999px;border:1px solid rgba(255,255,255,0.2);margin-bottom:1.5rem}.login-category-pill{display:inline-block;font-size:0.72rem;font-weight:600;color:#475569;background:#f1f5f9;padding:0.2rem 0.55rem;border-radius:6px;border:1px solid #e2e8f0}.login-category-tag{font-size:0.75rem;font-weight:600;color:#2563eb;background:#eff6ff;padding:0.15rem 0.45rem;border-radius:4px;border:1px solid #dbeafe;white-space:nowrap}.spec-code-port{font-family:'SFMono-Regular',Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:0.825rem;font-weight:600;color:#0f172a;background:#f1f5f9;padding:0.2rem 0.45rem;border-radius:4px;border:1px solid #e2e8f0}.login-steps-accordion{margin-top:0.85rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;overflow:hidden;transition:all 0.2s ease}.login-steps-accordion[open]{background:#ffffff;border-color:#cbd5e1;box-shadow:0 2px 6px rgba(0,0,0,0.04)}.login-steps-summary{display:flex;align-items:center;justify-content:space-between;padding:0.65rem 0.85rem;font-size:0.82rem;font-weight:700;color:#1e293b;cursor:pointer;user-select:none;background:#f8fafc}.login-steps-summary:hover{color:#2563eb;background:#f1f5f9}.accordion-arrow{transition:transform 0.2s ease;color:#64748b}.login-steps-accordion[open] .accordion-arrow{transform:rotate(180deg)}.login-steps-content{padding:0.75rem 0.95rem 0.85rem;border-top:1px solid #e2e8f0;background:#ffffff}.login-steps-list{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:0.4rem;font-size:0.8rem;color:#475569;line-height:1.45}.app-external-link{font-size:0.8rem;font-weight:600;color:#2563eb;text-decoration:none;display:inline-flex;align-items:center;gap:0.2rem}.app-external-link:hover{text-decoration:underline}@media (max-width:768px){.default-logins-hero{padding:1.75rem 1rem 1.5rem;border-radius:12px;text-align:left}.default-logins-hero h1{font-size:1.45rem;line-height:1.25}.default-logins-hero .hero-description{font-size:0.88rem;line-height:1.5;margin-bottom:1.25rem}.logins-search-wrapper{align-items:stretch}.logins-search-box{max-width:100%}.logins-search-box input{font-size:0.88rem;padding:0.75rem 2.25rem 0.75rem 2.5rem}.logins-filter-tags{display:flex;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:0.35rem;gap:0.4rem}.filter-tag{font-size:0.78rem;padding:0.35rem 0.7rem;white-space:nowrap;flex-shrink:0}.default-logins-grid{grid-template-columns:1fr;gap:1.25rem}.login-card{padding:1.15rem;border-radius:10px}.login-card-header{flex-direction:column;align-items:flex-start;gap:0.5rem}.login-card-title-group{width:100%;justify-content:space-between}.login-card-header h2{font-size:1.2rem}.login-specs-grid{grid-template-columns:1fr;gap:0.65rem}.spec-block.full-width{grid-column:span 1}.spec-value-row{flex-direction:column;align-items:flex-start;gap:0.4rem}.spec-actions{margin-left:0;width:100%;display:flex;justify-content:flex-start;gap:0.4rem}.spec-code,.spec-code-ssid{width:100%;box-sizing:border-box}.login-card-footer{flex-direction:column;align-items:flex-start;gap:0.5rem}.pagination-nav{gap:0.35rem;width:100%;justify-content:center}.page-btn{min-width:36px;height:36px;font-size:0.85rem;padding:0 0.65rem}.page-btn-prev,.page-btn-next{padding:0 0.75rem}.master-logins-table-section{padding:1.25rem 0.85rem}.master-logins-table{font-size:0.8rem}.login-troubleshooting-section{padding:1.5rem 1rem}.troubleshooting-grid{grid-template-columns:1fr;gap:1rem}.logins-faq-section{padding:1.5rem 1rem}}.router-detail-hero{background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#0f172a 100%);border-radius:16px;padding:2.75rem 2.25rem 2.25rem;color:#ffffff;margin-bottom:2rem;border:1px solid rgba(255,255,255,0.08);box-shadow:0 10px 30px rgba(0,0,0,0.15)}.router-detail-hero-inner{max-width:1100px;margin:0 auto}.router-hero-badge-group{display:flex;align-items:center;gap:0.5rem;margin-bottom:1rem;flex-wrap:wrap}.router-hero-category-tag{background:rgba(37,99,235,0.25);color:#93c5fd;border:1px solid rgba(59,130,246,0.4);font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.04em;padding:0.25rem 0.65rem;border-radius:9999px}.router-hero-badge{background:rgba(16,185,129,0.2);color:#6ee7b7;border:1px solid rgba(16,185,129,0.35);font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.04em;padding:0.25rem 0.65rem;border-radius:9999px}.router-detail-hero h1{font-size:2rem;font-weight:800;line-height:1.25;margin:0 0 0.75rem 0;color:#ffffff}.router-hero-subtitle{font-size:1.05rem;color:#94a3b8;line-height:1.55;margin:0 0 1.75rem 0}.router-hero-actions-bar{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);border-radius:12px;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.25rem}.router-hero-stat{display:flex;flex-direction:column;gap:0.2rem}.router-hero-stat .stat-label{font-size:0.72rem;text-transform:uppercase;letter-spacing:0.05em;color:#94a3b8;font-weight:700}.router-hero-stat .stat-val code{font-family:'SFMono-Regular',Consolas,'Liberation Mono',Menlo,monospace;font-size:1.05rem;color:#60a5fa;background:rgba(0,0,0,0.3);padding:0.15rem 0.45rem;border-radius:4px}.router-hero-stat .stat-val strong{font-size:1.05rem;color:#38bdf8}.router-hero-cta-buttons{display:flex;align-items:center;gap:0.75rem;flex-wrap:wrap}.btn-hero-primary{display:inline-flex;align-items:center;gap:0.45rem;background:#2563eb;color:#ffffff;font-size:0.9rem;font-weight:700;padding:0.65rem 1.25rem;border-radius:8px;text-decoration:none;transition:all 0.15s ease;box-shadow:0 4px 12px rgba(37,99,235,0.35)}.btn-hero-primary:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 16px rgba(37,99,235,0.45)}.btn-hero-copy{display:inline-flex;align-items:center;gap:0.4rem;background:rgba(255,255,255,0.1);color:#ffffff;font-size:0.9rem;font-weight:600;padding:0.65rem 1.15rem;border-radius:8px;border:1px solid rgba(255,255,255,0.2);cursor:pointer;transition:all 0.15s ease}.btn-hero-copy:hover{background:rgba(255,255,255,0.2)}.router-detail-content-layout{max-width:1100px;margin:0 auto 3.5rem}.router-detail-main{display:flex;flex-direction:column;gap:2rem}.router-section-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;box-shadow:0 2px 6px rgba(0,0,0,0.04)}.card-header-icon-title{display:flex;align-items:center;gap:0.75rem;margin-bottom:0.5rem}.card-icon{width:40px;height:40px;border-radius:10px;background:#eff6ff;border:1px solid #dbeafe;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-header-icon-title h2{font-size:1.4rem;font-weight:700;color:#0f172a;margin:0}.section-intro{font-size:0.92rem;color:#64748b;line-height:1.5;margin:0 0 1.5rem 0}.router-specs-table-grid{display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;margin-bottom:1.25rem}.spec-row-item{display:flex;align-items:center;justify-content:space-between;padding:0.85rem 1.25rem;border-bottom:1px solid #f1f5f9;background:#ffffff;flex-wrap:wrap;gap:0.5rem}.spec-row-item:nth-child(even){background:#f8fafc}.spec-row-item:last-child{border-bottom:none}.spec-prop-name{font-size:0.85rem;font-weight:700;color:#475569;min-width:180px}.spec-prop-val{display:flex;align-items:center;gap:0.5rem;flex-wrap:wrap}.code-highlight{font-family:'SFMono-Regular',Consolas,'Liberation Mono',Menlo,monospace;font-size:0.9rem;font-weight:700;color:#0f172a;background:#e2e8f0;padding:0.2rem 0.5rem;border-radius:5px;word-break:break-all}.code-tag{font-family:'SFMono-Regular',Consolas,'Liberation Mono',Menlo,monospace;font-size:0.82rem;color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;padding:0.15rem 0.45rem;border-radius:4px;word-break:break-all}.spec-text-normal{font-size:0.88rem;color:#334155;font-weight:500}.spec-actions-inline{display:inline-flex;align-items:center;gap:0.35rem}.btn-copy-mini{background:#ffffff;border:1px solid #cbd5e1;color:#334155;font-size:0.75rem;font-weight:600;padding:0.2rem 0.5rem;border-radius:4px;cursor:pointer;transition:all 0.15s ease}.btn-copy-mini:hover{background:#f1f5f9;color:#0f172a}.btn-open-mini{background:#eff6ff;border:1px solid #dbeafe;color:#2563eb;font-size:0.75rem;font-weight:600;padding:0.2rem 0.5rem;border-radius:4px;text-decoration:none;transition:all 0.15s ease}.btn-open-mini:hover{background:#dbeafe}.app-official-link{display:inline-flex;align-items:center;gap:0.35rem;font-size:0.85rem;font-weight:700;color:#2563eb;text-decoration:none}.app-official-link:hover{text-decoration:underline}.router-auth-callout{display:flex;align-items:flex-start;gap:0.75rem;background:#fffbeb;border:1px solid #fef3c7;border-radius:8px;padding:1rem 1.25rem}.callout-icon{flex-shrink:0;margin-top:0.1rem}.callout-body strong{font-size:0.85rem;color:#92400e;display:block;margin-bottom:0.2rem}.callout-body p{font-size:0.825rem;color:#b45309;line-height:1.45;margin:0}.router-howto-steps-container{display:flex;flex-direction:column;gap:1rem}.router-howto-step-card{display:flex;align-items:flex-start;gap:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem;transition:all 0.2s ease}.router-howto-step-card:hover{background:#ffffff;border-color:#cbd5e1;box-shadow:0 4px 12px rgba(0,0,0,0.05)}.step-badge-number{width:32px;height:32px;border-radius:50%;background:#2563eb;color:#ffffff;font-weight:700;font-size:0.9rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-body-content h3{font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 0.35rem 0}.step-body-content p{font-size:0.88rem;color:#475569;line-height:1.5;margin:0}.popular-models-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:0.75rem}.popular-model-pill{display:flex;align-items:center;gap:0.5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:0.65rem 0.85rem;font-size:0.85rem;font-weight:600;color:#334155}.reset-steps-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem 1.5rem}.reset-ordered-list{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:0.65rem;font-size:0.88rem;color:#334155;line-height:1.55}.reset-ordered-list code{font-family:'SFMono-Regular',Consolas,'Liberation Mono',Menlo,monospace;font-size:0.82rem;background:#e2e8f0;padding:0.1rem 0.35rem;border-radius:3px}.troubleshooting-accordion-list{display:flex;flex-direction:column;gap:0.75rem}.troubleshoot-accordion-item{border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;overflow:hidden;transition:all 0.2s ease}.troubleshoot-accordion-item[open]{background:#ffffff;border-color:#cbd5e1;box-shadow:0 2px 8px rgba(0,0,0,0.04)}.troubleshoot-summary{display:flex;align-items:center;justify-content:space-between;padding:0.85rem 1.15rem;font-size:0.9rem;font-weight:700;color:#0f172a;cursor:pointer;user-select:none}.troubleshoot-summary:hover{color:#2563eb}.troubleshoot-answer{padding:0.85rem 1.15rem 1rem;border-top:1px solid #e2e8f0;font-size:0.86rem;color:#475569;line-height:1.55;background:#ffffff}.troubleshoot-answer p{margin:0}.router-faq-list{display:flex;flex-direction:column;gap:0.75rem}.faq-details-item{border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;overflow:hidden;transition:all 0.2s ease}.faq-details-item[open]{background:#ffffff;border-color:#cbd5e1;box-shadow:0 2px 8px rgba(0,0,0,0.04)}.faq-summary{display:flex;align-items:center;justify-content:space-between;padding:0.85rem 1.15rem;font-size:0.92rem;font-weight:700;color:#0f172a;cursor:pointer;user-select:none}.faq-summary:hover{color:#2563eb}.faq-answer-body{padding:0.85rem 1.15rem 1rem;border-top:1px solid #e2e8f0;font-size:0.875rem;color:#475569;line-height:1.55;background:#ffffff}.faq-answer-body p{margin:0}.faq-answer-body code{font-family:'SFMono-Regular',Consolas,'Liberation Mono',Menlo,monospace;font-size:0.82rem;background:#e2e8f0;padding:0.1rem 0.35rem;border-radius:3px}.related-router-brands-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.related-router-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;text-decoration:none;display:flex;flex-direction:column;gap:0.5rem;transition:all 0.15s ease}.related-router-card:hover{background:#ffffff;border-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,99,235,0.1)}.related-card-top{display:flex;align-items:center;justify-content:space-between;gap:0.5rem}.related-brand-name{font-size:0.95rem;font-weight:700;color:#0f172a}.related-category-pill{font-size:0.7rem;font-weight:600;color:#64748b;background:#ffffff;padding:0.15rem 0.4rem;border-radius:4px;border:1px solid #cbd5e1}.related-card-details{display:flex;align-items:center;justify-content:space-between;font-size:0.8rem;color:#64748b}.related-ip code{font-family:'SFMono-Regular',Consolas,'Liberation Mono',Menlo,monospace;font-size:0.78rem;background:#e2e8f0;padding:0.1rem 0.3rem;border-radius:3px}.related-link-arrow{font-weight:600;color:#2563eb}.router-back-nav-bar{display:flex;align-items:center;gap:0.75rem;flex-wrap:wrap;margin-top:1rem}.btn-back-nav{display:inline-flex;align-items:center;background:#ffffff;border:1px solid #cbd5e1;color:#334155;font-size:0.85rem;font-weight:600;padding:0.6rem 1rem;border-radius:8px;text-decoration:none;transition:all 0.15s ease}.btn-back-nav:hover{background:#f1f5f9;color:#0f172a}.thermostat-hub-hero{background:linear-gradient(135deg,#0f172a 0%,#1e293b 40%,#0284c7 100%);color:#ffffff;padding:3rem 2rem 2.5rem;border-radius:16px;margin-bottom:2rem;box-shadow:0 10px 30px -5px rgba(2,132,199,0.3);text-align:center}.thermostat-hero-badge{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(255,255,255,0.15);backdrop-filter:blur(8px);color:#bae6fd;font-size:0.82rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;padding:0.35rem 0.95rem;border-radius:9999px;margin-bottom:1rem;border:1px solid rgba(255,255,255,0.2)}.thermostat-hub-hero h1{font-size:2.25rem;font-weight:800;color:#ffffff;line-height:1.2;margin-bottom:0.85rem}.thermostat-hero-subtitle{font-size:1.05rem;color:#e0f2fe;max-width:780px;margin:0 auto 1.75rem;line-height:1.6}.thermostat-search-bar-wrap{max-width:680px;margin:0 auto}.thermostat-search-input-box{display:flex;align-items:center;gap:0.75rem;background:#ffffff;border-radius:12px;padding:0.75rem 1.25rem;box-shadow:0 8px 20px rgba(0,0,0,0.15);margin-bottom:1rem}.thermostat-search-input-box input{width:100%;border:none;outline:none;font-size:1rem;color:#1e293b}.thermostat-filter-pills{display:flex;justify-content:center;gap:0.5rem;flex-wrap:wrap}.t-filter-pill{background:rgba(255,255,255,0.15);border:1px solid rgba(255,255,255,0.25);color:#ffffff;font-size:0.85rem;font-weight:600;padding:0.4rem 0.9rem;border-radius:9999px;cursor:pointer;transition:all 0.2s ease}.t-filter-pill:hover{background:rgba(255,255,255,0.25)}.t-filter-pill.active{background:#ffffff;color:#0369a1;border-color:#ffffff;box-shadow:0 4px 12px rgba(0,0,0,0.15)}.thermostat-hub-container{max-width:1200px;margin:0 auto 3rem}.thermostat-matrix-section,.thermostat-brands-grid-section,.thermostat-wiring-reference-section,.thermostat-faq-section{background:#ffffff;border:1px solid var(--border-color);border-radius:14px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 12px rgba(0,0,0,0.03)}.section-title-badge-group{margin-bottom:1.5rem}.section-title-badge-group h2{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:0.4rem}.section-title-badge-group p{font-size:0.95rem;color:#64748b}.thermostat-matrix-table-wrap{overflow-x:auto}.thermostat-matrix-table{width:100%;border-collapse:collapse;font-size:0.92rem}.thermostat-matrix-table th{background:#f8fafc;color:#475569;font-weight:700;text-align:left;padding:0.85rem 1rem;border-bottom:2px solid #e2e8f0;white-space:nowrap}.thermostat-matrix-table td{padding:0.9rem 1rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.thermostat-matrix-table tr:hover td{background:#f8fafc}.t-table-brand{font-size:1rem;color:#0f172a;display:block}.t-table-badge{font-size:0.75rem;color:#64748b}.t-volt-pill{display:inline-block;font-size:0.78rem;font-weight:700;padding:0.25rem 0.6rem;border-radius:6px}.t-volt-low{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.t-volt-high{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.eco-tag{display:inline-block;background:#f1f5f9;color:#334155;font-size:0.72rem;padding:0.15rem 0.45rem;border-radius:4px;margin:0.15rem}.btn-table-guide{display:inline-block;background:#0284c7;color:#ffffff !important;font-weight:600;font-size:0.82rem;padding:0.4rem 0.85rem;border-radius:6px;text-decoration:none;transition:background 0.2s ease;white-space:nowrap}.btn-table-guide:hover{background:#0369a1}.thermostat-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem}.thermostat-brand-card{background:#ffffff;border:1px solid var(--border-color);border-radius:14px;padding:1.75rem;display:flex;flex-direction:column;box-shadow:0 4px 12px rgba(0,0,0,0.03);transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease}.thermostat-brand-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -6px rgba(0,0,0,0.08);border-color:#7dd3fc}.t-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:0.75rem;margin-bottom:0.85rem}.t-card-title-group h3{margin:0;font-size:1.35rem;font-weight:800}.t-card-title-group h3 a{color:#0f172a;text-decoration:none}.t-card-title-group h3 a:hover{color:#0284c7}.t-card-badge{display:inline-block;font-size:0.75rem;color:#0284c7;font-weight:600}.t-category-pill{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;font-size:0.72rem;font-weight:700;padding:0.25rem 0.55rem;border-radius:9999px;white-space:nowrap}.t-card-summary{font-size:0.9rem;color:#475569;line-height:1.5;margin-bottom:1.25rem}.t-card-specs-list{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1rem;margin-bottom:1.25rem;display:flex;flex-direction:column;gap:0.6rem}.t-spec-item{display:flex;justify-content:space-between;align-items:center;font-size:0.85rem;gap:0.5rem}.t-spec-k{color:#64748b;font-weight:600;white-space:nowrap}.t-spec-v{color:#0f172a;text-align:right}.t-eco-chips{display:flex;gap:0.3rem;flex-wrap:wrap;justify-content:flex-end}.t-chip{background:#e0f2fe;color:#0369a1;font-size:0.7rem;font-weight:600;padding:0.15rem 0.45rem;border-radius:4px}.t-card-popular-models{margin-bottom:1.5rem;font-size:0.85rem}.t-models-label{font-weight:700;color:#334155;display:block;margin-bottom:0.35rem}.t-models-inline{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:0.4rem}.t-models-inline li{background:#f1f5f9;color:#475569;font-size:0.78rem;padding:0.2rem 0.55rem;border-radius:6px;border:1px solid #e2e8f0}.t-card-footer{margin-top:auto}.btn-t-full-guide{display:flex;align-items:center;justify-content:center;gap:0.5rem;background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);color:#ffffff !important;font-weight:700;font-size:0.9rem;padding:0.75rem 1.25rem;border-radius:10px;text-decoration:none;transition:transform 0.2s ease,box-shadow 0.2s ease;box-shadow:0 4px 12px rgba(2,132,199,0.25)}.btn-t-full-guide:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(2,132,199,0.35)}.wiring-terminals-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.terminal-card{border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem;background:#f8fafc}.terminal-code{font-size:1.15rem;font-weight:800;margin-bottom:0.25rem}.terminal-color{font-size:0.8rem;margin-bottom:0.5rem}.terminal-card p{font-size:0.85rem;color:#475569;line-height:1.5;margin:0}.terminal-r .terminal-code{color:#dc2626}.terminal-c .terminal-code{color:#2563eb}.terminal-w .terminal-code{color:#d97706}.terminal-y .terminal-code{color:#ca8a04}.terminal-g .terminal-code{color:#16a34a}.terminal-ob .terminal-code{color:#9333ea}.thermostat-tools-banner{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);color:#ffffff;border-radius:14px;padding:2rem;box-shadow:0 8px 20px rgba(0,0,0,0.15);margin-bottom:2rem}.tools-banner-content h3{font-size:1.4rem;font-weight:800;margin-bottom:0.5rem;color:#ffffff}.tools-banner-content p{color:#cbd5e1;font-size:0.95rem;margin-bottom:1.25rem}.tools-banner-buttons{display:flex;gap:0.75rem;flex-wrap:wrap}.btn-tool-banner{background:#0284c7;color:#ffffff !important;font-weight:700;font-size:0.88rem;padding:0.65rem 1.15rem;border-radius:8px;text-decoration:none;transition:background 0.2s ease}.btn-tool-banner:hover{background:#0369a1}.btn-tool-banner-sec{background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.2)}.btn-tool-banner-sec:hover{background:rgba(255,255,255,0.22)}.thermostat-detail-article{max-width:1100px;margin:0 auto 3rem}.thermostat-brand-hero{background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#0369a1 100%);color:#ffffff;padding:2.75rem 2rem 2.25rem;border-radius:16px;margin-bottom:2rem;box-shadow:0 10px 30px -5px rgba(3,105,161,0.25)}.t-hero-top-row{display:flex;gap:0.65rem;align-items:center;margin-bottom:1rem}.t-hero-badge{background:rgba(255,255,255,0.18);backdrop-filter:blur(8px);color:#bae6fd;font-size:0.8rem;font-weight:700;padding:0.3rem 0.85rem;border-radius:9999px;border:1px solid rgba(255,255,255,0.2)}.t-hero-category{background:#f0fdf4;color:#15803d;font-size:0.78rem;font-weight:700;padding:0.3rem 0.85rem;border-radius:9999px}.thermostat-brand-hero h1{font-size:2.15rem;font-weight:800;color:#ffffff;line-height:1.25;margin-bottom:0.85rem}.t-hero-summary{font-size:1.05rem;color:#e0f2fe;line-height:1.6;margin-bottom:1.75rem;max-width:860px}.t-quick-specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.75rem}.t-qspec-card{background:rgba(255,255,255,0.1);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,0.15);border-radius:12px;padding:1rem;display:flex;align-items:center;gap:0.85rem}.t-qspec-icon{width:44px;height:44px;border-radius:10px;background:rgba(255,255,255,0.15);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#7dd3fc}.t-qspec-body{display:flex;flex-direction:column}.t-qspec-label{font-size:0.75rem;color:#94a3b8;text-transform:uppercase;letter-spacing:0.05em}.t-qspec-val{font-size:0.95rem;color:#ffffff;font-weight:700;line-height:1.3}.t-quick-jump-nav{display:flex;align-items:center;gap:0.75rem;flex-wrap:wrap;background:rgba(0,0,0,0.25);padding:0.75rem 1.25rem;border-radius:10px}.t-jump-label{font-size:0.8rem;font-weight:700;color:#94a3b8;text-transform:uppercase}.t-jump-links{display:flex;gap:0.5rem;flex-wrap:wrap}.t-jump-links a{color:#e0f2fe;background:rgba(255,255,255,0.1);font-size:0.8rem;font-weight:600;padding:0.3rem 0.7rem;border-radius:6px;text-decoration:none;transition:background 0.2s ease}.t-jump-links a:hover{background:rgba(255,255,255,0.25);color:#ffffff}.t-guide-section{background:#ffffff;border:1px solid var(--border-color);border-radius:14px;padding:2.25rem 2rem;margin-bottom:2rem;box-shadow:0 4px 12px rgba(0,0,0,0.03)}.t-section-header{margin-bottom:1.5rem;border-bottom:1px solid #e2e8f0;padding-bottom:1rem}.t-section-header h2{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:0.35rem}.t-section-header p{font-size:0.95rem;color:#64748b;margin:0}.t-compat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-bottom:1.5rem}.t-compat-box{border-radius:12px;padding:1.25rem}.t-compat-yes{background:#f0fdf4;border:1px solid #bbf7d0}.t-compat-no{background:#fef2f2;border:1px solid #fecaca}.t-compat-title{display:flex;align-items:center;gap:0.5rem;margin-bottom:0.85rem}.t-compat-title h3{margin:0;font-size:1.1rem;font-weight:700}.t-compat-yes h3{color:#166534}.t-compat-no h3{color:#991b1b}.t-compat-box ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem}.t-compat-box li{font-size:0.88rem;color:#334155;line-height:1.4}.t-preinstall-checklist{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem}.t-preinstall-checklist h3{font-size:1rem;font-weight:700;color:#0f172a;margin-top:0;margin-bottom:0.75rem}.t-preinstall-checklist ol{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:0.5rem}.t-preinstall-checklist li{font-size:0.88rem;color:#475569;line-height:1.5}.t-terminals-table-wrap{overflow-x:auto;margin-bottom:2rem}.t-terminals-table{width:100%;border-collapse:collapse;font-size:0.92rem}.t-terminals-table th{background:#f8fafc;color:#334155;font-weight:700;text-align:left;padding:0.85rem 1rem;border-bottom:2px solid #e2e8f0}.t-terminals-table td{padding:0.85rem 1rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.terminal-badge{display:inline-block;background:#0f172a;color:#ffffff;font-weight:800;font-size:0.85rem;padding:0.3rem 0.75rem;border-radius:6px;letter-spacing:0.05em}.t-steps-timeline h3{font-size:1.15rem;font-weight:700;color:#0f172a;margin-bottom:1.25rem}.timeline-container{display:flex;flex-direction:column;gap:1rem}.timeline-step{display:flex;gap:1rem;align-items:flex-start;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1rem 1.25rem}.step-number{width:32px;height:32px;border-radius:50%;background:#0284c7;color:#ffffff;font-weight:800;font-size:0.95rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-content p{margin:0;font-size:0.92rem;color:#334155;line-height:1.55}.t-app-pairing-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.app-info-banner{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;background:#ffffff;border:1px solid #e2e8f0;border-radius:10px;padding:1rem 1.25rem}.app-icon-placeholder{width:52px;height:52px;border-radius:12px;background:#0284c7;color:#ffffff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.app-details h3{margin:0 0 0.25rem;font-size:1.15rem;font-weight:700}.app-details p{margin:0;font-size:0.85rem;color:#64748b}.app-steps-list ol{margin:0 0 1.25rem;padding-left:1.25rem;display:flex;flex-direction:column;gap:0.65rem}.app-steps-list li{font-size:0.92rem;color:#334155;line-height:1.5}.t-wifi-tip-box{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:0.85rem 1.15rem;font-size:0.88rem;color:#92400e;line-height:1.5}.t-wifi-tip-box a{color:#b45309;font-weight:700;text-decoration:underline}.t-troubleshooting-accordion{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.t-trouble-item{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#ffffff}.t-trouble-header{background:#f8fafc;padding:1rem 1.25rem;cursor:pointer;font-weight:700;font-size:1rem;color:#0f172a;display:flex;justify-content:space-between;align-items:center;user-select:none}.t-trouble-header:hover{background:#f1f5f9}.t-trouble-content{padding:1.25rem;border-top:1px solid #e2e8f0}.trouble-meta-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.trouble-meta-col{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:0.85rem}.trouble-lbl{display:block;font-size:0.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:0.35rem}.trouble-meta-col p{margin:0;font-size:0.88rem;color:#1e293b;line-height:1.45}.trouble-fix-box{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:1rem}.trouble-fix-box .trouble-lbl{color:#1e40af}.trouble-fix-box p{margin:0;font-size:0.92rem;color:#1e3a8a;line-height:1.55}.t-error-codes-box h3{font-size:1.15rem;font-weight:700;color:#0f172a;margin-bottom:0.85rem}.error-codes-table-wrap{overflow-x:auto}.error-codes-table{width:100%;border-collapse:collapse;font-size:0.88rem}.error-codes-table th{background:#f8fafc;padding:0.75rem 1rem;text-align:left;border-bottom:2px solid #e2e8f0;color:#475569}.error-codes-table td{padding:0.75rem 1rem;border-bottom:1px solid #f1f5f9}.error-badge{background:#fee2e2;color:#991b1b;font-weight:700;padding:0.2rem 0.5rem;border-radius:4px}.t-models-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.t-model-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem}.t-model-header{margin-bottom:0.75rem}.t-model-header h3{margin:0 0 0.25rem;font-size:1.1rem;font-weight:800;color:#0f172a}.t-model-type{display:inline-block;font-size:0.75rem;color:#0284c7;font-weight:600}.t-model-specs{display:flex;flex-direction:column;gap:0.35rem;margin-bottom:0.75rem;font-size:0.85rem}.t-mspec-row{display:flex;justify-content:space-between;gap:0.5rem}.t-mspec-row span{color:#64748b}.t-model-features{font-size:0.85rem;color:#334155;line-height:1.45;margin:0;border-top:1px solid #e2e8f0;padding-top:0.75rem}.t-reset-box{background:#fff1f2;border:1px solid #fecdd3;border-radius:12px;padding:1.5rem;display:flex;gap:1.25rem;align-items:flex-start}.t-reset-icon{width:44px;height:44px;border-radius:50%;background:#ffe4e6;display:flex;align-items:center;justify-content:center;flex-shrink:0}.t-reset-text p{margin:0 0 0.5rem;font-size:0.92rem;color:#9f1239;line-height:1.55}.t-reset-instructions{background:#ffffff;border:1px solid #fecdd3;border-radius:8px;padding:1rem}.t-reset-instructions p{color:#1e293b;margin:0}.t-cross-brands-section{background:#ffffff;border:1px solid var(--border-color);border-radius:14px;padding:2.25rem 2rem;margin-bottom:2rem}.t-other-brands-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.t-other-brand-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem;display:flex;flex-direction:column;justify-content:space-between}.other-brand-info h3{margin:0 0 0.25rem;font-size:1.1rem;font-weight:700}.other-brand-badge{font-size:0.72rem;color:#0284c7;font-weight:600;display:block;margin-bottom:0.35rem}.other-brand-info p{font-size:0.8rem;color:#64748b;margin:0 0 1rem}.btn-other-brand{display:block;text-align:center;background:#0284c7;color:#ffffff !important;font-size:0.82rem;font-weight:600;padding:0.45rem 0.85rem;border-radius:6px;text-decoration:none;transition:background 0.2s ease}.btn-other-brand:hover{background:#0369a1}.t-hub-back-banner{text-align:center}.btn-t-hub-back{display:inline-block;background:#f1f5f9;color:#0f172a !important;font-weight:700;font-size:0.9rem;padding:0.65rem 1.5rem;border-radius:8px;text-decoration:none;border:1px solid #cbd5e1;transition:background 0.2s ease}.btn-t-hub-back:hover{background:#e2e8f0}@media (max-width:768px){.thermostat-hub-hero,.thermostat-brand-hero{padding:2rem 1.25rem 1.75rem;border-radius:12px}.thermostat-hub-hero h1,.thermostat-brand-hero h1{font-size:1.5rem}.thermostat-hero-subtitle,.t-hero-summary{font-size:0.92rem;margin-bottom:1.25rem}.thermostat-matrix-section,.thermostat-brands-grid-section,.thermostat-wiring-reference-section,.thermostat-faq-section,.t-guide-section,.t-cross-brands-section{padding:1.5rem 1.15rem;border-radius:12px}.thermostat-cards-grid{grid-template-columns:1fr}.trouble-meta-row{grid-template-columns:1fr}.t-quick-jump-nav{flex-direction:column;align-items:stretch}.t-jump-links{justify-content:center}.tools-banner-buttons{flex-direction:column}.btn-tool-banner{text-align:center}}.brand-default-login-banner{background:var(--card-bg);border:1px solid var(--border-color);border-radius:10px;padding:1.25rem 1.5rem;margin-bottom:2rem;box-shadow:var(--card-shadow)}.brand-login-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:0.5rem;margin-bottom:0.75rem}.brand-login-header h2{font-size:1.15rem;margin:0;color:var(--text-heading)}.full-directory-link{font-size:0.85rem;font-weight:600;color:var(--primary-color);text-decoration:none}.full-directory-link:hover{text-decoration:underline}.brand-login-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;font-size:0.875rem}.login-meta-item{color:var(--text-color)}.login-meta-item.span-all{grid-column:1 / -1}.meta-label{color:var(--text-muted);font-size:0.75rem;text-transform:uppercase;display:block;margin-bottom:0.25rem}.faq-item,.faq-details-item,.faq-accordion-item details{background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;padding:1rem 1.25rem;transition:all 0.2s ease}.faq-question,.faq-summary,.troubleshoot-summary,.login-steps-summary{font-weight:700;font-size:1.05rem;color:var(--text-heading);cursor:pointer;user-select:none}.faq-answer,.faq-answer-body,.troubleshoot-answer,.login-steps-content{margin-top:0.75rem;color:var(--text-color);line-height:1.6;font-size:0.95rem}[data-theme="dark"] body{background-color:var(--bg-color);color:var(--text-color)}[data-theme="dark"] body>header{background-color:#0d1527;border-bottom:1px solid #1e293b}[data-theme="dark"] main,[data-theme="dark"] body>main,[data-theme="dark"] .container,[data-theme="dark"] .main-content{background:var(--card-bg);color:var(--text-color);box-shadow:var(--card-shadow)}[data-theme="dark"] .sidebar,[data-theme="dark"] .right-sidebar{background:var(--sidebar-bg);border-color:var(--border-color)}[data-theme="dark"] .sidebar ul li a,[data-theme="dark"] .right-sidebar ul li a{color:var(--text-color)}[data-theme="dark"] .sidebar ul li a:hover,[data-theme="dark"] .right-sidebar ul li a:hover{background:var(--card-hover-bg);color:var(--primary-color)}[data-theme="dark"] .brand-search-box input,[data-theme="dark"] .search-input,[data-theme="dark"] .faq-search-input,[data-theme="dark"] input[type="text"],[data-theme="dark"] input[type="search"],[data-theme="dark"] select,[data-theme="dark"] textarea{background:var(--input-bg);color:#f8fafc;border-color:var(--border-color)}[data-theme="dark"] input::placeholder,[data-theme="dark"] textarea::placeholder{color:#64748b}[data-theme="dark"] .search-results{background:var(--card-bg);border-color:var(--border-color)}[data-theme="dark"] .search-results a{color:var(--text-color);border-bottom:1px solid var(--border-color)}[data-theme="dark"] .search-results a:hover{background:var(--card-hover-bg)}[data-theme="dark"] nav[aria-label="Breadcrumb"],[data-theme="dark"] .breadcrumb-container{background-color:var(--card-bg);border-color:var(--border-color);color:var(--text-muted)}[data-theme="dark"] .breadcrumb-list a,[data-theme="dark"] nav[aria-label="Breadcrumb"] a{color:var(--primary-color)}[data-theme="dark"] .breadcrumb-list span,[data-theme="dark"] nav[aria-label="Breadcrumb"] span{color:var(--text-muted)}[data-theme="dark"] footer,[data-theme="dark"] body>footer{background:var(--footer-bg);border-color:var(--border-color);color:var(--footer-text)}[data-theme="dark"] .footer-nav-links a{color:var(--text-muted)}[data-theme="dark"] .footer-nav-links a:hover{color:var(--primary-color)}[data-theme="dark"] .footer-disclaimer{background:#0f172a;border-color:#1e293b;color:#94a3b8}[data-theme="dark"] .footer-disclaimer strong{color:#e2e8f0}[data-theme="dark"] .disclaimer-badge{background:#1e293b;color:#94a3b8}[data-theme="dark"] h1,[data-theme="dark"] h2,[data-theme="dark"] h3,[data-theme="dark"] h4,[data-theme="dark"] h5,[data-theme="dark"] h6{color:var(--text-heading)}[data-theme="dark"] p,[data-theme="dark"] li,[data-theme="dark"] span:not([class*="badge"]):not([class*="pill"]):not([class*="btn"]):not([class*="icon"]),[data-theme="dark"] div:not([class*="badge"]):not([class*="btn"]):not([class*="icon"]){color:var(--text-color)}[data-theme="dark"] strong,[data-theme="dark"] b{color:#f8fafc}[data-theme="dark"] .hero-subtext,[data-theme="dark"] .section-desc,[data-theme="dark"] .section-intro,[data-theme="dark"] .models-count,[data-theme="dark"] .login-card-desc,[data-theme="dark"] .no-logins-found,[data-theme="dark"] .meta-label,[data-theme="dark"] .detail-label,[data-theme="dark"] .related-card-details,[data-theme="dark"] .other-brand-info,[data-theme="dark"] .other-brand-info p,[data-theme="dark"] .trouble-lbl,[data-theme="dark"] .t-mspec-row,[data-theme="dark"] .t-spec-k,[data-theme="dark"] .t-jump-label,[data-theme="dark"] .t-table-badge,[data-theme="dark"] .ip-map-notice,[data-theme="dark"] .map-placeholder,[data-theme="dark"] .pagination-page-indicator{color:var(--text-muted) !important}[data-theme="dark"] .model-title,[data-theme="dark"] .sketch-info-title,[data-theme="dark"] .detail-val,[data-theme="dark"] .related-brand-name,[data-theme="dark"] .t-card-name,[data-theme="dark"] .t-card-subtitle,[data-theme="dark"] .router-brand-name,[data-theme="dark"] .ip-address-title,[data-theme="dark"] .t-model-header,[data-theme="dark"] .t-table-brand,[data-theme="dark"] .t-spec-v,[data-theme="dark"] .detail-card-header h3,[data-theme="dark"] .ip-display-value,[data-theme="dark"] .tools-guide-card h3,[data-theme="dark"] .comparison-card h4,[data-theme="dark"] .gateway-os-card h4,[data-theme="dark"] .terminal-card h4,[data-theme="dark"] .t-error-codes-box{color:var(--text-heading) !important}[data-theme="dark"] .device-sketch-card{background:var(--card-bg);border-color:var(--border-color);color:var(--text-color)}[data-theme="dark"] .sketch-info-desc{color:var(--text-color) !important}[data-theme="dark"] .callout-tag,[data-theme="dark"] .eco-tag,[data-theme="dark"] .t-models-label,[data-theme="dark"] .t-model-features{color:#cbd5e1 !important;background:#1e293b;border-color:#334155}[data-theme="dark"] .hero-badge{background:#1e293b;color:#93c5fd;border:1px solid #334155}[data-theme="dark"] .btn-setup{background:var(--primary-color);color:#ffffff !important}[data-theme="dark"] .btn-reset{background:#451a03;color:#fde047 !important;border:1px solid #78350f}[data-theme="dark"] .btn-reset:hover{background:#78350f;color:#fef08a !important}[data-theme="dark"] .btn-firmware{background:#052e16;color:#86efac !important;border:1px solid #14532d}[data-theme="dark"] .btn-firmware:hover{background:#14532d;color:#bbf7d0 !important}[data-theme="dark"] .btn-other-brand,[data-theme="dark"] .btn-table-guide,[data-theme="dark"] .btn-t-full-guide,[data-theme="dark"] .tool-btn-primary,[data-theme="dark"] .tool-btn-purple{color:#ffffff !important}[data-theme="dark"] .brand-card,[data-theme="dark"] .model-card,[data-theme="dark"] .model-detail-card,[data-theme="dark"] .brand-default-login-banner,[data-theme="dark"] .router-brand-card,[data-theme="dark"] .router-summary-card,[data-theme="dark"] .router-card,[data-theme="dark"] .router-section-card,[data-theme="dark"] .login-card,[data-theme="dark"] .login-troubleshooting-section,[data-theme="dark"] .login-faq-section,[data-theme="dark"] .troubleshoot-card,[data-theme="dark"] .related-router-card,[data-theme="dark"] .ip-card,[data-theme="dark"] .ip-summary-card,[data-theme="dark"] .tool-card,[data-theme="dark"] .tool-card-featured,[data-theme="dark"] .tool-box,[data-theme="dark"] .tools-guide-section,[data-theme="dark"] .tools-faq-section,[data-theme="dark"] .thermostat-card,[data-theme="dark"] .thermostat-brand-card,[data-theme="dark"] .t-model-card,[data-theme="dark"] .t-other-brand-card,[data-theme="dark"] .t-qspec-card,[data-theme="dark"] .thermostat-matrix-section,[data-theme="dark"] .thermostat-brands-grid-section,[data-theme="dark"] .thermostat-wiring-reference-section,[data-theme="dark"] .thermostat-faq-section,[data-theme="dark"] .t-guide-section,[data-theme="dark"] .t-cross-brands-section,[data-theme="dark"] .ip-info-box,[data-theme="dark"] .ip-meta-box,[data-theme="dark"] .model-box,[data-theme="dark"] .feature-box,[data-theme="dark"] .troubleshoot-box,[data-theme="dark"] .ip-display-card,[data-theme="dark"] .ip-detail-card,[data-theme="dark"] .ip-map-container,[data-theme="dark"] .ip-guide-box,[data-theme="dark"] .no-logins-found{background:var(--card-bg);border-color:var(--border-color);color:var(--text-color);box-shadow:var(--card-shadow)}[data-theme="dark"] .thermostat-card:hover,[data-theme="dark"] .thermostat-brand-card:hover,[data-theme="dark"] .router-brand-card:hover,[data-theme="dark"] .related-router-card:hover,[data-theme="dark"] .ip-card:hover,[data-theme="dark"] .tool-card:hover,[data-theme="dark"] .brand-card:hover,[data-theme="dark"] .model-card:hover{border-color:var(--primary-color);background:var(--card-hover-bg);box-shadow:0 8px 24px rgba(0,0,0,0.4)}[data-theme="dark"] .t-qspec-val,[data-theme="dark"] .t-card-spec-value,[data-theme="dark"] .router-spec-value,[data-theme="dark"] .ip-spec-value{color:#f1f5f9}[data-theme="dark"] .t-card-spec-label,[data-theme="dark"] .t-qspec-label,[data-theme="dark"] .router-spec-label,[data-theme="dark"] .ip-spec-label{color:#94a3b8}[data-theme="dark"] .t-card-specs-list,[data-theme="dark"] .t-qspec-card,[data-theme="dark"] .router-specs-grid,[data-theme="dark"] .ip-specs-grid,[data-theme="dark"] .ip-quick-meta,[data-theme="dark"] .trouble-meta-col,[data-theme="dark"] .tools-guide-card,[data-theme="dark"] .t-preinstall-checklist,[data-theme="dark"] .t-app-pairing-box,[data-theme="dark"] .app-info-banner{background:#0f172a;border-color:#1e293b;color:var(--text-color)}[data-theme="dark"] .login-category-tag,[data-theme="dark"] .login-category-pill,[data-theme="dark"] .related-category-pill{background:#1e293b;color:#93c5fd !important;border:1px solid #334155}[data-theme="dark"] .spec-code-port,[data-theme="dark"] .related-ip,[data-theme="dark"] .t-models-inline{background:#0f172a;color:#38bdf8 !important;border:1px solid #1e293b}[data-theme="dark"] .login-badge-verified,[data-theme="dark"] .tool-badge-live,[data-theme="dark"] .comp-badge,[data-theme="dark"] .comp-badge-green,[data-theme="dark"] .t-category-pill,[data-theme="dark"] .t-compat-yes{background:#052e16;color:#86efac !important;border:1px solid #14532d}[data-theme="dark"] .error-badge,[data-theme="dark"] .t-compat-no,[data-theme="dark"] .t-volt-high{background:#450a0a;color:#fca5a5 !important;border:1px solid #7f1d1d}[data-theme="dark"] .tool-badge,[data-theme="dark"] .tool-badge-popular{background:#3b0764;color:#d8b4fe !important;border:1px solid #581c87}[data-theme="dark"] .t-volt-low,[data-theme="dark"] .t-chip{background:#0c1c38;color:#7dd3fc !important;border:1px solid #1e3a5f}[data-theme="dark"] .t-quick-jump-nav,[data-theme="dark"] .router-jump-nav{background:#0f172a;border-color:#1e293b}[data-theme="dark"] .t-jump-btn,[data-theme="dark"] .router-jump-btn,[data-theme="dark"] .btn-brand-jump,[data-theme="dark"] .btn-back-nav,[data-theme="dark"] .btn-t-hub-back,[data-theme="dark"] .tool-btn-secondary,[data-theme="dark"] .ip-refresh-btn,[data-theme="dark"] .btn-cta-white,[data-theme="dark"] .page-btn{background:#1e293b;border-color:#334155;color:#f1f5f9 !important}[data-theme="dark"] .t-jump-btn:hover,[data-theme="dark"] .router-jump-btn:hover,[data-theme="dark"] .btn-brand-jump:hover,[data-theme="dark"] .btn-back-nav:hover,[data-theme="dark"] .btn-t-hub-back:hover,[data-theme="dark"] .tool-btn-secondary:hover,[data-theme="dark"] .ip-refresh-btn:hover,[data-theme="dark"] .btn-cta-white:hover,[data-theme="dark"] .page-btn:hover:not(.disabled){background:#334155;color:#ffffff !important}[data-theme="dark"] .page-btn.disabled{background:#0f172a;color:#475569 !important;border-color:#1e293b}[data-theme="dark"] .faq-item,[data-theme="dark"] .faq-details-item,[data-theme="dark"] .faq-accordion-item details,[data-theme="dark"] .troubleshoot-accordion-item,[data-theme="dark"] .t-trouble-item{background:var(--card-bg);border-color:var(--border-color)}[data-theme="dark"] .faq-question,[data-theme="dark"] .faq-summary,[data-theme="dark"] .troubleshoot-summary,[data-theme="dark"] .login-steps-summary,[data-theme="dark"] .t-trouble-header,[data-theme="dark"] .accordion-header{background:#1e293b;color:#f1f5f9 !important}[data-theme="dark"] .faq-question:hover,[data-theme="dark"] .faq-summary:hover,[data-theme="dark"] .troubleshoot-summary:hover,[data-theme="dark"] .login-steps-summary:hover,[data-theme="dark"] .t-trouble-header:hover,[data-theme="dark"] .accordion-header:hover{background:#27354f;color:#ffffff !important}[data-theme="dark"] .faq-answer,[data-theme="dark"] .faq-answer-body,[data-theme="dark"] .troubleshoot-answer,[data-theme="dark"] .login-steps-content,[data-theme="dark"] .login-steps-list,[data-theme="dark"] .t-trouble-body,[data-theme="dark"] .accordion-content{background:#131c2e;border-color:#1e293b;color:#cbd5e1 !important}[data-theme="dark"] .trouble-meta-box{background:#0f172a;border-color:#1e293b;color:var(--text-color)}[data-theme="dark"] .trouble-steps-box,[data-theme="dark"] .trouble-fix-box{background:#0c1c38;border-color:#1e3a5f;color:#bfdbfe !important}[data-theme="dark"] .trouble-steps-box h5,[data-theme="dark"] .trouble-fix-box .trouble-lbl{color:#93c5fd !important}[data-theme="dark"] .step-card,[data-theme="dark"] .timeline-step{background:#131c2e;border-color:#1e293b;color:var(--text-color)}[data-theme="dark"] .step-content,[data-theme="dark"] .app-steps-list,[data-theme="dark"] .app-details,[data-theme="dark"] .tool-card-desc,[data-theme="dark"] .tool-card-features,[data-theme="dark"] .tool-card-features li{color:var(--text-color) !important}[data-theme="dark"] .t-reset-box{background:#450a0a;border-color:#7f1d1d}[data-theme="dark"] .t-reset-icon{background:#7f1d1d;color:#fca5a5}[data-theme="dark"] .t-reset-text{color:#fca5a5 !important}[data-theme="dark"] .t-reset-instructions{background:#131c2e;color:var(--text-color) !important;border-color:#1e293b}[data-theme="dark"] .t-wifi-tip-box{background:#451a03;color:#fde047 !important;border-color:#78350f}[data-theme="dark"] table,[data-theme="dark"] .t-terminals-table,[data-theme="dark"] .error-codes-table,[data-theme="dark"] .thermostat-matrix-table,[data-theme="dark"] .spec-table{border-color:var(--table-border)}[data-theme="dark"] th,[data-theme="dark"] .t-terminals-table th,[data-theme="dark"] .error-codes-table th,[data-theme="dark"] .thermostat-matrix-table th,[data-theme="dark"] .spec-table th{background-color:var(--table-header-bg);color:#f1f5f9 !important;border-color:var(--table-border)}[data-theme="dark"] td,[data-theme="dark"] .t-terminals-table td,[data-theme="dark"] .error-codes-table td,[data-theme="dark"] .thermostat-matrix-table td,[data-theme="dark"] .spec-table td{background-color:var(--card-bg);color:var(--text-color) !important;border-color:var(--table-border)}[data-theme="dark"] tr:nth-child(even) td{background-color:var(--table-stripe-bg)}[data-theme="dark"] code{background:#1e293b;color:#38bdf8 !important}[data-theme="dark"] pre{background:#0b1120;border-color:#1e293b;color:#e2e8f0 !important}[data-theme="dark"] kbd,[data-theme="dark"] .gateway-os-card kbd{background:#1e293b;color:#38bdf8 !important;border:1px solid #334155}[data-theme="dark"] .filter-pill,[data-theme="dark"] .t-filter-pill{background:#1e293b;border-color:#334155;color:#cbd5e1}[data-theme="dark"] .filter-pill:hover,[data-theme="dark"] .t-filter-pill:hover{background:#27354f;color:#ffffff}[data-theme="dark"] .filter-pill.active,[data-theme="dark"] .t-filter-pill.active{background:#3b82f6;border-color:#3b82f6;color:#ffffff}[data-theme="dark"] .callout-box,[data-theme="dark"] .info-banner,[data-theme="dark"] .guide-callout,[data-theme="dark"] .note-block{background:var(--callout-bg);border-color:var(--callout-border);color:var(--callout-text) !important}[data-theme="dark"] .warning-box,[data-theme="dark"] .t-danger-box,[data-theme="dark"] .ip-guide-badge{background:var(--warn-bg);border-color:var(--warn-border);color:var(--warn-text) !important}[data-theme="dark"] .detail-icon{background:#1e293b !important;color:#60a5fa !important;border:1px solid #334155}[data-theme="dark"] .ip-map-wrapper{background:#0f172a;border-color:#1e293b}[data-theme="dark"] .comparison-card{background:#0f172a;border-color:#1e293b;color:var(--text-color)}[data-theme="dark"] .comp-public{background:#1f131d;border-color:#4a1d2f}[data-theme="dark"] .comp-local{background:#0c1e1c;border-color:#144036}[data-theme="dark"] .comp-example{background:#0f172a;color:#e2e8f0 !important;border:1px solid #1e293b}[data-theme="dark"] .gateway-os-card{background:#131c2e;border-color:#1e293b;color:var(--text-color)}[data-theme="dark"] .gateway-os-card ol{color:var(--text-color) !important}[data-theme="dark"] .terminal-card{background:#131c2e;border-color:#1e293b;color:var(--text-color)}[data-theme="dark"] .terminal-card p{color:var(--text-color) !important}[data-theme="dark"] .terminal-c{background:#131c2e}[data-theme="dark"] .mobile-menu-container{background-color:#0f172a;border-left:1px solid #1e293b}[data-theme="dark"] .mobile-menu-header{background-color:#0b1120;border-bottom:1px solid #1e293b}.home-container{max-width:1200px;margin:0 auto;padding:1.5rem 1rem 3rem}.home-hero{text-align:center;padding:2.5rem 1.5rem 2rem;margin-bottom:2rem;background:var(--card-bg);border:1px solid var(--border-color);border-radius:1rem;box-shadow:var(--card-shadow)}.hero-badge{display:inline-block;padding:0.35rem 0.85rem;background:var(--badge-bg);color:var(--badge-text);border-radius:9999px;font-size:0.8rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:1rem}.home-hero h1{font-size:2.25rem;font-weight:800;color:var(--text-heading);margin-bottom:0.75rem;line-height:1.25}.hero-subtext{font-size:1.1rem;color:var(--text-muted);max-width:750px;margin:0 auto 1.5rem;line-height:1.6}.hero-quick-stats{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.stat-pill{background:var(--card-hover-bg);color:var(--text-muted);border:1px solid var(--border-color);padding:0.5rem 1.1rem;border-radius:9999px;font-size:0.9rem;font-weight:500}.stat-pill strong{color:var(--primary-color);font-weight:800;margin-right:0.25rem}.featured-section{margin-top:2.5rem}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.section-header h2{font-size:1.75rem;font-weight:800;color:var(--text-heading);margin-bottom:0.35rem}.section-desc{color:var(--text-muted);font-size:0.95rem}.browse-all-btn{color:var(--primary-color);font-weight:600;text-decoration:none;font-size:0.95rem;transition:color 0.15s ease}.browse-all-btn:hover{color:var(--primary-hover);text-decoration:underline}.featured-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.preview-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:0.875rem;padding:1.25rem;box-shadow:var(--card-shadow);display:flex;flex-direction:column;transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease}.preview-card:hover{transform:translateY(-2px);border-color:var(--primary-color);box-shadow:0 10px 20px -5px rgba(0,0,0,0.1)}.card-top{margin-bottom:1rem}.brand-meta{display:flex;align-items:center;gap:0.5rem;margin-bottom:0.75rem;flex-wrap:wrap}.brand-pill{background:var(--badge-bg);color:var(--badge-text);padding:0.2rem 0.6rem;border-radius:6px;font-size:0.75rem;font-weight:700}.models-count{color:var(--text-muted);font-size:0.8rem}.form-factor-pill{background:var(--border-subtle);color:var(--text-muted);padding:0.2rem 0.5rem;border-radius:6px;font-size:0.75rem}.card-title-row{display:flex;align-items:center;gap:0.75rem}.card-sketch-thumb{width:48px;height:48px;background:var(--card-hover-bg);border:1px solid var(--border-color);border-radius:8px;padding:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-sketch-thumb img{max-width:100%;max-height:100%;object-fit:contain}.model-title{font-size:1.15rem;font-weight:700;color:var(--text-heading)}.preview-box{background:var(--card-hover-bg);border:1px solid var(--border-subtle);border-radius:8px;padding:0.85rem;margin-bottom:1.25rem}.preview-label{display:flex;align-items:center;gap:0.4rem;font-size:0.8rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.04em;margin-bottom:0.5rem}.preview-step-list{margin:0;padding-left:1.25rem;font-size:0.85rem;color:var(--text-color);line-height:1.5}.preview-step-list li{margin-bottom:0.35rem}.card-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:0.5rem;margin-top:auto;margin-bottom:0.85rem}.action-btn{display:inline-flex;align-items:center;justify-content:center;gap:0.35rem;padding:0.5rem 0.25rem;border-radius:6px;font-size:0.8rem;font-weight:600;text-decoration:none;text-align:center;transition:all 0.15s ease}.btn-setup{background:var(--primary-color);color:#ffffff !important}.btn-setup:hover{background:var(--primary-hover)}.btn-reset{background:var(--card-hover-bg);color:var(--text-color) !important;border:1px solid var(--border-color)}.btn-reset:hover{background:var(--border-subtle)}.btn-firmware{background:var(--badge-bg);color:var(--badge-text) !important}.btn-firmware:hover{filter:brightness(0.95)}.card-footer{border-top:1px solid var(--border-color);padding-top:0.75rem;text-align:center}.brand-hub-link{color:var(--primary-color);font-size:0.85rem;font-weight:600;text-decoration:none}.brand-hub-link:hover{text-decoration:underline}[data-theme="dark"] .stat-pill{background:#131c2e;color:#94a3b8;border-color:#1e293b}[data-theme="dark"] .stat-pill strong{color:#60a5fa}[data-theme="dark"] .form-factor-pill{background:#1e293b;color:#94a3b8}[data-theme="dark"] .card-sketch-thumb{background:#0f172a;border-color:#1e293b}[data-theme="dark"] .preview-box{background:#0f172a;border-color:#1e293b}[data-theme="dark"] .btn-reset{background:#1e293b;border-color:#334155;color:#e2e8f0 !important}[data-theme="dark"] .btn-reset:hover{background:#27354f}.thermostat-hub-container,.thermostat-detail-article{max-width:1200px;margin:0 auto;padding:1.5rem 1rem 3rem}.thermostat-hub-hero{text-align:center;padding:2.5rem 1.5rem 2rem;margin-bottom:2rem;background:var(--card-bg);border:1px solid var(--border-color);border-radius:1rem;box-shadow:var(--card-shadow)}.thermostat-hero-badge{display:inline-flex;align-items:center;gap:0.5rem;padding:0.35rem 0.85rem;background:var(--badge-bg);color:var(--badge-text);border-radius:9999px;font-size:0.8rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:1rem}.thermostat-hero-badge svg{color:var(--primary-color)}.thermostat-hub-hero h1{font-size:2.25rem;font-weight:800;color:var(--text-heading);margin-bottom:0.75rem;line-height:1.25}.thermostat-hero-subtitle{font-size:1.05rem;color:var(--text-muted);max-width:800px;margin:0 auto 1.75rem;line-height:1.6}.thermostat-search-bar-wrap{max-width:680px;margin:0 auto}.thermostat-search-input-box{position:relative;display:flex;align-items:center;margin-bottom:1rem}.thermostat-search-input-box svg{position:absolute;left:1rem;color:var(--text-muted);pointer-events:none}.thermostat-search-input-box input{width:100%;padding:0.85rem 1rem 0.85rem 2.85rem;border-radius:0.75rem;border:1px solid var(--border-color);background:var(--input-bg);color:var(--text-color);font-size:0.95rem;outline:none;box-shadow:0 1px 2px 0 rgba(0,0,0,0.05);transition:border-color 0.15s ease,box-shadow 0.15s ease}.thermostat-search-input-box input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(37,99,235,0.15)}.thermostat-filter-pills{display:flex;justify-content:center;gap:0.5rem;flex-wrap:wrap}.t-filter-pill{background:var(--card-hover-bg);border:1px solid var(--border-color);color:var(--text-muted);padding:0.45rem 1rem;border-radius:9999px;font-size:0.85rem;font-weight:600;cursor:pointer;transition:all 0.15s ease}.t-filter-pill:hover{background:var(--border-subtle);color:var(--text-heading)}.t-filter-pill.active{background:var(--primary-color);border-color:var(--primary-color);color:#ffffff}.section-title-badge-group{margin-bottom:1.5rem}.section-title-badge-group h2{font-size:1.6rem;font-weight:800;color:var(--text-heading);margin-bottom:0.35rem}.section-title-badge-group p{color:var(--text-muted);font-size:0.95rem;line-height:1.5}.thermostat-matrix-section{margin-bottom:3rem}.thermostat-matrix-table-wrap{overflow-x:auto;border:1px solid var(--border-color);border-radius:0.75rem;background:var(--card-bg);box-shadow:var(--card-shadow)}.thermostat-matrix-table{width:100%;border-collapse:collapse;text-align:left;font-size:0.9rem}.thermostat-matrix-table th{background:var(--table-header-bg);color:var(--text-heading);font-weight:700;padding:0.9rem 1rem;border-bottom:1px solid var(--border-color);white-space:nowrap}.thermostat-matrix-table td{padding:0.85rem 1rem;border-bottom:1px solid var(--border-color);color:var(--text-color);vertical-align:middle}.thermostat-matrix-table tr:last-child td{border-bottom:none}.thermostat-matrix-table tr:hover td{background:var(--card-hover-bg)}.t-table-brand{color:var(--text-heading);font-size:1rem;font-weight:700;display:block}.t-table-badge{display:inline-block;font-size:0.72rem;color:var(--text-muted);margin-top:0.2rem}.t-volt-pill{display:inline-block;padding:0.2rem 0.55rem;border-radius:4px;font-size:0.78rem;font-weight:700}.t-volt-high{background:rgba(220,38,38,0.15);color:#ef4444;border:1px solid rgba(220,38,38,0.3)}.t-volt-low{background:rgba(37,99,235,0.15);color:#3b82f6;border:1px solid rgba(37,99,235,0.3)}.t-table-eco{display:flex;gap:0.35rem;flex-wrap:wrap}.eco-tag{background:var(--badge-bg);color:var(--badge-text);font-size:0.72rem;font-weight:600;padding:0.15rem 0.45rem;border-radius:4px}.btn-table-guide{display:inline-block;padding:0.35rem 0.75rem;background:var(--primary-color);color:#ffffff !important;border-radius:6px;font-size:0.8rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:background 0.15s ease}.btn-table-guide:hover{background:var(--primary-hover)}.thermostat-brands-grid-section{margin-bottom:3rem}.thermostat-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.thermostat-brand-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:0.875rem;padding:1.5rem;box-shadow:var(--card-shadow);display:flex;flex-direction:column;transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease}.thermostat-brand-card:hover{transform:translateY(-2px);border-color:var(--primary-color);box-shadow:0 10px 25px -5px rgba(0,0,0,0.1)}.t-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:0.75rem;margin-bottom:0.75rem;flex-wrap:wrap}.t-card-title-group h3{font-size:1.35rem;font-weight:800;margin:0 0 0.25rem}.t-card-title-group h3 a{color:var(--text-heading);text-decoration:none;transition:color 0.15s ease}.t-card-title-group h3 a:hover{color:var(--primary-color)}.t-card-badge{display:block;font-size:0.75rem;color:var(--text-muted)}.t-category-pill{background:var(--badge-bg);color:var(--badge-text);padding:0.25rem 0.6rem;border-radius:9999px;font-size:0.75rem;font-weight:700}.t-card-summary{color:var(--text-muted);font-size:0.9rem;line-height:1.55;margin-bottom:1.25rem}.t-card-specs-list{background:var(--card-hover-bg);border:1px solid var(--border-subtle);border-radius:8px;padding:0.85rem 1rem;margin-bottom:1.25rem;display:flex;flex-direction:column;gap:0.6rem}.t-spec-item{display:flex;justify-content:space-between;align-items:center;font-size:0.85rem;gap:0.5rem}.t-spec-k{color:var(--text-muted);font-weight:500}.t-spec-v{color:var(--text-heading);font-weight:600;text-align:right}.t-spec-v code{background:var(--border-subtle);color:var(--primary-color);padding:0.15rem 0.4rem;border-radius:4px;font-size:0.8rem}.t-eco-chips{display:flex;gap:0.25rem;flex-wrap:wrap;justify-content:flex-end}.t-chip{background:var(--card-bg);border:1px solid var(--border-color);color:var(--text-muted);font-size:0.72rem;font-weight:600;padding:0.1rem 0.4rem;border-radius:4px}.t-card-popular-models{margin-bottom:1.25rem}.t-models-label{display:block;font-size:0.78rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.04em;margin-bottom:0.5rem}.t-models-inline{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:0.4rem}.t-models-inline li{background:var(--card-hover-bg);border:1px solid var(--border-color);color:var(--text-color);padding:0.25rem 0.55rem;border-radius:6px;font-size:0.78rem;font-weight:500}.t-card-footer{margin-top:auto}.btn-t-full-guide{display:flex;align-items:center;justify-content:center;gap:0.5rem;width:100%;padding:0.75rem 1rem;background:var(--primary-color);color:#ffffff !important;border-radius:0.5rem;font-size:0.88rem;font-weight:700;text-decoration:none;text-align:center;transition:background 0.15s ease}.btn-t-full-guide:hover{background:var(--primary-hover)}.thermostat-wiring-reference-section{margin-bottom:3rem}.wiring-terminals-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.terminal-card{background:var(--card-bg);border:1px solid var(--border-color);border-left:4px solid var(--primary-color);border-radius:0.75rem;padding:1.25rem;box-shadow:var(--card-shadow)}.terminal-card.terminal-r{border-left-color:#ef4444}.terminal-card.terminal-c{border-left-color:#3b82f6}.terminal-card.terminal-w{border-left-color:#94a3b8}.terminal-card.terminal-y{border-left-color:#eab308}.terminal-card.terminal-g{border-left-color:#22c55e}.terminal-card.terminal-ob{border-left-color:#f97316}.terminal-code{font-size:1.15rem;font-weight:800;color:var(--text-heading);margin-bottom:0.25rem}.terminal-color{font-size:0.82rem;color:var(--text-muted);margin-bottom:0.5rem}.terminal-color strong{color:var(--text-heading)}.terminal-card p{font-size:0.88rem;color:var(--text-color);line-height:1.5;margin:0}.thermostat-faq-section{margin-bottom:3rem}.faq-list{display:flex;flex-direction:column;gap:0.75rem}.faq-item{background:var(--card-bg);border:1px solid var(--border-color);border-radius:0.75rem;overflow:hidden;transition:border-color 0.15s ease}.faq-item[open]{border-color:var(--primary-color)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-weight:700;color:var(--text-heading);cursor:pointer;list-style:none;user-select:none}.faq-question::-webkit-details-marker{display:none}.faq-icon{color:var(--text-muted);transition:transform 0.2s ease;flex-shrink:0}.faq-item[open] .faq-icon{transform:rotate(180deg);color:var(--primary-color)}.faq-answer{padding:0 1.25rem 1.25rem;color:var(--text-color);font-size:0.92rem;line-height:1.6}.faq-answer p{margin:0}.faq-answer a{color:var(--primary-color);font-weight:600}.thermostat-tools-banner{background:var(--card-bg);border:1px solid var(--border-color);border-radius:1rem;padding:2rem;box-shadow:var(--card-shadow);margin-bottom:2rem;text-align:center}.tools-banner-content h3{font-size:1.4rem;font-weight:800;color:var(--text-heading);margin-bottom:0.5rem}.tools-banner-content p{color:var(--text-muted);font-size:0.95rem;max-width:650px;margin:0 auto 1.5rem;line-height:1.55}.tools-banner-buttons{display:flex;justify-content:center;gap:0.75rem;flex-wrap:wrap}.btn-tool-banner{display:inline-block;padding:0.65rem 1.25rem;background:var(--primary-color);color:#ffffff !important;border-radius:0.5rem;font-size:0.88rem;font-weight:600;text-decoration:none;transition:background 0.15s ease}.btn-tool-banner:hover{background:var(--primary-hover)}.btn-tool-banner-sec{background:var(--card-hover-bg);color:var(--text-heading) !important;border:1px solid var(--border-color)}.btn-tool-banner-sec:hover{background:var(--border-subtle)}.thermostat-brand-hero{background:var(--card-bg);border:1px solid var(--border-color);border-radius:1rem;padding:2.25rem 1.75rem;margin-bottom:2rem;box-shadow:var(--card-shadow)}.t-hero-top-row{display:flex;gap:0.5rem;margin-bottom:1rem;flex-wrap:wrap}.t-hero-badge{background:var(--badge-bg);color:var(--badge-text);padding:0.3rem 0.75rem;border-radius:9999px;font-size:0.78rem;font-weight:700}.t-hero-category{background:var(--border-subtle);color:var(--text-muted);padding:0.3rem 0.75rem;border-radius:9999px;font-size:0.78rem;font-weight:600}.thermostat-brand-hero h1{font-size:2.1rem;font-weight:800;color:var(--text-heading);margin-bottom:0.75rem;line-height:1.25}.t-hero-summary{font-size:1.05rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.75rem;max-width:850px}.t-quick-specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.75rem}.t-qspec-card{background:var(--card-hover-bg);border:1px solid var(--border-subtle);border-radius:0.75rem;padding:1rem;display:flex;align-items:center;gap:0.85rem}.t-qspec-icon{width:42px;height:42px;border-radius:8px;background:var(--card-bg);border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;color:var(--primary-color);flex-shrink:0}.t-qspec-body{display:flex;flex-direction:column}.t-qspec-label{font-size:0.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.03em}.t-qspec-val{font-size:0.92rem;font-weight:700;color:var(--text-heading)}.t-quick-jump-nav{display:flex;align-items:center;gap:0.75rem;flex-wrap:wrap;border-top:1px solid var(--border-color);padding-top:1.25rem}.t-jump-label{font-size:0.82rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.04em}.t-jump-links{display:flex;gap:0.5rem;flex-wrap:wrap}.t-jump-links a{background:var(--card-hover-bg);border:1px solid var(--border-color);color:var(--text-color);padding:0.3rem 0.65rem;border-radius:6px;font-size:0.8rem;font-weight:600;text-decoration:none;transition:all 0.15s ease}.t-jump-links a:hover{background:var(--primary-color);border-color:var(--primary-color);color:#ffffff}.t-guide-section{background:var(--card-bg);border:1px solid var(--border-color);border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:var(--card-shadow)}.t-section-header{margin-bottom:1.5rem}.t-section-header h2{font-size:1.5rem;font-weight:800;color:var(--text-heading);margin-bottom:0.35rem}.t-section-header p{color:var(--text-muted);font-size:0.95rem;line-height:1.5}.t-compat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-bottom:1.5rem}.t-compat-card{background:var(--card-hover-bg);border:1px solid var(--border-subtle);border-radius:0.75rem;padding:1.25rem}.t-compat-card h4{font-size:1rem;font-weight:700;color:var(--text-heading);margin:0 0 0.5rem}.t-compat-card p{font-size:0.88rem;color:var(--text-muted);margin:0;line-height:1.5}.t-setup-steps{display:flex;flex-direction:column;gap:1.25rem}.t-step-item{display:flex;gap:1rem;align-items:flex-start}.t-step-num{width:32px;height:32px;border-radius:50%;background:var(--primary-color);color:#ffffff;font-weight:800;font-size:0.9rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.t-step-content{flex:1}.t-step-content h4{font-size:1.05rem;font-weight:700;color:var(--text-heading);margin:0 0 0.35rem}.t-step-content p{color:var(--text-color);font-size:0.9rem;line-height:1.55;margin:0 0 0.5rem}.t-troubleshoot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.t-issue-card{background:var(--card-hover-bg);border:1px solid var(--border-subtle);border-radius:0.75rem;padding:1.25rem}.t-issue-card h4{font-size:1rem;font-weight:700;color:var(--text-heading);margin:0 0 0.5rem}.t-issue-card p{font-size:0.88rem;color:var(--text-muted);line-height:1.55;margin:0}.t-models-table-wrap{overflow-x:auto;border:1px solid var(--border-color);border-radius:0.75rem;background:var(--card-bg)}.t-models-table-wrap table{width:100%;border-collapse:collapse;font-size:0.9rem}.t-models-table-wrap th{background:var(--table-header-bg);color:var(--text-heading);padding:0.85rem 1rem;border-bottom:1px solid var(--border-color);text-align:left}.t-models-table-wrap td{padding:0.85rem 1rem;border-bottom:1px solid var(--border-color);color:var(--text-color)}.t-models-table-wrap tr:last-child td{border-bottom:none}.t-reset-instruction-box{background:rgba(220,38,38,0.05);border:1px solid rgba(220,38,38,0.2);border-radius:0.75rem;padding:1.5rem}.t-reset-instruction-box h4{color:#ef4444;font-size:1.1rem;font-weight:800;margin:0 0 0.75rem}.t-reset-steps{margin:0;padding-left:1.25rem;color:var(--text-color);font-size:0.92rem;line-height:1.6}.t-reset-steps li{margin-bottom:0.5rem}[data-theme="dark"] .t-card-title-group h3 a{color:#f8fafc !important}[data-theme="dark"] .t-card-title-group h3 a:hover{color:#60a5fa !important}[data-theme="dark"] .t-models-inline li{background:#0f172a;border-color:#1e293b;color:#cbd5e1 !important}[data-theme="dark"] .t-chip{background:#0f172a;border-color:#1e293b;color:#94a3b8}[data-theme="dark"] .t-spec-item .t-spec-k{color:#94a3b8}[data-theme="dark"] .t-spec-item .t-spec-v{color:#f1f5f9}[data-theme="dark"] .t-qspec-icon{background:#0f172a;border-color:#1e293b;color:#60a5fa}[data-theme="dark"] .t-jump-links a{background:#0f172a;border-color:#1e293b;color:#cbd5e1}[data-theme="dark"] .t-jump-links a:hover{background:#2563eb;border-color:#2563eb;color:#ffffff}[data-theme="dark"] .t-compat-card,[data-theme="dark"] .t-issue-card{background:#0f172a;border-color:#1e293b}[data-theme="dark"] .t-compat-card h4,[data-theme="dark"] .t-issue-card h4{color:#f8fafc}[data-theme="dark"] .t-compat-card p,[data-theme="dark"] .t-issue-card p{color:#94a3b8}[data-theme="dark"] .t-reset-instruction-box{background:rgba(220,38,38,0.12);border-color:rgba(220,38,38,0.35)}[data-theme="dark"] .footer-disclaimer{background:#131c2e;border-color:#1e293b}[data-theme="dark"] .footer-disclaimer p{color:#94a3b8 !important}[data-theme="dark"] .footer-disclaimer strong{color:#e2e8f0 !important}.guide-hero{background:linear-gradient(135deg,var(--nav-bg),#0f172a);color:#fff;padding:3rem 2rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 10px 25px rgba(0,0,0,0.1);position:relative;overflow:hidden}.guide-hero::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="2" fill="rgba(255,255,255,0.05)"/></svg>') repeat;pointer-events:none}.guide-hero-inner{position:relative;z-index:2}.guide-hero-badge{display:inline-block;background:rgba(255,255,255,0.15);color:#fff;padding:0.35rem 0.85rem;border-radius:20px;font-size:0.85rem;font-weight:600;letter-spacing:0.5px;margin-bottom:1rem;text-transform:uppercase;backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,0.2)}.guide-hero h1{font-size:2.5rem;line-height:1.2;margin-bottom:1rem;color:#fff;border:none;padding-bottom:0}.guide-hero p{font-size:1.15rem;color:rgba(255,255,255,0.85);max-width:800px;margin:0;line-height:1.6}html{scroll-behavior:smooth}.quick-jump-toc{background:var(--card-bg);border:1px solid var(--border-color);border-radius:10px;padding:1.5rem;margin-bottom:2.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.toc-header{display:flex;align-items:center;gap:0.5rem;font-weight:700;font-size:1.15rem;color:var(--text-heading);margin-bottom:1rem;border-bottom:2px solid var(--border-subtle);padding-bottom:0.75rem}.toc-header svg{color:var(--primary-color)}.toc-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem}.toc-item a{color:var(--text-muted);text-decoration:none;font-size:0.95rem;display:inline-block;padding:0.2rem 0;transition:color 0.2s ease,transform 0.2s ease}.toc-item a:hover{color:var(--primary-color);transform:translateX(4px)}.toc-level-h3{padding-left:1.5rem;position:relative}.toc-level-h3::before{content:'└';position:absolute;left:0.25rem;color:var(--border-color)}@media (max-width:768px){.guide-hero{padding:2rem 1.5rem}.guide-hero h1{font-size:2rem}}