.dp-ha{display:flex;align-items:center;gap:6px}.dp-wall-trigger{color:#1d4ed8!important;border-color:#bfdbfe!important;background:#eff6ff!important}.dp-wall-count{display:inline-flex;min-width:18px;height:18px;align-items:center;justify-content:center;border-radius:99px;background:#2563eb;color:#fff;font-size:10px}body.wall-modal-open{overflow:hidden}.wall-modal{position:fixed;inset:0;z-index:10050;display:none;align-items:center;justify-content:center;padding:28px}.wall-modal.on{display:flex}.wall-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.66);backdrop-filter:blur(7px)}.wall-dialog{position:relative;width:min(1040px,96vw);max-height:90vh;display:flex;flex-direction:column;overflow:hidden;border:1px solid #fff;border-radius:20px;background:#f8fafc;color:#172033;box-shadow:0 30px 90px rgba(2,6,23,.35);animation:wallRise .22s ease}.wall-head,.wall-subhead,.wall-footer{display:flex;align-items:center;justify-content:space-between}.wall-head{padding:22px 24px 15px;background:linear-gradient(135deg,#fff,#eff6ff);border-bottom:1px solid #e2e8f0}.wall-kicker{display:block;margin-bottom:3px;color:#2563eb;font-size:10px;font-weight:900;letter-spacing:.16em}.wall-head h2{margin:0;color:#0f172a;font-size:24px;font-weight:800}.wall-close{width:36px;height:36px;border:1px solid #dbe3ef;border-radius:10px;background:#fff;color:#64748b;cursor:pointer}.wall-subhead{gap:20px;padding:11px 24px;background:#fff;border-bottom:1px solid #e2e8f0}.wall-subhead span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#475569;font-size:13px;font-weight:650}.wall-subhead strong{flex:none;padding:4px 10px;border-radius:99px;background:#e0e7ff;color:#3730a3;font-size:11px}.wall-dropzone{display:flex;align-items:center;justify-content:center;gap:15px;margin:18px 24px 12px;min-height:104px;border:2px dashed #93c5fd;border-radius:15px;background:linear-gradient(135deg,#eff6ff,#f8fafc);cursor:pointer;transition:.18s}.wall-dropzone:hover,.wall-dropzone.dragging{border-color:#2563eb;background:#e8f1ff;box-shadow:0 8px 24px rgba(37,99,235,.1)}.wall-upload-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#2563eb;color:#fff;font-size:27px}.wall-dropzone strong,.wall-dropzone span{display:block}.wall-dropzone strong{color:#1e293b;font-size:14px}.wall-dropzone span{margin-top:5px;color:#64748b;font-size:11px}.wall-progress{position:relative;margin:0 24px 10px;height:34px;overflow:hidden;border-radius:9px;background:#dbeafe;color:#1d4ed8;font-size:11px;font-weight:800}.wall-progress i{position:absolute;inset:0;width:38%;background:#60a5fa;animation:wallProgress 1.1s ease-in-out infinite alternate}.wall-progress span{position:relative;z-index:1;display:flex;height:100%;align-items:center;justify-content:center}.wall-grid{flex:1;min-height:100px;overflow:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));align-content:start;gap:13px;padding:8px 24px 20px}.wall-card{min-width:0;overflow:hidden;border:1px solid #e2e8f0;border-radius:13px;background:#fff;box-shadow:0 4px 12px rgba(15,23,42,.06);transition:.16s}.wall-card:hover{border-color:#bfdbfe;box-shadow:0 10px 24px rgba(15,23,42,.11);transform:translateY(-2px)}.wall-card-ghost{opacity:.3;border:2px dashed #2563eb}.wall-thumb{position:relative;height:132px;overflow:hidden;background:#e2e8f0}.wall-thumb img{width:100%;height:100%;object-fit:cover}.wall-order{position:absolute;top:8px;left:8px;display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:rgba(15,23,42,.82);color:#fff;font-size:11px;font-weight:900}.wall-card-body{display:flex;align-items:center;gap:8px;padding:10px 10px 7px}.wall-card-body div{min-width:0}.wall-drag{color:#94a3b8;font-size:20px;cursor:grab}.wall-card-body strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1e293b;font-size:11px}.wall-card-body small{color:#94a3b8;font-size:10px}.wall-actions{display:flex;gap:5px;padding:0 10px 10px}.wall-actions button,.wall-actions a{display:inline-flex;align-items:center;justify-content:center;height:28px;border:1px solid #e2e8f0;border-radius:7px;background:#f8fafc;color:#475569;padding:0 8px;font-size:10px;font-weight:700;text-decoration:none;cursor:pointer}.wall-actions button:first-child{flex:1}.wall-actions .danger:hover{background:#fef2f2;color:#dc2626}.wall-empty{margin:12px 24px 18px;min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #e2e8f0;border-radius:14px;background:#fff;color:#94a3b8}.wall-empty[hidden]{display:none}.wall-empty span{font-size:34px}.wall-empty strong{margin:8px 0 3px;color:#475569}.wall-loading,.wall-error{grid-column:1/-1;display:flex;min-height:120px;align-items:center;justify-content:center;gap:8px;color:#64748b}.wall-error{color:#b91c1c}.wall-footer{padding:13px 24px;border-top:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:11px}.wall-footer button{border:0;border-radius:9px;background:#2563eb;color:#fff;padding:9px 22px;font-weight:800;cursor:pointer}@keyframes wallRise{from{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:none}}@keyframes wallProgress{from{transform:translateX(-80%)}to{transform:translateX(250%)}}@media(max-width:640px){.wall-modal{padding:8px}.wall-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding-inline:12px}.wall-dropzone{margin-inline:12px}.wall-dropzone span,.wall-footer span{display:none}}
