.tu-steps{width:100%;max-width:1200px;margin:0 auto;background:#FFFFFF;border:1px solid #e2e8f0;border-radius:24px;padding:64px 120px;gap:32px;box-sizing:border-box}
.tu-step{display:none}
.tu-step--active{display:block}
.tu-breadcrumbs{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap;max-width:610px;min-height:48px}
.tu-crumb{padding:8px 12px;border-radius:999px;background:#f1f5f9;color:#0f172a;font-size:13px}
.tu-crumb--active{background:#2563eb;color:#fff}
#tendeal-rfq-wizard label{display:block;margin:8px 0}
#tendeal-rfq-wizard input[type=text],#tendeal-rfq-wizard input[type=number],#tendeal-rfq-wizard textarea,#tendeal-rfq-wizard select{width:100%;max-width:100%}
.tu-actions{display:flex;justify-content:space-between;margin-top:12px}

/* Buttons */
.tu-btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:12px;padding:12px 20px;cursor:pointer;font-family:"Montserrat-Arabic","Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:600}
.tu-btn--lg{height:48px;font-size:16px;line-height:24px;min-width:120px}
.tu-btn--primary{background:#EA9C00;color:#fff}

/* Type cards */
.tu-card-grid{display:flex;gap:20px;align-items:stretch;justify-content:space-between;max-width:1200px}
.tu-card{flex:1;min-height:220px;max-width:386.666px;padding:48px 24px;border-radius:24px;background:#FFFFFF;border:1px solid #98A2B340;box-shadow:0px 12px 20px 0px #5B74821A;text-align:center;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}
.tu-card--selected{border:2px solid #C38200}
.tu-card--locked{cursor:default;pointer-events:none;opacity:.95}
.tu-card__icon{width:80px;height:80px;margin:0 auto 16px auto;background:#F4F4F4;border-radius:16px}
.tu-card__title{font-family:\"Montserrat-Arabic\", \"Montserrat\", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;font-weight:400;font-size:16px;line-height:28px;letter-spacing:0;text-align:center;color:#111827}


/* Vendors step */
.tu-search{margin:12px 0}
.tu-search input{width:100%;max-width:1200px;height:48px;border-radius:12px;border:1px solid #98A2B340;padding:14px;box-sizing:border-box}
.tu-vendor-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;justify-items:stretch}
.tu-vendor-card{width:100%;min-height:220px;padding:12px;border-radius:16px;border:1px solid #98A2B340;background:#FFFFFF;box-sizing:border-box;cursor:pointer;text-align:center;transition:border-color .15s ease, box-shadow .15s ease}
.tu-vendor-card--selected{border:2px solid #C38200;box-shadow:0px 12px 20px 0px #5B74821A}
.tu-vendor-card__logo{width:100%;height:140px;display:flex;align-items:center;justify-content:center}
.tu-vendor-card__logo img{max-width:120px;max-height:120px;border-radius:12px}
.tu-vendor-card__name{width:148px;height:60px;margin:6px auto 2px auto;font-family:\"Montserrat-Arabic\",\"Montserrat\",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:500;font-size:20px;line-height:28px;letter-spacing:0;text-align:center;color:#111827;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.tu-vendor-card__desc{max-width:220px;margin:0 auto;font-family:\"Montserrat-Arabic\",\"Montserrat\",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-size:10px;line-height:16px;letter-spacing:0;text-align:center;color:#4B5563;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.tu-vendor-actions{margin:16px 0}

/* Products step (match vendor cards) */
.tu-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;justify-items:stretch}
.tu-product-card{width:100%;min-height:220px;padding:12px;border-radius:16px;border:1px solid #98A2B340;background:#FFFFFF;box-sizing:border-box;cursor:pointer;text-align:center;transition:border-color .15s ease, box-shadow .15s ease}
.tu-product-card--selected{border:2px solid #C38200;box-shadow:0px 12px 20px 0px #5B74821A}
.tu-product-card__img{width:100%;height:140px;display:flex;align-items:center;justify-content:center}
.tu-product-card__img img{max-width:140px;max-height:140px;border-radius:12px}
.tu-product-card__name{width:200px;height:44px;margin:6px auto 6px auto;font-family:\"Montserrat-Arabic\",\"Montserrat\",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:500;font-size:16px;line-height:22px;text-align:center;color:#111827;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.tu-product-card__controls{display:flex;gap:8px;justify-content:center}
.tu-product-card__controls label{font-size:12px;line-height:16px;margin:0}
.tu-product-card__controls input[type=\"number\"],.tu-product-card__controls input[type=\"text\"]{width:100px}
.tu-attr-modal{position:absolute;inset:0;background:rgba(255,255,255,.96);border:1px solid #e5e7eb;border-radius:16px;padding:12px;z-index:5;overflow:auto}
.tu-attr-body{display:flex;flex-direction:column;gap:10px}
.tu-attr-row{display:flex;flex-direction:column;gap:6px}
.tu-attr-label{font-weight:600;color:#111827}
.tu-attr-terms{display:flex;gap:8px;flex-wrap:wrap}
.tu-attr-term{display:inline-flex;align-items:center;gap:6px;height:32px;border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:0 12px;cursor:pointer}
.tu-attr-term.is-selected{border-color:#C38200;background:#FFF6E5}
.tu-attr-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:6px}

/* Summary list */
.tu-summary-head{margin:8px 0 16px 0}
.tu-summary-line{font-family:"Montserrat-Arabic","Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:14px;line-height:20px;color:#111827;margin-bottom:4px}
.tu-items{display:flex;flex-direction:column;gap:24px;padding:0;box-sizing:border-box;background:#fff}
.tu-item{display:flex;gap:24px;width:100%;min-height:264px;border:1px solid #e5e7eb;border-radius:20px;padding:12px;box-sizing:border-box;overflow:hidden}
.tu-item__img{width:188px;height:188px;display:flex;align-items:center;justify-content:center}
.tu-item__img img{max-width:188px;max-height:188px;border-radius:12px}
.tu-item__body{flex:1;display:flex;flex-direction:column;gap:12px}
.tu-item__row1{display:flex;justify-content:space-between;align-items:center;width:100%;min-height:28px;gap:8px}
.tu-item__name{font-family:"Montserrat-Arabic","Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-size:16px;line-height:28px;letter-spacing:0;text-align:right;color:#111827;overflow:hidden;text-overflow:ellipsis}
.tu-item__del{background:#fff;border:1px solid #F04438;border-radius:12px;color:#F04438;padding:2px 10px;min-width:103px;height:28px;cursor:pointer}
.tu-item__row2{display:flex;justify-content:space-between;align-items:center;width:100%}
.tu-item__rating{width:135px;height:16px}
.tu-item__qty{display:flex;align-items:center;gap:8px;width:auto;height:32px}
.tu-item__qty button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e5e7eb;background:#fff;border-radius:8px;cursor:pointer;padding:0;margin:0;line-height:1}
.tu-item__qty .tu-qty-input{width:56px;text-align:center;height:32px;border:1px solid #e5e7eb;border-radius:8px}
.tu-item__qty .tu-qty-input::-webkit-outer-spin-button,
.tu-item__qty .tu-qty-input::-webkit-inner-spin-button{ -webkit-appearance: none; margin: 0; }
.tu-item__qty .tu-qty-input[type=number]{ -moz-appearance: textfield; }
.tu-item__note{display:flex;flex-direction:column;gap:4px;width:100%}
.tu-item__note label{font-size:12px;color:#374151}
.tu-item__note textarea{width:100%;height:140px;border:1px solid #e5e7eb;border-radius:8px;resize:vertical;padding:8px;box-sizing:border-box}
.tu-att-row{display:inline-flex;align-items:center;gap:8px;margin:6px 8px 0 0}
.tu-att-thumb img{width:48px;height:48px;object-fit:cover;border-radius:6px;border:1px solid #e5e7eb}
.tu-empty{padding:24px;color:#6b7280}

/* Lists: RFQs */
.tu-controls--bar{display:flex;gap:12px;align-items:center;margin:12px 0;flex-wrap:wrap}
.tu-controls--bar label{display:flex;gap:6px;align-items:center;margin:0}
.tu-list-head{display:flex;flex-direction:column;gap:6px;margin:8px 0}
.tu-title{font-family:"Montserrat-Arabic","Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:700;font-size:20px;line-height:26px;color:#111827;margin:0}
.tu-pager--bar{display:flex;justify-content:flex-start;margin:4px 0}
.tu-pages{display:flex;align-items:center;gap:8px}
.tu-btn--secondary{background:#282f39;color:#fff}
.tu-btn--std{height:36px;padding:8px 12px;border-radius:12px;font-family:"Montserrat-Arabic","Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:500;font-size:14px;line-height:20px}
.tu-table{border:1px solid #e5e7eb}

.tu-rfq-list{display:flex;flex-direction:column;gap:12px}
.tu-rfq-card{background:#FFFFFF;border:1px solid #e5e7eb;border-radius:16px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.tu-rfq-card__head{display:flex;align-items:center;gap:10px;flex:1}
.tu-rfq-card__title{font-family:"Montserrat-Arabic","Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:600;font-size:16px;line-height:22px;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tu-rfq-card__meta{color:#6b7280;font-size:12px}
.tu-rfq-card__actions{display:flex;gap:8px}
.tu-rfq-detail{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:12px 16px;margin:8px 0}

.tu-badge{display:inline-flex;align-items:center;height:24px;padding:2px 10px;border-radius:999px;background:#f3f4f6;color:#374151;font-size:12px}
.tu-badge--green{background:#dcfce7;color:#166534}
.tu-badge--gray{background:#e5e7eb;color:#374151}
.tu-badge--red{background:#fee2e2;color:#991b1b}

/* Detail card */
.tu-detail-card{background:#FFFFFF;border:1px solid #e5e7eb;border-radius:16px;padding:16px}
.tu-detail-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.tu-detail-title{font-family:"Montserrat-Arabic","Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:700;font-size:18px;line-height:24px;color:#111827}
.tu-detail-meta{color:#6b7280;font-size:12px;display:flex;align-items:center;gap:8px}
.tu-detail-section{display:block;margin:10px 0}
.tu-detail-label{color:#374151;font-weight:600;margin-bottom:6px}
.tu-detail-section > div:last-child{color:#111827}
.tu-divider{height:1px;background:#e5e7eb;margin:12px 0}
.tu-attachments-grid{display:flex;flex-wrap:wrap;gap:8px}
.tu-attachment{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;color:#111827;text-decoration:none}
.tu-attachment__icon{font-size:14px}
.tu-attachment__name{font-size:12px}
.tu-table thead th{background:#f8fafc}
.tu-table th,.tu-table td{padding:10px 12px}
.tu-meta{color:#6b7280}


/* Tender Create page */
#tendeal-tender-create{width:100%;max-width:980px;margin:0 auto}
#tendeal-tender-create>h3{font-family:"Montserrat-Arabic","Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:700;font-size:32px;line-height:40px;margin:8px 0 16px 0;color:#111827}
.tu-create__card{background:#FFFFFF;border:1px solid #e2e8f0;border-radius:24px;padding:32px;box-sizing:border-box}
.tu-field{display:block;margin:12px 0}
.tu-field input[type=text],.tu-field input[type=datetime-local],.tu-field .tu-input{width:100%;height:48px;border-radius:12px;border:1px solid #98A2B340;padding:0 14px;box-sizing:border-box;background:#fff}
.tu-field textarea{width:100%;min-height:160px;border-radius:12px;border:1px solid #98A2B340;padding:14px;box-sizing:border-box;resize:vertical}
.tu-field--inline{display:block}
.tu-field__label{font-weight:600;margin-bottom:8px;color:#111827}
.tu-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.tu-actions{display:flex;justify-content:space-between;margin-top:16px}
.tu-actions--end{justify-content:flex-end}
.tu-radio-group{display:flex;gap:16px}
.tu-radio{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e5e7eb;border-radius:999px;background:#fff}
.tu-dropzone{display:flex;align-items:center;justify-content:center;min-height:180px;border:1px dashed #98A2B3;border-radius:16px;background:#F9FAFB;text-align:center}
.tu-dropzone__body{display:flex;flex-direction:column;align-items:center;justify-content:center}
.tu-dropzone__icon{font-size:24px;color:#6b7280}
.tu-dropzone__text{margin-top:8px;color:#111827}
.tu-dropzone__or{margin:8px 0;color:#6b7280}
.tu-dropzone__hint{margin-top:8px;font-size:12px;color:#6b7280}
.tu-dropdown{position:relative;margin-top:8px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;max-height:220px;overflow:auto}
.tu-dropdown .tu-opt{padding:10px 12px;cursor:pointer}
.tu-dropdown .tu-opt:hover{background:#f1f5f9}
.tu-chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}
.tu-chip{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid #e5e7eb;border-radius:999px;background:#fff}
.tu-chip-remove{cursor:pointer;color:#F04438}
.tu-select{position:relative;display:inline-block}
.tu-select__button{display:inline-flex;align-items:center;gap:8px;height:40px;border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:0 12px;cursor:pointer}
.tu-select__menu{position:absolute;z-index:50;top:46px;left:0;width:360px;max-width:90vw;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 20px rgba(0,0,0,.08);padding:8px}
.tu-select__search input{width:100%;height:38px;border:1px solid #e5e7eb;border-radius:8px;padding:0 10px;box-sizing:border-box}
.tu-select__list{max-height:260px;overflow:auto;margin-top:6px}
.tu-opt{display:flex;align-items:center;gap:10px;padding:8px;border-radius:8px}
.tu-opt-thumb img{width:24px;height:24px;border-radius:6px}
.tu-vendor-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:10px}

/* Tendeal visual system for the shortcode-driven creation flows. */
.tu-rfq-shell{max-width:1200px;background:transparent;border:0;border-radius:0;padding:0;color:#1D2939}
.tu-rfq-heading{text-align:center;margin:0 auto 64px;max-width:680px}
.tu-rfq-heading h2{margin:0;color:#101828;font-size:clamp(32px,4vw,48px);line-height:1.25;font-weight:400}
.tu-rfq-heading p,.tu-step-heading p{margin:8px 0 0;color:#667085;font-size:14px;line-height:22px}
.tu-mobile-stepper{display:none}.tu-mobile-stepper--custom{display:none}.tu-mobile-stepper__circle{position:relative;width:64px;height:64px;display:flex;align-items:center;justify-content:center}.tu-mobile-stepper__circle svg{transform:rotate(-90deg)}.tu-mobile-stepper__count{position:absolute;color:#344054;font-size:14px;font-weight:700}.tu-mobile-stepper__title{color:#101828;font-size:20px;font-weight:700}
.tu-breadcrumbs{width:100%;max-width:760px;display:flex;justify-content:center;gap:0;margin:0 auto 80px;min-height:0}
.tu-crumb{position:relative;display:flex;flex-direction:column;align-items:center;gap:10px;padding:0 8px;background:transparent;color:#98A2B3;font-size:12px;font-weight:400;border-radius:0;white-space:nowrap}
.tu-crumb:not(:last-child)::after{content:"";display:block;position:absolute;top:18px;left:calc(50% + 30px);width:56px;border-top:1px solid #D0D5DD;margin:0}
.tu-crumb__number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#F2F4F7;color:#667085;font-size:12px}
.tu-crumb--active{background:transparent;color:#C38200}
.tu-crumb--active .tu-crumb__number{background:#FFF0D2;color:#C38200;box-shadow:0 6px 12px rgba(195,130,0,.12)}
.tu-step-heading{display:flex;align-items:flex-start;gap:14px;margin:0 0 28px}
.tu-step-heading__number{display:inline-flex;align-items:center;justify-content:center;flex:0 0 40px;height:40px;border-radius:12px;background:#FFF0D2;color:#C38200;font-size:13px;font-weight:700}
.tu-step-heading h3{margin:0;color:#1D2939;font-size:22px;line-height:30px;font-weight:700}
.tu-card-grid{gap:16px;max-width:1024px;margin:0 auto}
.tu-card{min-height:224px;max-width:none;padding:40px 24px;border:1px solid #E4E7EC;border-radius:24px;box-shadow:0 8px 20px rgba(29,41,57,.05);display:flex;flex-direction:column;align-items:center;justify-content:center}
.tu-card:hover{border-color:#E5A928;box-shadow:0 12px 24px rgba(195,130,0,.12);transform:translateY(-2px)}
.tu-card--selected{border:2px solid #C38200;background:#FFFCF5;box-shadow:0 12px 24px rgba(195,130,0,.12)}
.tu-card__icon{width:80px;height:80px;margin:0 auto 16px;background:rgba(255,240,210,.55);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#C38200;font-size:24px;font-weight:700}
.tu-card__icon--single{font-size:18px}.tu-card__icon--multiple{font-size:32px}.tu-card__icon--custom{font-size:28px}
.tu-card__title{font-size:16px;line-height:24px;font-weight:700;color:#1D2939}
.tu-card__mobile-label{display:none}.tu-card__desktop-label{display:inline}
.tu-card__description{max-width:220px;margin-top:8px;color:#667085;font-size:12px;line-height:18px;text-align:center}
.tu-form-grid{display:grid;grid-template-columns:1fr;gap:18px;margin-bottom:20px}.tu-form-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}
.tu-field{margin:0}.tu-field__label{display:block;margin:0 0 8px;color:#344054;font-size:13px;font-weight:600}
.tu-field input[type=text],.tu-field textarea,.tu-field select{border:1px solid #D0D5DD;border-radius:12px;background:#fff;color:#1D2939;box-shadow:0 1px 2px rgba(16,24,40,.04);font:inherit;transition:border-color .15s ease,box-shadow .15s ease}
.tu-field input[type=text]{height:48px;padding:0 14px}.tu-field textarea{min-height:144px;padding:14px;resize:vertical}.tu-field select{height:48px;padding:0 14px}
.tu-field input:focus,.tu-field textarea:focus,.tu-field select:focus,.tu-search input:focus{outline:none;border-color:#C38200;box-shadow:0 0 0 3px rgba(234,156,0,.15)}
.tu-upload-panel{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;margin:4px 0 20px;border:1px dashed #C9B27A;border-radius:16px;background:#FFFCF5}
.tu-upload-panel__copy{display:flex;align-items:center;gap:12px}.tu-upload-panel__copy strong{display:block;color:#344054;font-size:13px}.tu-upload-panel__copy p{margin:3px 0 0;color:#667085;font-size:12px}.tu-upload-panel__icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:#FFF0D2;color:#C38200;font-size:22px;font-weight:700}
.tu-search--prominent{position:relative;margin:0 0 20px}.tu-search--prominent input{height:48px;padding:0 16px 0 42px;border:1px solid #D0D5DD;border-radius:12px;background:#F9FAFB}.tu-search__icon{position:absolute;left:16px;top:13px;color:#667085;font-size:18px;z-index:1}
.tu-vendor-grid,.tu-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.tu-vendor-card,.tu-product-card{min-height:220px;border-color:#E4E7EC;border-radius:18px;box-shadow:0 6px 16px rgba(29,41,57,.04)}
.tu-vendor-card:hover,.tu-product-card:hover{border-color:#E5A928;box-shadow:0 10px 20px rgba(195,130,0,.1)}
.tu-vendor-card--selected,.tu-product-card--selected{border:2px solid #C38200;background:#FFFCF5;box-shadow:0 10px 20px rgba(195,130,0,.1)}
.tu-vendor-actions{text-align:center;margin:24px 0 4px}.tu-vendor-actions .tu-btn{min-width:132px}
.tu-actions{align-items:center;margin-top:32px;padding-top:24px;border-top:1px solid #EAECF0}.tu-actions--end{justify-content:flex-end}
.tu-btn{min-height:44px;border-radius:12px;padding:10px 22px;font-size:14px;font-weight:700;transition:background .15s ease,border-color .15s ease,transform .15s ease}.tu-btn:hover{transform:translateY(-1px)}.tu-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}
.tu-btn--primary{background:#C38200;color:#fff}.tu-btn--primary:hover{background:#A86F00}.tu-btn--outline{background:#fff;border:1px solid #D0D5DD;color:#344054}.tu-btn--outline:hover{border-color:#C38200;color:#A86F00}.tu-btn--ghost{background:#fff;border:1px solid transparent;color:#667085}.tu-btn--ghost:hover{background:#F9FAFB;color:#344054}
.tu-error{margin-top:16px;padding:12px 14px;border:1px solid #FDA29B;border-radius:10px;background:#FEF3F2;color:#B42318;font-size:13px;line-height:20px}
.tu-summary-panel{padding:20px;border:1px solid #EAECF0;border-radius:16px;background:#F9FAFB}.tu-summary-panel .tu-items{background:transparent}

@media (max-width:900px){
  .tu-rfq-shell{padding:0 16px 32px}.tu-breadcrumbs{display:none}.tu-mobile-stepper{display:flex;align-items:center;justify-content:center;gap:24px;margin:0 0 32px}.tu-mobile-stepper--custom{display:none}.tu-mobile-stepper__title{color:#101828;font-size:20px;font-weight:700}
  .tu-card-grid{display:grid;grid-template-columns:1fr}.tu-card{min-height:96px;flex-direction:row;justify-content:flex-start;text-align:left;gap:16px;padding:16px}.tu-card__icon{flex:0 0 56px;width:56px;height:56px;margin:0}.tu-card__title,.tu-card__description{text-align:left}.tu-card__description{margin-top:4px}.tu-card__title{font-size:12px;line-height:18px}.tu-card__mobile-label{display:inline}.tu-card__desktop-label{display:none}
  .tu-vendor-grid,.tu-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tu-form-grid--two{grid-template-columns:1fr}.tu-actions{flex-direction:column-reverse;align-items:stretch}.tu-actions .tu-btn{width:100%}
}
@media (max-width:560px){
  .tu-rfq-shell{padding:22px 16px 24px;border-radius:16px}.tu-rfq-heading h2{font-size:26px}.tu-step-heading h3{font-size:19px}.tu-vendor-grid,.tu-product-grid{grid-template-columns:1fr}.tu-upload-panel{align-items:stretch;flex-direction:column}.tu-upload-panel .tu-btn{width:100%}
}

/* Tender creation uses the same visual language while retaining its existing hooks. */
#tendeal-tender-create.tu-tender-shell{max-width:960px;margin:0 auto;color:#1D2939}
#tendeal-tender-create .tu-create__intro{text-align:center;margin:0 auto 28px;max-width:680px}
#tendeal-tender-create .tu-create__intro .tu-eyebrow{display:block;color:#C38200;text-transform:uppercase;font-size:11px;font-weight:700;letter-spacing:.08em;margin-bottom:8px}
#tendeal-tender-create .tu-create__intro h3{margin:0;color:#1D2939;font-size:32px;line-height:1.25;font-weight:700}
#tendeal-tender-create .tu-create__intro p{margin:8px 0 0;color:#667085;font-size:14px;line-height:22px}
#tendeal-tender-create .tu-create__card{padding:32px 40px;border:1px solid #E4E7EC;border-radius:24px;box-shadow:0 12px 32px rgba(29,41,57,.06)}
#tendeal-tender-create .tu-field input[type=date]{width:100%;height:48px;border:1px solid #D0D5DD;border-radius:12px;background:#fff;color:#1D2939;padding:0 14px;box-sizing:border-box;font:inherit}
#tendeal-tender-create .tu-field input:focus,#tendeal-tender-create .tu-field textarea:focus{outline:none;border-color:#C38200;box-shadow:0 0 0 3px rgba(234,156,0,.15)}
#tendeal-tender-create .tu-radio-group{gap:10px;flex-wrap:wrap}.tu-radio input{accent-color:#C38200}.tu-radio{border-color:#D0D5DD;color:#344054;font-size:13px}.tu-radio:has(input:checked){border-color:#C38200;background:#FFFCF5;color:#A86F00}
#tendeal-tender-create .tu-dropzone{min-height:164px;border-color:#C9B27A;background:#FFFCF5}.tu-dropzone__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#FFF0D2;color:#C38200;font-size:22px}.tu-dropzone__text{font-weight:700;color:#344054}.tu-dropzone__or{font-size:12px;color:#667085}
#tendeal-tender-create .tu-select__button{height:48px;border-color:#D0D5DD;border-radius:12px;color:#344054;width:100%;justify-content:space-between}.tu-select{display:block;width:100%}.tu-select__menu{left:0;right:0;width:auto;max-width:none}
#tendeal-tender-create .tu-vendor-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.tu-vendor-card__remove{border:0;background:transparent;color:#F04438;cursor:pointer;font-size:16px}
#tendeal-tender-create .tu-actions{align-items:flex-end}.tu-actions .tu-error{flex:1;margin:0 16px 0 0}
@media (max-width:700px){#tendeal-tender-create .tu-create__card{padding:24px 18px}#tendeal-tender-create .tu-grid-2{grid-template-columns:1fr}#tendeal-tender-create .tu-vendor-cards{grid-template-columns:repeat(2,minmax(0,1fr))}#tendeal-tender-create .tu-actions{align-items:stretch}.tu-actions .tu-error{margin:0 0 12px}}

/* Shared list, archive, card, and detail presentation. */
.tendeal-table,.tu-table-surface,#tendeal-customer-tenders,#tendeal-public-tenders,#tendeal-vendor-eligible-tenders,#tendeal-vendor-tenders,#tendeal-customer-rfqs,#tendeal-vendor-rfqs,#tendeal-orders,#tendeal-installments{max-width:1200px;margin:0 auto;color:#1D2939}
.tu-list-head,.tu-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:0 0 22px;padding-bottom:20px;border-bottom:1px solid #EAECF0}
.tu-eyebrow{display:block;color:#C38200;text-transform:uppercase;font-size:11px;font-weight:700;letter-spacing:.08em;margin-bottom:6px}.tu-list-subtitle{margin:6px 0 0;color:#667085;font-size:13px;line-height:20px}
.tu-controls--bar{display:flex;align-items:flex-end;gap:12px;padding:16px;margin:0 0 20px;border:1px solid #EAECF0;border-radius:16px;background:#F9FAFB}.tu-controls--bar label{display:flex;flex-direction:column;align-items:stretch;gap:6px;margin:0;color:#667085;font-size:11px;font-weight:600}.tu-controls--bar input,.tu-controls--bar select{height:42px;min-width:150px;border:1px solid #D0D5DD;border-radius:10px;background:#fff;color:#344054;padding:0 12px;box-sizing:border-box}.tu-controls--bar .tu-control-search{flex:1}.tu-controls--bar .tu-control-search input{width:100%}
.tu-resource-grid{display:flex;flex-direction:column;gap:16px}.tu-resource-card{min-height:96px;display:flex;align-items:center;padding:16px;border:1px solid #E4E7EC;border-radius:16px;background:#fff;box-shadow:0 4px 12px rgba(29,41,57,.03);transition:border-color .15s ease,box-shadow .15s ease}.tu-resource-card:hover{border-color:#C38200;box-shadow:0 8px 18px rgba(195,130,0,.1)}.tu-source-card__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#FFF0D2;flex:0 0 64px;margin-right:16px}.tu-source-card__body{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:0}.tu-source-card__pill{display:inline-flex;align-items:center;padding:4px 10px;border:1px solid #D0D5DD;border-radius:999px;color:#667085;font-size:10px;line-height:14px}.tu-source-card__subtitle{margin:0;color:#344054;font-size:10px;line-height:16px}.tu-source-card__subtitle span{color:#98A2B3}.tu-source-card__aside{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;align-self:stretch;gap:8px;margin-left:auto}.tu-source-card__date{margin-top:auto;color:#667085;font-size:10px}.tu-source-card__date span{color:#98A2B3}.tu-resource-card__arrow{color:#C38200;font-size:18px}.tu-rfq-card__title{margin:0;color:#344054;font-size:13px;line-height:18px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tu-rfq-card__actions{display:flex;gap:8px}.tu-rfq-card__actions .tu-btn{white-space:nowrap}.tu-empty--panel{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:160px;padding:24px;border:1px dashed #D0D5DD;border-radius:16px;background:#F9FAFB;color:#667085;text-align:center}.tu-empty--panel strong{color:#344054;font-size:14px}.tu-empty--panel span{margin-top:6px;font-size:12px}
.tu-pages{align-items:center}.tu-pages__label{color:#667085;font-size:12px;margin-right:4px}.tu-pages .tu-btn{min-width:70px}
.tu-detail-card{max-width:1100px;margin:0 auto;padding:28px;border:1px solid #E4E7EC;border-radius:22px;background:#fff;box-shadow:0 12px 32px rgba(29,41,57,.06)}.tu-detail-header{padding-bottom:18px;border-bottom:1px solid #EAECF0}.tu-detail-title{font-size:24px;line-height:32px}.tu-detail-meta{gap:10px}.tu-detail-section{margin:20px 0}.tu-detail-label{color:#667085;font-size:11px;letter-spacing:.06em;text-transform:uppercase;font-weight:700}.tu-detail-section>div:last-child{color:#344054;font-size:14px;line-height:22px}.tu-detail-card .tu-table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid #EAECF0;border-radius:12px;background:#fff}.tu-detail-card .tu-table th{background:#F9FAFB;color:#667085;font-size:11px;text-transform:uppercase;letter-spacing:.04em}.tu-detail-card .tu-table th,.tu-detail-card .tu-table td{padding:13px 14px;border-bottom:1px solid #EAECF0;text-align:left}.tu-detail-card .tu-table tr:last-child td{border-bottom:0}.tu-detail-card input,.tu-detail-card textarea,.tu-detail-card select{border:1px solid #D0D5DD;border-radius:10px;padding:9px 10px;color:#344054;background:#fff}.tu-detail-card textarea{min-height:110px}.tu-detail-card input:focus,.tu-detail-card textarea:focus,.tu-detail-card select:focus{outline:none;border-color:#C38200;box-shadow:0 0 0 3px rgba(234,156,0,.15)}.tu-inline-help{padding:12px 14px;border-radius:10px;background:#FFFCF5;color:#8A5B00;font-size:12px}.tu-detail-card .button,.tu-detail-card .button-primary{border:0;border-radius:10px;background:#C38200;color:#fff;padding:10px 16px;font-weight:700;cursor:pointer}.tu-detail-card .button:hover,.tu-detail-card .button-primary:hover{background:#A86F00}
.tu-loading{display:flex;align-items:center;justify-content:center;min-height:180px;color:#667085;font-size:13px}.tu-attachments{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.tu-att-row{padding:8px 10px;border:1px solid #EAECF0;border-radius:10px;background:#F9FAFB}.tu-att-row .tu-att-thumb img{width:40px;height:40px}
@media (max-width:900px){.tu-list-head,.tu-page-header{align-items:flex-start;flex-direction:column}.tu-controls--bar{align-items:stretch;flex-direction:column}.tu-controls--bar input,.tu-controls--bar select{width:100%}}
@media (max-width:560px){.tu-resource-card{align-items:flex-start}.tu-source-card__icon{width:56px;height:56px;flex-basis:56px;margin-right:12px}.tu-source-card__aside{gap:4px}.tu-source-card__date{display:none}.tu-detail-card{padding:18px;border-radius:16px}.tu-detail-card .tu-table{display:block;overflow-x:auto}.tu-detail-title{font-size:20px;line-height:28px}}
