*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0c14;--surface:#12162a;--surface-2:#1b2040;--axis:#2a3060;--gold:#f0c040;--gold-dim:#b8902a;--gold-glow:#f0c04059;--text:#e8eaf6;--text-muted:#8892b0;--dot-size:16px;--connector-w:48px;--card-w:300px;--transition-card:.5s cubic-bezier(.4, 0, .2, 1)}:root,[data-theme=dark]{--shell-bg:#191a1b;--shell-bg-gradient:radial-gradient(ellipse at 70% -10%, #2a2c2e 0%, #191a1b 55%), radial-gradient(ellipse at 0% 110%, #232425 0%, transparent 50%);--shell-surface:#222426b8;--shell-surface-2:#3032348c;--shell-border:#ffffff14;--shell-border-hover:#ffffff2e;--shell-text:#ececec;--shell-text-muted:#9a9b9d;--shell-accent:#38bdf8;--shell-accent-soft:#38bdf82e;--shell-on-accent:#06283a;--shell-input-bg:#14151699;--shell-shadow:0 8px 32px #00000073;--shell-glow:0 0 40px #38bdf81a;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=light]{--shell-bg:#f4f5f7;--shell-bg-gradient:radial-gradient(ellipse at 70% -10%, #fff 0%, #f4f5f7 55%), radial-gradient(ellipse at 0% 110%, #eceef2 0%, transparent 50%);--shell-surface:#ffffffd1;--shell-surface-2:#fff9;--shell-border:#1414281a;--shell-border-hover:#14142838;--shell-text:#1a1d2e;--shell-text-muted:#5a6072;--shell-accent:#0e7490;--shell-accent-soft:#0e749024;--shell-on-accent:#fff;--shell-input-bg:#ffffffb3;--shell-shadow:0 8px 32px #1416281a;--shell-glow:0 0 40px #0e74901a;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html,body,#root{background:var(--shell-bg);height:100%;color:var(--shell-text);-webkit-font-smoothing:antialiased;font-family:Segoe UI,system-ui,sans-serif}.start-overlay{z-index:100;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.start-overlay-bg{background:radial-gradient(ellipse at center, var(--surface) 0%, var(--bg) 70%);position:absolute;inset:0}.start-content{text-align:center;padding:2rem;position:relative}.start-title{letter-spacing:.04em;color:var(--gold);text-shadow:none;margin-bottom:.75rem;font-size:clamp(2rem,6vw,4rem);font-weight:800}.start-subtitle{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem}.start-button{background:var(--gold);color:var(--bg);letter-spacing:.02em;cursor:pointer;box-shadow:0 6px 24px var(--gold-glow), 0 1px 0 #ffffff26 inset;border:none;border-radius:999px;align-items:center;gap:.55rem;padding:.8rem 1.8rem;font-size:1rem;font-weight:600;transition:box-shadow .18s,background .18s;display:inline-flex}.start-button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.start-button:hover:not(:disabled){box-shadow:0 10px 32px var(--gold-glow), 0 1px 0 #fff3 inset}.start-button-icon{justify-content:center;align-items:center;display:inline-flex}.timeline-page{background:var(--bg);min-height:100vh;color:var(--text);flex-direction:column;align-items:center;padding:3rem 1rem 6rem;transition:background .25s,color .25s;display:flex}.timeline-container{width:100%;max-width:900px;position:relative}.timeline-axis{background:var(--axis);border-radius:2px;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-progress-line{background:linear-gradient(to bottom, var(--gold-dim), var(--gold));width:3px;box-shadow:0 0 8px var(--gold-glow);border-radius:3px;transition:height 40ms linear;position:absolute;top:0;left:50%;transform:translate(-50%)}.timeline-playhead{background:var(--gold);width:18px;height:18px;box-shadow:0 0 14px var(--gold-glow), 0 0 30px var(--gold-glow);z-index:10;border-radius:50%;transition:top 40ms linear;position:absolute;left:50%;transform:translate(-50%,-50%)}.timeline-playhead.pulsing{animation:.6s ease-out infinite alternate playhead-pulse}@keyframes playhead-pulse{0%{box-shadow:0 0 14px var(--gold-glow), 0 0 30px var(--gold-glow);transform:translate(-50%,-50%)scale(1)}to{box-shadow:0 0 30px var(--gold-glow), 0 0 60px var(--gold-glow);transform:translate(-50%,-50%)scale(1.5)}}.timeline-event-anchor{justify-content:center;align-items:flex-start;width:100%;display:flex;position:absolute;left:50%;transform:translate(-50%)}.timeline-event-wrapper{align-items:center;display:flex;position:absolute;top:0}.timeline-event-wrapper.left{flex-direction:row-reverse;right:calc(50% + 1px)}.timeline-event-wrapper.right{flex-direction:row;left:calc(50% + 1px)}.event-connector{background:var(--gold-dim);width:0;height:2px;transition:width .35s .1s;position:absolute;top:0;transform:translateY(-50%)}.event-connector.visible{width:var(--connector-w)}.timeline-event-wrapper.left .event-connector{right:0}.timeline-event-wrapper.right .event-connector{left:0}.event-dot{width:var(--dot-size);height:var(--dot-size);border:2px solid var(--axis);background:var(--bg);border-radius:50%;flex-shrink:0;transition:border-color .3s,background .3s,box-shadow .3s;position:absolute;top:0;transform:translateY(-50%)}.timeline-event-wrapper.left .event-dot{right:calc(-1 * var(--dot-size) / 2)}.timeline-event-wrapper.right .event-dot{left:calc(-1 * var(--dot-size) / 2)}.event-dot.visible{border-color:var(--gold-dim);background:var(--surface)}.event-dot.active{border-color:var(--gold);background:var(--gold);box-shadow:0 0 16px var(--gold-glow), 0 0 32px var(--gold-glow);animation:.4s cubic-bezier(.34,1.56,.64,1) dot-pop}@keyframes dot-pop{0%{transform:translateY(-50%)scale(.4)}to{transform:translateY(-50%)scale(1)}}.event-card{opacity:0;transition:opacity var(--transition-card);width:var(--card-w);margin:0 calc(var(--connector-w) + 10px);flex-shrink:0;transform:translateY(-50%)}.event-card.visible{opacity:1}.event-card.active .event-card-inner{border-color:var(--gold);box-shadow:0 0 24px var(--gold-glow), 0 4px 24px #00000080}.event-card-inner{background:var(--surface);border:1px solid var(--surface-2);border-left:3px solid var(--gold-dim);border-radius:12px;padding:1.1rem 1.3rem;transition:border-color .4s,box-shadow .4s}.event-date{text-transform:uppercase;letter-spacing:.08em;color:var(--gold-dim);margin-bottom:.4rem;font-size:.72rem;font-weight:600;display:block}.event-title{color:var(--text);margin-bottom:.5rem;font-size:1rem;font-weight:700;line-height:1.3}.event-description{color:var(--text-muted);font-size:.875rem;line-height:1.55}.event-description p{margin:0 0 .35em}.event-description p:last-child{margin-bottom:0}.event-description strong{color:var(--text);font-weight:600}.event-description em{font-style:italic}.event-description s{opacity:.6}.event-description ul{margin:.2em 0 .35em 1.2em;padding:0}.event-description img{border-radius:6px;max-width:100%;margin-top:6px;display:block}.ruler-label{pointer-events:none;z-index:1;align-items:center;gap:.6rem;display:flex;position:absolute;left:50%;transform:translateY(-50%)}.ruler-label.ruler-left{flex-direction:row-reverse;padding-right:.4rem;transform:translate(-100%,-50%)}.ruler-label.ruler-right{flex-direction:row;padding-left:.4rem}.ruler-label.ruler-axis{background:var(--surface);border:1px solid var(--axis);z-index:2;border-radius:4px;gap:0;padding:1px 8px;transform:translate(-50%,-50%)}.ruler-label span{letter-spacing:.06em;color:var(--gold);opacity:.55;font-family:Segoe UI,system-ui,sans-serif;font-size:1.5rem;font-weight:700}.ruler-tick{background:var(--axis);flex-shrink:0;width:28px;height:2px}.restart-button{z-index:200;border:1px solid var(--axis);background:var(--surface);width:44px;height:44px;color:var(--gold);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s;display:inline-flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 16px #00000040}.restart-button:hover{border-color:var(--gold);box-shadow:0 6px 22px var(--gold-glow);transform:rotate(-60deg)}.restart-button svg{display:block}@media (width<=640px){:root{--card-w:200px;--connector-w:24px}.event-card-inner{padding:.8rem .9rem}.event-title{font-size:.85rem}.event-description{font-size:.78rem}}.page-status{min-height:100vh;color:var(--text-muted);justify-content:center;align-items:center;font-size:1rem;display:flex}.page-status.error{color:#f87171}.not-found-page{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.not-found-box{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:480px;display:flex}.not-found-icon{filter:drop-shadow(0 0 18px var(--gold));font-size:3.5rem;line-height:1}.not-found-box h1{color:var(--gold);font-size:1.5rem;font-weight:700;line-height:1.3}.not-found-box p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}.not-found-sub{opacity:.7;font-style:italic}.admin-page{background:var(--shell-bg-gradient), var(--shell-bg);min-height:100vh;color:var(--shell-text);padding:2.5rem 1.5rem 4rem}.admin-header{align-items:center;gap:1rem;max-width:1000px;margin:0 auto 1.5rem;display:flex}.admin-logo{border-radius:14px;width:56px;height:56px;box-shadow:0 6px 20px #00000059}.admin-title{color:var(--shell-accent);font-size:1.6rem;font-weight:800}.admin-sub{color:var(--shell-text-muted);font-size:.9rem}.admin-table-wrap{border:1px solid var(--shell-border);background:var(--shell-surface);-webkit-backdrop-filter:blur(14px);border-radius:14px;max-width:1000px;margin:0 auto;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:.9rem}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid var(--shell-border);white-space:nowrap;padding:.75rem 1rem}.admin-table th{color:var(--shell-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:600}.admin-table tr:last-child td{border-bottom:none}.admin-title-cell{color:var(--shell-text);white-space:normal;font-weight:600}.admin-actions{gap:.75rem;display:flex}.admin-link{color:var(--shell-accent);font-weight:600;text-decoration:none}.admin-link:hover{text-decoration:underline}.admin-empty{text-align:center;color:var(--shell-text-muted);padding:2rem}.field{flex-direction:column;gap:.35rem;display:flex}.field-label{text-transform:uppercase;letter-spacing:.07em;color:var(--shell-text-muted);font-size:.75rem;font-weight:600}.optional{text-transform:none;opacity:.6;font-weight:400}.field-input{background:var(--shell-input-bg);border:1px solid var(--shell-border);color:var(--shell-text);resize:vertical;border-radius:10px;width:100%;padding:.6rem .8rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,background .2s}.field-input:focus{border-color:var(--shell-accent);background:var(--shell-surface-2);outline:none}.pause-row{align-items:center;gap:.6rem;display:flex}.pause-row input[type=range]{accent-color:var(--shell-accent);flex:1}.pause-value{color:var(--shell-text-muted);text-align:right;min-width:2.6rem;font-size:.8rem}.event-toggle{cursor:pointer;color:var(--shell-text);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.event-toggle input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--shell-accent);cursor:pointer}.btn-primary{background:var(--shell-accent);color:var(--shell-on-accent);letter-spacing:.02em;cursor:pointer;border:none;border-radius:10px;padding:.65rem 1.4rem;font-size:.95rem;font-weight:600;transition:box-shadow .25s,background .2s,opacity .15s;box-shadow:0 1px 2px #00000040,0 2px 6px #00000029}.btn-primary:hover:not(:disabled){background:color-mix(in srgb, var(--shell-accent) 92%, white);box-shadow:0 3px 10px #00000047, 0 0 16px var(--shell-accent-soft), 0 0 5px var(--shell-accent-soft)}.btn-primary:active:not(:disabled){box-shadow:0 1px 2px #0000004d}.btn-primary:focus-visible{box-shadow:0 0 0 3px var(--shell-accent-soft), 0 2px 6px #00000029;outline:none}.btn-primary:disabled{opacity:.45;cursor:default;box-shadow:none}.btn-primary.saved{color:#fff;box-shadow:none;opacity:1;cursor:default;background:#16a34a}.btn-primary.small{border-radius:8px;padding:.45rem 1rem;font-size:.85rem}.btn-ghost{border:1px solid var(--shell-border);color:var(--shell-text-muted);cursor:pointer;background:0 0;border-radius:10px;padding:.65rem 1.2rem;font-size:.9rem;transition:border-color .15s,color .15s}.btn-ghost:hover{border-color:var(--shell-border-hover);color:var(--shell-text)}.btn-ghost.small{border-radius:8px;padding:.45rem .9rem;font-size:.85rem}.form-error{color:#f87171;background:#f871711a;border:1px solid #f871714d;border-radius:6px;padding:.5rem .75rem;font-size:.85rem}.home-page{background:var(--shell-bg-gradient), var(--shell-bg);flex-direction:column;justify-content:center;align-items:center;gap:2rem;min-height:100vh;padding:2rem 1rem;display:flex}.home-hero{text-align:center}.home-logo{border-radius:20px;width:88px;height:88px;margin-bottom:1rem;box-shadow:0 8px 28px #00000059}.home-title{color:var(--shell-accent);letter-spacing:-.02em;margin-bottom:.6rem;font-size:clamp(2.2rem,6vw,4rem);font-weight:800}.home-lead{color:var(--shell-text-muted);max-width:480px;font-size:1.1rem}.home-form{background:var(--shell-surface);-webkit-backdrop-filter:blur(14px);border:1px solid var(--shell-border);width:100%;max-width:440px;box-shadow:var(--shell-shadow), var(--shell-glow);border-radius:20px;flex-direction:column;gap:1.2rem;padding:2rem;display:flex}.home-hint{color:var(--shell-text-muted);text-align:center;opacity:.7;font-size:.82rem}.start-no-events{color:var(--text-muted);opacity:.8;margin-top:.75rem;font-size:.82rem}.edit-layout{background:var(--shell-bg-gradient), var(--shell-bg);grid-template-columns:380px 1fr;min-height:100vh;display:grid}.edit-panel{background:var(--shell-surface);-webkit-backdrop-filter:blur(14px);border-right:1px solid var(--shell-border);flex-direction:column;gap:0;height:100vh;display:flex;position:sticky;top:0;overflow-y:auto}.edit-panel-header{border-bottom:1px solid var(--shell-border);background:var(--shell-surface);-webkit-backdrop-filter:blur(14px);z-index:10;justify-content:space-between;align-items:center;padding:1.1rem 1.2rem;display:flex;position:sticky;top:0}.edit-panel-title{color:var(--shell-text);font-size:1rem;font-weight:700}.edit-preview{background:0 0;height:100vh;position:relative;overflow-y:auto;transform:translateZ(0)}.preview-badge{z-index:20;text-align:center;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-dim);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--axis);background:#0a0c14d9;padding:.4rem;font-size:.72rem;font-weight:600;position:sticky;top:0}.editor-section{border-bottom:1px solid var(--shell-border)}.section-toggle{width:100%;color:var(--shell-text);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.85rem 1.2rem;font-size:.9rem;font-weight:600;transition:background .15s;display:flex}.section-toggle:hover{background:var(--shell-surface-2)}.toggle-icon{color:var(--shell-text-muted);font-size:.7rem}.section-body{flex-direction:column;gap:.9rem;padding:0 1.2rem 1.2rem;display:flex}.section-body.always-open{padding:1.2rem}.badge{background:var(--shell-surface-2);color:var(--shell-text-muted);border-radius:999px;justify-content:center;align-items:center;margin-left:.35rem;padding:.05rem .45rem;font-size:.7rem;font-weight:700;display:inline-flex}.color-grid{flex-direction:column;gap:.6rem;display:flex}.color-row{justify-content:space-between;align-items:center;display:flex}.color-input-wrap{align-items:center;gap:.5rem;display:flex}.color-input-wrap input[type=color]{cursor:pointer;background:0 0;border:none;border-radius:6px;width:32px;height:32px;padding:0}.color-hex{color:var(--shell-text-muted);font-family:monospace;font-size:.75rem}.preset-grid{flex-wrap:wrap;gap:.5rem;display:flex}.preset-swatch{cursor:pointer;border:2px solid;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:transform .15s;display:flex}.preset-swatch:hover{transform:scale(1.15)}.leitfarbe-row{align-items:center;gap:.6rem;display:flex}.leitfarbe-row input[type=color]{border:2px solid var(--shell-border);cursor:pointer;background:0 0;border-radius:8px;width:40px;height:40px;padding:0}.leitfarbe-hint{color:var(--shell-text-muted);margin-left:auto;font-size:.72rem;font-style:italic}.event-list{flex-direction:column;gap:.4rem;list-style:none;display:flex}.event-list-empty{color:var(--shell-text-muted);padding:.5rem 0;font-size:.82rem}.event-list-item{background:var(--shell-surface-2);border:1px solid var(--shell-border);border-radius:10px;justify-content:space-between;align-items:center;padding:.5rem .75rem;transition:border-color .2s;display:flex}.event-list-item.active{border-color:var(--shell-accent)}.eli-info{flex-direction:column;gap:.15rem;min-width:0;display:flex}.eli-date{color:var(--shell-accent);opacity:.85;font-size:.7rem;font-weight:600}.eli-title{color:var(--shell-text);white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-size:.85rem;overflow:hidden}.eli-actions{gap:.3rem;display:flex}.btn-icon{border:1px solid var(--shell-border);color:var(--shell-text-muted);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;transition:border-color .15s,color .15s;display:flex}.btn-icon:hover{border-color:var(--shell-border-hover);color:var(--shell-text)}.btn-icon.danger:hover{color:#f87171;border-color:#f87171}.btn-add{border:1px dashed var(--shell-border);color:var(--shell-text-muted);cursor:pointer;background:0 0;border-radius:10px;width:100%;padding:.5rem;font-size:.85rem;transition:border-color .15s,color .15s,background .15s}.btn-add:hover{border-color:var(--shell-accent);color:var(--shell-accent);background:var(--shell-accent-soft)}.event-form{background:var(--shell-surface-2);border:1px solid var(--shell-border);border-radius:12px;flex-direction:column;gap:.75rem;padding:.9rem;display:flex}.form-actions{gap:.6rem;display:flex}.share-section{border-bottom:none}.share-row{flex-direction:column;gap:.4rem;display:flex}.share-label{color:var(--shell-text-muted);font-size:.78rem;font-weight:600}.share-link-row{gap:.5rem;display:flex}.share-input{background:var(--shell-input-bg);border:1px solid var(--shell-border);color:var(--shell-text-muted);border-radius:8px;flex:1;min-width:0;padding:.45rem .6rem;font-family:monospace;font-size:.75rem}.btn-copy{background:var(--shell-surface-2);border:1px solid var(--shell-border);color:var(--shell-text);cursor:pointer;white-space:nowrap;border-radius:8px;padding:.45rem .7rem;font-size:.78rem;font-weight:600;transition:background .15s,color .15s,border-color .15s}.btn-copy:hover{background:var(--shell-accent);color:var(--shell-on-accent);border-color:var(--shell-accent)}.theme-toggle{z-index:1000;background:var(--shell-surface);-webkit-backdrop-filter:blur(14px);border:1px solid var(--shell-border);cursor:pointer;color:var(--shell-text);letter-spacing:.03em;box-shadow:var(--shell-shadow);border-radius:999px;align-items:center;gap:.5rem;padding:.4rem .5rem .4rem .85rem;font-size:.78rem;font-weight:600;transition:border-color .2s,box-shadow .2s;display:inline-flex;position:fixed;top:1.1rem;right:1.1rem}.theme-toggle:hover{border-color:var(--shell-border-hover);box-shadow:var(--shell-shadow), 0 0 30px var(--shell-accent-soft)}.theme-toggle-label{text-transform:uppercase;color:var(--shell-text-muted);font-size:.68rem}.theme-toggle-track{background:var(--shell-surface-2);border:1px solid var(--shell-border);border-radius:999px;flex-shrink:0;width:44px;height:24px;transition:background .3s;position:relative}.theme-toggle-knob{background:linear-gradient(135deg, var(--shell-accent), color-mix(in srgb, var(--shell-accent) 60%, #fff));width:20px;height:20px;box-shadow:0 2px 8px var(--shell-accent-soft);border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;transition:transform .35s cubic-bezier(.4,0,.2,1),background .3s;display:flex;position:absolute;top:1px;left:1px}[data-theme=light] .theme-toggle-knob{transform:translate(20px)}[data-theme=dark] .theme-toggle-knob,:root:not([data-theme]) .theme-toggle-knob{transform:translate(0)}@media (width<=860px){.edit-layout{grid-template-rows:auto 1fr;grid-template-columns:1fr}.edit-panel{height:auto;max-height:60vh;position:static;overflow-y:auto}.edit-preview{min-height:80vh}}.disclaimer-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);background:#000000a6;place-items:center;padding:1.25rem;animation:.18s ease-out disclaimer-fade-in;display:grid;position:fixed;inset:0}.disclaimer-card{border:1px solid var(--shell-border,#ffffff1a);width:100%;max-width:520px;color:var(--shell-text,var(--text));background:#21242b;border-radius:14px;padding:1.6rem 1.5rem 1.4rem;animation:.2s cubic-bezier(.2,.8,.2,1) disclaimer-pop-in;box-shadow:0 20px 60px #0000008c}[data-theme=light] .disclaimer-card{background:#fff}.disclaimer-title{color:var(--gold);margin-bottom:.9rem;font-size:1.2rem;font-weight:600}.disclaimer-text{color:var(--shell-text-muted,var(--text-muted));margin-bottom:.85rem;font-size:.92rem;line-height:1.55}.disclaimer-text strong{color:var(--shell-text,var(--text));font-weight:600}.disclaimer-actions{justify-content:flex-end;margin-top:1.1rem;display:flex}@keyframes disclaimer-fade-in{0%{opacity:0}to{opacity:1}}@keyframes disclaimer-pop-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.eli-color-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;display:inline-block}.field-optional{color:var(--shell-text-muted);font-size:.75rem;font-weight:400}.preset-swatch.selected{box-shadow:0 0 0 3px var(--shell-accent,#f0c040)}.rich-editor-wrapper{border:1px solid var(--shell-border);background:var(--shell-surface-2,#1a1d2e);border-radius:8px;overflow:hidden}.rich-editor-toolbar{border-bottom:1px solid var(--shell-border);background:var(--shell-surface,#12162a);flex-wrap:wrap;align-items:center;gap:2px;padding:4px 6px;display:flex}.re-btn{min-width:30px;height:28px;color:var(--shell-text);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;padding:0 6px;font-size:.85rem;line-height:1;transition:background .15s,border-color .15s;display:flex}.re-btn:hover{background:var(--shell-border)}.re-btn.active{background:var(--shell-accent-soft,#f0c0402e);border-color:var(--shell-border-hover)}.re-separator{background:var(--shell-border);flex-shrink:0;width:1px;height:18px;margin:0 4px}.rich-editor-content{padding:8px 10px}.rich-editor-content .ProseMirror{min-height:80px;color:var(--shell-text);caret-color:var(--shell-accent,#f0c040);outline:none;font-size:.875rem;line-height:1.55}.rich-editor-content .ProseMirror p{margin:0 0 .3em}.rich-editor-content .ProseMirror p:last-child{margin-bottom:0}.rich-editor-content .ProseMirror img{border-radius:6px;max-width:100%;margin:6px 0;display:block}.rich-editor-content .ProseMirror ul{margin:.2em 0 .3em 1.2em;padding:0}.rich-editor-content .ProseMirror.ProseMirror-focused{outline:none}.emoji-modal-backdrop{z-index:300;background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.emoji-modal-inner{border-radius:12px;overflow:hidden;box-shadow:0 16px 48px #0009}.gif-picker-backdrop{z-index:300;background:#000000a6;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.gif-picker-modal{background:var(--shell-surface,#12162a);border:1px solid var(--shell-border);border-radius:12px;flex-direction:column;width:100%;max-width:520px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 16px 48px #0009}.gif-picker-header{border-bottom:1px solid var(--shell-border);flex-shrink:0;gap:8px;padding:12px;display:flex}.gif-picker-search{background:var(--shell-surface-2,#1a1d2e);border:1px solid var(--shell-border);color:var(--shell-text);border-radius:7px;outline:none;flex:1;padding:7px 12px;font-size:.875rem}.gif-picker-search:focus{border-color:var(--shell-border-hover)}.gif-picker-close{width:34px;height:34px;color:var(--shell-text-muted);cursor:pointer;background:0 0;border:none;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;transition:background .15s,color .15s;display:flex}.gif-picker-close:hover{background:var(--shell-border);color:var(--shell-text)}.gif-picker-loading{text-align:center;color:var(--shell-text-muted);padding:24px;font-size:.85rem}.gif-picker-no-key{text-align:center;color:var(--shell-text-muted);padding:20px 16px;font-size:.82rem;line-height:1.6}.gif-picker-no-key code{background:var(--shell-surface-2,#1a1d2e);border:1px solid var(--shell-border);width:fit-content;color:var(--shell-text);border-radius:6px;margin:6px auto;padding:6px 10px;font-family:monospace;display:block}.gif-picker-no-key a{color:var(--shell-accent,#f0c040)}.gif-grid{flex:1;grid-template-columns:repeat(3,1fr);gap:4px;padding:8px;display:grid;overflow-y:auto}.gif-grid-item{background:var(--shell-surface-2,#1a1d2e);cursor:pointer;aspect-ratio:1;border:none;border-radius:6px;padding:0;transition:opacity .15s,transform .15s;overflow:hidden}.gif-grid-item:hover{opacity:.85;transform:scale(1.03)}.gif-grid-item img{object-fit:cover;width:100%;height:100%;display:block}.gif-powered{text-align:center;color:var(--shell-text-muted);flex-shrink:0;padding:6px 0 8px;font-size:.68rem}
