.request-list-container{display:flex;flex-direction:column;gap:24px;font-family:inherit}.request-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);display:flex;transition:box-shadow .3s ease,transform .3s ease}.request-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.request-card--closed{opacity:.65;background-color:#f5f5f5}.request-card--closed:hover{transform:none;box-shadow:0 4px 12px rgba(0,0,0,.08)}.request-card__main{flex-grow:1;padding:24px;display:flex;flex-direction:column}.request-card__header{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #eee;padding-bottom:16px;margin-bottom:16px;gap:16px}.request-card__title{font-size:1.25rem;font-weight:600;color:#333;margin:0;line-height:1.3}.request-card__status{font-size:.8rem;font-weight:600;padding:4px 12px;border-radius:16px;white-space:nowrap;flex-shrink:0}.request-card__status--active{background-color:#e8f5e9;color:#2e7d32}.request-card__status--deleted,.request-card__status--expired{background-color:#fbe9e7;color:#c62828}.request-card__status--limit{background-color:#fff3e0;color:#e65100}.request-card__status--closed{background-color:#eee;color:#616161}.request-card__body{display:flex;flex-direction:column;gap:20px;flex-grow:1}.request-card__section{display:flex;flex-wrap:wrap;gap:24px;align-items:center}.request-card__dates{display:flex;gap:24px;background-color:#f9f9f9;padding:12px 16px;border-radius:8px}.request-card__date-item{display:flex;flex-direction:column}.request-card__date-label{font-size:.8rem;color:#757575;margin-bottom:2px}.request-card__date-value{font-weight:500;color:#333}.request-card__budget{font-size:1rem}.request-card__budget-label{color:#757575}.request-card__budget-value{font-weight:600;color:#2e7d32}.request-card__detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;width:100%}.request-card__detail-item{display:flex;align-items:center;gap:8px;font-size:.9rem}.request-card__detail-item i{color:#ffa801;font-size:1.1rem;width:20px;text-align:center}.request-card__wishes{background-color:#fff8e1;border-left:4px solid #e08e00;padding:12px 16px;border-radius:4px;font-style:italic;color:#5f4c2e;width:100%}.request-card__footer{margin-top:auto;padding-top:16px;border-top:1px solid #eee;font-size:.8rem;color:#757575;display:flex;justify-content:space-between}.request-card__action-panel{background-color:#f5f8fa;border-left:1px solid #e0e0e0;min-width:280px;padding:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:20px}.request-card__action-btn{background-color:#ffa801;color:#fff;border:none;padding:12px 24px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background-color .2s ease;text-decoration:none;display:inline-block;width:100%}.request-card__action-btn:hover{background-color:#e08e00;color:#fff}.request-card__action-btn:disabled{background-color:#bdbdbd;cursor:not-allowed}.request-card__action-btn--message{background-color:#4caf50}.request-card__action-btn--message:hover{background-color:#388e3c}.request-card__action-btn--delete{background-color:#c62828}.request-card__action-btn--delete:hover{background-color:#ad2424}.request-card__action-btn--cancel{background-color:#757575}.request-card__action-btn--cancel:hover{background-color:#616161}.request-card__price-note{font-size:.8rem;color:#757575;margin-top:8px}.request-card__action-status{font-weight:500;padding:8px 16px;border-radius:6px}.request-card__action-status--closed,.request-card__action-status--deleted,.request-card__action-status--error,.request-card__action-status--expired{background-color:#fbe9e7;color:#c62828}.request-card__action-status--limit{background-color:#fff3e0;color:#e65100}.request-card__contacts{width:100%;text-align:left}.request-card__contacts p{margin-bottom:8px;display:flex;align-items:center;gap:8px}.request-card__contacts p i{color:#757575}.request-card__response-info{text-align:center}.request-card__response-count{font-size:2.5rem;font-weight:700;color:#ffa801;line-height:1}.request-card__response-label{font-size:.9rem;color:#757575}.request-card__action-controls{width:100%;display:flex;flex-direction:column;gap:10px}@media (max-width:991px){.request-card{flex-direction:column}.request-card__action-panel{border-left:none;border-top:1px solid #e0e0e0;min-width:auto}}@media (max-width:767px){.request-card__header{flex-direction:column;align-items:flex-start}.request-card__status{margin-top:8px}}.extra-menu{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0;margin:0 0 24px}.extra-menu li{margin:0}.extra-menu li a{display:inline-block;padding:9px 20px;border-radius:999px;border:1px solid #e6e9ef;background:#fff;color:#667085;font-size:14px;font-weight:600;text-decoration:none;transition:border-color .15s ease,color .15s ease,background-color .15s ease}.extra-menu li.active a,.extra-menu li a:hover{border-color:#ffa801;color:#1f2733}.extra-menu li.active a{background:#ffa801}.p-board .lookup-board-form .custom-select,.p-board .lookup-board-form .form-control{border-radius:0;color:#000}.l-account .lookup-board-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px 20px;align-items:end;background:#fff;border:1px solid #e6e9ef;border-radius:14px;box-shadow:0 4px 16px rgba(16,24,40,.06);padding:24px;margin-bottom:2rem}.l-account .lookup-board-form .lookup-board-filter{display:flex;flex-direction:column;gap:6px;min-width:0;margin:0}.l-account .lookup-board-form .lookup-board-filter-text{font-size:13px;font-weight:600;color:#667085}.l-account .lookup-board-form .form-group{margin:0}.l-account .lookup-board-form .custom-select,.l-account .lookup-board-form .form-control{height:48px;width:100%;border:1px solid #d7dce5;border-radius:10px;padding:0 14px;font-size:15px;color:#1f2733;background-color:#fff;box-shadow:none;transition:border-color .15s ease,box-shadow .15s ease}.l-account .lookup-board-form .form-control::-moz-placeholder{color:#98a2b3}.l-account .lookup-board-form .form-control:-ms-input-placeholder{color:#98a2b3}.l-account .lookup-board-form .form-control::placeholder{color:#98a2b3}.l-account .lookup-board-form .custom-select:focus,.l-account .lookup-board-form .form-control:focus{border-color:#ffa801;box-shadow:0 0 0 3px rgba(255,168,1,.18);outline:none}.l-account .lookup-board-form .custom-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:40px;cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%23FFA801' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.l-account .lookup-board-form .lookup-board-filter-search{justify-content:flex-end}.l-account .lookup-board-form .btn-special{height:48px;width:100%;min-width:140px;border:none;border-radius:10px;background:#ffa801;color:#1f2733;font-weight:700;font-size:15px;text-transform:uppercase;letter-spacing:.02em;transition:background-color .15s ease,transform .05s ease}.l-account .lookup-board-form .btn-special:hover{background:#f09b00;color:#1f2733}.l-account .lookup-board-form .btn-special:active{transform:translateY(1px)}@media (max-width:575px){.l-account .lookup-board-form{grid-template-columns:1fr;padding:18px}}