:root{--tm-navy:#061b3a;--tm-navy-2:#0b2448;--tm-blue:#1d6cf2;--tm-yellow:#f8bd00;--tm-green:#13a354;--tm-orange:#ff6a1a;--tm-red:#dc2626;--tm-text:#061b3a;--tm-muted:#64748b;--tm-line:#dbe7f4;--tm-soft:#f3f8fd;--tm-card:#fff;--tm-shadow:0 18px 45px #061b3a14}.account-page{color:var(--tm-text);background:linear-gradient(#fff 0%,#f3f8fd 44%,#fff 100%);min-height:100vh}.account-wrap{max-width:1500px;margin:0 auto;padding:44px 28px 70px}.auth-wrap{grid-template-columns:minmax(320px,470px) 1fr;align-items:center;gap:42px;max-width:1180px;margin:0 auto;padding:64px 28px 90px;display:grid}.auth-card,.account-panel,.account-stat,.account-action,.account-list-card,.account-mini-card{background:var(--tm-card);border:1px solid var(--tm-line);box-shadow:var(--tm-shadow);border-radius:24px}.auth-card{padding:34px}.auth-logo{width:210px;height:auto;margin-bottom:28px}.auth-card h1,.account-content h1{letter-spacing:-.05em;color:var(--tm-navy);margin:0;font-size:clamp(32px,4vw,54px);line-height:.98}.auth-card p,.account-topbar p,.account-muted{color:var(--tm-muted);line-height:1.55}.auth-form{gap:16px;margin-top:26px;display:grid}.auth-grid-2{grid-template-columns:1fr 1fr;gap:14px;display:grid}.tm-field label{margin-bottom:8px;font-size:13px;font-weight:800;display:block}.tm-field input{box-sizing:border-box;border:1px solid var(--tm-line);width:100%;font:inherit;color:var(--tm-text);background:#fff;border-radius:14px;outline:none;padding:15px 16px}.tm-field input:focus{border-color:var(--tm-blue);box-shadow:0 0 0 4px #1d6cf217}.auth-row{justify-content:space-between;align-items:center;gap:14px;font-size:14px;display:flex}.auth-row a,.auth-switch a,.account-link{color:var(--tm-blue);font-weight:900;text-decoration:none}.tm-check{color:var(--tm-muted);align-items:flex-start;gap:10px;font-size:14px;line-height:1.4;display:flex}.tm-btn{background:var(--tm-yellow);min-height:52px;color:var(--tm-navy);cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:0 22px;font-weight:950;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex}.tm-btn:hover{transform:translateY(-1px);box-shadow:0 14px 24px #f8bd003d}.tm-btn.is-dark{background:var(--tm-navy);color:#fff}.tm-btn.is-outline{color:var(--tm-navy);border:1px solid var(--tm-line);background:#fff}.tm-btn.is-green{background:var(--tm-green);color:#fff}.auth-switch{text-align:center;color:var(--tm-muted);margin-top:18px;font-size:14px}.auth-benefits{gap:16px;display:grid}.auth-benefit-card{border:1px solid var(--tm-line);background:#ffffffb8;border-radius:22px;padding:22px}.auth-benefit-card strong{margin-bottom:7px;font-size:20px;display:block}.auth-benefits.is-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.auth-benefits.is-grid .auth-benefit-card{min-height:116px;padding:20px}.auth-benefits.is-grid .auth-benefit-card strong{font-size:18px;line-height:1.25}.auth-benefits.is-grid .auth-benefit-card p{margin:0}.account-shell{grid-template-columns:280px 1fr;align-items:start;gap:28px;display:grid}.account-sidebar{color:#fff;background:linear-gradient(#081a33 0%,#071424 100%);border-radius:28px;padding:18px;position:sticky;top:20px;box-shadow:0 24px 60px #061b3a29}.account-user-card{background:#ffffff14;border-radius:18px;align-items:center;gap:12px;margin-bottom:14px;padding:14px;display:flex}.account-avatar{width:46px;height:46px;color:var(--tm-navy);background:#fff;border-radius:50%;place-items:center;font-weight:950;display:grid}.account-user-card span{color:#ffffffa8;margin-top:3px;font-size:12px;display:block}.account-nav{gap:5px;padding:8px 0 18px;display:grid}.account-nav-link,.account-logout{color:#ffffffdb;border-radius:14px;align-items:center;gap:11px;padding:13px 14px;font-size:14px;font-weight:850;text-decoration:none;display:flex}.account-nav-link.is-active,.account-nav-link:hover{color:var(--tm-yellow);background:#f8bd0029}.account-logout{color:#ffb4b4;border-top:1px solid #ffffff1a;border-radius:0;margin-top:8px}.account-content{min-width:0}.account-topbar{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.account-kicker{margin:0 0 8px;font-weight:950;color:var(--tm-blue)!important}.account-menu-toggle{display:none}.account-stats{grid-template-columns:repeat(5,minmax(130px,1fr));gap:14px;margin-bottom:20px;display:grid}.account-stat{min-height:126px;padding:20px}.account-stat-icon{background:var(--tm-soft);border-radius:14px;place-items:center;width:42px;height:42px;margin-bottom:14px;display:grid}.account-stat small{color:var(--tm-muted);font-weight:850}.account-stat strong{letter-spacing:-.04em;margin:3px 0;font-size:32px;display:block}.account-actions{grid-template-columns:repeat(3,1fr);gap:16px;margin:22px 0;display:grid}.account-action{color:var(--tm-text);grid-template-columns:46px 1fr;gap:16px;padding:22px;text-decoration:none;display:grid}.account-action-icon{background:var(--tm-soft);border-radius:16px;place-items:center;width:46px;height:46px;font-size:22px;display:grid}.account-action strong{margin-bottom:5px;display:block}.account-action p{color:var(--tm-muted);margin:0;font-size:14px;line-height:1.45}.account-action.is-reward{background:linear-gradient(#fffdf4,#fff);border-color:#f8bd008c}.account-grid-2{grid-template-columns:1.2fr .8fr;gap:18px;display:grid}.account-panel{padding:24px}.account-panel h2{letter-spacing:-.03em;margin:0 0 16px;font-size:24px}.order-preview{gap:12px;display:grid}.order-head{border-bottom:1px solid var(--tm-line);justify-content:space-between;align-items:center;gap:14px;padding-bottom:12px;display:flex}.status-pill{color:var(--tm-green);background:#eaf8f0;border-radius:999px;align-items:center;padding:7px 10px;font-size:12px;font-weight:950;display:inline-flex}.order-item,.coupon-row,.account-list-row{border-bottom:1px solid var(--tm-line);justify-content:space-between;align-items:center;gap:14px;padding:12px 0;display:flex}.order-total{justify-content:space-between;align-items:end;margin-top:8px;display:flex}.order-total strong{font-size:26px}.coupon-row:last-child,.order-item:last-child,.account-list-row:last-child{border-bottom:0}.coupon-code{color:var(--tm-navy);font-weight:950}.coupon-row small,.account-list-row small{color:var(--tm-muted);margin-top:4px;display:block}.account-section-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.account-list-card{padding:20px}.account-list-card h3{margin:0 0 8px;font-size:20px}.account-list-card p{color:var(--tm-muted);margin:0 0 16px;line-height:1.45}.printer-card{grid-template-columns:70px 1fr;align-items:center;gap:16px;display:grid}.printer-thumb{background:var(--tm-soft);border-radius:16px;place-items:center;width:70px;height:70px;font-size:30px;display:grid}.reward-scratch-card{background:linear-gradient(135deg,#fff7cf,#fff);border:1px dashed #f8bd00e6;border-radius:22px;gap:14px;padding:22px;display:grid}.reward-strip{min-height:92px;color:var(--tm-navy);background:repeating-linear-gradient(135deg,#d8dde6 0 8px,#eef2f7 8px 16px);border-radius:18px;place-items:center;font-weight:950;display:grid}.auth-scratch-floating{z-index:40;background:var(--tm-navy);color:#fff;border-radius:22px;width:280px;padding:18px;position:fixed;bottom:22px;right:22px;box-shadow:0 24px 60px #061b3a38}.auth-scratch-floating strong{margin-bottom:5px;font-size:18px;display:block}.auth-scratch-floating p{color:#ffffffb8;margin:0 0 14px;font-size:13px;line-height:1.4}.auth-scratch-floating .tm-btn{width:100%;min-height:44px}@media (width<=1100px){.account-shell,.auth-wrap,.account-grid-2{grid-template-columns:1fr}.account-sidebar{z-index:60;max-width:360px;display:none;position:fixed;inset:80px 16px auto}.account-sidebar.is-open{display:block}.account-menu-toggle{border:1px solid var(--tm-line);color:var(--tm-navy);background:#fff;border-radius:14px;padding:13px 16px;font-weight:950;display:inline-flex}.account-stats{grid-template-columns:repeat(2,1fr)}.account-actions,.account-section-grid{grid-template-columns:1fr}}@media (width<=720px){.account-wrap,.auth-wrap{padding:28px 16px 52px}.auth-card{padding:24px}.auth-grid-2{grid-template-columns:1fr}.account-topbar{flex-direction:column}.account-stats{grid-template-columns:1fr}.order-head,.order-total,.order-item,.coupon-row,.account-list-row{flex-direction:column;align-items:flex-start}.auth-scratch-floating{width:auto;bottom:16px;left:16px;right:16px}}.account-printers-summary{grid-template-columns:1.1fr .9fr;gap:18px;margin-bottom:22px;display:grid}.account-dashboard-printers{padding:22px}.account-dashboard-printers-head,.account-panel-head,.printer-manager-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px;display:flex}.account-dashboard-printers h2,.printer-manager-head h2,.account-panel-head h2{margin:0}.account-dashboard-printer-list{gap:10px;display:grid}.account-dashboard-printer-row{border:1px solid var(--tm-line);background:#fff;border-radius:16px;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:12px;display:grid}.account-dashboard-printer-icon,.saved-printer-icon,.quick-product-icon{background:var(--tm-soft);border-radius:14px;place-items:center;width:42px;height:42px;font-size:20px;display:grid}.account-dashboard-printer-row strong,.quick-product-card strong,.saved-printer-card h3{color:var(--tm-navy)}.account-dashboard-printer-row small{color:var(--tm-muted);margin-top:3px;display:block}.account-link-pill{border:1px solid var(--tm-line);min-height:38px;color:var(--tm-navy);white-space:nowrap;background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:0 13px;font-weight:950;text-decoration:none;display:inline-flex}.account-link-pill:hover{color:var(--tm-blue);border-color:#1d6cf259}.saved-printers-layout{grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:20px;display:grid}.saved-printers-grid{gap:16px;display:grid}.saved-printer-card{border:1px solid var(--tm-line);box-shadow:var(--tm-shadow);background:#fff;border-radius:24px;grid-template-columns:62px 1fr auto;align-items:start;gap:16px;padding:20px;display:grid;position:relative;overflow:hidden}.saved-printer-card:before{content:"";background:var(--tm-blue);width:5px;position:absolute;inset:0 auto 0 0}.saved-printer-icon{border-radius:18px;width:62px;height:62px;font-size:28px}.saved-printer-card h3{letter-spacing:-.03em;margin:0 0 6px;font-size:22px}.saved-printer-meta{color:var(--tm-muted);margin:0 0 14px;line-height:1.45}.saved-printer-products{gap:8px;margin:14px 0;display:grid}.saved-printer-product{border:1px solid var(--tm-line);background:#f8fbff;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;padding:10px 12px;display:flex}.saved-printer-product span{color:var(--tm-muted);margin-top:2px;font-size:13px;display:block}.saved-printer-actions{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.tm-btn.is-small,.account-link-pill.is-small{min-height:42px;padding-inline:16px;font-size:14px}.tm-btn.is-danger-soft{color:var(--tm-red);background:#fff5f5;border:1px solid #fecaca}.saved-printer-last{background:var(--tm-soft);text-align:right;border-radius:16px;min-width:150px;padding:12px}.saved-printer-last small{color:var(--tm-muted);margin-bottom:3px;font-weight:850;display:block}.account-add-printer-panel,.account-quick-panel{border:1px solid var(--tm-line);box-shadow:var(--tm-shadow);background:#fff;border-radius:24px;padding:22px}.account-add-printer-panel{position:sticky;top:106px}.account-add-printer-panel h2,.account-quick-panel h2{margin:0 0 8px}.account-add-printer-form{gap:14px;margin-top:18px;display:grid}.account-select,.account-input{box-sizing:border-box;border:1px solid var(--tm-line);width:100%;font:inherit;color:var(--tm-text);background:#fff;border-radius:14px;outline:none;padding:15px 16px}.account-select:focus,.account-input:focus{border-color:var(--tm-blue);box-shadow:0 0 0 4px #1d6cf217}.account-form-note{color:#7a4d00;background:#fff9db;border-radius:14px;padding:12px 14px;font-size:13px;line-height:1.45}.quick-products-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.quick-product-card{border:1px solid var(--tm-line);background:#fff;border-radius:20px;grid-template-columns:50px 1fr;align-items:start;gap:12px;padding:16px;display:grid}.quick-product-card p{color:var(--tm-muted);margin:4px 0 12px;font-size:14px;line-height:1.35}.quick-product-price{color:var(--tm-navy);margin-bottom:10px;font-size:20px;font-weight:950}.account-empty-soft{border:1px dashed var(--tm-line);color:var(--tm-muted);background:#f8fbff;border-radius:18px;padding:18px;line-height:1.45}.account-mini-label{color:var(--tm-green);background:#eaf8f0;border-radius:999px;align-items:center;gap:7px;margin-bottom:8px;padding:7px 10px;font-size:12px;font-weight:950;display:inline-flex}@media (width<=1200px){.account-printers-summary,.saved-printers-layout{grid-template-columns:1fr}.account-add-printer-panel{position:static}.quick-products-grid{grid-template-columns:1fr}}@media (width<=780px){.account-dashboard-printer-row,.saved-printer-card,.quick-product-card{grid-template-columns:1fr}.saved-printer-last{text-align:left}.account-dashboard-printers-head,.account-panel-head,.printer-manager-head{flex-direction:column}}.account-action-button{border:1px solid var(--tm-line);text-align:left;cursor:pointer;font:inherit}.account-action-button:hover{border-color:#1d6cf247;transform:translateY(-1px)}.account-quick-order-list{gap:10px}.account-quick-order-row,.account-product-row{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;display:grid}.account-quick-order-row{border-bottom:1px solid var(--tm-line);padding:12px 0}.account-quick-order-row a,.account-product-row a{color:var(--tm-navy);font-weight:950;text-decoration:none}.account-quick-order-row a:hover,.account-product-row a:hover{color:var(--tm-blue)}.account-quick-order-row small,.account-product-row small{color:var(--tm-muted);margin-top:3px;font-size:13px;display:block}.account-product-actions,.account-order-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.account-order-actions{justify-content:stretch;margin-top:6px}.account-order-actions .tm-btn{flex:1}.tm-btn.is-added{color:var(--tm-green)!important;box-shadow:none!important;background:#eaf8f0!important}.quick-product-card .account-product-actions{justify-content:flex-start}@media (width<=980px){.account-quick-order-row,.account-product-row{grid-template-columns:1fr;align-items:flex-start}.account-product-actions{justify-content:flex-start}}.account-sidebar{max-height:calc(100vh - 128px);top:104px;overflow:auto}.account-gap-top{margin-top:18px}.loyalty-hero{grid-template-columns:1fr 280px;align-items:center;gap:24px;margin-bottom:18px;display:grid}.loyalty-hero h2{letter-spacing:-.06em;margin:0 0 12px;font-size:clamp(42px,5vw,68px);line-height:.9}.loyalty-progress{background:#e8f1fb;border-radius:999px;height:12px;margin:18px 0 10px;overflow:hidden}.loyalty-progress span{border-radius:inherit;background:linear-gradient(90deg, var(--tm-blue), var(--tm-green));height:100%;display:block}.loyalty-value-card{border:1px solid var(--tm-line);background:linear-gradient(#f8fbff,#fff);border-radius:22px;gap:12px;padding:22px;display:grid}.loyalty-value-card span{color:var(--tm-muted);font-weight:850}.loyalty-value-card strong{letter-spacing:-.05em;font-size:42px}.loyalty-rule-card .account-stat-icon{margin-bottom:14px}.reward-milestones,.points-history,.coupon-card-list{gap:12px;display:grid}.reward-milestone,.points-row,.coupon-card{border:1px solid var(--tm-line);background:#fff;border-radius:18px;padding:15px}.reward-milestone{justify-content:space-between;align-items:center;gap:14px;display:flex}.reward-milestone.is-current{background:#f0fbf5;border-color:#13a35447}.reward-milestone strong,.reward-milestone span{display:block}.reward-milestone span{color:var(--tm-muted);margin-top:3px}.reward-milestone small{color:var(--tm-blue);font-weight:950}.points-row{grid-template-columns:64px 1fr;align-items:center;gap:12px;display:grid}.points-row>span{border-radius:16px;place-items:center;width:52px;height:52px;font-weight:950;display:grid}.points-row.is-plus>span{color:var(--tm-green);background:#eaf8f0}.points-row.is-minus>span{color:var(--tm-red);background:#fff1f0}.points-row small{color:var(--tm-muted);margin-top:4px;display:block}.scratch-panel{gap:20px;display:grid}.scratch-copy{grid-template-columns:66px 1fr;align-items:start;gap:16px;display:grid}.scratch-gift{background:#fff8e1;border-radius:22px;place-items:center;width:66px;height:66px;font-size:34px;display:grid}.reward-scratch-card-large .reward-strip{min-height:130px;font-size:20px}.coupon-card{color:var(--tm-text);justify-content:space-between;align-items:center;gap:14px;text-decoration:none;display:flex}.coupon-card strong{font-size:18px;display:block}.coupon-card small{color:var(--tm-muted);margin-top:4px;display:block}.coupon-card>span{color:var(--tm-blue);font-weight:950}.coupon-card.is-percent{border-color:#1d6cf238}.coupon-card.is-delivery{border-color:#13a35438}.reward-history-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.reward-history-card{border:1px solid var(--tm-line);background:#fff;border-radius:20px;padding:18px}.reward-history-card span{background:var(--tm-soft);border-radius:18px;place-items:center;width:54px;height:54px;margin-bottom:14px;font-weight:950;display:grid}.reward-history-card strong,.reward-history-card small{display:block}.reward-history-card small{color:var(--tm-muted);margin-top:6px;line-height:1.35}.claims-layout{grid-template-columns:minmax(0,1fr) 390px;align-items:start;gap:18px;display:grid}.claims-list,.claim-card{gap:18px;display:grid}.claim-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.claim-id{background:var(--tm-soft);color:var(--tm-blue);border-radius:999px;margin-bottom:10px;padding:7px 10px;font-size:12px;font-weight:950;display:inline-flex}.claim-head h2{margin-bottom:6px}.claim-head p{color:var(--tm-muted);margin:0}.status-pill.is-warning{color:#9a5b00;background:#fff8e6}.claim-steps{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.claim-step{border:1px solid var(--tm-line);color:var(--tm-muted);background:#fff;border-radius:16px;padding:12px}.claim-step span{background:#dbe7f4;border-radius:50%;width:14px;height:14px;margin-bottom:8px;display:block}.claim-step.is-done,.claim-step.is-active{color:var(--tm-text);background:#f6fcf8;border-color:#13a35438}.claim-step.is-done span,.claim-step.is-active span{background:var(--tm-green)}.claim-step.is-active{box-shadow:0 12px 30px #13a35414}.claim-note{color:var(--tm-muted);margin:0;line-height:1.5}.claim-form-panel{position:sticky;top:104px}.claim-form{gap:14px;margin-top:18px;display:grid}.claim-form label span{margin-bottom:8px;font-weight:900;display:block}.account-textarea{box-sizing:border-box;border:1px solid var(--tm-line);width:100%;font:inherit;color:var(--tm-text);resize:vertical;background:#fff;border-radius:14px;outline:none;padding:15px 16px}.account-textarea:focus{border-color:var(--tm-blue);box-shadow:0 0 0 4px #1d6cf217}@media (width<=1100px){.account-sidebar{max-height:calc(100vh - 110px);top:84px}.loyalty-hero,.claims-layout{grid-template-columns:1fr}.claim-form-panel{position:static}.reward-history-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){.loyalty-rules-grid,.reward-history-grid,.claim-steps{grid-template-columns:1fr}.claim-head,.reward-milestone,.coupon-card{flex-direction:column;align-items:flex-start}}@media (width>=1101px){.account-shell{grid-template-columns:280px minmax(0,1fr);align-items:start}.account-sidebar{z-index:50;box-sizing:border-box;width:280px;max-height:calc(100vh - 138px);position:fixed;top:118px;left:max(28px,50vw - 722px);overflow-y:auto}.account-content{min-width:0}.account-shell{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:28px;display:grid}.account-sidebar{z-index:5;box-sizing:border-box;align-self:start;overflow-y:auto;width:auto!important;max-height:calc(100vh - 132px)!important;position:sticky!important;top:112px!important;left:auto!important}.account-content{min-width:0;margin-left:0!important}}.auth-alert{color:#b91c1c;background:#fff1f2;border:1px solid #fecaca;border-radius:16px;margin:18px 0;padding:14px 16px;font-weight:800;line-height:1.45}.auth-alert.is-success{color:#087443;background:#ecfdf3;border-color:#bbf7d0}.tm-btn:disabled{opacity:.65;cursor:wait}@media (width<=900px){.auth-benefits.is-grid{grid-template-columns:1fr}}.account-empty-box{color:var(--tm-muted);background:#f7faffb8;border:1px dashed #041f4429;border-radius:18px;padding:18px;line-height:1.45}.account-empty-box strong{color:var(--tm-dark);margin-bottom:6px;display:block}.account-empty-box p{margin:0}.account-remove-small{width:28px;height:28px;color:var(--tm-muted);cursor:pointer;background:#fff;border:1px solid #041f441f;border-radius:999px;font-weight:900;position:absolute;top:12px;right:12px}.account-remove-small:hover{color:#d93025;border-color:#d9302540}.quick-product-card,.printer-autocomplete-field{position:relative}.printer-suggestions{z-index:20;background:#fff;border:1px solid #041f4424;border-radius:16px;max-height:280px;padding:8px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:auto;box-shadow:0 18px 42px #041f4424}.printer-suggestion{text-align:left;cursor:pointer;width:100%;color:var(--tm-dark);background:0 0;border:0;border-radius:12px;justify-content:space-between;gap:14px;padding:10px 12px;display:flex}.printer-suggestion:hover{background:#1d6cf212}.printer-suggestion span{color:var(--tm-muted);font-size:12px;font-weight:800}.account-form-message{color:#b3261e;background:#d9302514;border-radius:14px;margin-top:10px;padding:10px 12px;font-weight:850}.account-form-message[data-type=success]{color:#0f8a48;background:#13a3541a}.saved-printers-list{gap:12px;margin-top:18px;display:grid}.saved-printer-mini{background:#fff;border:1px solid #041f441f;border-radius:18px;gap:12px;padding:14px;transition:all .18s;display:grid}.saved-printer-mini strong{color:var(--tm-dark);display:block}.saved-printer-mini span{color:var(--tm-muted);margin-top:3px;font-size:13px;display:block}.saved-printer-mini-actions{flex-wrap:wrap;gap:8px;display:flex}.reward-result{text-align:center;color:var(--tm-dark);background:#13a35414;border-radius:18px;justify-items:center;gap:8px;padding:22px;display:grid}.reward-result strong{letter-spacing:-.04em;font-size:30px}.reward-result span{color:var(--tm-blue);font-weight:950}.reward-result small{color:var(--tm-muted)}.saved-printers-layout{align-items:start}.printer-suggestions{max-height:360px}.printer-suggestion{align-items:center}.printer-suggestion-main{gap:3px;min-width:0;display:grid}.printer-suggestion-main strong{color:var(--tm-navy);font-size:14px;line-height:1.25}.printer-suggestion-main small{color:var(--tm-muted);font-weight:850}.printer-suggestion-count{white-space:nowrap;background:#1d6cf214;border-radius:999px;flex:none;padding:6px 9px;font-size:12px;font-weight:950;color:var(--tm-blue)!important}.saved-printers-list{gap:14px}.saved-printer-mini{background:linear-gradient(#fff 0%,#f8fbff 100%);border-color:#1d6cf224;grid-template-columns:44px 1fr;align-items:center;gap:12px 14px;box-shadow:0 12px 28px #061b3a0f}.saved-printer-mini:hover{border-color:#1d6cf242;transform:translateY(-1px)}.saved-printer-mini-icon{width:44px;height:44px;color:var(--tm-blue);background:#1d6cf21a;border-radius:15px;place-items:center;font-weight:950;display:grid}.saved-printer-mini-body{min-width:0}.saved-printer-mini-body strong{font-size:15px;line-height:1.25}.saved-printer-mini-body span{line-height:1.35}.saved-printer-mini-actions{grid-column:1/-1;justify-content:flex-start}@media (width<=720px){.printer-suggestion{flex-direction:column;align-items:flex-start}.printer-suggestion-count{white-space:normal}}.saved-products-layout{grid-template-columns:minmax(0,420px) minmax(0,1fr);align-items:start;gap:20px;display:grid}.saved-product-search-panel{position:sticky;top:20px}.product-suggestion{text-align:left;cursor:pointer;width:100%;color:var(--tm-navy);background:0 0;border:0;border-radius:14px;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;padding:10px;display:grid}.product-suggestion:hover{background:#1d6cf212}.product-suggestion-image{width:48px;height:48px;color:var(--tm-blue);background:#f3f8fd;border:1px solid #041f4414;border-radius:14px;place-items:center;font-weight:950;display:grid;overflow:hidden}.product-suggestion-image img{object-fit:contain;width:100%;height:100%}.product-suggestion-main{gap:4px;min-width:0;display:grid}.product-suggestion-main strong{color:var(--tm-navy);font-size:14px;line-height:1.25}.product-suggestion-main small{color:var(--tm-muted);font-size:12px;font-weight:850}.product-suggestion-price{white-space:nowrap;color:var(--tm-navy);font-weight:950}.saved-product-card{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #041f441f;border-radius:20px;grid-template-columns:76px 1fr auto;align-items:center;gap:14px;padding:14px;transition:all .18s;display:grid;box-shadow:0 12px 28px #061b3a0d}.saved-product-card:hover{border-color:#1d6cf23d;transform:translateY(-1px)}.saved-product-image-wrap{width:76px;height:76px;color:var(--tm-blue);background:#fff;border:1px solid #041f4414;border-radius:18px;place-items:center;font-weight:950;display:grid;overflow:hidden}.saved-product-image-wrap img{object-fit:contain;width:100%;height:100%}.saved-product-body{min-width:0}.saved-product-body strong{color:var(--tm-navy);font-size:16px;line-height:1.25;display:block}.saved-product-body span{color:var(--tm-muted);margin-top:4px;font-size:13px;display:block}.saved-product-body b{color:var(--tm-navy);margin-top:8px;font-size:20px;display:block}.saved-product-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}@media (width<=980px){.saved-products-layout{grid-template-columns:1fr}.saved-product-search-panel{position:static}}@media (width<=720px){.saved-product-card{grid-template-columns:62px 1fr}.saved-product-image-wrap{width:62px;height:62px}.saved-product-actions{grid-column:1/-1;justify-content:flex-start}.product-suggestion{grid-template-columns:42px 1fr}.product-suggestion-price{grid-column:2}}.product-suggestion.is-compatible,.saved-product-card.is-compatible{background:linear-gradient(90deg,#18a95714,#fff 34%);border-left:4px solid #18a957}.product-suggestion.is-original,.saved-product-card.is-original{background:linear-gradient(90deg,#1d6cf214,#fff 34%);border-left:4px solid #1d6cf2}.product-suggestion.is-renovated,.saved-product-card.is-renovated{background:linear-gradient(90deg,#ff7a1a1a,#fff 34%);border-left:4px solid #ff7a1a}.product-suggestion-titleline{flex-wrap:wrap;align-items:flex-start;gap:8px;display:flex}.product-type-badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;width:fit-content;padding:3px 8px;font-size:10px;font-style:normal;font-weight:950;line-height:1;display:inline-flex}.product-type-badge.is-compatible,.product-suggestion-price.is-compatible{color:#118446}.product-type-badge.is-compatible{background:#eaf8f0;border:1px solid #bdebd0}.product-type-badge.is-original,.product-suggestion-price.is-original{color:#155dd8}.product-type-badge.is-original{background:#eef5ff;border:1px solid #cfe1ff}.product-type-badge.is-renovated,.product-suggestion-price.is-renovated{color:#e55f00}.product-type-badge.is-renovated{background:#fff2e8;border:1px solid #ffd4b8}.product-suggestion.is-compatible,.saved-product-card.is-compatible{background:linear-gradient(90deg,#18a9571f,#fff 38%);border-color:#18a95747 #18a95747 #18a95747 #18a957;border-left-style:solid;border-left-width:6px}.product-suggestion.is-original,.saved-product-card.is-original{background:linear-gradient(90deg,#1d6cf21f,#fff 38%);border-color:#1d6cf24d #1d6cf24d #1d6cf24d #1d6cf2;border-left-style:solid;border-left-width:6px}.product-suggestion.is-renovated,.saved-product-card.is-renovated{background:linear-gradient(90deg,#ff7a1a24,#fff 38%);border-color:#ff7a1a52 #ff7a1a52 #ff7a1a52 #ff7a1a;border-left-style:solid;border-left-width:6px}.saved-product-titleline,.product-suggestion-titleline{flex-wrap:wrap;align-items:flex-start;gap:8px;display:flex!important}.saved-product-body .saved-product-titleline{margin:0}.saved-product-body .saved-product-titleline strong{display:inline}.product-type-badge{white-space:nowrap;text-transform:uppercase;letter-spacing:.02em;border-radius:999px;justify-content:center;align-items:center;width:fit-content;padding:4px 9px;font-size:10px;font-style:normal;font-weight:950;line-height:1;display:inline-flex!important}.product-type-badge.is-compatible{color:#0f8a49;background:#e9f9f0;border:1px solid #b7ebcf}.product-type-badge.is-original{color:#155dd8;background:#edf5ff;border:1px solid #c9ddff}.product-type-badge.is-renovated{color:#e45f00;background:#fff1e6;border:1px solid #ffd0ad}.product-suggestion-price.is-compatible,.saved-product-card.is-compatible .saved-product-body b{color:#0f8a49}.product-suggestion-price.is-original,.saved-product-card.is-original .saved-product-body b{color:#155dd8}.product-suggestion-price.is-renovated,.saved-product-card.is-renovated .saved-product-body b{color:#e45f00}.product-suggestion{border:1px solid #041f4414;margin-bottom:6px}.product-suggestion:last-child{margin-bottom:0}.product-suggestions{z-index:80;background:#fffffffa;border:1px solid #041f4424;border-radius:22px;max-height:520px;padding:12px;position:absolute;top:calc(100% + 10px);left:0;right:0;overflow:auto;box-shadow:0 24px 60px #041f442e}.account-product-suggestion-group+.account-product-suggestion-group{border-top:1px solid #041f4414;margin-top:12px;padding-top:12px}.account-product-suggestion-group h3{color:#627089;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:8px;margin:0 0 8px;font-size:12px;font-weight:950;display:flex}.account-product-suggestion-group h3 span{background:#94a3b8;border-radius:999px;width:10px;height:10px;box-shadow:0 0 0 4px #94a3b826}.account-product-suggestion-group--compatible h3 span{background:#0f9f57;box-shadow:0 0 0 4px #0f9f5724}.account-product-suggestion-group--original h3 span{background:#155eef;box-shadow:0 0 0 4px #155eef24}.account-product-suggestion-group--renovated h3 span{background:#ff6b14;box-shadow:0 0 0 4px #ff6b1429}.account-product-suggestion{--account-product-color:#64748b;--account-product-soft:#f8fafc;border:1px solid color-mix(in srgb, var(--account-product-color) 24%, #fff);border-left:6px solid var(--account-product-color);background:linear-gradient(90deg, var(--account-product-soft) 0%, #fff 42%);text-align:left;cursor:pointer;border-radius:18px;grid-template-columns:54px minmax(0,1fr) minmax(98px,auto);align-items:center;gap:12px;width:100%;min-height:74px;margin:0 0 8px;padding:10px 12px;display:grid;box-shadow:0 10px 22px #061b3a0d}.account-product-suggestion:last-child{margin-bottom:0}.account-product-suggestion:hover{transform:translateY(-1px);box-shadow:0 16px 34px #061b3a1a}.account-product-suggestion.is-compatible{--account-product-color:#0f9f57;--account-product-soft:#ecfdf3}.account-product-suggestion.is-original{--account-product-color:#155eef;--account-product-soft:#eff6ff}.account-product-suggestion.is-renovated{--account-product-color:#ff6b14;--account-product-soft:#fff4ed}.account-product-suggestion__image{width:54px;height:54px;color:var(--account-product-color);background:#fff;border:1px solid #041f4414;border-radius:14px;place-items:center;font-weight:950;display:grid;overflow:hidden}.account-product-suggestion__image img{object-fit:contain;width:100%;height:100%}.account-product-suggestion__copy{gap:4px;min-width:0;display:grid}.account-product-suggestion__copy strong{color:#071b3a;font-size:15px;font-weight:950;line-height:1.18}.account-product-suggestion__copy small{color:#64748b;font-size:12px;font-weight:850}.account-product-suggestion__side{justify-items:end;gap:6px;display:grid}.account-product-suggestion__side b{color:var(--account-product-color);white-space:nowrap;font-size:15px;font-weight:950}.account-product-type{text-transform:uppercase;letter-spacing:.035em;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:22px;padding:0 9px;font-size:10px;font-style:normal;font-weight:950;line-height:1;display:inline-flex}.account-product-type.is-compatible{color:#0f9f57;background:#ecfdf3;border:1px solid #b7ebcf}.account-product-type.is-original{color:#155eef;background:#eff6ff;border:1px solid #c9ddff}.account-product-type.is-renovated{color:#ff6b14;background:#fff4ed;border:1px solid #ffd0ad}.saved-product-card{--saved-product-color:#64748b;--saved-product-soft:#f8fafc;grid-template-columns:82px minmax(0,1fr) auto;padding:16px;position:relative;overflow:hidden;border:1px solid color-mix(in srgb, var(--saved-product-color) 25%, #fff)!important;border-left:8px solid var(--saved-product-color)!important;background:linear-gradient(90deg, var(--saved-product-soft) 0%, #fff 42%)!important}.saved-product-card .saved-product-image-wrap{border-radius:18px;width:82px;height:82px}.saved-product-card .saved-product-body{align-content:center;gap:5px;display:grid}.saved-product-card .saved-product-body strong{max-width:420px;font-size:17px}.saved-product-card .saved-product-body b{margin-top:2px;font-size:22px;color:var(--saved-product-color)!important}.saved-product-card .saved-product-actions{align-items:center}@media (width<=720px){.account-product-suggestion{grid-template-columns:48px minmax(0,1fr)}.account-product-suggestion__side{grid-column:2;place-items:center start;gap:8px;display:flex}.saved-product-card{grid-template-columns:64px minmax(0,1fr)}.saved-product-card .saved-product-image-wrap{width:64px;height:64px}.saved-product-card .saved-product-actions{grid-column:1/-1;justify-content:flex-start}}.product-autocomplete-field{position:relative}.product-suggestions{z-index:200!important;background:#fffffffa!important;border:1px solid #041f441f!important;border-radius:22px!important;width:min(760px,100vw - 32px)!important;max-height:620px!important;padding:14px!important;position:absolute!important;top:calc(100% + 10px)!important;left:0!important;right:auto!important;overflow:hidden auto!important;box-shadow:0 24px 70px #041f4438!important}.product-suggestions[hidden]{display:none!important}.product-suggestions .tm-smart-section+.tm-smart-section{border-top:1px solid #edf2f8;margin-top:13px;padding-top:13px}.product-suggestions .tm-smart-section h3{color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:950}.product-suggestions .tm-smart-section--productGroups>div{gap:8px;display:grid}.product-suggestions .tm-smart-group,.product-suggestions .tm-smart-item{width:100%;font:inherit;text-align:left;appearance:none;cursor:pointer}.product-suggestions .tm-smart-group{border-style:solid}.product-suggestions .tm-smart-item{background:#fff;border-top:0;border-bottom:0;border-right:0;border-radius:16px}.product-suggestions .tm-smart-item--compatible{border-left:4px solid #0f9f57}.product-suggestions .tm-smart-item--original{border-left:4px solid #155eef}.product-suggestions .tm-smart-item--renovated{border-left:4px solid #ff6b14}.product-suggestions .tm-smart-item--other{border-left:4px solid #64748b}.product-suggestions .tm-smart-type--compatible{color:#0f9f57;background:#ecfdf3}.product-suggestions .tm-smart-type--original{color:#155eef;background:#eff6ff}.product-suggestions .tm-smart-type--renovated{color:#ff6b14;background:#fff4ed}.product-suggestions .tm-smart-price strong{color:#071b3a;font-size:13px;font-weight:950}.saved-products-list{gap:14px;display:grid}.saved-product-card{--saved-product-color:#64748b;--saved-product-soft:#f8fafc;border:1px solid color-mix(in srgb, var(--saved-product-color) 28%, #fff)!important;border-left:9px solid var(--saved-product-color)!important;background:linear-gradient(90deg, var(--saved-product-soft) 0%, #fff 46%)!important;border-radius:22px!important;grid-template-columns:88px minmax(0,1fr) auto!important;align-items:center!important;gap:16px!important;min-height:126px!important;padding:18px!important;display:grid!important;box-shadow:0 16px 36px #071b3a0f!important}.saved-product-card.is-compatible{--saved-product-color:#0f9f57;--saved-product-soft:#ecfdf3}.saved-product-card.is-original{--saved-product-color:#155eef;--saved-product-soft:#eff6ff}.saved-product-card.is-renovated{--saved-product-color:#ff6b14;--saved-product-soft:#fff4ed}.saved-product-card .saved-product-image-wrap{background:#fff!important;border:1px solid #e5eef8!important;border-radius:18px!important;place-items:center!important;width:76px!important;height:76px!important;display:grid!important;overflow:hidden!important}.saved-product-card .saved-product-image-wrap img{object-fit:contain!important;width:100%!important;height:100%!important;padding:6px!important}.saved-product-card .saved-product-body{align-content:center!important;gap:5px!important;min-width:0!important;display:grid!important}.saved-product-card .saved-product-body strong{color:#071b3a!important;max-width:460px!important;font-size:17px!important;font-weight:950!important;line-height:1.18!important}.saved-product-card .saved-product-body span{color:#64748b!important;font-size:12px!important;font-weight:850!important}.saved-product-card .saved-product-body b{color:var(--saved-product-color)!important;font-size:23px!important;font-weight:950!important;line-height:1!important}.saved-product-card .account-product-type{letter-spacing:.04em!important;text-transform:uppercase!important;border-radius:999px!important;align-items:center!important;width:fit-content!important;min-height:22px!important;padding:0 10px!important;font-size:10px!important;font-weight:950!important;display:inline-flex!important}.saved-product-card .account-product-type.is-compatible{color:#0f9f57!important;background:#ecfdf3!important;border:1px solid #b7ebcf!important}.saved-product-card .account-product-type.is-original{color:#155eef!important;background:#eff6ff!important;border:1px solid #c9ddff!important}.saved-product-card .account-product-type.is-renovated{color:#ff6b14!important;background:#fff4ed!important;border:1px solid #ffd0ad!important}.saved-product-card .saved-product-actions{flex-wrap:wrap!important;justify-content:flex-end!important;align-items:center!important;gap:10px!important;display:flex!important}@media (width<=900px){.product-suggestions{width:min(620px,100vw - 32px)!important}.saved-product-card{grid-template-columns:72px minmax(0,1fr)!important}.saved-product-card .saved-product-actions{grid-column:1/-1;justify-content:flex-start!important}}.status-pill.is-error{color:#b42318;background:#fff1f1}.claim-admin-comment{background:#f8fbff;border:1px solid #dbeafe;border-radius:16px;margin-top:14px;padding:14px 16px}.claim-admin-comment strong{color:#0b2a5b;margin-bottom:6px;display:block}.claim-admin-comment p{color:#334155;margin:0;line-height:1.55}.account-address-form{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:22px;display:grid}.account-address-card{border-radius:24px;padding:26px}.account-address-card--billing{grid-column:1/-1}.account-card-heading{border-bottom:1px solid #e3ebf7;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;padding-bottom:18px;display:flex}.account-card-heading h3{color:#071b3a;margin:4px 0 0;font-size:25px}.account-card-heading p{color:#64748b;max-width:360px;margin:0;line-height:1.5}.account-card-kicker{letter-spacing:.08em;text-transform:uppercase;color:#0a86e8;font-size:12px;font-weight:900}.account-form-grid{gap:16px;display:grid}.account-form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.account-form-grid .span-two{grid-column:1/-1}.account-company-panel{background:#f7fbff;border:1px solid #d9e6f7;border-radius:18px;margin:18px 0;padding:20px}.account-company-title{justify-content:space-between;gap:18px;margin-bottom:16px;display:flex}.account-company-title strong{color:#071b3a;font-size:17px}.account-company-title span{color:#64748b;font-size:13px}.account-address-actions{background:#fff;border:1px solid #d8e5f4;border-radius:20px;grid-column:1/-1;justify-content:space-between;align-items:center;gap:20px;padding:20px 24px;display:flex;box-shadow:0 14px 36px #071b3a14}.account-address-actions div{flex-direction:column;gap:4px;display:flex}.account-address-actions strong{color:#071b3a;font-size:17px}.account-address-actions span{color:#64748b;font-size:14px}@media (width<=900px){.account-address-form{grid-template-columns:1fr}.account-address-card--billing{grid-column:auto}.account-card-heading{flex-direction:column;gap:8px}.account-card-heading p{max-width:none}}@media (width<=620px){.account-form-grid.two{grid-template-columns:1fr}.account-form-grid .span-two{grid-column:auto}.account-address-card{padding:18px}.account-company-title,.account-address-actions{flex-direction:column;align-items:stretch}.account-address-actions .tm-btn{width:100%}}
