
:root{
  --ink:#061a3d;
  --muted:#697993;
  --blue:#0b7cff;
  --blue2:#3aa8ff;
  --line:#dce9f8;
  --paper:#f7fbff;
  --white:#fff;
  --radius:28px;
  --shadow:0 24px 70px rgba(42,101,169,.13), 0 8px 24px rgba(25,75,138,.06);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 77% -10%, rgba(78,173,255,.18), transparent 28rem),
    radial-gradient(circle at -10% 38%, rgba(141,210,255,.13), transparent 25rem),
    linear-gradient(180deg,#fff 0%,#f8fbff 52%,#fff 100%);
  min-height:100vh;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
img{max-width:100%}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.header{
  position:sticky;top:0;z-index:50;
  backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
  background:rgba(255,255,255,.76);
  border-bottom:1px solid rgba(198,218,242,.55);
}
.nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}
.brand img{width:44px;height:44px}
.brand-name{font-weight:850;font-size:26px;letter-spacing:-1.1px}
.brand-name span{color:var(--blue)}
.brand-tag{display:block;color:#7a8ca8;font-size:8px;letter-spacing:3.2px;font-weight:700;margin-top:2px}
.navlinks{display:flex;gap:28px;color:#50617c;font-weight:650;font-size:14px}
.navlinks a:hover{color:var(--blue)}
.nav-actions{display:flex;gap:10px;align-items:center}
.btn{
  border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;
  min-height:50px;padding:0 22px;border-radius:16px;font-weight:760;transition:.22s ease;
}
.btn-primary{
  background:linear-gradient(135deg,#0d85ff,#0667eb);
  color:#fff;box-shadow:0 12px 30px rgba(13,124,255,.24), inset 0 1px 0 rgba(255,255,255,.25);
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(13,124,255,.3)}
.btn-soft{background:#eef6ff;color:#096de8;border:1px solid #d6eaff}
.btn-white{background:#fff;border:1px solid #d9e6f5;box-shadow:0 8px 24px rgba(40,79,126,.07)}
.mobile-toggle{display:none;width:44px;height:44px;border-radius:14px;border:1px solid #dbe7f4;background:#fff;font-size:20px}

.hero{padding:72px 0 44px}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:56px}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:#0a78f5;font-size:12px;letter-spacing:2.6px;font-weight:850;text-transform:uppercase}
.eyebrow:before{content:"";width:26px;height:3px;border-radius:4px;background:var(--blue)}
h1{font-size:clamp(48px,6.1vw,86px);line-height:.94;letter-spacing:-4.8px;margin:20px 0 24px;font-weight:900}
h1 .blue{color:var(--blue)}
.lead{font-size:20px;line-height:1.55;color:#60708a;max-width:650px;margin:0 0 32px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.trust-row{display:flex;gap:24px;align-items:center;flex-wrap:wrap;margin-top:32px;color:#75859b;font-size:13px}
.trust-item{display:flex;align-items:center;gap:8px}
.check{width:24px;height:24px;border-radius:50%;background:#eaf5ff;color:#0878f7;display:inline-grid;place-items:center;font-weight:900}

.hero-art{
  min-height:560px;position:relative;border-radius:42px;overflow:hidden;
  background:
   linear-gradient(145deg,rgba(255,255,255,.95),rgba(230,244,255,.82)),
   radial-gradient(circle at 70% 20%,#74c6ff,transparent 50%);
  border:1px solid rgba(174,211,244,.72);box-shadow:var(--shadow);
}
.hero-art:before{
  content:"";position:absolute;width:560px;height:180px;left:-90px;bottom:38px;
  background:linear-gradient(90deg,#0b77ff,#69c1ff);border-radius:50%;
  filter:blur(2px);transform:rotate(-16deg);opacity:.17;
}
.float-tile{
  position:absolute;width:92px;height:92px;border-radius:26px;
  background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(179,220,255,.72));
  border:1px solid rgba(255,255,255,.85);box-shadow:0 20px 45px rgba(28,105,183,.15);
  backdrop-filter:blur(14px);display:grid;place-items:center;color:#0b7cff;font-weight:900;font-size:34px
}
.float-tile.one{left:34px;top:92px;transform:rotate(-9deg);filter:blur(.2px)}
.float-tile.two{right:24px;top:58px;transform:rotate(9deg);opacity:.75}
.float-tile.three{right:22px;bottom:54px;width:74px;height:74px;border-radius:22px;opacity:.72}
.phone{
  position:absolute;width:238px;height:458px;left:50%;top:51%;transform:translate(-38%,-50%) rotate(8deg);
  border-radius:48px;background:linear-gradient(145deg,#313943,#0d1117 38%,#b6c0ca 39%,#10151b 45%,#4e5964);
  padding:8px;box-shadow:0 40px 70px rgba(1,28,63,.28);
}
.phone-screen{
  width:100%;height:100%;border-radius:41px;overflow:hidden;position:relative;
  background:linear-gradient(150deg,#f9fdff 0,#d9efff 38%,#3da6ff 74%,#0a6de7 100%);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
}
.phone-screen:before{
 content:"";position:absolute;width:260px;height:120px;border-radius:50%;background:#fff;opacity:.35;top:78px;left:-65px;transform:rotate(-25deg)
}
.dynamic{position:absolute;top:12px;width:72px;height:22px;border-radius:12px;background:#071019}
.phone-logo{width:82px;height:82px;z-index:2;filter:drop-shadow(0 12px 18px rgba(11,124,255,.2))}
.phone-title{z-index:2;font-size:23px;font-weight:850;margin-top:12px}
.progress{z-index:2;margin-top:20px;width:138px;height:9px;background:rgba(255,255,255,.6);border-radius:99px;overflow:hidden;border:1px solid rgba(255,255,255,.6)}
.progress span{display:block;height:100%;width:76%;background:#0b7cff;border-radius:99px}
.phone-caption{z-index:2;color:#1e5d9d;font-size:12px;font-weight:700;margin-top:10px}
.pedestal{
  position:absolute;left:50%;bottom:22px;transform:translateX(-50%);width:72%;height:118px;border-radius:28px 28px 22px 22px;
  background:linear-gradient(180deg,#fff,#ddecf8);box-shadow:0 24px 45px rgba(55,103,153,.18), inset 0 1px 0 #fff
}
.badge-card{
  position:absolute;left:42px;bottom:58px;padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.86);
  border:1px solid rgba(196,221,245,.9);box-shadow:0 12px 26px rgba(49,94,144,.1);display:flex;align-items:center;gap:12px;font-weight:750;font-size:14px
}
.badge-icon{width:38px;height:38px;border-radius:12px;background:linear-gradient(145deg,#28a9ff,#0b6df0);color:#fff;display:grid;place-items:center;font-size:18px;box-shadow:0 8px 18px rgba(11,124,255,.25)}

.section{padding:80px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:34px}
.section-title{font-size:clamp(36px,4vw,56px);line-height:1;letter-spacing:-2.4px;margin:0;font-weight:900}
.section-sub{max-width:520px;color:#6c7d96;line-height:1.6;margin:0}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.glass-card{
  position:relative;overflow:hidden;border-radius:var(--radius);padding:30px;
  background:linear-gradient(150deg,rgba(255,255,255,.97),rgba(237,247,255,.87));
  border:1px solid #dcebf9;box-shadow:var(--shadow);
}
.glass-card:after{
  content:"";position:absolute;width:180px;height:180px;border-radius:50%;
  background:radial-gradient(circle,rgba(60,168,255,.18),transparent 67%);right:-64px;top:-68px
}
.feature-icon{
  width:72px;height:72px;border-radius:22px;background:linear-gradient(145deg,#33b2ff,#0872ee);
  box-shadow:0 18px 34px rgba(9,120,246,.22), inset 0 1px 0 rgba(255,255,255,.45);
  color:white;display:grid;place-items:center;font-size:32px;margin-bottom:50px;position:relative;z-index:2
}
.feature-card h3{font-size:27px;letter-spacing:-1px;margin:0 0 10px}
.feature-card p{color:#6a7a92;line-height:1.6;margin:0;position:relative;z-index:2}

.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step{padding:28px;border-radius:24px;border:1px solid #deebf8;background:#fff;box-shadow:0 12px 34px rgba(36,77,128,.06)}
.step-num{font-size:12px;font-weight:900;letter-spacing:2px;color:#0b7cff;margin-bottom:28px}
.step h3{font-size:24px;margin:0 0 8px;letter-spacing:-.7px}
.step p{margin:0;color:#718199;line-height:1.55}

.catalog-panel{padding:24px;border-radius:34px;background:linear-gradient(180deg,#eef8ff,#f9fcff);border:1px solid #d7e9fa}
.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:6px 6px 24px}
.searchbox{flex:1;max-width:480px;height:52px;border-radius:16px;border:1px solid #d6e6f5;background:#fff;padding:0 18px;color:#223a5d;outline:none}
.app-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.app-card{background:#fff;border:1px solid #dce9f6;border-radius:23px;padding:18px;box-shadow:0 10px 28px rgba(33,79,128,.06);transition:.2s}
.app-card:hover{transform:translateY(-3px)}
.app-icon{
 width:64px;height:64px;border-radius:18px;display:grid;place-items:center;color:#fff;font-size:24px;font-weight:900;
 background:linear-gradient(145deg,#28adff,#0b72ee);box-shadow:0 12px 22px rgba(12,119,245,.18);margin-bottom:18px
}
.app-card h4{margin:0 0 4px;font-size:17px}
.app-meta{color:#8390a4;font-size:12px}
.app-card .add{margin-top:18px;width:100%;height:40px;border-radius:12px;border:0;background:#eef6ff;color:#0870ec;font-weight:800;cursor:pointer}
.app-card .add.active{background:#0b7cff;color:white}

.cta{
  border-radius:38px;padding:58px;position:relative;overflow:hidden;color:white;
  background:linear-gradient(135deg,#071b42,#0a4eaa 55%,#0c84ff);
  box-shadow:0 28px 70px rgba(4,62,132,.22)
}
.cta:after{content:"";position:absolute;width:380px;height:380px;border:80px solid rgba(255,255,255,.08);border-radius:50%;right:-100px;top:-150px}
.cta h2{font-size:clamp(36px,5vw,60px);letter-spacing:-2.5px;margin:0 0 14px;max-width:760px;line-height:1}
.cta p{color:#cfe5ff;max-width:620px;line-height:1.6;font-size:17px}
.cta .btn{position:relative;z-index:2;margin-top:16px}

.footer{padding:38px 0 50px;color:#7a899f}
.footer-row{display:flex;justify-content:space-between;gap:22px;align-items:center;border-top:1px solid #e0eaf5;padding-top:28px}
.footer-links{display:flex;gap:20px;font-size:13px}

.page-hero{padding:54px 0 28px}
.page-hero h1{font-size:clamp(44px,5.2vw,72px);margin-bottom:14px}
.filter-row{display:flex;gap:10px;flex-wrap:wrap;margin:26px 0}
.filter-chip{border:1px solid #d8e7f7;background:#fff;border-radius:999px;padding:10px 15px;color:#5d708d;font-weight:750;font-size:13px}
.filter-chip.active{background:#0b7cff;color:#fff;border-color:#0b7cff}

.order-wrap{padding:56px 0 90px}
.order-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:20px;align-items:start}
.order-card{background:#fff;border:1px solid #dbe9f7;border-radius:30px;box-shadow:var(--shadow);padding:30px}
.order-top{display:flex;justify-content:space-between;gap:22px;align-items:start;padding-bottom:24px;border-bottom:1px solid #e6eef7}
.order-id{font-size:13px;color:#8190a5;font-weight:750;letter-spacing:.6px}
.order-card h1{font-size:42px;letter-spacing:-1.8px;margin:8px 0 0}
.status-pill{padding:10px 14px;border-radius:999px;background:#eaf6ff;color:#0873f1;font-size:12px;font-weight:850}
.timeline{display:grid;gap:20px;margin:28px 0}
.timeline-item{display:grid;grid-template-columns:40px 1fr;gap:14px;align-items:start}
.timeline-dot{width:36px;height:36px;border-radius:12px;background:#eaf4ff;color:#0b7cff;display:grid;place-items:center;font-weight:900}
.timeline-item.done .timeline-dot{background:#0b7cff;color:#fff}
.timeline-item h4{margin:1px 0 4px}
.timeline-item p{margin:0;color:#8490a3;font-size:13px;line-height:1.45}
.order-apps{display:grid;gap:10px}
.order-app{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px;border-radius:18px;background:#f7fbff;border:1px solid #e2edf8}
.order-app-left{display:flex;align-items:center;gap:12px}
.order-mini-icon{width:44px;height:44px;border-radius:13px;background:linear-gradient(145deg,#29aeff,#0a73ed);color:#fff;display:grid;place-items:center;font-weight:900}
.timer-box{padding:24px;border-radius:25px;background:linear-gradient(145deg,#edf8ff,#fff);border:1px solid #dcebf8;text-align:center}
.timer-label{font-size:12px;letter-spacing:2px;color:#71859f;font-weight:850;text-transform:uppercase}
.timer{font-size:42px;letter-spacing:-1.6px;font-weight:900;margin:8px 0;color:#0b7cff;font-variant-numeric:tabular-nums}
.help-box{margin-top:16px;padding:22px;border-radius:25px;background:#071b42;color:white}
.help-box p{color:#bbd3ef;line-height:1.55;font-size:14px}
.notice{margin-top:18px;padding:15px 17px;border-radius:16px;background:#fff7e8;border:1px solid #ffe2ad;color:#835f18;font-size:13px;line-height:1.45}

@media (max-width:980px){
  .navlinks{display:none}
  .nav-actions .btn{display:none}
  .mobile-toggle{display:block}
  .hero-grid{grid-template-columns:1fr;gap:36px}
  .hero{padding-top:50px}
  .hero-copy{max-width:760px}
  .hero-art{min-height:520px}
  .feature-grid,.steps{grid-template-columns:1fr 1fr}
  .app-grid{grid-template-columns:repeat(2,1fr)}
  .order-grid{grid-template-columns:1fr}
}
@media (max-width:640px){
  .container{width:min(100% - 24px,1180px)}
  .nav{height:72px}
  .brand img{width:38px;height:38px}
  .brand-name{font-size:23px}
  .brand-tag{font-size:7px;letter-spacing:2.4px}
  .hero{padding:36px 0 22px}
  h1{font-size:48px;letter-spacing:-2.8px}
  .lead{font-size:17px}
  .hero-actions{display:grid}
  .hero-actions .btn{width:100%}
  .trust-row{gap:12px}
  .hero-art{min-height:440px;border-radius:30px}
  .phone{width:190px;height:366px;transform:translate(-42%,-50%) rotate(7deg);border-radius:39px}
  .phone-screen{border-radius:33px}
  .phone-logo{width:65px;height:65px}
  .float-tile{width:68px;height:68px;border-radius:20px;font-size:25px}
  .float-tile.one{left:18px;top:65px}
  .float-tile.two{right:14px;top:45px}
  .pedestal{height:90px;bottom:14px}
  .badge-card{left:16px;bottom:35px;padding:11px 13px;font-size:12px}
  .badge-icon{width:32px;height:32px}
  .section{padding:56px 0}
  .section-head{align-items:start;flex-direction:column}
  .section-title{font-size:39px;letter-spacing:-1.7px}
  .feature-grid,.steps,.app-grid{grid-template-columns:1fr}
  .feature-icon{margin-bottom:32px}
  .catalog-toolbar{align-items:stretch;flex-direction:column}
  .searchbox{max-width:none;width:100%}
  .cta{padding:34px 24px;border-radius:28px}
  .cta h2{font-size:40px}
  .footer-row{flex-direction:column;align-items:flex-start}
  .order-card{padding:22px;border-radius:24px}
  .order-top{flex-direction:column}
  .order-card h1{font-size:34px}
  .timer{font-size:36px}
}
.mobile-menu{
  display:none;position:fixed;inset:72px 12px auto 12px;background:rgba(255,255,255,.96);
  border:1px solid #dce8f5;border-radius:22px;padding:14px;box-shadow:0 20px 55px rgba(16,63,116,.16);z-index:49
}
.mobile-menu.open{display:grid}
.mobile-menu a{padding:14px;border-radius:12px;font-weight:750}
.mobile-menu a:hover{background:#eef6ff;color:#0b7cff}

/* AppRoom v2 dynamic system */
.cart-link{display:inline-flex;align-items:center;gap:8px;min-height:46px;padding:0 16px;border-radius:15px;background:#eef6ff;color:#0870ec;font-size:13px;font-weight:850;border:1px solid #d5e9ff}
.cart-link span{min-width:22px;height:22px;border-radius:999px;background:#0b7cff;color:#fff;display:inline-grid;place-items:center;font-size:11px;padding:0 6px}
.loading-card{padding:35px;text-align:center;color:#7c8ca4;background:#fff;border:1px solid #dce9f6;border-radius:23px}
.cart-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:start}.cart-list{display:grid;gap:11px}
.cart-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px;border:1px solid #dce9f6;border-radius:19px;background:#fff}.cart-row-left{display:flex;align-items:center;gap:13px}
.remove-btn{border:0;background:#f3f7fb;color:#657891;border-radius:11px;padding:9px 11px;cursor:pointer;font-weight:750}
.checkout-card{position:sticky;top:106px;background:#fff;border:1px solid #dbe9f7;border-radius:28px;padding:26px;box-shadow:var(--shadow)}.checkout-card h3{font-size:25px;margin:0 0 8px;letter-spacing:-.7px}.checkout-note{color:#71819a;line-height:1.55;font-size:14px;margin-bottom:22px}.checkout-btn{width:100%}
.empty-state{text-align:center;padding:60px 22px;border:1px dashed #cfe1f4;border-radius:26px;background:#f8fcff}.empty-state h3{font-size:25px;margin:0 0 8px}
.toast{position:fixed;right:22px;bottom:22px;z-index:90;background:#071b42;color:#fff;border-radius:16px;padding:14px 18px;box-shadow:0 18px 45px rgba(2,30,68,.25);font-weight:750;font-size:13px;opacity:0;transform:translateY(10px);pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:translateY(0)}
.order-status-banner{display:flex;align-items:center;gap:14px;padding:17px 18px;border-radius:18px;background:#eff7ff;border:1px solid #d7eaff;margin:22px 0}.status-bubble{width:42px;height:42px;border-radius:14px;background:#0b7cff;color:#fff;display:grid;place-items:center;font-weight:900}.order-actions{display:grid;gap:10px;margin-top:18px}.error-box{padding:18px;border-radius:18px;background:#fff0f0;color:#9a3030;border:1px solid #ffd2d2;line-height:1.5}
.admin-shell{min-height:100vh;background:#f6faff;padding:34px 0 80px}.admin-top{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:26px}.admin-title{font-size:38px;letter-spacing:-1.6px;margin:0}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.admin-panel{background:#fff;border:1px solid #dce9f6;border-radius:25px;padding:24px;box-shadow:0 12px 34px rgba(31,74,122,.06)}.admin-panel h2{margin:0 0 18px;font-size:22px}.admin-form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.field{display:grid;gap:6px}.field label{font-size:12px;color:#70829b;font-weight:800}.field input,.field select{width:100%;height:44px;border:1px solid #d7e5f4;border-radius:12px;padding:0 12px;outline:none;background:#fff}.field.full{grid-column:1/-1}.admin-list{display:grid;gap:8px;max-height:520px;overflow:auto;padding-right:2px}.admin-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:12px;border:1px solid #e0ebf6;border-radius:15px}.admin-row small{color:#8090a6}.admin-actions{display:flex;gap:7px;align-items:center}.tiny-btn{border:1px solid #d8e6f4;background:#f7fbff;border-radius:10px;padding:8px 10px;cursor:pointer;font-size:12px;font-weight:800;color:#42607f}.tiny-btn.blue{background:#0b7cff;color:white;border-color:#0b7cff}
.login-card{width:min(440px,calc(100% - 28px));margin:10vh auto;background:#fff;border:1px solid #dce9f6;border-radius:30px;padding:30px;box-shadow:var(--shadow)}.login-card .brand{margin-bottom:24px}.login-card h1{font-size:36px;letter-spacing:-1.6px;margin:0 0 8px}.login-card p{color:#75859d;line-height:1.5}.login-card input{width:100%;height:50px;border:1px solid #d8e5f3;border-radius:14px;padding:0 14px;margin:12px 0}
@media(max-width:900px){.cart-layout,.admin-grid{grid-template-columns:1fr}.checkout-card{position:static}}@media(max-width:640px){.cart-link{padding:0 12px}.admin-form{grid-template-columns:1fr}.admin-panel{padding:18px}.admin-title{font-size:31px}}


.lookup-card{width:min(680px,100%);margin:0 auto;padding:34px;border-radius:30px;background:linear-gradient(145deg,#fff,#eef8ff);border:1px solid #d9eaf8;box-shadow:var(--shadow);text-align:center}.lookup-icon{width:74px;height:74px;margin:0 auto 18px;border-radius:23px;background:linear-gradient(145deg,#31b0ff,#0873ee);color:#fff;display:grid;place-items:center;font-size:32px;font-weight:900;box-shadow:0 15px 32px rgba(9,119,245,.22)}.lookup-card h2{font-size:32px;margin:0 0 8px;letter-spacing:-1px}.lookup-card>p{color:#75869e;margin:0 0 22px}.lookup-form{display:grid;grid-template-columns:1fr auto;gap:10px}.lookup-form input{height:58px;border:1px solid #cfe2f6;border-radius:17px;padding:0 18px;font-size:22px;font-weight:850;letter-spacing:2.2px;text-transform:uppercase;outline:none;background:#fff;color:#0a2850}.lookup-error{min-height:22px;color:#a33b3b;font-size:13px;margin-top:10px}.lookup-hint{margin-top:20px;padding:15px;border-radius:16px;background:#edf6ff;color:#5c708e;text-align:left;font-size:13px;line-height:1.5}.lookup-hint code{background:#fff;padding:3px 6px;border-radius:7px}.order-code-card{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:22px 0;padding:20px;border-radius:22px;background:linear-gradient(145deg,#eef8ff,#fff);border:1px solid #d8eafa}.order-code-card span{display:block;font-size:10px;letter-spacing:2px;color:#71849d;font-weight:900}.order-code-card strong{display:block;font-size:31px;letter-spacing:3px;color:#0873ed;margin:4px 0}.order-code-card small{color:#7b8ba1}.code-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.install-placeholder{border:0;border-radius:12px;padding:10px 13px;background:#eaf4ff;color:#72a8df;font-weight:850;cursor:not-allowed}.install-guide{margin-top:22px;background:#fff;border:1px solid #dbe9f7;border-radius:30px;box-shadow:var(--shadow);padding:30px}.guide-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.guide-head h2{font-size:32px;letter-spacing:-1.3px;margin:8px 0 0}.guide-time{padding:9px 12px;border-radius:999px;background:#eaf5ff;color:#0873ef;font-size:12px;font-weight:850;white-space:nowrap}.guide-warning{padding:17px;border-radius:18px;background:#fff7e8;border:1px solid #ffe1a9;color:#795817;line-height:1.55;font-size:14px}.guide-steps{display:grid;gap:12px;margin-top:18px}.guide-step{display:grid;grid-template-columns:48px 1fr;gap:15px;align-items:start;padding:18px;border-radius:19px;background:#f8fbff;border:1px solid #e1edf8}.guide-num{width:44px;height:44px;border-radius:14px;background:linear-gradient(145deg,#2dabff,#0a73ed);color:#fff;display:grid;place-items:center;font-size:17px;font-weight:900;box-shadow:0 9px 20px rgba(10,116,238,.18)}.guide-step h3{margin:1px 0 6px;font-size:18px}.guide-step p{margin:0;color:#6e7f98;line-height:1.55;font-size:14px}.guide-foot{margin-top:16px;padding:14px 16px;border-radius:16px;background:#edf8f3;border:1px solid #d2efdf;color:#35654d;font-size:13px;line-height:1.5}.install-guide.is-expired{opacity:.72}.install-guide.is-expired .guide-steps{pointer-events:none}.install-guide.is-expired:before{content:'Срок заказа истёк';display:block;margin-bottom:14px;font-weight:900;color:#9a3b3b}
@media(max-width:640px){.lookup-card{padding:24px 18px}.lookup-form{grid-template-columns:1fr}.lookup-form .btn{width:100%}.order-code-card{align-items:flex-start;flex-direction:column}.order-code-card strong{font-size:27px}.code-actions{justify-content:flex-start}.guide-head{align-items:flex-start;flex-direction:column}.install-guide{padding:22px 16px}.guide-step{grid-template-columns:40px 1fr;padding:15px}.guide-num{width:38px;height:38px}.guide-step h3{font-size:16px}}
