.pot-wrapper{max-width:480px;margin:0 auto;padding:28px;background:#fff;border:1px solid #eaeaea;border-radius:12px;box-shadow:0 2px 10px rgb(0 0 0 / .04);font-family:inherit;direction:rtl;text-align:right}.pot-title{margin:0 0 20px;font-size:20px;font-weight:700;text-align:center;color:#222}.pot-form{display:flex;flex-direction:column;gap:16px}.pot-field{display:flex;flex-direction:column;gap:6px}.pot-field label{font-size:14px;font-weight:600;color:#444}.pot-field input{width:100%;box-sizing:border-box;padding:12px 14px;border:1px solid #dcdcdc;border-radius:8px;font-size:15px;direction:ltr;text-align:right;transition:border-color 0.2s ease}.pot-field input:focus{outline:none;border-color:#7a7a7a}.pot-submit-btn{margin-top:4px;padding:13px 20px;border:none;border-radius:8px;background:#2c2c2c;color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:opacity 0.2s ease}.pot-submit-btn:hover{opacity:.9}.pot-submit-btn:disabled,.pot-submit-btn.pot-loading{opacity:.6;cursor:not-allowed}.pot-result{margin-top:20px}.pot-loading-text{text-align:center;color:#888;font-size:14px}.pot-result-error p{background:#fdecea;color:#b3261e;padding:12px 14px;border-radius:8px;font-size:14px;margin:0}.pot-order-card{border:1px solid #eee;border-radius:10px;padding:18px;background:#fafafa}.pot-order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.pot-order-number{font-weight:700;font-size:16px;color:#222}.pot-order-status{font-size:13px;font-weight:600;padding:4px 10px;border-radius:20px;background:#e8f0fe;color:#1a56db;white-space:nowrap}.pot-status-completed{background:#e6f4ea;color:#1e7e34}.pot-status-processing{background:#fff4e5;color:#b26a00}.pot-status-cancelled,.pot-status-failed,.pot-status-refunded{background:#fdecea;color:#b3261e}.pot-order-meta{display:flex;justify-content:space-between;font-size:13px;color:#777;margin-bottom:14px;padding-bottom:14px;border-bottom:1px dashed #e0e0e0}.pot-order-items{list-style:none;margin:0 0 14px;padding:0;display:flex;flex-direction:column;gap:8px}.pot-order-items li{display:flex;justify-content:space-between;gap:8px;font-size:14px;color:#333}.pot-item-name{flex:1}.pot-item-qty{color:#999}.pot-tracking-box{margin-top:12px;padding:12px 14px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;font-size:14px;display:flex;flex-direction:column;gap:4px}.pot-tracking-box a{margin-top:6px;color:#1a56db;font-weight:600;text-decoration:none}.pot-tracking-box a:hover{text-decoration:underline}@media (max-width:480px){.pot-wrapper{padding:20px;border-radius:0}}