101 lines
10 KiB
CSS
101 lines
10 KiB
CSS
:root {
|
|
--bg: #0b0a14;
|
|
--panel: rgba(20, 18, 40, 0.76);
|
|
--panel-border: rgba(140, 110, 220, 0.25);
|
|
--ink: #e8e3ff;
|
|
--ink-dim: #9c95c4;
|
|
--accent: #b388ff;
|
|
--accent-2: #6effc8;
|
|
--warn: #ffb454;
|
|
--danger: #ff5b6e;
|
|
--shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
|
|
--radius: 14px;
|
|
--rune: "Cinzel", "Cormorant Garamond", "Trajan Pro", serif;
|
|
--body: "Inter", "Segoe UI", system-ui, sans-serif;
|
|
}
|
|
* { box-sizing: border-box; }
|
|
html, body {
|
|
margin: 0; padding: 0; min-height: 100vh;
|
|
background: radial-gradient(1200px 700px at 20% -10%, #1d1640 0%, transparent 60%), radial-gradient(900px 600px at 90% 0%, #1a2a44 0%, transparent 55%), linear-gradient(180deg, var(--bg) 0%, #07060f 100%);
|
|
color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased;
|
|
}
|
|
.aurora { position: fixed; inset: 0; pointer-events: none; z-index: 0; background: radial-gradient(600px 240px at 12% 30%, rgba(110,255,200,.10), transparent 70%), radial-gradient(600px 240px at 88% 70%, rgba(179,136,255,.10), transparent 70%); filter: blur(20px); animation: drift 22s ease-in-out infinite alternate; }
|
|
@keyframes drift { from { transform: translate3d(-15px,-10px,0); } to { transform: translate3d(15px,10px,0); } }
|
|
.topbar { position: sticky; top: 0; z-index: 5; display: flex; align-items: center; gap: 18px; padding: 16px 28px; border-bottom: 1px solid var(--panel-border); backdrop-filter: blur(12px); background: rgba(10, 8, 20, .72); }
|
|
.brand { display: flex; align-items: center; gap: 14px; flex: 1; min-width: 220px; }
|
|
.brand .sigil { font-size: 34px; filter: drop-shadow(0 0 12px rgba(179,136,255,.55)); }
|
|
.brand h1 { margin: 0; font-family: var(--rune); letter-spacing: .12em; text-transform: uppercase; font-size: 22px; }
|
|
.brand .tagline { margin: 2px 0 0; color: var(--ink-dim); font-size: 12px; letter-spacing: .15em; text-transform: uppercase; }
|
|
.status { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,.04); border: 1px solid var(--panel-border); font-size: 13px; color: var(--ink-dim); max-width: 42%; }
|
|
.status .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ink-dim); }
|
|
.status.ok .dot { background: var(--accent-2); box-shadow: 0 0 10px var(--accent-2); }
|
|
.status.busy .dot { background: var(--warn); box-shadow: 0 0 10px var(--warn); animation: pulse 1.4s infinite; }
|
|
.status.err .dot { background: var(--danger); box-shadow: 0 0 10px var(--danger); }
|
|
@keyframes pulse { 0%,100% { transform: scale(1); opacity:.95; } 50% { transform: scale(1.3); opacity:.6; } }
|
|
.actions, .set-tools, .drawer-actions { display: flex; gap: 8px; flex-wrap: wrap; }
|
|
button, select { appearance: none; border: 1px solid var(--panel-border); background: rgba(255,255,255,.04); color: var(--ink); padding: 8px 14px; border-radius: 10px; cursor: pointer; font-family: inherit; font-size: 13px; letter-spacing: .04em; transition: transform .08s ease, background .15s ease, border-color .15s ease; }
|
|
select { min-width: 220px; background: rgba(0,0,0,.25); }
|
|
button:hover { background: rgba(179,136,255,.12); border-color: rgba(179,136,255,.55); }
|
|
button:active { transform: translateY(1px); }
|
|
button.primary { color: #06140f; background: linear-gradient(135deg, var(--accent-2), #a5ffe1); border-color: rgba(110,255,200,.7); font-weight: 700; }
|
|
button.ghost { color: var(--ink-dim); }
|
|
button.danger { color: var(--danger); border-color: rgba(255,91,110,.4); }
|
|
button.danger:hover { background: rgba(255,91,110,.10); border-color: rgba(255,91,110,.7); }
|
|
button.linkish { padding: 0; border: 0; background: transparent; color: var(--accent); }
|
|
main { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 18px; padding: 24px 28px 80px; }
|
|
.panel { background: var(--panel); border: 1px solid var(--panel-border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 18px 20px 22px; backdrop-filter: blur(10px); }
|
|
.hero-panel { display: flex; justify-content: space-between; align-items: center; gap: 18px; }
|
|
.panel-head { display: flex; align-items: center; gap: 16px; margin-bottom: 14px; }
|
|
h2 { margin: 0; font-family: var(--rune); font-size: 16px; letter-spacing: .18em; text-transform: uppercase; }
|
|
.muted { margin: 6px 0 0; color: var(--ink-dim); font-size: 13px; }
|
|
.panel-controls { margin-left: auto; }
|
|
input[type="search"] { background: rgba(0,0,0,.25); border: 1px solid var(--panel-border); border-radius: 10px; color: var(--ink); padding: 9px 12px; width: 360px; font-family: inherit; font-size: 13px; outline: none; }
|
|
input[type="search"]:focus { border-color: var(--accent); }
|
|
.badge { padding: 3px 8px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; border-radius: 999px; background: rgba(255,180,84,.12); color: var(--warn); border: 1px solid rgba(255,180,84,.35); }
|
|
.categories { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; max-height: 112px; overflow: auto; }
|
|
.chip { background: rgba(255,255,255,.03); color: var(--ink-dim); border-radius: 999px; padding: 5px 12px; font-size: 12px; }
|
|
.chip.active { background: rgba(179,136,255,.15); border-color: var(--accent); color: var(--ink); }
|
|
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 12px; }
|
|
.set-grid { grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); }
|
|
.tile { position: relative; display: flex; flex-direction: column; background: linear-gradient(160deg, rgba(255,255,255,.035), rgba(255,255,255,.01)); border: 1px solid var(--panel-border); border-radius: 12px; overflow: hidden; color: var(--ink); transition: transform .08s ease, border-color .15s ease, background .15s ease; }
|
|
.tile:hover { border-color: rgba(179,136,255,.6); }
|
|
.play-hit { border: 0; border-radius: 0; width: 100%; text-align: left; padding: 14px 14px 10px; background: transparent; min-height: 88px; }
|
|
.play-hit:hover { background: radial-gradient(220px 80px at 30% 0%, rgba(179,136,255,.18), transparent 65%); border: 0; }
|
|
.tile .name { font-weight: 700; font-size: 14px; line-height: 1.3; margin-bottom: 8px; word-break: break-word; }
|
|
.tile .meta { display: flex; gap: 6px; flex-wrap: wrap; font-size: 11px; color: var(--ink-dim); letter-spacing: .04em; }
|
|
.tag { background: rgba(255,255,255,.04); border: 1px solid var(--panel-border); border-radius: 999px; padding: 2px 8px; text-transform: uppercase; }
|
|
.tile-actions { display: flex; justify-content: flex-end; gap: 8px; padding: 0 10px 10px; }
|
|
.mini { padding: 5px 9px; font-size: 11px; border-radius: 8px; }
|
|
.mini.ok { color: var(--accent-2); border-color: rgba(110,255,200,.5); }
|
|
.tag-loop { background: rgba(255,180,84,.14); color: var(--warn); border-color: rgba(255,180,84,.5); }
|
|
.tile.is-loop { border-color: rgba(255,180,84,.45); box-shadow: inset 0 0 0 1px rgba(255,180,84,.10); }
|
|
.tile.is-loop:hover { border-color: rgba(255,180,84,.8); }
|
|
.loop-glyph { color: var(--warn); margin-left: 4px; font-weight: 700; }
|
|
.variant-row { display: flex; flex-wrap: wrap; gap: 4px; padding: 0 10px 6px; }
|
|
.variant-btn { padding: 3px 8px; font-size: 11px; border-radius: 6px; min-width: 26px; background: rgba(179,136,255,.08); border: 1px solid rgba(179,136,255,.28); color: var(--ink-dim); }
|
|
.variant-btn:hover { background: rgba(179,136,255,.20); color: var(--ink); border-color: var(--accent); }
|
|
.filter-panel .panel-head { align-items: flex-start; justify-content: space-between; }
|
|
.filter-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 10px; }
|
|
.filter-card { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 12px; border: 1px solid var(--panel-border); border-radius: 12px; background: linear-gradient(160deg, rgba(255,255,255,.035), rgba(255,255,255,.01)); transition: border-color .15s ease, background .15s ease, box-shadow .15s ease; }
|
|
.filter-card.active { border-color: rgba(110,255,200,.7); background: radial-gradient(260px 110px at 20% 0%, rgba(110,255,200,.14), rgba(255,255,255,.02)); box-shadow: inset 0 0 0 1px rgba(110,255,200,.12); }
|
|
.filter-card strong { display: block; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 4px; }
|
|
.filter-card span { display: block; color: var(--ink-dim); font-size: 12px; line-height: 1.35; }
|
|
.filter-actions { display: flex; gap: 6px; flex-shrink: 0; }
|
|
.momentary.holding { color: #06140f; background: linear-gradient(135deg, var(--accent-2), #a5ffe1); border-color: rgba(110,255,200,.8); }
|
|
.badge.filter-active { color: var(--accent-2); background: rgba(110,255,200,.12); border-color: rgba(110,255,200,.5); }
|
|
.active-row.is-loop { border-color: rgba(255,180,84,.45); background: rgba(255,180,84,.06); }
|
|
.active-row .loop-glyph { font-weight: 700; }
|
|
.empty { margin: 16px 4px 0; color: var(--ink-dim); font-style: italic; }
|
|
footer { position: relative; z-index: 1; padding: 14px 28px 26px; color: var(--ink-dim); font-size: 12px; display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
|
|
footer .sep { opacity: .5; } footer code { background: rgba(255,255,255,.05); border-radius: 6px; padding: 2px 6px; font-size: 11.5px; }
|
|
.drawer-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 20; }
|
|
.drawer { position: fixed; top: 0; right: 0; width: min(460px, 94vw); height: 100vh; z-index: 21; padding: 20px; background: rgba(13, 11, 26, .96); border-left: 1px solid var(--panel-border); box-shadow: -16px 0 40px rgba(0,0,0,.45); transform: translateX(0); transition: transform .18s ease; overflow-y: auto; }
|
|
.drawer[aria-hidden="true"] { transform: translateX(105%); }
|
|
.drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
|
|
.active-list { display: flex; flex-direction: column; gap: 10px; margin-top: 14px; }
|
|
.active-row { display: flex; justify-content: space-between; gap: 12px; border: 1px solid var(--panel-border); border-radius: 12px; padding: 12px; background: rgba(255,255,255,.035); }
|
|
.active-row strong { display: block; margin-bottom: 3px; }
|
|
.active-row span, .active-row em { display: block; color: var(--ink-dim); font-size: 12px; }
|
|
.active-row em { color: var(--danger); margin-top: 4px; }
|
|
@media (max-width: 860px) { .topbar { flex-wrap: wrap; } .status { max-width: 100%; order: 3; } .hero-panel, .panel-head { flex-direction: column; align-items: flex-start; } .panel-controls, input[type="search"] { width: 100%; } }
|