.filter-panel .status-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}
.maintenance-modal{width:420px;max-width:100%;padding:34px 30px 28px;text-align:center}
.maintenance-symbol{display:grid;place-items:center;width:76px;height:76px;margin:0 auto 22px;border-radius:24px;background:#fff1e8;color:var(--orange)}
.maintenance-symbol svg{width:42px;height:42px}
.maintenance-panel-name{display:block;margin-bottom:8px;font-size:13px;font-weight:600;color:var(--orange-dark)}
.maintenance-modal h2{font-size:24px;line-height:1.45;letter-spacing:-.6px}
.maintenance-modal>p{margin-top:16px;font-size:15px;line-height:1.85;color:#566170}
.maintenance-guidance{margin:24px 0;padding:16px 10px;border-radius:10px;background:#f6f7f9;color:#626c79;font-size:13px;line-height:1.85}
.maintenance-modal>.primary{width:100%;min-height:44px;font-size:14px}
@media(max-width:480px){.maintenance-modal{padding:28px 22px 22px}.maintenance-modal h2{font-size:22px}}
.filter-panel .status-filters button{padding:8px 3px;white-space:nowrap}
/* Compensate for the Korean font's visual baseline without moving icons. */
.product-card .card-overlay .item-action-label,.mobile-item-actions .item-action-label{display:inline-block;transform:translateY(.08em)}
.account-info-top{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:22px;border-bottom:1px solid var(--line)}
.account-info-person{min-width:0}.account-info-person h2{margin-bottom:22px}
.account-info-top .account-identity{padding:0;border:0;gap:14px}
.account-photo{width:62px;height:62px;object-fit:cover;border-radius:50%;flex-shrink:0;background:#d0d2d5}
.account-identity strong{overflow-wrap:anywhere}
.account-info-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:10px;margin-left:auto}
.account-info-actions .compact{width:100%;min-width:112px;height:36px}
.account-info-actions [data-account-action="profile"]{gap:6px}
.account-info-actions .compact svg{width:14px;height:14px;flex:0 0 14px}
.filter-panel .nearby-filter{margin-top:12px;font-size:13px}
.filter-panel :is(.nearby-filter,.date-toggle,.bump-filter) input{width:13px;height:13px}
.account-check-message{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:22px;font-size:14px;line-height:1.8}
.account-check-message.verified{color:#238167}.account-check-message.failed{color:#b34538}.account-check-message.required{color:#996116}
.account-profile-modal{width:480px;padding:26px}
.profile-photo-editor{display:flex;align-items:center;flex-direction:column;gap:12px;margin:18px 0 26px}
.profile-photo-editor img{width:104px;height:104px;object-fit:cover;border-radius:50%;background:#d0d2d5}
.profile-photo-editor label{position:relative;cursor:pointer;overflow:hidden}.profile-photo-editor input{position:absolute;opacity:0;inset:0;width:100%;height:100%;cursor:pointer}
.profile-photo-editor label:focus-within{outline:3px solid #ffb693;outline-offset:3px}
.profile-photo-editor small{color:#626c79}.profile-error,.chat-delete-error{color:#b34538;font-size:14px;line-height:1.7}
.account-profile-modal .field-hint{font-size:14px;line-height:1.7}.account-profile-modal input[readonly]{background:#f5f6f8}
.floating-actions{position:fixed;right:max(24px,env(safe-area-inset-right));bottom:calc(112px + env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:center;gap:12px;width:48px;z-index:30}
.floating-actions>button{position:relative;inset:auto;width:48px;height:48px;flex:0 0 48px;margin:0;padding:0;transform:none}
.floating-actions>button:hover,.floating-actions>button:focus-visible{transform:none}
.chat-unread-badge,.room-unread-badge{display:inline-flex;align-items:center;justify-content:center;background:#dc4141;color:white;font-size:12px;font-weight:700;min-width:21px;height:21px;padding:0 5px;border-radius:12px;line-height:1;white-space:nowrap}
.chat-unread-badge{position:absolute;top:-5px;right:-5px;border:2px solid white;min-width:23px;height:23px}
.chat-unread-badge[hidden]{display:none}.room-unread-badge{position:absolute;right:14px;bottom:17px}
.chat-room-tab{position:relative}.chat-room-tab:has(.room-unread-badge) .chat-room-last{padding-right:35px}
.chat-thread-heading .chat-room-actions{position:relative;margin-left:auto;display:block;flex-shrink:0}
.chat-center-modal .chat-manage{display:grid;place-items:center;flex-shrink:0;width:40px;height:40px;padding:9px;border-radius:8px;background:#fff;line-height:1}.chat-center-modal .chat-manage svg{display:block;width:22px;height:22px;margin:0;overflow:visible}
.chat-action-confirm{position:absolute;inset:0;z-index:10;background:#26323b80;display:grid;place-items:center;padding:20px}
.chat-action-confirm>div{width:100%;max-width:400px;padding:25px;border-radius:12px;background:#fff}
.chat-action-confirm h3{font-size:18px;margin:0 0 14px}.chat-action-confirm p{font-size:14px;line-height:1.8;color:#566170}
.chat-action-confirm footer{display:flex;justify-content:flex-end;gap:8px;margin-top:22px}
@media(max-width:680px){
 .floating-actions{right:max(16px,env(safe-area-inset-right));bottom:calc(112px + env(safe-area-inset-bottom));width:44px;gap:10px}
 .floating-actions>button{width:44px;height:44px;flex-basis:44px}
 .floating-actions>button:before{display:none}
 .account-info-top{gap:12px}.account-info-actions .compact{min-width:96px;font-size:13px}
 .account-info-top .account-identity{gap:9px}.account-photo{width:44px;height:44px}
 .account-identity strong{font-size:16px}.account-identity>div>span{font-size:12px}
 .account-check-message{align-items:flex-start;flex-direction:column;gap:10px}
 .account-profile-modal{padding:22px 18px}.account-profile-modal input[type=text]{font-size:16px}
 .chat-center-modal .chat-manage{width:40px;height:40px}
}
@media(max-width:380px){.account-info-top .account-identity{align-items:flex-start;flex-direction:column}.account-info-actions .compact{min-width:92px}}

.account-check-message.required,.account-check-message.failed{background:#fff8f2;border-radius:7px;padding:14px 16px}
.account-check-message.required{color:#935226}
.chat-tools-layer>div{max-height:100%;overflow:auto;overscroll-behavior:contain}
.chat-tools-layer .chat-tools-sheet{width:min(340px,100%);padding:10px;background:#fff;border-radius:14px}
.chat-tools-items{display:flex;flex-direction:column}
.chat-tools-items button{display:flex;align-items:center;gap:13px;width:100%;padding:15px 14px;border-bottom:1px solid var(--line);text-align:left;font-size:15px;color:#394351;border-radius:6px}
.chat-tools-items button:hover{background:#fff3eb;color:var(--orange)}
.chat-tools-items button svg{height:22px;width:22px;flex-shrink:0}
.chat-tools-items button.danger{color:#d4503c;border-bottom:0}
.chat-tools-sheet>.chat-tools-close{width:100%;padding:14px;margin-top:8px;border:1px solid var(--line);border-radius:8px;background:#fff;font-size:15px;font-weight:600}
@media(hover:hover){.chat-center-modal .chat-manage:hover{background:#f4f5f7;color:var(--orange)}.chat-tools-sheet>.chat-tools-close:hover{background:#fff3eb;color:var(--orange)}}
.chat-tools-form .field{margin:18px 0}.chat-tools-form textarea{resize:vertical}
.chat-rating{display:flex;flex-direction:column;gap:12px;margin:18px 0;padding:14px;border:1px solid var(--line);border-radius:8px}.chat-rating legend{padding:0 6px;font-size:14px}.chat-rating label{display:flex;gap:9px;align-items:center;font-size:14px}.chat-rating input{accent-color:var(--orange)}
.chat-tools-form .chat-action-note{font-size:12px;color:#626c79;margin-top:15px}
@media(max-width:680px){.account-info-top{gap:18px}.account-info-actions{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.account-info-actions .compact{min-width:0;height:40px}.chat-tools-layer{padding:12px}.chat-tools-items button{min-height:48px}.chat-tools-form input,.chat-tools-form select,.chat-tools-form textarea{font-size:16px}}
