:root{--dot-green:#94c23c;--dot-yellow:#ffc011;--dot-dark:#17210f;--dot-muted:#6b7280;--dot-line:#e5e7eb}.dot-wrap{max-width:920px;margin:32px auto;padding:28px;border:1px solid #e6ebdf;border-radius:22px;background:#fff;box-shadow:0 12px 40px rgb(32 54 12 / .08);font-family:inherit;color:var(--dot-dark)}.dot-head{text-align:center}.dot-brand{color:#668b1d;font-weight:700}.dot-head h1{margin:8px 0;font-size:32px}.dot-head p{margin:0 0 24px;color:var(--dot-muted)}.dot-form{display:grid;grid-template-columns:1fr 1fr auto;gap:14px;align-items:end;background:#f8faf5;padding:18px;border-radius:16px}.dot-field label{display:block;margin-bottom:7px;font-weight:700}.dot-field input{width:100%;height:48px;border:1px solid #cad3c0;border-radius:10px;background:#fff;padding:0 14px;font-size:16px;box-sizing:border-box}.dot-field input:focus{outline:3px solid rgb(148 194 60 / .22);border-color:var(--dot-green)}.dot-form button,.dot-link{min-height:48px;border:0;border-radius:10px;background:var(--dot-green);color:#132000!important;padding:0 24px;font-weight:800;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.dot-form button:hover,.dot-link:hover{background:var(--dot-yellow)}.dot-form button:disabled{opacity:.65;cursor:wait}.dot-result{margin-top:22px}.dot-loading,.dot-error,.dot-alert{padding:16px;border-radius:12px;text-align:center}.dot-loading{background:#f6f8f3}.dot-error{background:#fff1f1;color:#a11616;border:1px solid #f3c4c4}.dot-alert{background:#fff7d6;border:1px solid #f0d36c}.dot-card{border:1px solid #e1e7da;border-radius:16px;padding:20px}.dot-summary{display:flex;align-items:center;gap:28px;flex-wrap:wrap;border-bottom:1px solid var(--dot-line);padding-bottom:16px}.dot-summary div{display:flex;flex-direction:column}.dot-summary small{color:var(--dot-muted)}.dot-summary strong{font-size:18px}.dot-status{margin-inline-start:auto;background:#eff8dc;color:#426600;border-radius:999px;padding:8px 14px;font-weight:800}.dot-timeline{display:grid;grid-template-columns:repeat(5,1fr);list-style:none;padding:28px 0 10px;margin:0;position:relative}.dot-timeline:before{content:"";position:absolute;top:43px;right:7%;left:7%;height:4px;background:var(--dot-line)}.dot-timeline li{text-align:center;position:relative;z-index:1}.dot-timeline span{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 8px;background:#fff;border:3px solid var(--dot-line);font-style:normal}.dot-timeline em{font-style:normal;font-size:12px;color:var(--dot-muted)}.dot-timeline .is-done span{background:var(--dot-green);border-color:var(--dot-green);font-weight:800}.dot-timeline .is-current span{box-shadow:0 0 0 6px rgb(148 194 60 / .2)}.dot-timeline .is-done em{color:var(--dot-dark);font-weight:700}.dot-shipping{margin-top:18px;background:#f8faf5;padding:16px;border-radius:12px}.dot-shipping p{margin:5px 0}.dot-link{margin-top:10px}.dot-privacy{text-align:center;color:var(--dot-muted);font-size:13px;margin:16px 0 0}@media(max-width:700px){.dot-wrap{padding:18px;margin:16px 0}.dot-form{grid-template-columns:1fr}.dot-head h1{font-size:27px}.dot-status{margin-inline-start:0}.dot-timeline{display:flex;flex-direction:column;gap:10px;padding:20px 0}.dot-timeline:before{top:28px;bottom:28px;right:14px;left:auto;width:4px;height:auto}.dot-timeline li{display:flex;align-items:center;gap:12px;text-align:right}.dot-timeline span{margin:0}.dot-timeline em{font-size:14px}}