:root{color-scheme:dark;--cyan:#5beaff;--green:#45e89e;--violet:#9d78ff;--gold:#ffbd59;--bg:#020812;--panel:#061623;--line:rgba(91,234,255,.16);--muted:#86a4b5}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;min-height:100vh;background:radial-gradient(circle at 58% 20%,rgba(38,92,173,.12),transparent 35%),linear-gradient(180deg,#020913,#02070e);color:#effaff;font:15px Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;padding:0 26px 40px}.memoryTop{height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(91,234,255,.13);max-width:1500px;margin:auto}.memoryBrand{display:flex;align-items:center;gap:13px;color:inherit;text-decoration:none}.memoryBrand strong{font-size:28px;letter-spacing:.22em;text-shadow:0 0 18px rgba(91,234,255,.28)}.memoryBrand span{font-size:7px;line-height:1.45;letter-spacing:.14em;color:#7495a7}.memoryTopActions{display:flex;gap:8px;align-items:center}.backBtn,button,.button{border:1px solid rgba(91,234,255,.24);border-radius:10px;background:rgba(6,24,39,.84);color:#dffaff;text-decoration:none;padding:10px 13px;cursor:pointer;font:inherit;font-size:11px;font-weight:800}.backBtn:hover,button:hover,.button:hover{border-color:rgba(91,234,255,.62);background:rgba(15,51,70,.85)}.memoryHero{max-width:1500px;margin:20px auto 0;padding:24px 26px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,rgba(6,25,41,.96),rgba(6,14,31,.88));display:flex;justify-content:space-between;gap:24px;align-items:end}.memoryHero small{color:var(--cyan);font-size:9px;font-weight:900;letter-spacing:.2em}.memoryHero h1{margin:7px 0 6px;font-size:clamp(30px,4vw,48px);line-height:1.02;letter-spacing:-.04em}.memoryHero p{margin:0;color:var(--muted);font-size:12px;line-height:1.6;max-width:750px}.memoryHeroNote{font-size:10px;color:#7697a9;white-space:nowrap}.panel,.memory{background:linear-gradient(145deg,rgba(7,25,39,.94),rgba(3,13,23,.95));border:1px solid var(--line);border-radius:16px;padding:18px}.unlockPanel{max-width:720px;margin:36px auto;text-align:center}.unlockGlyph{width:58px;height:58px;margin:0 auto 12px;display:grid;place-items:center;border:1px solid rgba(91,234,255,.35);border-radius:17px;color:var(--cyan);font-size:22px}.unlockPanel h2{margin:5px 0 6px;font-size:20px}.unlockPanel p{color:var(--muted);font-size:11px}.unlockFields{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:15px}#unlockError{min-height:18px;margin-top:8px;color:#ff9aa7;font-size:10px}main{max-width:1500px;margin:18px auto}.toolbar{display:grid;grid-template-columns:minmax(260px,2fr) minmax(160px,1fr) minmax(160px,1fr) repeat(4,auto);gap:8px;position:sticky;top:10px;z-index:4;backdrop-filter:blur(14px)}input,select,textarea{width:100%;border:1px solid rgba(91,234,255,.2);border-radius:10px;background:#03101a;color:#eefaff;padding:10px 11px;font:inherit;font-size:11px;outline:none}input:focus,select:focus,textarea:focus{border-color:rgba(91,234,255,.55);box-shadow:0 0 0 2px rgba(91,234,255,.06)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:12px;margin-top:14px}.memory{cursor:pointer;transition:.16s;min-height:190px}.memory:hover{transform:translateY(-2px);border-color:rgba(91,234,255,.36);box-shadow:0 16px 35px rgba(0,0,0,.2)}.memory small{color:var(--cyan);font-size:8px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.memory h3{margin:8px 0;font-size:15px}.memory p{color:#a9bfca;font-size:11px;line-height:1.55}.memory .meta{font-size:9px;color:#718f9f}.pill{display:inline-block;border:1px solid rgba(91,234,255,.18);border-radius:99px;padding:4px 7px;margin:7px 3px 0 0;font-size:8px;color:#9fc8d8}.restricted{border-color:rgba(255,99,117,.35)}#editor{max-width:900px;margin:16px auto}#editor h2{font-size:20px}label{display:block;margin:11px 0;color:#9cb3bf;font-size:10px}textarea{min-height:150px}.actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}@media(max-width:900px){body{padding:0 14px 28px}.memoryHero{align-items:flex-start;flex-direction:column}.memoryHeroNote{white-space:normal}.toolbar{grid-template-columns:1fr 1fr;position:relative;top:auto}.toolbar input{grid-column:1/-1}.unlockFields{grid-template-columns:1fr}.memoryBrand span{display:none}}
