:root{--bg: #0f172a;--panel: #1f2937;--panel-2: #273244;--text: #e5e7eb;--muted: #94a3b8;--accent: #f59e0b;--accent-2: #fbbf24;--danger: #ef4444;--ok: #10b981;--radius: 12px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);-webkit-text-size-adjust:100%}button,input,textarea,select{font:inherit;color:inherit}.app{max-width:720px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--panel);border-bottom:1px solid #334155}.topbar h1{font-size:18px;margin:0}.content{flex:1;padding:16px 16px 100px}.card{background:var(--panel);border-radius:var(--radius);padding:14px;margin-bottom:12px}.btn{background:var(--accent);color:#1a1a1a;border:0;border-radius:var(--radius);padding:14px 16px;font-weight:600;width:100%;cursor:pointer}.btn.secondary{background:var(--panel-2);color:var(--text)}.btn.danger{background:var(--danger);color:#fff}.input,.textarea,.select{width:100%;background:var(--panel-2);border:1px solid #334155;border-radius:var(--radius);padding:12px;margin-bottom:10px}.textarea{min-height:100px;resize:vertical}.row{display:flex;gap:8px}.row>*{flex:1}.muted{color:var(--muted);font-size:13px}.entry-list{display:flex;flex-direction:column;gap:10px}.entry{background:var(--panel);padding:12px;border-radius:var(--radius)}.entry-meta{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);margin-bottom:6px}.entry-typ{font-size:11px;padding:2px 8px;border-radius:999px;background:var(--panel-2)}.entry-typ.foto{color:var(--accent)}.entry-typ.video{color:#60a5fa}.entry-typ.sprach{color:var(--ok)}.media-thumb{max-width:100%;border-radius:8px;display:block}.fab{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:var(--accent);color:#1a1a1a;font-weight:700;border:0;padding:14px 24px;border-radius:999px;box-shadow:0 6px 16px #0006;cursor:pointer}.capture-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.capture-btn{background:var(--panel-2);border:1px solid #334155;border-radius:var(--radius);padding:18px 10px;text-align:center;cursor:pointer;color:var(--text)}.capture-btn .ico{font-size:28px;display:block;margin-bottom:6px}.rec-dot{display:inline-block;width:10px;height:10px;background:var(--danger);border-radius:50%;margin-right:6px;animation:pulse 1s infinite}@keyframes pulse{50%{opacity:.3}}.error{color:var(--danger);font-size:13px;margin-bottom:8px}
