:root{--bg:#f7f7f7;--paper:#ffffff;--text:#222222;--muted:#898989;--line:#eaeaea;--red:#6b6b6b;--red-soft:#f4f4f4;--green:#6f6f6f;--shadow:0 8px 26px #20202005;--radius:18px;font-family:Tahoma,Arial,sans-serif;font-size:16px;color:var(--text);background:var(--bg)}*{box-sizing:border-box}body{margin:0}a{text-decoration:none;color:inherit}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;color:#999999;background:#f1f1f1;border-color:#eeeeee}input,select{border:1px solid #e2e2e2;border-radius:10px;padding:12px 14px;min-width:0;background:#ffffff;color:var(--text);outline:none}input:focus,select:focus{border-color:var(--red);box-shadow:0 0 0 3px #6b6b6b13}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #6b6b6b88;outline-offset:4px}button,.subtle{border:1px solid var(--line);border-radius:10px;padding:10px 16px;background:white}.primary{display:inline-flex;align-items:center;justify-content:center;gap:28px;background:var(--red);color:white;border:1px solid var(--red);border-radius:10px;padding:12px 21px;font-weight:700;font-size:.9rem;box-shadow:0 4px 9px #6b6b6b14}.primary:hover{background:#5d5d5d}.pill{border-radius:40px}.subtle{display:inline-flex;font-size:.875rem}.text-button{border:0;background:none;color:var(--muted);padding:5px;font-size:.85rem}.danger-button{color:#646464;background:#f7f7f7;border:0;font-size:.85rem}.brand{display:flex;align-items:center;gap:12px;direction:ltr}.brandmark{display:inline-grid;place-content:center;background:var(--red);color:#ffffff;border-radius:13px;width:42px;height:42px;font-size:24px;letter-spacing:-3px;font-weight:800;position:relative}.brandmark span{display:inline}.brand strong{font-size:21px;letter-spacing:-.8px}.brand strong>span{display:block;font-size:11px;font-weight:400;color:var(--muted);letter-spacing:0;margin-top:5px;direction:rtl}.brandmark.small{width:31px;height:31px;font-size:20px;border-radius:9px}.red{color:var(--red)}.eyebrow{font-size:12px;letter-spacing:1.7px;color:#999999;direction:ltr;display:block;font-weight:700}.muted{color:var(--muted);font-size:.9rem;line-height:1.8}.ltr{direction:ltr;text-align:right}.mono,code{font-family:monospace;direction:ltr}.shell{display:flex;min-height:100vh}.sidebar{width:230px;background:#ffffff;border-left:1px solid var(--line);padding:28px 20px;position:fixed;inset:0 0 0 auto;display:flex;flex-direction:column;z-index:20}.sidebar .brand{margin-bottom:48px;justify-content:center}.workspace-label{font-size:12px;color:#aaaaaa;margin:0 14px 15px}.sidebar nav{display:flex;flex-direction:column;gap:6px}.sidebar nav a{padding:12px 14px;border-radius:10px;color:#777777;display:flex;align-items:center;gap:12px;font-size:14px}.sidebar nav a>span{font-size:20px;width:22px;text-align:center}.sidebar nav a:hover{background:#f8f8f8}.sidebar nav a.selected{background:var(--red-soft);color:#6a6a6a;font-weight:700}.nav-bot{font-size:12px;color:#a4a4a4;margin:24px 14px 8px}.sidebar-bottom{margin-top:auto;padding-top:25px;border-top:1px solid var(--line);display:flex;align-items:center;gap:9px;flex-wrap:wrap}.sidebar-bottom strong{font-size:13px}.sidebar-bottom small{display:block;font-size:10px;color:var(--muted);margin-top:5px;max-width:135px;overflow:hidden;text-overflow:ellipsis}.avatar{width:35px;height:35px;display:inline-grid;place-content:center;flex-shrink:0;border-radius:50%;background:#ebebeb;color:#717171;font-size:14px}.avatar.tiny{width:27px;height:27px;font-size:11px;margin-left:5px}.main{margin-right:230px;width:calc(100% - 230px)}.topbar{height:72px;background:#ffffffd9;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 38px;font-size:12px;color:#828282}.topbar b{font-weight:400;margin:0 13px;color:#c7c7c7}.top-right{display:flex;align-items:center;gap:8px}.online{width:7px;height:7px;background:#929292;border-radius:50%}.mobile-menu{display:none}main{max-width:1600px;margin:auto;padding:40px 38px 60px}.pagehead{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:32px}.pagehead h1{font-size:29px;letter-spacing:-1px;margin:10px 0}.pagehead p{color:var(--muted);font-size:14px;margin:0;line-height:1.8}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:35px}.stats>div{background:#ffffff;border:1px solid var(--line);border-radius:14px;padding:23px 25px;box-shadow:var(--shadow)}.stats span{font-size:13px;color:#8a8a8a}.stats strong{display:flex;align-items:baseline;gap:12px;font-size:30px;margin-top:19px;font-weight:500}.stats small{font-size:11px;font-weight:400;color:#9c9c9c}.green-text{color:var(--green)!important}.section-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.section-bar h2,.section-bar h3{margin:0}.section-bar h2{font-size:20px}.count{font-size:12px;background:#eeeeee;color:#858585;padding:4px 8px;border-radius:6px;margin-right:8px}.bot-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.bot-card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:25px;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}.bot-card:hover{transform:translateY(-3px);box-shadow:0 14px 35px #20202009}.card-top{display:flex;align-items:center;justify-content:space-between}.bot-avatar{width:54px;height:54px;border-radius:17px;display:grid;place-content:center;background:#f4f4f4;color:#828282;font-size:31px}.bot-card h3{font-size:20px;margin:24px 0 5px}.bot-card>p{font-size:13px;color:#929292;margin:0 0 25px}.bot-facts{display:grid;grid-template-columns:1fr 1fr;gap:17px;border-top:1px solid var(--line);padding-top:21px;font-size:12px}.bot-facts span{color:#9b9b9b}.bot-facts strong{text-align:left;font-weight:400}.card-actions{display:flex;flex-direction:column;gap:10px;margin-top:27px}.card-actions .subtle{justify-content:center;border:none;color:#7c7c7c}.badge{display:inline-flex;align-items:center;gap:6px;border-radius:30px;padding:5px 10px;font-size:11px;white-space:nowrap;font-weight:400}.badge i{height:5px;width:5px;border-radius:50%;background:currentColor}.green{color:#6d6d6d;background:#f4f4f4}.gray{color:#8d8d8d;background:#f2f2f2}.pink{color:#7a7a7a;background:#f3f3f3}.panel{background:white;border:1px solid var(--line);border-radius:16px;padding:26px;margin-bottom:22px;box-shadow:var(--shadow);min-width:0}.panel h3{font-size:17px;margin:0 0 15px}.panel h2{font-size:25px;line-height:1.7}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:22px}.two-col .panel{margin-bottom:0}.two-col{margin-bottom:22px}.field{display:flex;flex-direction:column;gap:10px;margin:19px 0;font-size:13px;color:#696969}.field input{width:100%;font-size:14px}.field input[type=password]{direction:ltr}.inline-form{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.inline-form label{display:flex;gap:12px;align-items:center;font-size:13px}.small-input{width:85px;padding:7px!important}.table-search{font-size:12px;padding:9px 13px;width:225px;max-width:100%}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:13px;text-align:right}th{font-size:11px;color:#959595;font-weight:400;background:#fbfbfb;padding:14px 12px;white-space:nowrap}td{padding:17px 12px;border-bottom:1px solid #f1f1f1;vertical-align:middle}td small{font-size:10px;display:block;color:#a4a4a4;margin-top:6px}td p{line-height:1.7;min-width:180px}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background:#fcfcfc}details summary{cursor:pointer;color:#8a8a8a;font-size:12px;white-space:nowrap}details[open] summary{color:#6b6b6b;margin-bottom:12px}.error-box{background:#f7f7f7;border:1px solid #e6e6e6;border-right:3px solid #919191;border-radius:8px;padding:12px 14px;font-size:12px;color:#6d6d6d;line-height:1.6;overflow-wrap:anywhere}.error-box p{margin:5px 0 0}.error-box strong{font-size:11px}.payment-row{display:flex;align-items:center;gap:18px;padding:20px 0;border-bottom:1px solid var(--line);flex-wrap:wrap;font-size:13px}.payment-row:last-child{border:none}.payment-row>strong{font-size:14px}.payment-main{flex:1}.payment-row small{display:block;color:#9f9f9f;font-size:11px;margin-top:7px}.payment-detail{max-width:400px}.op-icon{width:38px;height:38px;background:#f6f6f6;color:#868686;border-radius:12px;display:grid;place-content:center;flex-shrink:0;font-size:20px}.op-icon.danger{background:#f3f3f3;color:#858585}.op-icon.violet{background:#f2f2f2;color:#848484}.op-icon.orange{background:#f5f5f5;color:#a5a5a5}.toggle-line{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:20px 0;font-size:14px}.toggle-line input{accent-color:var(--red);width:21px;height:21px}.switch{border:none;background:#dcdcdc;border-radius:20px;width:43px;height:25px;padding:3px;display:flex;direction:ltr}.switch span{background:white;border-radius:50%;width:19px;height:19px;box-shadow:0 1px 3px #00000022}.switch.on{background:var(--red);justify-content:flex-end}.hint{font-size:12px;color:#9b9b9b;background:#f9f9f9;border-radius:10px;padding:14px;line-height:1.9}.key-row{display:flex;align-items:center;gap:12px;padding:18px 0;border-bottom:1px solid var(--line);font-size:12px}.key-row form{margin-right:auto}.secret-reveal{background:#f7f7f7;border:1px solid #e3e3e3;border-radius:12px;padding:19px;margin:20px 0;font-size:13px}.secret-reveal p{font-size:12px;line-height:1.8}.secret-reveal code{display:block;overflow-wrap:anywhere;padding:10px;background:#ffffff;border-radius:8px;margin-bottom:10px}.provider-card{padding:20px 0;border-bottom:1px solid var(--line)}.provider-balance{font-size:30px;margin:14px 0}.provider-balance small{font-size:12px;color:#999999}.provider-card form{margin-top:15px}.catalog-list{max-height:380px;overflow:auto;border:1px solid var(--line);border-radius:12px;margin:20px 0}.catalog-item{padding:16px;display:flex;gap:14px;align-items:center;border-bottom:1px solid var(--line);font-size:12px}.catalog-item>span:first-of-type{flex:1}.catalog-item small{display:block;color:#969696;line-height:1.6;margin-top:7px}.catalog-item input{accent-color:var(--red)}.empty{text-align:center;padding:65px 25px;background:#ffffff80;border:1px dashed #e3e3e3;border-radius:16px}.panel .empty{border:none;padding:45px 15px}.empty-icon{display:inline-grid;place-content:center;background:#f4f4f4;width:52px;height:52px;border-radius:16px;color:#969696;font-size:28px}.empty h3{font-size:18px;margin:18px 0 10px}.empty p{font-size:13px;color:#9b9b9b;line-height:1.8}.alert{border-radius:12px;padding:15px 20px;margin-bottom:20px;font-size:13px}.alert.error{background:#f3f3f3;color:#6e6e6e}.alert.success{background:#f5f5f5;color:#757575}.number{display:grid;place-content:center;min-width:34px;height:34px;background:#f5f5f5;border-radius:10px;font-size:11px;color:#a4a4a4}.setup-row{display:flex;align-items:center;gap:15px;padding:20px 0;border-bottom:1px solid var(--line);font-size:14px}.setup-row>div{flex:1}.setup-row small{display:block;font-size:11px;color:#a3a3a3;margin-top:8px}.status-orb{width:80px;height:80px;background:var(--red-soft);color:var(--red);border-radius:25px;display:grid;place-content:center;font-size:45px;margin:30px auto 10px}.status-orb~h2,.status-orb~p{text-align:center}.quota{display:flex;align-items:center;gap:25px}.quota p{font-size:12px;color:#999999}.quota progress{flex:1;height:7px;accent-color:var(--red)}.quota a{font-size:12px}.plan-selector{margin-top:35px}.plan-selector>label{font-size:13px;color:#919191}.plan-selector input[type=range]{display:block;direction:ltr;width:100%;padding:0;margin:30px 0;accent-color:var(--red)}.plan-selector select{width:100%;font-size:13px}.plan-readout{display:grid;grid-template-columns:1fr 1fr;margin:26px 0 40px;padding:25px 0;border-block:1px solid var(--line)}.plan-readout>div:last-child{border-right:1px solid var(--line);padding-right:25px}.plan-readout strong{display:block;font-size:28px;font-weight:500}.plan-readout span{display:block;font-size:12px;color:#989898;margin-top:12px}.method-choice{display:flex;gap:14px;flex-wrap:wrap}.method-choice label{border:1px solid var(--line);border-radius:10px;padding:15px;font-size:13px;flex:1}.method-choice input{accent-color:var(--red)}.transfer-info{margin-top:15px;padding:18px;background:#f8f8f8;border-radius:12px;font-size:13px;overflow-wrap:anywhere}.transfer-info strong{display:block;margin-top:15px;font-size:18px}.check-list{list-style:none;padding:0}.check-list li{padding:18px 0;font-size:14px;color:#808080}.check-list li:before{content:'✓';color:#8d8d8d;margin-left:12px}.summary-card{align-self:start}.code-block{display:block;background:#f7f7f7;padding:15px;border-radius:10px;overflow-wrap:anywhere;font-size:12px}footer{display:flex;justify-content:space-between;padding:25px 38px;color:#a3a3a3;font-size:12px;border-top:1px solid var(--line)}dialog{border:1px solid var(--line);border-radius:22px;padding:30px;width:480px;max-width:94vw;box-shadow:0 30px 90px #2c2c2c33}dialog::backdrop{background:#2b2b2b55;backdrop-filter:blur(3px)}.dialog-head{display:flex;align-items:center;justify-content:space-between}.dialog-head h2{font-size:21px;margin:0}.dialog-head button{border:none;font-size:24px}.public-wrap{max-width:1360px;margin:0 auto;padding:0 55px;background:#fafafa}.public-nav{display:flex;align-items:center;justify-content:space-between;padding:28px 0}.public-nav nav{display:flex;gap:34px;font-size:13px;color:#7c7c7c}.hero{display:grid;grid-template-columns:1.05fr 1fr;gap:70px;align-items:center;padding:95px 0 115px;min-height:680px}.hero-copy h1{font-size:64px;line-height:1.35;font-weight:700;letter-spacing:-3px;margin:23px 0}.outlined{color:var(--red)}.hero-copy>p{color:#969696;font-size:17px;line-height:1.9}.hero-actions{display:flex;align-items:center;gap:25px;margin-top:35px}.plain-link{font-size:13px}.hero-meta{display:flex;gap:12px;font-size:11px;color:#a1a1a1;margin-top:35px}.hero-meta b{font-weight:400}.red-dot{display:inline-block;width:6px;height:6px;background:var(--red);border-radius:50%;margin-right:8px}.hero-product{background:#ffffff;border:1px solid #e6e6e6;border-radius:23px;box-shadow:0 20px 0 -10px #ffffff,0 21px 0 -10px #e7e7e7,0 38px 70px #2626260a;position:relative;transform:rotate(-2deg);direction:rtl}.mock-top{padding:20px 22px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line);font-size:12px;color:#797979}.mock-dots{margin-right:auto;color:#bbbbbb;letter-spacing:3px}.mock-body{padding:25px}.mock-title{font-size:22px;margin:12px 0 25px;display:flex;justify-content:space-between}.mock-title span{color:var(--red)}.mock-stats{display:grid;grid-template-columns:1fr 1fr;background:#fafafa;border-radius:12px;padding:20px;gap:20px;margin-bottom:20px}.mock-stats small{display:block;color:#a3a3a3;font-size:11px}.mock-stats strong{display:block;font-size:17px;margin-top:10px;font-weight:400}.operation{display:flex;align-items:center;gap:12px;border:1px solid var(--line);padding:15px;border-radius:14px;margin-top:12px;font-size:12px}.operation>div{flex:1}.operation small{display:block;font-size:10px;margin-top:8px;color:#a5a5a5}.floating-note{position:absolute;bottom:-35px;left:-26px;border:1px solid #eeeeee;border-radius:15px;background:white;padding:16px 22px 16px 58px;box-shadow:0 12px 35px #2121210c;font-size:11px;line-height:1.9;transform:rotate(2deg);color:#979797}.floating-note strong{font-size:13px;color:#4b4b4b;font-weight:400}.check-circle{position:absolute;left:15px;top:22px;background:#f5f5f5;color:#8a8a8a;border-radius:50%;width:30px;height:30px;display:grid;place-content:center}.features{padding:70px 0 85px;border-top:1px solid var(--line)}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:40px}.section-title h2{font-size:37px;line-height:1.5;letter-spacing:-1.5px;margin:12px 0 0}.section-title>p{color:#989898;font-size:14px;line-height:1.9}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{background:white;border:1px solid #ececec;border-radius:22px;padding:30px;min-height:340px;display:flex;flex-direction:column}.feature-num{font-size:11px;color:#b4b4b4;direction:ltr;text-align:right}.feature h3{font-size:27px;line-height:1.5;font-weight:400;letter-spacing:-.7px;margin:22px 0}.feature p{font-size:13px;line-height:1.9;color:#9b9b9b;margin-top:auto}.red-card{background:#6d6d6d;border-color:#6d6d6d;color:white}.red-card p,.red-card .feature-num{color:#d9d9d9}.feature-icon{font-size:65px;height:95px;line-height:1;color:#d9d9d9}.feature-icon.dark{color:#414141}.mini-transaction{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0 40px}.plans{padding:40px 0 90px}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;max-width:900px}.plan{background:white;border:1px solid var(--line);border-radius:20px;padding:30px}.plan h3{font-size:22px}.plan-price{font-size:35px;margin:26px 0}.plan-price small{font-size:12px;color:#a1a1a1;margin-right:10px}.plan p{font-size:14px;line-height:2;color:#989898}.plan .primary{margin-top:20px}.public-footer{padding:35px 0}.public-footer .brand{font-size:22px;font-weight:700}.auth-layout{min-height:80vh;display:grid;grid-template-columns:1fr 1fr;gap:110px;align-items:center;padding:70px 40px}.auth-intro h1{font-size:58px;line-height:1.45;letter-spacing:-2px}.auth-intro p{font-size:17px;line-height:1.9;color:#9b9b9b}.auth-note{line-height:3;font-size:14px;margin-top:35px}.auth-note span{font-size:11px;color:#c3c3c3;margin-left:18px}.auth-card{background:#ffffff;border:1px solid var(--line);border-radius:25px;padding:40px;box-shadow:var(--shadow)}.auth-card h2{font-size:29px;letter-spacing:-1px}.auth-card>p{color:#9b9b9b;font-size:13px;line-height:1.8}.auth-card .primary{width:100%;margin-top:12px}.auth-switch{text-align:center;margin-top:25px!important}[hidden]{display:none!important}@media(min-width:1600px){.bot-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1150px){.bot-grid{grid-template-columns:repeat(2,1fr)}.hero{gap:35px}.hero-copy h1{font-size:49px}.public-wrap{padding:0 30px}.auth-layout{gap:40px;padding-inline:10px}.sidebar{width:200px;padding:25px 12px}.main{margin-right:200px;width:calc(100% - 200px)}main{padding:30px 25px}.stats strong{font-size:25px}.two-col{gap:15px}.panel{padding:20px}}@media(max-width:800px){.sidebar{transform:translateX(100%);transition:transform .2s}.sidebar.open{transform:translateX(0);box-shadow:-20px 0 80px #11111122}.main{margin:0;width:100%}.mobile-menu{display:block;padding:5px 10px}.topbar{padding:0 20px}.top-right{display:none}.hero{grid-template-columns:1fr;padding:45px 0 85px;gap:60px}.hero-copy h1{font-size:52px}.hero-product{max-width:520px;width:92%;margin:auto}.feature-grid{grid-template-columns:1fr}.feature{min-height:280px}.section-title{align-items:start;gap:20px}.section-title h2{font-size:28px}.section-title>p{font-size:12px}.auth-layout{grid-template-columns:1fr;padding:35px 0}.auth-intro{display:none}.public-nav nav{gap:16px}.public-nav .primary{padding:10px 15px;font-size:12px}.brand strong{font-size:19px}.two-col{grid-template-columns:1fr}.quota{flex-wrap:wrap}.pagehead{align-items:start}.pagehead h1{font-size:25px}}@media(max-width:520px){main{padding:25px 15px}.stats{gap:8px}.stats>div{padding:16px 10px}.stats span{font-size:10px}.stats strong{font-size:23px;display:block}.stats small{display:block;font-size:9px;margin-top:8px}.bot-grid{grid-template-columns:1fr}.pagehead{flex-wrap:wrap}.pagehead .primary{font-size:12px}.public-wrap{padding:0 20px}.public-nav nav{display:none}.hero-copy h1{font-size:45px}.hero-copy>p{font-size:15px}.hero-actions{gap:18px}.floating-note{left:-10px}.public-footer{gap:20px;font-size:10px}.public-footer>span{display:none}.section-title{display:block}.section-bar{flex-wrap:wrap}.section-bar .muted{font-size:12px}.auth-card{padding:26px}.payment-row{gap:12px}.panel{padding:20px 15px}.plan-readout strong{font-size:23px}.public-nav{padding-block:22px}}

/* Primary controls stay readable at browser zoom. */
.sidebar nav a,.field,.toggle-line,.inline-form label,.catalog-item,.method-choice label{font-size:14px}table{font-size:14px}th,.badge,.payment-row small,.workspace-label{font-size:12px}

/* Landing layout adapted from the supplied HTML reference. */

    

    

    .intro-container {
      width: 100%;
      max-width: 1140px;
      margin: 0 auto;
      padding: 0 20px;
    }

    /* --------------------------------------------------
       1. Hero Section
    -------------------------------------------------- */
    .intro-hero-section {
      background: #ffffff;
      padding: clamp(40px, 8vw, 90px) 0;
      position: relative;
      overflow: hidden;
    }

    .intro-hero-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: center;
    }

    .intro-hero-body {
      max-width: 540px;
    }

    .intro-beta-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 14px;
      background: #ffffff;
      border: 1px solid #171717;
      font-size: 12px;
      font-weight: 700;
      color: #171717;
      margin-bottom: 20px;
    }

    .intro-beta-dot {
      width: 6px;
      height: 6px;
      background: #606060;
      border-radius: 50%;
    }

    .intro-hero-title {
      font-size: clamp(30px, 5vw, 54px);
      font-weight: 800;
      line-height: 1.15;
      letter-spacing: -1px;
      margin-bottom: 20px;
      color: #171717;
      word-break: break-word;
    }

    .intro-hero-title .intro-syne-highlight {
      font-family: Tahoma, Arial, sans-serif;
      font-weight: 800;
      display: block;
      letter-spacing: -1px;
      text-transform: uppercase;
      color: #606060;
      margin-top: 4px;
    }

    .intro-hero-subtext {
      font-size: clamp(14px, 1.8vw, 15px);
      line-height: 1.65;
      color: #535353;
      margin-bottom: 28px;
    }

    .intro-btn-get-started {
      background: #171717;
      color: #ffffff;
      padding: 14px 32px;
      border: 1px solid #171717;
      text-decoration: none;
      font-size: 14px;
      font-weight: 700;
      transition: all 0.2s ease;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .intro-btn-get-started:hover {
      background: #606060;
      border-color: #606060;
      color: #ffffff;
    }

    /* Live Chat Stream Container */
    .intro-bot-mockup-wrapper {
      width: 100%;
      max-width: 380px;
      margin: 0 auto;
      border: 1px solid #171717;
      background: #fafafa;
      padding: 14px;
      box-shadow: 4px 4px 0px #171717;
    }

    .intro-mockup-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 10px;
      margin-bottom: 12px;
      border-bottom: 1px solid #e7e7e7;
      font-size: 11px;
      font-weight: 700;
      color: #727272;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .intro-bot-bg-stream {
      display: flex;
      flex-direction: column;
      gap: 10px;
      min-height: 240px;
      justify-content: flex-end;
    }

    .intro-chat-card {
      border: 1px solid #171717;
      animation: floatInBg 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
      display: flex;
      flex-direction: column;
    }

    .intro-chat-card.intro-user {
      align-self: flex-start;
      background: #ffffff;
      color: #171717;
      padding: 7px 11px;
      max-width: 88%;
      gap: 2px;
    }

    .intro-chat-card.intro-user .intro-chat-header { color: #727272; }
    .intro-chat-card.intro-user .intro-chat-text {
      color: #171717;
      font-size: 12px;
      line-height: 1.4;
      font-weight: 600;
    }
    .intro-chat-card.intro-user .intro-chat-footer { color: #a1a1a1; }

    .intro-chat-card.intro-bot {
      align-self: flex-end;
      background: #f5f5f5;
      border: 1px solid #171717;
      border-right: 3px solid #606060;
      color: #171717;
      padding: 7px 11px;
      max-width: 88%;
      gap: 2px;
    }

    .intro-chat-card.intro-bot .intro-chat-header { color: #606060; }
    .intro-chat-card.intro-bot .intro-chat-text {
      color: #171717;
      font-size: 12px;
      line-height: 1.4;
      font-weight: 600;
    }
    .intro-chat-card.intro-bot .intro-chat-footer { color: #727272; }

    .intro-chat-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      font-size: 9px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .intro-chat-footer {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 4px;
      font-size: 8.5px;
      font-weight: 600;
    }

    .intro-bg-typing-bubble {
      align-self: flex-end;
      background: #f5f5f5;
      border: 1px solid #171717;
      border-right: 3px solid #606060;
      padding: 6px 14px;
      display: inline-flex;
      gap: 4px;
    }

    .intro-bg-typing-dot {
      width: 4px;
      height: 4px;
      background: #606060;
      border-radius: 50%;
      animation: pulseBgDot 1.4s infinite ease-in-out both;
    }

    .intro-bg-typing-dot:nth-child(1) { animation-delay: 0s; }
    .intro-bg-typing-dot:nth-child(2) { animation-delay: 0.2s; }
    .intro-bg-typing-dot:nth-child(3) { animation-delay: 0.4s; }

    @keyframes floatInBg {
      from { opacity: 0; transform: translateY(6px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes pulseBgDot {
      0%, 80%, 100% { opacity: 0.2; transform: scale(0.8); }
      40% { opacity: 1; transform: scale(1.3); }
    }

    /* --------------------------------------------------
       2. Telegram Concept Section
    -------------------------------------------------- */
    .intro-concept-section {
      padding: clamp(40px, 6vw, 70px) 0;
      background: #ffffff;
      border-top: 1px solid #f4f4f4;
    }

    .intro-concept-meta-header {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
      gap: 12px;
      font-size: 11px;
      color: #727272;
      font-weight: 600;
      margin-bottom: 32px;
      border-bottom: 1px solid #f4f4f4;
      padding-bottom: 12px;
    }

    .intro-concept-headline {
      font-size: clamp(22px, 3.5vw, 38px);
      font-weight: 800;
      line-height: 1.3;
      letter-spacing: -0.5px;
      margin-bottom: 40px;
      color: #171717;
    }

    .intro-concept-headline .intro-highlight-blue { color: #606060; }
    .intro-concept-headline .intro-fade-text { color: #a1a1a1; }

    .intro-concept-grid {
      display: grid;
      grid-template-columns: 140px 1fr 1fr;
      gap: 30px;
      margin-bottom: 40px;
    }

    .intro-col-meta .intro-num { font-size: 16px; font-weight: 800; color: #171717; }
    .intro-col-meta .intro-tag { font-family: monospace; font-size: 12px; color: #727272; }

    .intro-col-content h4 { font-size: 16px; font-weight: 700; color: #171717; margin-bottom: 8px; }
    .intro-col-content p { font-size: 14px; color: #535353; line-height: 1.65; }

    .intro-diagram-container {
      margin-top: 30px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }

    .intro-diagram-circle {
      width: 180px;
      height: 180px;
      border-radius: 50%;
      border: 1px solid #171717;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #ffffff;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .intro-center-title {
      font-size: 13px;
      font-weight: 700;
      color: #ffffff;
      background: #171717;
      padding: 6px 16px;
    }

    .intro-diagram-nodes-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 12px;
      width: 100%;
      max-width: 800px;
    }

    .intro-node-card {
      border: 1px solid #171717;
      padding: 10px 14px;
      font-size: 12px;
      font-weight: 700;
      color: #171717;
      background: #fafafa;
      text-align: center;
    }

    /* --------------------------------------------------
       3. Integrations & Payments Section
    -------------------------------------------------- */
    .intro-integrations-section {
      background: #ffffff;
      padding: clamp(40px, 6vw, 70px) 0 clamp(50px, 8vw, 90px);
      border-top: 1px solid #f4f4f4;
    }

    .intro-section-header {
      margin-bottom: 36px;
    }

    .intro-section-label {
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #606060;
      margin-bottom: 8px;
      display: block;
    }

    .intro-section-title {
      font-size: clamp(22px, 3.5vw, 34px);
      font-weight: 800;
      letter-spacing: -0.5px;
      color: #171717;
      margin-bottom: 8px;
    }

    .intro-section-subtext {
      font-size: 14px;
      color: #727272;
      max-width: 650px;
      line-height: 1.6;
    }

    .intro-flat-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 36px;
    }

    .intro-col-header {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 12px;
    }

    .intro-col-header i { font-size: 18px; color: #171717; }
    .intro-col-title { font-size: 19px; font-weight: 700; color: #171717; }

    .intro-col-desc {
      font-size: 13.5px;
      color: #535353;
      line-height: 1.65;
      margin-bottom: 20px;
    }

    .intro-chips-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .intro-chip-item {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 7px 13px;
      background: #ffffff;
      border: 1px solid #171717;
      font-size: 12px;
      font-weight: 700;
      color: #171717;
      transition: all 0.2s ease;
    }

    .intro-chip-item:hover {
      background: #171717;
      color: #ffffff;
    }

    /* --------------------------------------------------
       Responsive Breakpoints
    -------------------------------------------------- */
    @media (max-width: 768px) {
      .intro-hero-grid {
        grid-template-columns: 1fr;
        gap: 32px;
      }

      .intro-btn-get-started {
        width: 100%;
      }

      .intro-concept-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .intro-flat-grid {
        grid-template-columns: 1fr;
        gap: 32px;
      }

      .intro-diagram-nodes-list {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 480px) {
      .intro-container {
        padding: 0 16px;
      }

      .intro-bot-mockup-wrapper {
        box-shadow: 2px 2px 0px #171717;
      }

      .intro-chip-item {
        font-size: 11.5px;
        padding: 6px 10px;
      }
    }
  
:root{--red:#111111;--red-soft:#f1f1f1;--text:#151515;--bg:#f7f7f7;--paper:#ffffff;--muted:#777777;--line:#e6e6e6;--green:#333333}
.primary,.intro-btn-get-started{background:#111;color:#fff;border-color:#111;box-shadow:none}
.primary:hover,.intro-btn-get-started:hover{background:#333;border-color:#333}
.public-wrap{background:#fff;max-width:1250px}.public-nav{border-bottom:1px solid #ededed}
.public-nav .pill,.intro-btn-get-started{border-radius:0}
.intro-hero-title{line-height:1.45;letter-spacing:-1.5px}.intro-syne-highlight{color:#111!important}
.intro-beta-dot,.intro-bg-typing-dot{background:#111}.intro-section-label{color:#555}
.intro-chat-card.intro-bot,.intro-bg-typing-bubble{background:#efefef;border-right-color:#111}
.intro-chat-card.intro-bot .intro-chat-header{color:#222}.intro-bot-mockup-wrapper{box-shadow:4px 4px 0 #111}
.intro-hero-subtext{font-size:16px}.intro-col-desc,.intro-section-subtext{font-size:15px;line-height:1.9}
.intro-chat-text{font-size:14px!important;line-height:1.65!important}.intro-chat-header,.intro-chat-footer{font-size:12px!important}
.intro-bot-bg-stream{min-height:380px}.intro-chat-card{max-width:94%!important}
.intro-concept-headline{line-height:1.65}.intro-section-title{line-height:1.5}.intro-col-title{margin:0}
.intro-animation-toggle{border:0;font-size:12px;padding:4px;color:#555;background:transparent}
.intro-bot-bg-stream.intro-animate .intro-chat-card{animation:intro-reveal .45s ease both}
.intro-bot-bg-stream.intro-animate .intro-chat-card:nth-child(2){animation-delay:.6s}
.intro-bot-bg-stream.intro-animate .intro-chat-card:nth-child(3){animation-delay:1.2s}
.intro-bot-bg-stream.intro-animate .intro-chat-card:nth-child(4){animation-delay:1.8s}
@keyframes intro-reveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}.intro-animation-toggle{display:none}}

/* English interface: locally hosted Inter and left-to-right layout. */
@font-face{font-family:Inter;src:url('/assets/fonts/InterVariable.woff2') format('woff2');font-weight:100 900;font-style:normal;font-display:swap}
:root,body,input,select,button,.intro-syne-highlight{font-family:Inter,Arial,sans-serif}
html{direction:ltr}body{-webkit-font-smoothing:antialiased}
.sidebar{inset:0 auto 0 0;border-left:0;border-right:1px solid var(--line)}
.main{margin-right:0;margin-left:230px}.sidebar .brand strong>span{direction:ltr}
.sidebar-bottom small{max-width:145px}.sidebar nav a{font-size:14px}
.topbar{direction:ltr}.ltr{text-align:left}.card-actions a{justify-content:center}
.bot-facts strong{text-align:right}.count{margin-right:0;margin-left:8px}
.table-wrap table{text-align:left}.avatar.tiny{margin-left:0;margin-right:5px}
.key-row form{margin-right:0;margin-left:auto}.error-box{border-right:1px solid #ddd;border-left:3px solid #777}
.plan-readout>div:last-child{border-right:0;border-left:1px solid var(--line);padding-right:0;padding-left:25px}
.check-list li:before{margin-left:0;margin-right:12px}.plan-price small{margin-right:0;margin-left:10px}
.auth-note span{margin-left:0;margin-right:18px}.feature-num{text-align:left}
.public-nav{gap:24px}.public-nav nav{margin-right:auto}.hero-product{direction:ltr}
.intro-hero-title{font-size:clamp(34px,4.4vw,56px);line-height:1.12;letter-spacing:-2px}
.intro-hero-title .intro-syne-highlight{font-family:Inter,Arial,sans-serif;font-size:inherit;letter-spacing:-2px;margin-top:8px;text-transform:none}
.intro-hero-grid{grid-template-columns:1.1fr 1fr;gap:55px}.intro-hero-body{max-width:570px}
.intro-hero-subtext{line-height:1.8}.intro-beta-pill{font-size:11px;letter-spacing:.5px}
.intro-concept-headline{line-height:1.4;letter-spacing:-1px}.intro-col-content h4{line-height:1.4}
.intro-section-title{line-height:1.25}.intro-col-content p{font-size:15px;line-height:1.8}
.intro-chat-card.intro-bot{border-right:1px solid #111;border-left:3px solid #111}
.pagehead h1{font-size:30px;letter-spacing:-1px}.auth-intro h1{line-height:1.12;letter-spacing:-2px}
@media(max-width:1150px){.main{margin-left:200px;margin-right:0}.intro-hero-grid{gap:30px}}
@media(max-width:800px){.main{margin:0;width:100%}.sidebar{transform:translateX(-100%)}.sidebar.open{transform:translateX(0)}.intro-hero-grid{grid-template-columns:1fr;gap:40px}.intro-hero-title{max-width:560px}.intro-hero-body{max-width:none}}
@media(max-width:520px){.public-nav nav{display:flex;gap:15px;font-size:12px}.public-nav .primary{font-size:12px;padding:10px 14px}.intro-hero-title{font-size:38px;letter-spacing:-1.5px}.pagehead h1{font-size:25px}.plan-readout strong{font-size:22px}.intro-beta-pill{font-size:10px}.intro-bot-mockup-wrapper{padding:12px}}
/* Reference-led layout: editorial gallery, compact workspace, detail sheets. */
body{background:#dedede}.public-wrap{max-width:none;margin:clamp(20px,6vh,75px) 24px;padding:0 22px;background:#f5f5f5;overflow:hidden}
.public-nav{height:76px;padding:16px 0;border:0}.public-nav nav{background:#f0f0f0;border-radius:30px;padding:11px 22px;gap:24px;font-size:12px}.public-nav .primary{background:transparent;color:#151515;border:0;border-radius:30px;font-size:12px;box-shadow:none;padding:11px 18px}.reference-home{padding:54px 0 40px}.reference-heading h1{font-size:clamp(36px,4vw,57px);font-weight:500;letter-spacing:-2px;margin:5px 0 30px;line-height:1.15}.reference-heading h1 span{font-weight:400;font-size:.8em}.reference-gallery{display:grid;grid-template-columns:190px minmax(0,1fr);gap:18px}.reference-caption{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.outline-pill{display:flex;align-items:center;gap:45px;border:1px solid #252525;border-radius:30px;padding:10px 13px;font-size:12px}.outline-pill span{font-size:19px}.reference-caption p{font-size:12px;line-height:1.25;color:#a7a7a7;margin:0 0 3px}.reference-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:0 0 10px}.reference-track::-webkit-scrollbar{display:none}.reference-card{background:#fff;border-radius:23px;padding:21px;flex:0 0 280px;min-height:365px;display:flex;flex-direction:column;scroll-snap-align:start}.reference-card h2{font-size:19px;font-weight:400;line-height:1.15;letter-spacing:-.5px;margin:0}.reference-card-copy{margin-top:auto;padding-top:35px}.short-rule{width:23px;height:1px;background:#888;display:block;margin-bottom:16px}.reference-card p{font-size:13px;line-height:1.25;letter-spacing:-.1px;color:#5e5e5e;margin:0}.circle-link{display:grid;place-content:center;width:37px;height:37px;border-radius:50%;background:#f5f5f5;font-size:19px;margin-top:24px}.reference-card.featured{padding:17px;flex-basis:280px}.reference-art{background:linear-gradient(135deg,#dedede,#f0f0f0 55%,#b8b8b8);min-height:174px;border-radius:18px;padding:17px;position:relative;overflow:hidden}.art-label{font-size:9px;letter-spacing:1.8px;color:#555}.art-lines{display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-size:10px;color:#777;margin:10px 0}.reference-art h2{font-size:22px;line-height:1.1;letter-spacing:-.7px;margin-top:16px}.featured .reference-card-copy{padding:28px 0 0}.gallery-controls{display:flex;justify-content:space-between;margin:21px 4px 0 208px}.gallery-controls button{border:0;padding:0 10px 0 0;background:none;font-size:22px}.gallery-controls button:disabled{opacity:.3}.gallery-progress{display:flex;gap:12px;align-items:center}.gallery-progress>*{display:block;width:28px;height:1px;background:#bdbdbd}.gallery-progress b{width:48px;background:#333}.plans{padding:55px 20px 65px;border-top:1px solid #e8e8e8}.plans .section-title h2{font-weight:500;font-size:32px}.plan{border:0;border-radius:22px}.public-footer{padding:24px 0}.shell{margin:30px 24px;min-height:calc(100vh - 60px);background:#fff;border:1px solid #d7d7d7;border-radius:12px;overflow:clip}.sidebar{position:sticky;top:30px;height:calc(100vh - 60px);width:190px;flex:0 0 190px;padding:16px 10px;background:#fafafa;border-right:1px solid #e9e9e9}.sidebar .brand{margin:0 0 23px;justify-content:flex-start;padding:0 9px}.sidebar .brandmark{width:25px;height:25px;font-size:17px;border-radius:7px}.sidebar .brand strong{font-size:15px}.sidebar .brand strong>span{display:none}.workspace-label{font-size:11px;margin:0 12px 8px}.sidebar nav{gap:2px}.sidebar nav a{padding:8px 10px;border-radius:5px;font-size:13px;font-weight:400;gap:8px}.sidebar nav a>span{font-size:15px;width:17px;color:#969696}.sidebar nav a.selected{background:#ebebeb;color:#222;font-weight:500}.nav-bot{margin:20px 10px 8px;font-size:11px}.sidebar-bottom{gap:7px;padding-top:15px}.main{width:calc(100% - 190px);margin:0;background:#fff;min-width:0}.topbar{height:46px;padding:0 22px;font-size:12px;background:#fff}.topbar b{margin:0 10px}main{padding:24px 22px 36px;max-width:none}.pagehead{margin-bottom:20px;gap:15px}.pagehead .eyebrow{display:none}.pagehead h1{font-size:21px;font-weight:500;letter-spacing:-.65px;margin:0 0 7px}.pagehead p{font-size:12px;line-height:1.5}.primary{font-size:12px;border-radius:6px;padding:10px 15px}.stats{gap:10px;margin-bottom:24px}.stats>div{border-radius:5px;padding:17px 18px;box-shadow:none}.stats span{font-size:12px}.stats strong{font-size:25px;margin-top:15px;font-weight:500}.stats small{font-size:11px}.panel{border-radius:6px;box-shadow:none;padding:18px;margin-bottom:18px}.panel h3{font-size:15px;font-weight:500}.section-bar{margin-bottom:13px}.section-bar h2{font-size:18px;font-weight:500}.section-bar .muted{font-size:12px}.table-search{padding:7px 10px;border-radius:5px;font-size:12px;min-height:32px}table{font-size:12px}th{padding:10px;font-size:11px;background:#fafafa}td{padding:10px;border-bottom:1px solid #ededed}.badge{font-size:11px;padding:3px 8px}.bot-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.bot-card{border-radius:10px;padding:20px;box-shadow:none}.bot-card:hover{box-shadow:0 4px 16px #00000006;transform:translateY(-2px)}.bot-avatar{width:39px;height:39px;border-radius:10px;font-size:24px}.bot-card h3{font-size:17px;margin-top:19px}.bot-facts{font-size:12px;gap:12px;padding-top:16px}.card-actions{margin-top:20px}.payment-row{border:1px solid #e4e4e4!important;border-radius:48px;margin:18px 0;padding:16px 23px;box-shadow:0 3px 5px #00000003;gap:22px;min-height:76px}.payment-row .op-icon{border-radius:50%;width:35px;height:35px;background:#ededed;outline:1px solid #e5e5e5;outline-offset:4px;font-size:18px}.payment-row .badge{padding:6px 11px;font-size:12px}.payment-row>strong{border-left:1px solid #eee;padding-left:20px}.payment-row details{margin-left:auto}.payment-row:has(details[open]){border-radius:23px}.payment-detail{padding:15px 0 0}.error-box{border-radius:8px;background:#f6f6f6;color:#555;border:1px solid #ddd;border-left:3px solid #555}.field input{border-radius:6px;font-size:13px}.field{font-size:13px;gap:8px}.two-col{gap:16px}.subtle{border-radius:6px;font-size:12px}.quota{gap:20px}.quota h3{margin-bottom:7px}.setup-row{padding:15px 0;font-size:13px}.setup-row small{font-size:11px}.status-orb{width:62px;height:62px;font-size:34px;border-radius:17px}.main footer{padding:18px 22px;font-size:11px}dialog{border-radius:10px}.reference-sheet{position:fixed;margin:0 20px 0 auto;inset:18px 0 18px auto;width:min(700px,calc(100vw - 35px));max-height:calc(100vh - 36px);height:calc(100vh - 36px);padding:0;background:white;border:1px solid #e8e8e8;box-shadow:0 14px 55px #00000012}.reference-sheet::backdrop{background:#00000040;backdrop-filter:none}.reference-sheet .dialog-head{padding:19px 23px;border-bottom:1px solid #eee}.reference-sheet h2{font-size:12px;text-transform:uppercase;letter-spacing:.4px;font-weight:500}.reference-sheet-body{padding:25px}.reference-sheet-body .payment-detail{max-width:none}.reference-sheet-body p{line-height:1.7;font-size:14px}.detail-label{display:inline-block;background:#f6f6f6;padding:6px 9px;color:#666;font-size:11px}.detail-content{border:1px solid #eee;border-radius:11px;padding:23px;margin-top:20px}.auth-layout{padding:65px 20px;gap:70px}.auth-card{border-radius:14px;box-shadow:none}.auth-intro h1{font-size:49px}
@media(max-width:1100px){.bot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reference-gallery{grid-template-columns:155px minmax(0,1fr)}.gallery-controls{margin-left:173px}.reference-card{flex-basis:265px}.sidebar{width:175px;flex-basis:175px}.main{width:calc(100% - 175px);margin:0}}
@media(max-width:800px){.shell{margin:12px;min-height:calc(100vh - 24px)}.sidebar{position:fixed;inset:12px auto 12px 12px;height:calc(100vh - 24px);width:190px;transform:translateX(calc(-100% - 20px))}.sidebar.open{transform:translateX(0)}.main{width:100%;margin:0}.public-wrap{margin:18px 12px;padding:0 20px}.reference-home{padding-top:35px}.reference-gallery{grid-template-columns:130px minmax(0,1fr)}.reference-caption p{font-size:11px}.outline-pill{gap:19px;font-size:11px}.gallery-controls{margin-left:148px}.reference-card{min-height:350px}.reference-heading h1{font-size:42px}.auth-layout{padding:35px 0}}
@media(max-width:520px){main{padding:22px 14px}.reference-gallery{grid-template-columns:1fr}.reference-caption{display:none}.gallery-controls{margin-left:0}.reference-card,.reference-card.featured{flex-basis:85%;min-height:355px}.reference-heading h1{font-size:38px}.public-nav{height:65px}.public-nav nav{padding:10px 12px;gap:14px}.bot-grid{grid-template-columns:1fr}.stats>div{padding:13px 10px}.stats strong{font-size:23px}.payment-row{border-radius:23px;gap:14px;padding:16px}.reference-sheet{margin-right:8px;width:calc(100vw - 16px)}.plans{padding-inline:0}.pagehead h1{font-size:21px}}
