:root{font-family:system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:#0f0f10;color:#f3f3f3}*{box-sizing:border-box}body{margin:0;background:#0f0f10}main{max-width:860px;margin:auto;padding:18px}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.brand{font-size:23px;letter-spacing:.5px}.brand b{color:#d8b65a}.status{font-size:12px;padding:7px 10px;border-radius:20px;background:#222;color:#aaa}.status.ok{color:#9ff2b5;background:#12321c}.composer,.toolbar,.item{background:#171719;border:1px solid #2b2b2e;border-radius:16px;padding:14px;margin-bottom:14px}.drop{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:110px;border:1px dashed #666;border-radius:14px;cursor:pointer;background:#111}.drop.drag{border-color:#d8b65a;background:#211d13}.drop input{display:none}.drop span{font-size:20px}.drop small{color:#aaa;margin-top:5px}textarea,input{width:100%;margin-top:10px;background:#0d0d0e;color:#fff;border:1px solid #343438;border-radius:12px;padding:12px;font:inherit}textarea{min-height:88px;resize:vertical}.row,.toolbar,.actions{display:flex;gap:8px}.row input,.toolbar input{margin-top:10px;flex:1}.toolbar input{margin-top:0}.toolbar button{white-space:nowrap}button{border:0;border-radius:11px;padding:11px 14px;background:#d8b65a;color:#17130a;font-weight:700;cursor:pointer}button:disabled{opacity:.5}.progress{font-size:13px;color:#cfcfcf;margin-top:8px;min-height:18px}.items{display:grid;gap:10px}.item{margin-bottom:0}.top{display:flex;justify-content:space-between;gap:10px;align-items:center}.name{font-weight:700;word-break:break-word}.kind{font-size:11px;color:#d8b65a;background:#2a2416;padding:4px 7px;border-radius:20px}.meta{font-size:12px;color:#999;margin-top:6px}.preview{white-space:pre-wrap;word-break:break-word;color:#ddd;margin-top:8px;max-height:110px;overflow:auto}.actions{margin-top:11px}.actions button{flex:1;background:#26262a;color:#eee}.actions .link{background:#d8b65a;color:#17130a}@media(max-width:560px){main{padding:12px}.row,.actions{flex-direction:column}.brand{font-size:20px}}