:root{--wdr-primary:#00446a;--wdr-primary-dark:#00446a;--wdr-primary-light:#4a6886;--wdr-accent:#00446a;--wdr-success:#28a745;--wdr-warning:#ffc107;--wdr-danger:#dc3545;--wdr-info:#17a2b8;--wdr-secondary:#4a6886;--wdr-light:#f0f6fa;--wdr-dark:#00446a;--wdr-border:#e8eaed;--wdr-radius:12px;--wdr-radius-sm:8px;--wdr-shadow:0 4px 24px rgba(0,0,0,.06);--wdr-shadow-lg:0 8px 40px rgba(0,0,0,.1);--wdr-transition:.3s ease;--wdr-gradient:linear-gradient(135deg,#00446a 0%,#00446a 50%,#4a6886 100%)}.page-messages .messages .message{max-width:780px !important;margin:16px auto !important;border-radius:var(--wdr-radius-sm) !important;font-size:15px !important;padding:16px 22px !important;box-shadow:var(--wdr-shadow) !important}.solutioo-withdrawal-guest .column.main{padding-top:28px}.withdrawal-hero{background:var(--wdr-gradient);color:#fff;padding:60px 24px 70px;text-align:center;margin:0 -25px;position:relative;overflow:hidden;border-radius:16px}.withdrawal-hero:before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse at 30% 50%,rgba(0,68,106,.3) 0%,transparent 60%);pointer-events:none}.withdrawal-hero__icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:#fff;margin-bottom:20px;position:relative;color:var(--wdr-primary);box-shadow:0 4px 20px rgba(0,0,0,.12)}.withdrawal-hero__icon--success{background:rgba(40,167,69,.2) !important;color:#28a745 !important;box-shadow:none}.withdrawal-hero__icon--success svg{color:#2e8b57}.withdrawal-hero__title{font-size:32px !important;font-weight:800;margin:0 0 12px;letter-spacing:-.02em;position:relative;color:#fff !important;font-family:'Montserrat','Quicksand',sans-serif !important}.withdrawal-hero__subtitle{font-size:18px !important;opacity:.8;margin:0 auto 24px;max-width:560px;line-height:1.6;position:relative}.withdrawal-hero__badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.15);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:10px 24px;border-radius:50px;font-size:16px !important;font-weight:600;position:relative}.withdrawal-container{max-width:780px;margin:-30px auto 0;padding:0 16px 40px;position:relative;z-index:2}.withdrawal-step-card{background:#fff !important;border-radius:16px !important;box-shadow:var(--wdr-shadow-lg) !important;margin-bottom:24px !important;overflow:hidden !important;border:1px solid var(--wdr-border) !important}.withdrawal-step-card__header{display:flex !important;align-items:flex-start !important;gap:16px !important;padding:24px 28px !important;border-bottom:1px solid var(--wdr-border) !important;background:var(--wdr-light) !important}.withdrawal-step-card__header strong{font-size:20px !important;display:block !important;margin-bottom:4px !important;color:var(--wdr-dark) !important}.withdrawal-step-card__header p{margin:0 !important;font-size:16px !important;color:var(--wdr-secondary) !important;line-height:1.5 !important}#order-lookup-section .withdrawal-step-card__header{background:#fff !important;border-bottom:1px solid var(--wdr-border) !important}.withdrawal-step-card__body{padding:28px !important}.withdrawal-step-number{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;border-radius:50%;background:var(--wdr-accent);color:#fff;font-weight:700;font-size:.95rem;box-shadow:0 2px 8px rgba(0,68,106,.3)}.withdrawal-fields-row{display:grid !important;grid-template-columns:1fr 1fr !important;gap:16px !important;margin-bottom:16px !important}.withdrawal-fields-row--3{grid-template-columns:1fr 1fr 1fr !important}.withdrawal-field{margin-bottom:16px}.withdrawal-field label{display:block;font-weight:600;font-size:16px !important;margin-bottom:6px;color:var(--wdr-dark)}.withdrawal-field label .required{color:var(--wdr-danger)}.withdrawal-field-hint{display:block;margin-top:4px;font-size:14px !important;color:var(--wdr-secondary)}.withdrawal-input{width:100% !important;padding:14px 16px !important;border:2px solid var(--wdr-border) !important;border-radius:var(--wdr-radius-sm) !important;font-size:16px !important;transition:border-color var(--wdr-transition),box-shadow var(--wdr-transition) !important;background:#fff !important;box-sizing:border-box !important;height:auto !important}.withdrawal-input:focus{border-color:var(--wdr-accent) !important;box-shadow:0 0 0 4px rgba(0,68,106,.12) !important;outline:none !important}.withdrawal-input[readonly]{background:var(--wdr-light);color:var(--wdr-secondary)}.withdrawal-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236c757d' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}.withdrawal-textarea{min-height:100px;resize:vertical}.withdrawal-qty-input{width:80px !important;text-align:center;padding:8px 10px !important}.withdrawal-btn-primary{display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;padding:16px 32px !important;background:var(--wdr-accent) !important;color:#fff !important;border:none !important;border-radius:var(--wdr-radius-sm) !important;font-weight:700 !important;font-size:18px !important;cursor:pointer !important;transition:all var(--wdr-transition) !important;text-decoration:none !important;box-sizing:border-box !important}.withdrawal-btn-primary:hover{background:var(--wdr-primary) !important;box-shadow:0 4px 16px rgba(0,68,106,.3) !important;transform:translateY(-1px) !important;color:#fff !important}.withdrawal-btn-primary:disabled{background:#4a6886 !important;cursor:not-allowed !important;transform:none !important;box-shadow:none !important}.withdrawal-btn-full{width:100% !important}#order-lookup-section .withdrawal-btn-primary.withdrawal-btn-full,#lookup-order-btn{border-radius:999px !important;-webkit-border-radius:999px !important}#withdrawal-form-section .withdrawal-btn-primary.withdrawal-btn-full,#guest-submit-btn{border-radius:999px !important;-webkit-border-radius:999px !important}.withdrawal-section-title{font-size:18px !important;font-weight:700;color:var(--wdr-dark);margin:24px 0 12px;padding-bottom:8px;border-bottom:2px solid var(--wdr-border)}.withdrawal-section-title:first-child{margin-top:0}.withdrawal-order-summary{display:flex;gap:0;background:var(--wdr-light);border-radius:var(--wdr-radius-sm);border:1px solid var(--wdr-border);overflow:hidden;margin:16px 0}.withdrawal-order-summary__item{flex:1;padding:14px 18px;border-right:1px solid var(--wdr-border);display:flex;flex-direction:column;gap:4px}.withdrawal-order-summary__item:last-child{border-right:none}.withdrawal-order-summary__item .label{font-size:14px !important;text-transform:uppercase;letter-spacing:.05em;color:var(--wdr-secondary);font-weight:600}.withdrawal-order-summary__item .value{font-size:16px !important;font-weight:700;color:var(--wdr-dark)}.withdrawal-type-selector{display:flex;gap:12px;margin:12px 0 20px}.withdrawal-type-option{flex:1;display:flex;align-items:flex-start;gap:12px;padding:16px;border:2px solid var(--wdr-border);border-radius:var(--wdr-radius-sm);cursor:pointer;transition:all var(--wdr-transition);background:#fff}.withdrawal-type-option:hover{border-color:rgba(0,68,106,.3)}.withdrawal-type-option:has(input:checked){border-color:var(--wdr-accent);background:rgba(0,68,106,.04);box-shadow:0 0 0 4px rgba(0,68,106,.08)}.withdrawal-type-option input[type=radio]{margin-top:3px;accent-color:var(--wdr-accent)}.withdrawal-type-option__content{display:flex;flex-direction:column;gap:4px}.withdrawal-type-option__content strong{font-size:16px !important;color:var(--wdr-dark)}.withdrawal-type-option__content span{font-size:15px !important;color:var(--wdr-secondary)}.withdrawal-items-wrapper{border:1px solid var(--wdr-border);border-radius:var(--wdr-radius-sm);overflow:hidden;margin:12px 0}.withdrawal-items-table{width:100%;border-collapse:collapse}.withdrawal-items-table thead th{background:var(--wdr-light);padding:12px 14px;text-align:left;font-weight:600;font-size:14px !important;text-transform:uppercase;letter-spacing:.03em;color:var(--wdr-secondary);border-bottom:2px solid var(--wdr-border)}.withdrawal-items-table tbody td{padding:14px;border-bottom:1px solid var(--wdr-border);vertical-align:middle;font-size:16px !important}.withdrawal-items-table tbody tr:last-child td{border-bottom:none}.withdrawal-items-table tbody tr:hover{background:rgba(0,68,106,.02)}.withdrawal-items-table .col-select{width:40px;text-align:center}.withdrawal-items-table .col-qty{text-align:center}.withdrawal-items-table .col-price{text-align:right;font-weight:600}.withdrawal-items-table .col-sku{color:var(--wdr-secondary);font-size:.95rem}.withdrawal-legal-notice{display:flex;align-items:flex-start;gap:14px;padding:18px 22px;background:linear-gradient(135deg,#fff7ed,#fef3e2);border:1px solid #fed7aa;border-radius:var(--wdr-radius-sm);margin-bottom:20px}.withdrawal-legal-notice__icon{color:#ea8c00;flex-shrink:0;margin-top:2px}.withdrawal-legal-notice p{margin:0;font-size:15px !important;line-height:1.6;color:#92400e}.withdrawal-confirmation-box{display:flex;align-items:flex-start;gap:12px;padding:18px 22px;background:var(--wdr-light);border:2px solid var(--wdr-border);border-radius:var(--wdr-radius-sm);margin-bottom:20px;transition:border-color var(--wdr-transition)}.withdrawal-confirmation-box:has(input:checked){border-color:var(--wdr-accent);background:rgba(0,68,106,.04)}.withdrawal-confirmation-box .withdrawal-checkbox{margin-top:3px;accent-color:var(--wdr-accent);flex-shrink:0}.withdrawal-confirmation-box label{cursor:pointer;font-size:16px !important;line-height:1.5;color:var(--wdr-dark)}.withdrawal-login-hint{display:flex;align-items:center;gap:12px;padding:18px 22px;background:#f0f4ff;border:1px solid #c7d2fe;border-radius:var(--wdr-radius-sm);margin-top:20px;color:var(--wdr-primary);font-size:16px !important}#withdrawal-form-section .withdrawal-step-card__body>.withdrawal-login-hint{margin-top:24px;margin-bottom:0}.withdrawal-login-hint a{color:var(--wdr-accent);font-weight:600;text-decoration:none}.withdrawal-login-hint a:hover{text-decoration:underline}.withdrawal-actions{margin-top:8px;margin-bottom:4px}.withdrawal-msg{display:flex;align-items:flex-start;gap:12px;padding:14px 18px;border-radius:var(--wdr-radius-sm);font-size:15px !important;line-height:1.5;margin:12px 0}.withdrawal-msg__icon{font-size:1.3rem;line-height:1;flex-shrink:0}.withdrawal-msg p{margin:4px 0 0;font-size:14px !important}.withdrawal-msg--error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.withdrawal-msg--success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.withdrawal-msg--warning{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.withdrawal-msg--info{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.withdrawal-message-area{margin-top:16px}.withdrawal-loading-area{display:flex;align-items:center;justify-content:center;gap:12px;padding:20px;color:var(--wdr-secondary);font-size:15px !important}.withdrawal-spinner-inline{width:24px;height:24px;border:3px solid var(--wdr-border);border-top-color:var(--wdr-accent);border-radius:50%;animation:wdr-spin .7s linear infinite}@keyframes wdr-spin{to{transform:rotate(360deg)}}.withdrawal-list{width:100%;border-collapse:collapse;margin-bottom:2rem;background:#fff;border-radius:var(--wdr-radius);overflow:hidden;box-shadow:var(--wdr-shadow)}.withdrawal-list thead th{background:#f3f7fb;padding:12px 16px;text-align:left;font-weight:600;font-size:15px;text-transform:uppercase;letter-spacing:.03em;color:var(--wdr-dark);border-bottom:1px solid rgba(0,68,106,.12);white-space:nowrap}.withdrawal-list tbody td{padding:12px 16px;border-bottom:1px solid var(--wdr-border);vertical-align:middle;font-size:14px}.withdrawal-list tbody tr:last-child td{border-bottom:none}.withdrawal-list tbody tr:hover{background:rgba(0,68,106,.03)}.withdrawal-list .col-actions a{color:var(--wdr-accent);font-weight:600;text-decoration:none}.withdrawal-list .col-actions a:hover{color:var(--wdr-primary);text-decoration:underline}.withdrawal-list-empty{text-align:center;padding:3rem 1rem;color:var(--wdr-secondary)}.withdrawal-list-empty .empty-icon{font-size:3rem;margin-bottom:1rem;display:block}.withdrawal-status-badge{display:inline-block;padding:4px 12px;border-radius:50px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;line-height:1.4;white-space:nowrap}.withdrawal-status-badge--warning{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.withdrawal-status-badge--info{background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.withdrawal-status-badge--primary{background:#f0f6fa;color:#00446a;border:1px solid #d0dde8}.withdrawal-status-badge--success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.withdrawal-status-badge--danger{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.withdrawal-status-badge--secondary{background:#e2e3e5;color:#383d41;border:1px solid #d6d8db}.withdrawal-timeline{display:flex;align-items:center;justify-content:center;padding:1rem 0 1.75rem;margin-bottom:1rem;gap:0}.withdrawal-timeline__step{display:flex;flex-direction:column;align-items:center;position:relative;flex:1 1 0;min-width:0;padding:0 2px;box-sizing:border-box;max-width:none}.withdrawal-timeline__circle{width:36px;height:36px;border-radius:50%;background:#c5dce8;color:#00446a;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;position:relative;z-index:2;transition:all var(--wdr-transition)}.withdrawal-timeline__step--active .withdrawal-timeline__circle{background:var(--wdr-accent);color:#fff;box-shadow:0 0 0 4px rgba(0,68,106,.2)}.withdrawal-timeline__step--completed .withdrawal-timeline__circle{background:var(--wdr-success);color:#fff}.withdrawal-timeline__step--rejected .withdrawal-timeline__circle{background:var(--wdr-danger);color:#fff}.withdrawal-timeline__label{margin-top:8px;font-size:.875rem;text-align:center;color:var(--wdr-secondary);font-weight:500;white-space:nowrap}.withdrawal-timeline__step--active .withdrawal-timeline__label{color:var(--wdr-accent);font-weight:700}.withdrawal-timeline__step--completed .withdrawal-timeline__label{color:var(--wdr-success)}.withdrawal-timeline__line{flex:1;height:3px;background:#c5dce8;position:relative;top:-12px;margin:0 -8px;z-index:1}.withdrawal-timeline__line--completed{background:var(--wdr-success)}.withdrawal-card{background:#fff;border:1px solid var(--wdr-border);border-radius:var(--wdr-radius);box-shadow:var(--wdr-shadow);margin-bottom:1.5rem;overflow:hidden}.withdrawal-card__header{padding:16px 20px;background:var(--wdr-light);border-bottom:1px solid var(--wdr-border);font-weight:600;font-size:1rem}.withdrawal-card__body{padding:20px}.withdrawal-card__row{display:flex;padding:8px 0;border-bottom:1px solid #f0f0f0}.withdrawal-card__row:last-child{border-bottom:none}.withdrawal-card__label{flex:0 0 200px;font-weight:600;color:var(--wdr-secondary);font-size:.9rem}.withdrawal-card__value{flex:1;font-size:.95rem}.withdrawal-form{max-width:720px;margin:0 auto}.withdrawal-form .fieldset{margin-bottom:1.5rem}.withdrawal-form .field{margin-bottom:1.25rem}.withdrawal-form .field .label{display:block;font-weight:600;margin-bottom:6px;font-size:.9rem}.withdrawal-form .field .control select,.withdrawal-form .field .control input,.withdrawal-form .field .control textarea{width:100%;padding:10px 14px;border:2px solid var(--wdr-border);border-radius:var(--wdr-radius-sm);font-size:.95rem;transition:border-color var(--wdr-transition),box-shadow var(--wdr-transition)}.withdrawal-form .field .control select:focus,.withdrawal-form .field .control input:focus,.withdrawal-form .field .control textarea:focus{border-color:var(--wdr-accent);box-shadow:0 0 0 4px rgba(0,68,106,.12);outline:none}.withdrawal-form .actions-toolbar{margin-top:2rem;display:flex;gap:12px;align-items:center}.withdrawal-form .action.primary{background:var(--wdr-accent);color:#fff;border:none;padding:12px 32px;border-radius:var(--wdr-radius-sm);font-weight:600;font-size:1rem;cursor:pointer;transition:background var(--wdr-transition)}.withdrawal-form .action.primary:hover{background:var(--wdr-primary)}.withdrawal-success{text-align:center;padding:3rem 1rem;max-width:600px;margin:0 auto}.withdrawal-success__icon{width:80px;height:80px;border-radius:50%;background:var(--wdr-success);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:2.5rem;margin-bottom:1.5rem;animation:wdr-success-pop .5s ease}@keyframes wdr-success-pop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.2)}100%{transform:scale(1);opacity:1}}.withdrawal-success__title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:var(--wdr-dark)}.withdrawal-success__message{font-size:1rem;color:var(--wdr-secondary);margin-bottom:2rem;line-height:1.6}.withdrawal-success__actions .action{display:inline-block;padding:12px 28px;border-radius:var(--wdr-radius-sm);font-weight:600;text-decoration:none}.withdrawal-success__actions .action.primary{background:var(--wdr-accent);color:#fff}.withdrawal-success__actions .action.primary:hover{background:var(--wdr-primary)}.withdrawal-progress{display:flex;align-items:center;justify-content:center;gap:16px;padding:1.25rem 0;margin-bottom:2rem}.withdrawal-progress__step{display:flex;align-items:center;gap:8px;font-size:.9rem;color:var(--wdr-secondary)}.withdrawal-progress__step--active{color:var(--wdr-accent);font-weight:700}.withdrawal-progress__step--completed{color:var(--wdr-success)}.withdrawal-progress__number{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;border:2px solid var(--wdr-border);color:var(--wdr-secondary)}.withdrawal-progress__step--active .withdrawal-progress__number{border-color:var(--wdr-accent);background:var(--wdr-accent);color:#fff}.withdrawal-progress__step--completed .withdrawal-progress__number{border-color:var(--wdr-success);background:var(--wdr-success);color:#fff}.withdrawal-progress__divider{width:40px;height:2px;background:var(--wdr-border)}.withdrawal-progress__divider--completed{background:var(--wdr-success)}.withdrawal-deadline-ok{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:var(--wdr-radius-sm);font-size:.9rem;font-weight:600}.withdrawal-deadline-warning{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#fff3cd;color:#856404;border:1px solid #ffeaa7;border-radius:var(--wdr-radius-sm);font-size:.9rem;font-weight:600}.withdrawal-deadline-expired{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:var(--wdr-radius-sm);font-size:.9rem;font-weight:600}.withdrawal-footer-btn{display:inline-block;padding:10px 24px;border:none;border-radius:var(--wdr-radius-sm);font-size:.9rem;font-weight:700;text-decoration:none;cursor:pointer;transition:all var(--wdr-transition);margin-top:12px}.withdrawal-footer-btn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15);text-decoration:none}.withdrawal-found-card{background:#fff !important;border-radius:var(--wdr-radius) !important;box-shadow:var(--wdr-shadow-lg) !important;overflow:hidden !important;border:1px solid var(--wdr-border) !important;margin-bottom:24px !important}.withdrawal-found-card__header{display:flex !important;align-items:center !important;gap:14px !important;padding:22px 28px !important;background:linear-gradient(135deg,#d4edda 0%,#e8f5e9 100%) !important;border-bottom:2px solid #a8d5b5 !important}.withdrawal-found-card__icon{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:48px !important;height:48px !important;min-width:48px !important;border-radius:50% !important;background:#28a745 !important;color:#fff !important;box-shadow:0 3px 12px rgba(40,167,69,.3) !important}.withdrawal-found-card__title{font-size:22px !important;font-weight:700 !important;color:#155724 !important;margin:0 !important}.withdrawal-found-card__body{padding:28px !important}.withdrawal-found-card__grid{display:grid !important;grid-template-columns:1fr 1fr !important;gap:0 !important}.withdrawal-found-card__item{display:flex !important;flex-direction:column !important;gap:4px !important;padding:16px 20px !important;border-bottom:1px solid #f0f2f5 !important;border-right:1px solid #f0f2f5 !important}.withdrawal-found-card__item:nth-child(2n){border-right:none !important}.withdrawal-found-card__item:nth-last-child(-n+2){border-bottom:none !important}.withdrawal-found-card__item:last-child:nth-child(odd){grid-column:1/-1 !important;border-right:none !important}.withdrawal-found-card__label{font-size:14px !important;font-weight:600 !important;color:var(--wdr-secondary) !important;text-transform:uppercase !important;letter-spacing:.04em !important}.withdrawal-found-card__value{font-size:18px !important;font-weight:600 !important;color:var(--wdr-dark) !important}.withdrawal-found-card__value--highlight{font-size:20px !important;font-weight:800 !important;color:var(--wdr-primary) !important}.withdrawal-found-card__footer{display:flex !important;flex-direction:column !important;gap:12px !important;padding:20px 28px 24px !important;border-top:1px solid var(--wdr-border) !important;background:var(--wdr-light) !important}.withdrawal-found-card__footer .withdrawal-btn-primary{border-radius:999px !important;-webkit-border-radius:999px !important}.withdrawal-found-card__footer .withdrawal-found-card__back-btn{width:100% !important;box-sizing:border-box !important;border-radius:999px !important;-webkit-border-radius:999px !important;padding:14px 24px !important}.withdrawal-found-card__back-btn{display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:6px !important;padding:10px 20px !important;background:0 0 !important;border:2px solid var(--wdr-border) !important;border-radius:var(--wdr-radius-sm) !important;color:var(--wdr-secondary) !important;font-size:15px !important;font-weight:600 !important;cursor:pointer !important;transition:all var(--wdr-transition) !important}.withdrawal-found-card__back-btn:hover{border-color:var(--wdr-accent) !important;color:var(--wdr-accent) !important;background:rgba(0,68,106,.04) !important}.withdrawal-found-deadline{display:flex !important;align-items:flex-start !important;gap:14px !important;padding:18px 22px !important;border-radius:var(--wdr-radius-sm) !important;margin:0 28px 0 !important;font-size:15px !important;line-height:1.5 !important}.withdrawal-found-deadline strong{display:block !important;font-size:16px !important;font-weight:700 !important;margin-bottom:4px !important}.withdrawal-found-deadline span{display:block !important;font-size:15px !important}.withdrawal-found-deadline svg{flex-shrink:0 !important;margin-top:2px !important}.withdrawal-found-deadline--ok{background:#f0fdf4 !important;border:1px solid #bbf7d0 !important;color:#166534 !important}.withdrawal-found-deadline--ok svg{color:#28a745 !important}.withdrawal-found-deadline--warning{background:#fffbeb !important;border:1px solid #fde68a !important;color:#92400e !important}.withdrawal-found-deadline--warning svg{color:#d97706 !important}.withdrawal-found-deadline--expired{background:#fef2f2 !important;border:1px solid #fecaca !important;color:#991b1b !important}.withdrawal-found-deadline--expired svg{color:#dc3545 !important}.withdrawal-btn-disabled{opacity:.5 !important;cursor:not-allowed !important;pointer-events:none !important}.withdrawal-review-main-card{background:#fff !important;border-radius:16px !important;box-shadow:var(--wdr-shadow-lg) !important;border:1px solid var(--wdr-border) !important;padding:0 24px 28px !important;margin-bottom:24px !important;overflow:hidden !important;box-sizing:border-box !important}.withdrawal-review-main-card .withdrawal-review-progress{padding:28px 0 8px !important;margin-bottom:20px !important}.withdrawal-review-main-card .withdrawal-order-summary{margin-bottom:24px !important}.withdrawal-review-main-card .withdrawal-step-card{box-shadow:none !important;margin-bottom:24px !important}.withdrawal-review-main-card .withdrawal-review-warning{margin-bottom:24px !important;box-shadow:none !important}.withdrawal-review-main-card .withdrawal-review-actions{margin-bottom:0 !important}.withdrawal-review-progress{display:flex !important;align-items:center !important;justify-content:center !important;gap:0 !important;padding:32px 0 12px !important;margin-bottom:32px !important}.withdrawal-review-progress__step{display:flex !important;flex-direction:column !important;align-items:center !important;gap:8px !important;min-width:100px !important}.withdrawal-review-progress__step span{font-size:14px !important;font-weight:600 !important;color:var(--wdr-secondary) !important}.withdrawal-review-progress__circle{width:40px !important;height:40px !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;font-weight:700 !important;font-size:16px !important;border:3px solid var(--wdr-border) !important;color:var(--wdr-secondary) !important;background:#fff !important;transition:all var(--wdr-transition) !important}.withdrawal-review-progress__step--completed .withdrawal-review-progress__circle{background:var(--wdr-success) !important;border-color:var(--wdr-success) !important;color:#fff !important}.withdrawal-review-progress__step--completed span{color:var(--wdr-success) !important}.withdrawal-review-progress__step--active .withdrawal-review-progress__circle{background:var(--wdr-accent) !important;border-color:var(--wdr-accent) !important;color:#fff !important;box-shadow:0 0 0 5px rgba(0,68,106,.15) !important}.withdrawal-review-progress__step--active span{color:var(--wdr-accent) !important;font-weight:700 !important}.withdrawal-review-progress__line{flex:1 !important;height:3px !important;background:var(--wdr-border) !important;max-width:120px !important;margin:-24px 0 0 !important}.withdrawal-review-progress__line--completed{background:var(--wdr-success) !important}.withdrawal-review-grid{display:grid !important;grid-template-columns:1fr 1fr !important;gap:0 !important}.withdrawal-review-grid__item{display:flex !important;flex-direction:column !important;gap:6px !important;padding:18px 22px !important;border-bottom:1px solid #f0f2f5 !important;border-right:1px solid #f0f2f5 !important}.withdrawal-review-grid__item:nth-child(2n){border-right:none !important}.withdrawal-review-grid__item:nth-child(3){border-bottom:none !important}.withdrawal-review-grid:has(.withdrawal-review-grid__item--full) .withdrawal-review-grid__item:nth-child(4){border-bottom:none !important}.withdrawal-review-grid__item:last-child{border-bottom:none !important}.withdrawal-review-grid__item--full{grid-column:1/-1 !important;border-right:none !important;border-top:1px solid #f0f2f5 !important}.withdrawal-review-grid__label{font-size:13px !important;font-weight:600 !important;color:var(--wdr-secondary) !important;text-transform:uppercase !important;letter-spacing:.05em !important}.withdrawal-review-grid__value{font-size:17px !important;font-weight:600 !important;color:var(--wdr-dark) !important;word-break:break-word !important}.withdrawal-review-grid__value--detail{font-size:15px !important;font-weight:400 !important;line-height:1.6 !important;color:#555 !important}.withdrawal-review-badge{display:inline-flex !important;align-items:center !important;gap:6px !important;padding:5px 14px !important;border-radius:50px !important;font-size:14px !important;font-weight:700 !important;letter-spacing:.02em !important}.withdrawal-review-badge--primary{background:#f0f6fa !important;color:var(--wdr-primary) !important;border:1px solid #d0dde8 !important}.withdrawal-review-badge--warning{background:#fff3cd !important;color:#856404 !important;border:1px solid #ffeaa7 !important}.withdrawal-review-qty{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-width:36px !important;padding:4px 10px !important;background:var(--wdr-light) !important;border:1px solid var(--wdr-border) !important;border-radius:6px !important;font-weight:700 !important;font-size:15px !important;color:var(--wdr-dark) !important}.withdrawal-container .withdrawal-order-summary{margin-bottom:32px !important}.withdrawal-container .withdrawal-step-card{margin-bottom:32px !important}.withdrawal-container .withdrawal-review-main-card .withdrawal-order-summary{margin-bottom:24px !important}.withdrawal-container .withdrawal-review-main-card .withdrawal-step-card{margin-bottom:24px !important;box-shadow:none !important}.withdrawal-review-warning{display:flex !important;align-items:flex-start !important;gap:16px !important;padding:22px 24px !important;background:linear-gradient(135deg,#fff7ed,#fef3e2) !important;border:1px solid #fed7aa !important;border-radius:var(--wdr-radius) !important;margin-bottom:32px !important;box-shadow:var(--wdr-shadow) !important}.withdrawal-review-warning__icon{display:flex !important;align-items:center !important;justify-content:center !important;width:44px !important;height:44px !important;min-width:44px !important;border-radius:50% !important;background:#f59e0b !important;color:#fff !important;box-shadow:0 3px 12px rgba(245,158,11,.3) !important}.withdrawal-review-warning__icon svg{width:22px !important;height:22px !important}.withdrawal-review-warning__content strong{display:block !important;font-size:17px !important;font-weight:700 !important;color:#92400e !important;margin-bottom:6px !important}.withdrawal-review-warning__content p{margin:0 !important;font-size:15px !important;line-height:1.6 !important;color:#b45309 !important}.withdrawal-review-actions{display:flex !important;flex-direction:column !important;gap:16px !important;margin-bottom:32px !important}.withdrawal-review-actions form{width:100% !important}.withdrawal-review-submit-btn{font-size:18px !important;padding:18px 32px !important;gap:10px !important;border-radius:999px !important;-webkit-border-radius:999px !important}.withdrawal-review-back-btn{display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:6px !important;padding:14px 24px !important;background:0 0 !important;border:2px solid var(--wdr-border) !important;border-radius:999px !important;-webkit-border-radius:999px !important;color:var(--wdr-secondary) !important;font-size:16px !important;font-weight:600 !important;cursor:pointer !important;transition:all var(--wdr-transition) !important;text-decoration:none !important;text-align:center !important;width:100% !important;box-sizing:border-box !important}.withdrawal-review-back-btn:hover{border-color:var(--wdr-accent) !important;color:var(--wdr-accent) !important;background:rgba(0,68,106,.04) !important;text-decoration:none !important}.withdrawal-review-legal-footer{display:flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;padding:16px 20px !important;background:var(--wdr-light) !important;border:1px solid var(--wdr-border) !important;border-radius:var(--wdr-radius-sm) !important;color:var(--wdr-secondary) !important;font-size:14px !important;font-weight:500 !important;text-align:center !important}.withdrawal-review-legal-footer svg{flex-shrink:0 !important;color:var(--wdr-success) !important}.withdrawal-success-card{text-align:center !important;padding:48px 28px 32px !important;background:#fff !important;border-radius:var(--wdr-radius) !important;box-shadow:var(--wdr-shadow-lg) !important;border:1px solid var(--wdr-border) !important;margin-bottom:32px !important}.withdrawal-success-card__icon-area{margin-bottom:24px !important}.withdrawal-success-card__icon{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:88px !important;height:88px !important;border-radius:50% !important;background:linear-gradient(135deg,#28a745 0%,#20c997 100%) !important;color:#fff !important;box-shadow:0 6px 24px rgba(40,167,69,.35) !important;animation:wdr-success-pop .6s ease !important}.withdrawal-success-card__title{font-size:28px !important;font-weight:800 !important;color:var(--wdr-dark) !important;margin:0 0 12px !important}.withdrawal-success-card__text{font-size:17px !important;color:var(--wdr-secondary) !important;margin:0 !important;line-height:1.6 !important}.withdrawal-success-email{display:flex !important;align-items:flex-start !important;gap:16px !important;padding:22px 24px !important;background:linear-gradient(135deg,#e8f5e9,#f0fdf4) !important;border:1px solid #a8d5b5 !important;border-radius:var(--wdr-radius) !important;margin-bottom:32px !important;box-shadow:var(--wdr-shadow) !important}.withdrawal-success-email__icon{display:flex !important;align-items:center !important;justify-content:center !important;width:44px !important;height:44px !important;min-width:44px !important;border-radius:50% !important;background:#28a745 !important;color:#fff !important;box-shadow:0 3px 12px rgba(40,167,69,.3) !important}.withdrawal-success-email__icon svg{width:22px !important;height:22px !important}.withdrawal-success-email__content strong{display:block !important;font-size:17px !important;font-weight:700 !important;color:#155724 !important;margin-bottom:6px !important}.withdrawal-success-email__content p{margin:0 !important;font-size:15px !important;line-height:1.6 !important;color:#1b5e20 !important}.withdrawal-success-nextsteps{display:flex !important;align-items:flex-start !important;gap:16px !important;padding:22px 24px !important;background:#eff6ff !important;border:1px solid #bfdbfe !important;border-radius:var(--wdr-radius) !important;margin-bottom:32px !important;box-shadow:var(--wdr-shadow) !important}.withdrawal-success-nextsteps__icon{display:flex !important;align-items:center !important;justify-content:center !important;width:44px !important;height:44px !important;min-width:44px !important;border-radius:50% !important;background:#3b82f6 !important;color:#fff !important;box-shadow:0 3px 12px rgba(59,130,246,.3) !important}.withdrawal-success-nextsteps__icon svg{width:22px !important;height:22px !important}.withdrawal-success-nextsteps__content strong{display:block !important;font-size:17px !important;font-weight:700 !important;color:#1e40af !important;margin-bottom:6px !important}.withdrawal-success-nextsteps__content p{margin:0 !important;font-size:15px !important;line-height:1.6 !important;color:#1e3a8a !important}.withdrawal-review-progress__step--success .withdrawal-review-progress__circle{background:var(--wdr-success) !important;border-color:var(--wdr-success) !important;color:#fff !important;box-shadow:0 0 0 5px rgba(40,167,69,.15) !important}.withdrawal-review-progress__step--success span{color:var(--wdr-success) !important;font-weight:700 !important}.withdrawal-checkbox,.withdrawal-items-table input[type=checkbox],.withdrawal-confirmation-box input[type=checkbox]{position:static !important;clip:auto !important;-webkit-clip-path:none !important;clip-path:none !important;width:18px !important;height:18px !important;min-width:18px !important;margin:0 !important;padding:0 !important;border:1px solid var(--wdr-border) !important;opacity:1 !important;overflow:visible !important;visibility:visible !important;pointer-events:auto !important;appearance:auto !important;-webkit-appearance:auto !important;accent-color:var(--wdr-accent);cursor:pointer;vertical-align:middle}.withdrawal-items-table .col-select{line-height:0}.withdrawal-items-table .col-select input[type=checkbox]{display:inline-block !important}@media screen and (max-width:768px){.solutioo-withdrawal-guest .column.main{padding-top:20px}.withdrawal-hero{padding:40px 16px 36px;margin:0 -16px}.withdrawal-hero__title{font-size:1.5rem}.withdrawal-hero__subtitle{font-size:.95rem}.withdrawal-container{margin-top:-20px;padding:0 8px 30px}.withdrawal-review-main-card{padding:0 12px 20px !important}.withdrawal-step-card__header{padding:18px 20px}.withdrawal-step-card__body{padding:20px}.withdrawal-fields-row,.withdrawal-fields-row--3{grid-template-columns:1fr}.withdrawal-type-selector{flex-direction:column}.withdrawal-order-summary{flex-direction:column}.withdrawal-order-summary__item{border-right:none;border-bottom:1px solid var(--wdr-border)}.withdrawal-order-summary__item:last-child{border-bottom:none}.withdrawal-found-card__grid{grid-template-columns:1fr !important}.withdrawal-found-card__item{border-right:none !important}.withdrawal-found-card__item:last-child:nth-child(odd){grid-column:auto !important}.withdrawal-review-grid{grid-template-columns:1fr !important}.withdrawal-review-grid__item{border-right:none !important}.withdrawal-review-grid__item--full{grid-column:auto !important}.withdrawal-review-progress__step{min-width:70px !important}.withdrawal-review-progress__step span{font-size:12px !important}.withdrawal-review-progress__circle{width:34px !important;height:34px !important;font-size:14px !important}.withdrawal-review-progress__line{max-width:60px !important}.withdrawal-list{display:block;overflow-x:auto}.withdrawal-card__row{flex-direction:column}.withdrawal-card__label{flex:none;margin-bottom:2px}.withdrawal-timeline{flex-direction:column;gap:0;align-items:flex-start;padding-left:1rem}.withdrawal-timeline__line{width:3px;height:24px;margin:0;top:0;margin-left:16px}.withdrawal-timeline__step{flex-direction:row;gap:12px;max-width:none}.withdrawal-timeline__label{margin-top:0;white-space:normal}}@media screen and (max-width:480px){.withdrawal-hero__title{font-size:1.3rem}.withdrawal-hero__badge{font-size:.75rem;padding:6px 14px}.withdrawal-list thead{display:none}.withdrawal-list tbody tr{display:block;margin-bottom:1rem;border:1px solid var(--wdr-border);border-radius:var(--wdr-radius-sm)}.withdrawal-list tbody td{display:flex;justify-content:space-between;padding:8px 12px;font-size:.9rem}.withdrawal-list tbody td:before{content:attr(data-label);font-weight:600;color:var(--wdr-secondary);margin-right:8px}}.withdrawal-existing-card{background:#fff !important;border-radius:var(--wdr-radius) !important;box-shadow:0 8px 32px rgba(0,0,0,.08) !important;overflow:hidden !important;border:1px solid var(--wdr-border) !important;max-width:640px !important;margin:0 auto !important}.withdrawal-existing-card__header{background:linear-gradient(135deg,#fef2f2,#fee2e2) !important;border-bottom:2px solid #fca5a5 !important;padding:28px 32px !important;display:flex !important;align-items:center !important;gap:16px !important}.withdrawal-existing-card__icon{display:flex !important;align-items:center !important;justify-content:center !important;width:52px !important;height:52px !important;border-radius:50% !important;background:linear-gradient(135deg,#ef4444,#dc2626) !important;flex-shrink:0 !important}.withdrawal-existing-card__icon svg{stroke:#fff !important}.withdrawal-existing-card__title{font-size:22px !important;font-weight:700 !important;color:#991b1b !important;margin:0 !important;padding:0 !important}.withdrawal-existing-card__body{padding:28px 32px !important}.withdrawal-existing-card__text{font-size:16px !important;color:#64748b !important;line-height:1.6 !important;margin:0 0 24px !important}.withdrawal-existing-card__grid{display:grid !important;grid-template-columns:1fr 1fr !important;gap:0 !important;border:1px solid var(--wdr-border) !important;border-radius:var(--wdr-radius-sm) !important;overflow:hidden !important}.withdrawal-existing-card__item{padding:16px 20px !important;display:flex !important;flex-direction:column !important;gap:4px !important;background:#fafbfc !important;border-bottom:1px solid var(--wdr-border) !important}.withdrawal-existing-card__item:nth-child(odd){border-right:1px solid var(--wdr-border) !important}.withdrawal-existing-card__item:nth-last-child(-n+2){border-bottom:none !important}.withdrawal-existing-card__label{font-size:13px !important;color:#94a3b8 !important;font-weight:500 !important;text-transform:uppercase !important;letter-spacing:.5px !important}.withdrawal-existing-card__value{font-size:16px !important;font-weight:600 !important;color:var(--wdr-secondary) !important}.withdrawal-existing-card__value--highlight{color:var(--wdr-primary) !important;font-size:18px !important;font-weight:700 !important}.withdrawal-existing-card__footer{padding:24px 32px 28px !important;display:flex !important;flex-direction:column !important;gap:12px !important;border-top:1px solid var(--wdr-border) !important;background:#fafbfc !important}.withdrawal-existing-card__footer .withdrawal-btn-primary{display:flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;text-decoration:none !important}.withdrawal-existing-card__footer .withdrawal-found-card__back-btn{width:100% !important;box-sizing:border-box !important;border-radius:999px !important;-webkit-border-radius:999px !important;padding:14px 24px !important}.withdrawal-existing-status-badge{display:inline-block !important;padding:4px 14px !important;border-radius:20px !important;font-size:14px !important;font-weight:600 !important;letter-spacing:.3px !important}.withdrawal-existing-status-badge--pending{background:#fef3c7 !important;color:#92400e !important}.withdrawal-existing-status-badge--processing{background:#dbeafe !important;color:#1e40af !important}.withdrawal-existing-status-badge--approved{background:#d1fae5 !important;color:#065f46 !important}.withdrawal-existing-status-badge--rejected{background:#fee2e2 !important;color:#991b1b !important}.withdrawal-existing-status-badge--completed{background:#d1fae5 !important;color:#065f46 !important}@media screen and (max-width:600px){.withdrawal-existing-card__header{padding:20px !important}.withdrawal-existing-card__body{padding:20px !important}.withdrawal-existing-card__footer{padding:20px !important}.withdrawal-existing-card__grid{grid-template-columns:1fr !important}.withdrawal-existing-card__item:nth-child(odd){border-right:none !important}.withdrawal-existing-card__title{font-size:18px !important}}@media print{.withdrawal-hero,.withdrawal-actions,.withdrawal-footer-btn,.withdrawal-progress,.withdrawal-login-hint,.withdrawal-legal-notice,.withdrawal-confirmation-box,.page-header,.page-footer,.sidebar,.nav-sections,.breadcrumbs{display:none !important}.withdrawal-step-card,.withdrawal-card{box-shadow:none;border:1px solid #ccc;page-break-inside:avoid}body{font-size:12pt}}