@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--blue:#1a73e8;--blue-dark:#1557b0;--blue-light:#e8f0fe;--green:#0d9e6e;--green-light:#e6f4ee;--orange:#f59e0b;--orange-light:#fff7ed;--red:#e53e3e;--red-light:#fff5f5;--text:#1a202c;--text-sub:#4a5568;--text-ghost:#a0aec0;--bg:#f0f4f8;--white:#fff;--border:#e2e8f0;--shadow-sm:0 1px 3px #00000014, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 10px 30px #00000026;--radius:16px;--radius-sm:10px;--nav-h:70px}html{font-size:16px}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,sans-serif;line-height:1.5}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit}img{max-width:100%;display:block}.auth-page{background:linear-gradient(160deg,#1a73e8 0%,#0d4ea6 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1.25rem;display:flex}.auth-card{background:var(--white);text-align:center;width:100%;max-width:420px;box-shadow:var(--shadow-lg);border-radius:24px;padding:3rem 2.5rem}.auth-logo{background:var(--blue-light);border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2.5rem;display:flex}.auth-title{color:var(--text);margin-bottom:.4rem;font-size:1.75rem;font-weight:800}.auth-subtitle{color:var(--text-sub);margin-bottom:2.5rem;font-size:1rem;line-height:1.6}.btn-google{background:var(--white);border:2px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text);box-shadow:var(--shadow-sm);justify-content:center;align-items:center;gap:.875rem;padding:1rem 1.5rem;font-size:1.05rem;font-weight:600;transition:all .2s;display:flex}.btn-google:hover{border-color:var(--blue);background:var(--blue-light);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-google:active{transform:translateY(0)}.btn-google svg{flex-shrink:0}.auth-tagline{color:var(--text-ghost);margin-top:2rem;font-size:.85rem}.app-shell{min-height:100vh;display:flex}.sidebar{background:var(--white);border-right:1px solid var(--border);z-index:100;flex-direction:column;width:260px;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.sidebar-brand{border-bottom:1px solid var(--border);align-items:center;gap:.875rem;padding:1.5rem 1.25rem;display:flex}.brand-icon{background:var(--blue);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;display:flex}.brand-name{color:var(--text);font-size:1.2rem;font-weight:800}.brand-sub{color:var(--text-ghost);font-size:.72rem;font-weight:500}.sidebar-nav{flex-direction:column;flex:1;gap:.25rem;padding:1rem .75rem;display:flex}.nav-item{border-radius:var(--radius-sm);color:var(--text-sub);text-align:left;align-items:center;gap:.875rem;width:100%;padding:.875rem 1rem;font-size:.975rem;font-weight:600;transition:all .15s;display:flex}.nav-item:hover{background:var(--bg);color:var(--text)}.nav-item.active{background:var(--blue-light);color:var(--blue)}.nav-item .nav-icon{background:var(--bg);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.35rem;transition:background .15s;display:flex}.nav-item.active .nav-icon{background:var(--blue)}.nav-item .nav-label{flex:1}.sidebar-user{border-top:1px solid var(--border);align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.user-avatar{object-fit:cover;border:2px solid var(--border);border-radius:50%;flex-shrink:0;width:40px;height:40px}.user-avatar-placeholder{background:var(--blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.user-info{flex:1;overflow:hidden}.user-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:700;overflow:hidden}.user-role{color:var(--text-ghost);font-size:.72rem}.btn-logout{color:var(--text-ghost);border-radius:8px;padding:.5rem;font-size:1.1rem;transition:all .15s}.btn-logout:hover{background:var(--red-light);color:var(--red)}.main-content{flex-direction:column;flex:1;min-height:100vh;margin-left:260px;display:flex}.page-header{background:var(--white);border-bottom:1px solid var(--border);z-index:50;align-items:center;gap:1rem;padding:1.25rem 2rem;display:flex;position:sticky;top:0}.page-header-icon{font-size:1.75rem}.page-header-title{font-size:1.4rem;font-weight:800}.page-header-sub{color:var(--text-ghost);margin-top:.1rem;font-size:.82rem}.page-header-right{align-items:center;gap:.75rem;margin-left:auto;display:flex}.page-body{flex:1;padding:1.75rem 2rem}.bottom-nav{background:var(--white);border-top:1px solid var(--border);z-index:200;height:var(--nav-h);justify-content:space-around;align-items:center;padding:0 .5rem;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #00000014}.bottom-nav-item{color:var(--text-ghost);border-radius:12px;flex-direction:column;align-items:center;gap:.2rem;min-width:56px;padding:.5rem .75rem;font-size:.65rem;font-weight:600;transition:all .15s;display:flex}.bottom-nav-item .bnav-icon{font-size:1.5rem}.bottom-nav-item.active{color:var(--blue);background:var(--blue-light)}.mobile-topbar{background:var(--white);border-bottom:1px solid var(--border);z-index:100;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:none;position:sticky;top:0}.mobile-topbar .brand-icon{border-radius:10px;width:36px;height:36px;font-size:1.2rem}.mobile-topbar .brand-name{flex:1;font-size:1.1rem}.mobile-topbar-right{align-items:center;gap:.5rem;margin-left:auto;display:flex}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--border);padding:1.5rem}.card-sm{padding:1.25rem}.stats-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.stat-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--border);align-items:center;gap:1rem;padding:1.25rem;display:flex}.stat-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.6rem;display:flex}.stat-icon.blue{background:var(--blue-light)}.stat-icon.green{background:var(--green-light)}.stat-icon.orange{background:var(--orange-light)}.stat-icon.red{background:var(--red-light)}.stat-label{color:var(--text-ghost);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:600}.stat-value{color:var(--text);font-size:1.6rem;font-weight:900;line-height:1.1}.stat-change{color:var(--green);margin-top:.1rem;font-size:.78rem;font-weight:600}.action-tiles{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-bottom:1.75rem;display:grid}.action-tile{background:var(--white);border-radius:var(--radius);cursor:pointer;box-shadow:var(--shadow-sm);text-align:center;border:2px solid #0000;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:1.75rem 1rem;transition:all .2s;display:flex}.action-tile:hover{border-color:var(--blue);box-shadow:var(--shadow-md);transform:translateY(-2px)}.action-tile:active{transform:translateY(0)}.action-tile .tile-icon{font-size:2.5rem}.action-tile .tile-label{color:var(--text);font-size:.9rem;font-weight:700;line-height:1.3}.table-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--border);overflow:hidden}.table-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.table-title{font-size:1rem;font-weight:700}table{border-collapse:collapse;width:100%}thead th{text-align:left;color:var(--text-ghost);text-transform:uppercase;letter-spacing:.06em;background:var(--bg);border-bottom:1px solid var(--border);padding:.875rem 1.25rem;font-size:.72rem;font-weight:700}tbody tr{border-bottom:1px solid var(--border);transition:background .1s}tbody tr:last-child{border-bottom:none}tbody tr:hover{background:var(--bg)}tbody td{vertical-align:middle;padding:1rem 1.25rem;font-size:.92rem}.badge{text-transform:uppercase;letter-spacing:.04em;border-radius:20px;align-items:center;padding:.25rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.badge-green{background:var(--green-light);color:var(--green)}.badge-orange{background:var(--orange-light);color:#b45309}.badge-blue{background:var(--blue-light);color:var(--blue)}.badge-red{background:var(--red-light);color:var(--red)}.btn{border-radius:var(--radius-sm);align-items:center;gap:.5rem;padding:.7rem 1.25rem;font-size:.9rem;font-weight:700;transition:all .15s;display:inline-flex}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 2px 8px #1a73e84d}.btn-primary:hover{background:var(--blue-dark);transform:translateY(-1px);box-shadow:0 4px 12px #1a73e866}.btn-ghost{background:var(--bg);color:var(--text)}.btn-ghost:hover{background:var(--border)}.form-group{flex-direction:column;gap:.4rem;margin-bottom:1.25rem;display:flex}.form-label{color:var(--text);font-size:.875rem;font-weight:700}.form-input{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--white);outline:none;width:100%;padding:.875rem 1rem;font-size:1rem;transition:border-color .15s}.form-input:focus{border-color:var(--blue)}.form-select{appearance:none}.alert-strip{border-radius:var(--radius-sm);align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.875rem 1rem;font-size:.875rem;font-weight:600;display:flex}.alert-strip.orange{background:var(--orange-light);color:#92400e;border-left:4px solid var(--orange)}.alert-strip.green{background:var(--green-light);color:#065f46;border-left:4px solid var(--green)}.spinner-wrap{justify-content:center;align-items:center;padding:3rem;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--blue);border-radius:50%;width:40px;height:40px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1rem;display:flex}.empty-state .empty-icon{opacity:.4;font-size:3rem}.empty-state .empty-title{color:var(--text-sub);font-size:1.1rem;font-weight:700}.empty-state .empty-sub{color:var(--text-ghost);font-size:.875rem}.modal-overlay{-webkit-backdrop-filter:blur(4px);z-index:1000;background:#0f172a66;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@media (width<=600px){.modal-overlay{align-items:flex-end;padding:0}}.modal{background:var(--white);border-radius:24px 24px 16px 16px;width:100%;max-width:480px;max-height:90vh;padding:1.75rem;animation:.25s slideUp;overflow-y:auto}@media (width>=600px){.modal{border-radius:24px}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-handle{background:var(--border);border-radius:99px;width:40px;height:4px;margin:-.5rem auto 1.25rem}.modal-title{margin-bottom:1.5rem;font-size:1.2rem;font-weight:800}.monitor-row{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:1rem 1.25rem;transition:background .1s;display:flex}.monitor-row:hover{background:var(--bg)}.status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.status-dot.green{background:var(--green)}.status-dot.blue{background:var(--blue)}.row-main{flex:0 0 120px;min-width:0}.row-title{white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:700;overflow:hidden}.row-sub{fontSize:.75rem;color:var(--text-ghost);margin-top:.1rem}.row-summary{fontSize:.88rem;color:var(--text-sub);whiteSpace:nowrap;textOverflow:ellipsis;minWidth:0;flex:1;overflow:hidden}.row-meta{flexDirection:column;flexShrink:0;align-items:flex-end;gap:.2rem;margin-left:auto;display:flex}.row-value{color:var(--blue);font-size:1rem;font-weight:800}.row-time{color:var(--text-ghost);text-align:right;flex-shrink:0;margin-left:.75rem;font-size:.75rem}@media (width<=768px){.sidebar{display:none}.main-content{padding-bottom:calc(var(--nav-h) + 10px);margin-left:0}.page-header{display:none}.mobile-topbar{padding:.75rem 1rem;display:flex}.bottom-nav{height:64px;display:flex}.page-body{padding:.6rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:.4rem;margin-bottom:.6rem}.stat-card{border-radius:10px;gap:.5rem;padding:.6rem}.stat-icon{border-radius:8px;width:34px;height:34px;font-size:1rem}.stat-label{font-size:.6rem}.stat-value{font-size:1.1rem}.stat-change{margin-top:0;font-size:.6rem;display:block}.monitor-row{gap:.5rem;padding:.75rem .6rem}.row-main{flex-basis:90px}.row-title{font-size:.82rem}.row-sub{font-size:.65rem}.row-summary{font-size:.72rem}.row-value{font-size:.88rem}.row-time{margin-left:.4rem;font-size:.68rem}.action-tiles{grid-template-columns:repeat(3,1fr);gap:.4rem;margin-bottom:.6rem}.action-tile{border-radius:10px;gap:.3rem;padding:.75rem .3rem}.action-tile .tile-icon{font-size:1.4rem}.action-tile .tile-label{font-size:.62rem}.card{border-radius:10px;padding:.75rem}.table-card{border-radius:10px;margin-top:1rem!important}.table-header{flex-direction:column;align-items:flex-start;gap:.3rem;padding:1.25rem .75rem .75rem}.table-title{font-size:.85rem}thead{display:none}tbody td{border-bottom:none;flex-direction:row;justify-content:space-between;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.78rem;display:flex}tbody td:before{content:attr(data-label);color:var(--text-ghost);flex-shrink:0;width:auto;font-size:.65rem;font-weight:700}tbody tr{border-bottom:4px solid var(--bg);padding:.5rem 0;display:block}.table-container{-webkit-overflow-scrolling:touch;border-radius:0 0 10px 10px;width:100%;overflow-x:auto}.crs-table{table-layout:fixed;min-width:550px;display:table!important}.crs-table thead{display:table-header-group!important}.crs-table tr{border-bottom:1px solid var(--border)!important;padding:0!important;display:table-row!important}.crs-table td,.crs-table th{white-space:nowrap;vertical-align:middle;border-bottom:1px solid var(--border)!important;padding:.65rem .6rem!important;font-size:.75rem!important;display:table-cell!important}.crs-table td:before{display:none!important}.crs-table th{text-align:left;color:var(--text-ghost);text-transform:uppercase;letter-spacing:.5px;z-index:2;background:#f8fafc;font-weight:700;position:sticky;top:0}.sticky-col{z-index:10;background:#fff;position:sticky;right:0;box-shadow:-4px 0 8px #0000000d}th.sticky-col{background:#f8fafc!important}.modal{border-radius:16px 16px 0 0;padding:1rem}.modal-title{margin-bottom:.75rem;font-size:.95rem}.form-input{padding:.5rem .75rem;font-size:.85rem}.form-label{font-size:.75rem}.form-group{margin-bottom:.6rem}.btn{border-radius:8px;padding:.5rem .85rem;font-size:.78rem}.bottom-nav-item{min-width:44px;padding:.3rem .4rem;font-size:.55rem}.bottom-nav-item .bnav-icon{font-size:1.2rem}.hide-mobile{display:none}.show-mobile{display:flex!important}}.notice-modal{text-align:center;max-width:380px;padding:2.5rem 2rem}.notice-icon{border-radius:24px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.5rem;font-size:2.5rem;animation:.5s cubic-bezier(.68,-.55,.265,1.55) bounceIn;display:flex}.notice-icon.success{background:var(--green-light);color:var(--green)}.notice-icon.error{background:var(--red-light);color:var(--red)}.notice-icon.confirm{background:var(--blue-light);color:var(--blue)}.notice-title{color:var(--text);margin-bottom:.75rem;font-size:1.4rem;font-weight:800}.notice-text{color:var(--text-sub);margin-bottom:2rem;font-size:1rem;line-height:1.6}@keyframes bounceIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.hp-root{color:#0f172a;background:#fff;font-family:Inter,sans-serif;overflow-x:hidden}.hp-nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;border-bottom:1px solid #0000000f;position:fixed;top:0;left:0;right:0}.hp-nav-inner{align-items:center;gap:2rem;max-width:1200px;height:64px;margin:0 auto;padding:0 2rem;display:flex}.hp-logo{flex-shrink:0;align-items:center;gap:.5rem;text-decoration:none;display:flex}.hp-logo-icon{font-size:1.6rem}.hp-logo-text{color:#1d4ed8;letter-spacing:-.5px;font-size:1.25rem;font-weight:900}.hp-nav-links{align-items:center;gap:1.75rem;margin-left:auto;display:flex}.hp-nav-links a{color:#475569;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s}.hp-nav-links a:hover{color:#1d4ed8}.hp-btn-cta{color:#fff;cursor:pointer;background:#1d4ed8;border:none;border-radius:50px;flex-shrink:0;padding:.55rem 1.25rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;transition:all .2s}.hp-btn-cta:hover{background:#1e40af;transform:translateY(-1px)}.hp-hero{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;min-height:100vh;margin:0 auto;padding:8rem 2rem 5rem;display:grid;position:relative}.hp-hero-bg-blobs{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.hp-blob{filter:blur(80px);opacity:.18;border-radius:50%;animation:12s ease-in-out infinite alternate floatBlob;position:absolute}.hp-blob-1{background:radial-gradient(circle,#3b82f6,#6366f1);width:500px;height:500px;top:-100px;left:-100px}.hp-blob-2{background:radial-gradient(circle,#06b6d4,#10b981);width:400px;height:400px;animation-delay:-4s;bottom:-50px;right:0}@keyframes floatBlob{0%{transform:translate(0)scale(1)}to{transform:translate(40px,30px)scale(1.1)}}.hp-hero-content{z-index:1;position:relative}.hp-hero-badge{color:#2563eb;letter-spacing:.02em;background:#eff6ff;border:1px solid #bfdbfe;border-radius:50px;align-items:center;gap:.4rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:700;display:inline-flex}.hp-hero-title{letter-spacing:-1.5px;color:#0f172a;margin-bottom:1.25rem;font-size:clamp(2.5rem,5vw,3.75rem);font-weight:900;line-height:1.1}.hp-hero-title-accent{background:linear-gradient(135deg,#1d4ed8 0%,#06b6d4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hp-hero-sub{color:#64748b;max-width:480px;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.hp-hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hp-btn-primary{color:#1e293b;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:50px;align-items:center;gap:.6rem;padding:.85rem 1.75rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 2px 12px #00000014}.hp-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0000001f}.hp-btn-outline{color:#1d4ed8;border:1.5px solid #bfdbfe;border-radius:50px;align-items:center;gap:.4rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.hp-btn-outline:hover{background:#eff6ff}.hp-btn-large{padding:1rem 2.5rem;font-size:1.05rem}.hp-error-strip{color:#c53030;background:#fff5f5;border:1px solid #fed7d7;border-radius:10px;margin-top:1rem;padding:.75rem 1rem;font-size:.85rem}.hp-hero-visual{z-index:1;grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:1rem;display:grid;position:relative}.hp-hero-card{background:#fff;border-radius:20px;padding:1.25rem;animation:6s ease-in-out infinite alternate cardFloat;box-shadow:0 4px 24px #00000014,0 0 0 1px #0000000a}.hp-hero-card-main{grid-column:1/-1;animation-delay:0s}.hp-hero-card-stat{animation-delay:-2s}.hp-hero-card-stock{animation-delay:-4s}@keyframes cardFloat{0%{transform:translateY(0)}to{transform:translateY(-8px)}}.hp-hcard-header{gap:.4rem;margin-bottom:.75rem;display:flex}.hp-hcard-dot{border-radius:50%;width:10px;height:10px}.hp-hcard-dot.green{background:#22c55e}.hp-hcard-dot.yellow{background:#f59e0b}.hp-hcard-dot.red{background:#ef4444}.hp-hcard-title{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.8rem;font-weight:800}.hp-hcard-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.8rem;display:flex}.hp-hcard-row:last-child{border-bottom:none}.hp-hcard-shop{color:#0f172a;flex:1;font-weight:700}.hp-hcard-items{color:#64748b;text-align:center;flex:1}.hp-hcard-status{flex-shrink:0;font-weight:600}.hp-stats{text-align:center;background:#1d4ed8;grid-template-columns:repeat(4,1fr);padding:3rem 2rem;display:grid}.hp-stat-item{border-right:1px solid #ffffff26;padding:1rem}.hp-stat-item:last-child{border-right:none}.hp-stat-value{color:#fff;letter-spacing:-1px;margin-bottom:.4rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:900;line-height:1}.hp-stat-label{color:#93c5fd;text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:600}.hp-section{padding:6rem 2rem}.hp-section-dark{background:#0f172a}.hp-section-inner{text-align:center;max-width:1100px;margin:0 auto}.hp-section-tag{color:#1d4ed8;text-transform:uppercase;letter-spacing:.08em;background:#eff6ff;border:1px solid #bfdbfe;border-radius:50px;margin-bottom:1rem;padding:.35rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.hp-section-title{letter-spacing:-1px;margin-bottom:.75rem;font-size:clamp(1.8rem,3vw,2.75rem);font-weight:900}.hp-section-sub{color:#64748b;max-width:560px;margin:0 auto 3rem;font-size:1rem;line-height:1.7}.hp-products-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.hp-product-card{text-align:left;cursor:default;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:20px;padding:2rem 1.5rem;transition:all .25s;position:relative;overflow:hidden}.hp-product-card:after{content:"";transform-origin:0;background:linear-gradient(90deg,#1d4ed8,#06b6d4);height:3px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.hp-product-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001a}.hp-product-card:hover:after{transform:scaleX(1)}.hp-product-icon{margin-bottom:1rem;font-size:2.5rem}.hp-product-name{color:#0f172a;margin-bottom:.4rem;font-size:1rem;font-weight:800}.hp-product-desc{color:#64748b;margin-bottom:1rem;font-size:.8rem;line-height:1.6}.hp-product-badge{color:#15803d;background:#dcfce7;border-radius:50px;padding:.2rem .65rem;font-size:.7rem;font-weight:700;display:inline-block}.hp-steps-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid;position:relative}.hp-step-card{text-align:left;background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;padding:2rem 1.5rem;transition:all .25s;position:relative}.hp-step-card:hover{background:#ffffff14;transform:translateY(-4px)}.hp-step-num{color:#3b82f6;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:.7rem;font-weight:900}.hp-step-icon{margin-bottom:.75rem;font-size:2rem}.hp-step-title{color:#fff;margin-bottom:.5rem;font-size:1rem;font-weight:800}.hp-step-desc{color:#94a3b8;font-size:.82rem;line-height:1.6}.hp-step-arrow{color:#3b82f6;z-index:2;font-size:1.5rem;position:absolute;top:50%;right:-1.25rem;transform:translateY(-50%)}.hp-trust-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.hp-trust-card{text-align:center;background:linear-gradient(135deg,#f8fafc 0%,#eff6ff 100%);border:1.5px solid #e0f2fe;border-radius:20px;padding:2.5rem 2rem;transition:all .25s}.hp-trust-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1d4ed81a}.hp-trust-icon{margin-bottom:1rem;font-size:2.5rem}.hp-trust-title{color:#0f172a;margin-bottom:.5rem;font-size:1.05rem;font-weight:800}.hp-trust-desc{color:#64748b;font-size:.85rem;line-height:1.6}.hp-cta{text-align:center;background:linear-gradient(135deg,#1d4ed8 0%,#0ea5e9 100%);padding:6rem 2rem}.hp-cta-inner{max-width:640px;margin:0 auto}.hp-cta-emoji{margin-bottom:1rem;font-size:3rem}.hp-cta-title{color:#fff;letter-spacing:-1px;margin-bottom:.75rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:900}.hp-cta-sub{color:#bfdbfe;margin-bottom:2rem;font-size:1rem;line-height:1.6}.hp-cta .hp-btn-primary{color:#1d4ed8;background:#fff;margin:0 auto;box-shadow:0 4px 20px #0003}.hp-cta .hp-btn-primary:hover{box-shadow:0 8px 32px #00000040}.hp-footer{background:#0f172a;padding:2.5rem 2rem}.hp-footer-inner{text-align:center;max-width:1100px;margin:0 auto}.hp-footer .hp-logo-text{color:#fff}.hp-spinner{border:2px solid #e2e8f0;border-top-color:#1d4ed8;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin;display:inline-block}@media (width<=900px){.hp-hero{grid-template-columns:1fr;gap:3rem;padding:7rem 1.5rem 4rem}.hp-hero-visual{display:none}.hp-stats,.hp-products-grid{grid-template-columns:repeat(2,1fr)}.hp-steps-grid{grid-template-columns:1fr 1fr}.hp-step-arrow{display:none}.hp-trust-grid{grid-template-columns:1fr}.hp-nav-links{display:none}}@media (width<=600px){.hp-stats{grid-template-columns:repeat(2,1fr)}.hp-products-grid{grid-template-columns:1fr 1fr}.hp-steps-grid{grid-template-columns:1fr}}
