:root{--bg:#f6f1e7;--ink:#001f3f;--card:#ffffff;--line:#e5e7eb;--blue:#001f3f;--blue-dark:#1f2a37}*{margin:0;padding:0;box-sizing:border-box}body{opacity:0}body.ready{opacity:1;transition:opacity .15s ease-out}.nk-pageCol>:first-child{margin-top:0!important}body{font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5;background:var(--bg);color:var(--ink)}h1,h2,h3,h4,h5,h6{font-weight:700;margin-bottom:.5rem;color:var(--ink)}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;font-size:1rem;cursor:pointer;border:none;border-radius:6px;padding:8px 14px;background:var(--blue);color:#fff;font-weight:600;transition:background .2s ease}button:hover{background:var(--blue-dark)}button:disabled{background:#9ca3af;cursor:not-allowed}.container{max-width:1200px;margin:0 auto;padding:0 16px}.text-center{text-align:center}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}:root{--nk-header-h:64px;--nk-chat-w:380px}body,html{height:100%;margin:0}.nk-shell{display:block;min-height:calc(100vh - var(--nk-header-h) - 0px)}.nk-chatCol{display:none}.nk-pageCol{display:block;padding:0;margin:0;background:transparent}.nk-shell.nk-noChat{display:flex;justify-content:center}.nk-shell.nk-noChat .nk-pageCol{width:100%;max-width:1280px}.chat-shell{display:flex;flex-direction:column;height:100%;width:100%;border-radius:8px;box-shadow:0 0 8px rgba(0,0,0,.1);overflow:hidden}.chat-shell>div{flex:1 1;overflow-y:auto}.nk-home{display:flex;flex-direction:column;gap:1.5rem;padding:2rem 1.5rem;background:#f8f9fb;overflow-y:auto}.nk-title{font-size:2rem;font-weight:800;color:#001f3f;margin-bottom:.3rem}.nk-subtitle{color:#445;font-size:1rem;margin-bottom:1.5rem}.nk-section-title{font-size:1.4rem;font-weight:700;color:#001f3f;border-left:4px solid #001f3f;padding-left:.75rem;margin-bottom:1rem}.nk-hero-grid{display:grid;grid-template-columns:1.3fr 1fr;grid-gap:1.5rem;gap:1.5rem}.nk-hero{background:#fff;border-radius:14px;box-shadow:0 3px 10px rgba(0,0,0,.06);padding:1.5rem}.nk-hero-header{margin-bottom:1rem}.nk-grid{display:grid;grid-gap:1.2rem;gap:1.2rem;padding:.25rem}.nk-grid-3{grid-template-columns:repeat(3,1fr)}.nk-grid-2{grid-template-columns:repeat(2,1fr)}.nk-grid-1{grid-template-columns:1fr}.nk-grid>*{background:#fff;border-radius:12px;box-shadow:0 2px 6px rgba(0,0,0,.05);padding:1.25rem;transition:transform .2s ease,box-shadow .2s ease}.nk-grid>:hover{transform:translateY(-3px);box-shadow:0 4px 10px rgba(0,0,0,.08)}.nk-metrics-band{justify-content:space-around;background:#f7faff;border-radius:12px;padding:10px 0;margin:14px 0;box-shadow:0 2px 6px rgba(0,0,0,.05)}.metric,.nk-metrics-band{display:flex;align-items:center}.metric{gap:12px;text-align:left}.metric h3{font-size:1.5rem;font-weight:700;margin:0}.metric p{margin:0;font-size:.9rem;color:#555}.metric-icon{font-size:1.8rem}.nk-trust{background:linear-gradient(180deg,#f3f6fb,#fff);border-top:12px solid #f3f6fb;border-radius:12px;padding:.2rem 1.5rem;box-shadow:0 2px 6px rgba(0,0,0,.05)}@media (max-width:1100px){.nk-grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:780px){.nk-grid-3,.nk-hero-grid{grid-template-columns:1fr}}.hero-carousel{display:flex;overflow-x:auto;gap:1rem;padding:1rem}.hero-card{min-width:250px;flex:0 0 auto;border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s ease-in-out}.hero-card:hover{transform:translateY(-4px)}.hero-image{width:100%;height:180px;object-fit:contain;border-top-left-radius:12px;border-top-right-radius:12px}.hero-info{padding:.8rem}.price{font-weight:700;color:#0a74da}.price.muted{color:#999}.deal-skeleton{display:flex;flex-direction:column;gap:1.5rem;animation:fadeIn .2s ease-in-out}.skeleton-card{background:linear-gradient(90deg,#eee 25%,#f5f5f5 50%,#eee 75%);background-size:200% 100%;animation:shimmer 1.2s infinite;border-radius:14px;height:140px}.skeleton-card.large{height:260px}.skeleton-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.nora-label{position:absolute;top:12px;left:12px;background:#001f3f;color:#fff;padding:6px 14px;border-radius:8px;font-size:.9rem;font-weight:600;letter-spacing:.3px;box-shadow:0 2px 6px rgba(0,0,0,.15);z-index:10}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.featured-deal{position:relative;background:#ffffff;border-radius:14px;box-shadow:0 4px 15px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:space-between;padding:1.75rem 2rem;margin-bottom:2rem;transition:transform .2s ease,box-shadow .2s ease}.featured-deal:hover{transform:translateY(-4px);box-shadow:0 6px 18px rgba(0,0,0,.15)}.featured-deal img{width:260px;height:260px;object-fit:contain;flex-shrink:0;margin-right:2rem}.featured-deal-content{flex:1 1}.featured-deal-content h3{font-size:1.4rem;color:#001f3f;font-weight:700;margin-bottom:.75rem;line-height:1.3}.featured-price{font-size:1.6rem;font-weight:800;color:#2ecc40;margin-bottom:.75rem}.featured-meta{color:#666;font-size:.9rem;margin-bottom:1rem}.featured-btn{background-color:#001f3f;color:#fff;font-weight:600;text-decoration:none;padding:.6rem 1.5rem;border-radius:6px;font-size:1rem;transition:background-color .2s ease}.featured-btn:hover{background-color:#003b80}.sub-deal-grid{display:flex;justify-content:center;align-items:stretch;gap:.75rem;margin-top:0;flex-wrap:wrap}.sub-deal-card{text-align:center;background:#f8f9fa;border-radius:10px;padding:1rem;width:260px;box-shadow:0 3px 8px rgba(0,0,0,.08);transition:transform .2s ease,box-shadow .2s ease}.sub-deal-card:hover{transform:translateY(-4px);box-shadow:0 6px 12px rgba(0,0,0,.12)}.sub-deal-card img{width:170px;height:170px;object-fit:contain;margin-bottom:.6rem}.sub-deal-title{font-size:.95rem;font-weight:600;margin-bottom:.3rem;color:#001f3f;line-height:1.2;height:2.6em;overflow:hidden}.sub-deal-price{color:#2ecc40;font-weight:700;font-size:1rem;margin-bottom:.3rem}.sub-deal-meta{color:#666;font-size:.85rem;margin-bottom:.6rem}.sub-view-btn{display:inline-block;background-color:#001f3f;color:#fff;font-weight:600;text-decoration:none;border-radius:6px;padding:.4rem 1rem;font-size:.85rem;transition:background-color .2s ease}.sub-view-btn:hover{background-color:#003b80}main.container{max-width:100%!important;width:100%!important}#desktop-wrapper{display:none!important}.desktopOnly{display:none}@media (min-width:768px) and (min-height:600px){.desktopOnly{display:block}}input,select,textarea{font-size:16px}body,html{-webkit-overflow-scrolling:touch;touch-action:manipulation}.fixedFooter,.floatingButton,body{padding-bottom:env(safe-area-inset-bottom)}@media (min-width:768px) and (min-height:600px){.nk-shell{display:grid;grid-template-columns:var(--nk-chat-w) 1fr;grid-column-gap:16px;column-gap:16px;min-height:calc(100vh - var(--nk-header-h))}.nk-chatCol{display:block;position:-webkit-sticky;position:sticky;top:var(--nk-header-h);min-height:calc(100dvh - var(--nk-header-h) - 35px);margin-left:20px;background:#f5f7fc;box-shadow:2px 0 12px rgba(0,0,0,.1);border-radius:0 8px 8px 0}.nk-pageCol{display:flex;overflow:auto;padding:16px;background:#fff;border-radius:8px;margin-right:20px;margin-top:15px}}