.account-link{width:100%;display:flex;flex-direction:column;gap:5px;text-align:right;margin:9px 0;padding:14px;border:1px solid var(--line);border-radius:9px 14px 9px 12px;background:#20221b;color:var(--text)}.account-link small{color:var(--muted)}.trip-tabs{display:flex;gap:6px;overflow:auto;margin:12px 0}.upload-demo{width:100%;padding:14px;border:1px dashed #6b6047;background:#22231c;color:var(--lime);border-radius:9px}.status-box{padding:20px;border:1px solid var(--line);border-right:5px solid var(--orange);background:#20221b;border-radius:10px;margin:15px 0}.status-box b{font-size:20px}.status-box p{color:var(--muted);font-size:11px}.status-box.approved{border-right-color:#7fb243}.status-box.rejected{border-right-color:#bd4537}.status-box.needs_changes{border-right-color:#d0b56d}.tour-gallery{margin:14px 0}.gallery-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.gallery-head small{color:var(--muted);font-size:8px}.tour-gallery>div:last-child{display:grid;grid-template-columns:2fr 1fr 1fr;gap:5px;height:120px}.tour-gallery img,.gallery-placeholder{width:100%;height:100%;object-fit:cover;border-radius:8px;background:#22241d}.gallery-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--lime);font-size:20px}.gallery-placeholder small{color:var(--muted);font-size:7px;margin-top:5px}
