:root{--panel-width:400px;--accent:#fff;--ink:#0d0d0f;--muted:hsla(0,0%,100%,.72);--radius:18px}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#fff;-webkit-font-smoothing:antialiased;overflow:hidden}.stage{position:fixed;inset:0;background-image:url(https://cdn.prod.website-files.com/6792360420772921cc641e68/6a367052c365d252ecd63814_D7B89043-EAF2-457F-959C-55034FBF0F92.webp);background-size:cover;background-position:50%;animation:slowzoom 40s ease-in-out infinite alternate}@keyframes slowzoom{0%{transform:scale(1)}to{transform:scale(1.08)}}.scrim{position:fixed;inset:0;background:linear-gradient(120deg,rgba(0,0,0,.55),rgba(0,0,0,.25) 45%,rgba(0,0,0,.15))}.shell{position:relative;z-index:2;height:100vh;flex-direction:column;padding:28px 32px}.shell,.topbar{display:flex;justify-content:space-between}.brand,.topbar{align-items:center}.brand{display:flex;gap:12px;font-weight:700;letter-spacing:.02em;font-size:20px}.brand .logo{width:40px;height:40px;border-radius:10px;background:#fff;color:var(--ink);display:grid;place-items:center;font-weight:800;font-size:16px}.tagline{max-width:520px}.tagline h1{font-size:clamp(32px,5vw,56px);line-height:1.05;font-weight:700;text-shadow:0 2px 24px rgba(0,0,0,.4)}.tagline p{margin-top:14px;font-size:18px;color:var(--muted);text-shadow:0 1px 12px rgba(0,0,0,.4)}.footer{font-size:13px;color:var(--muted)}.panel{position:fixed;top:50%;left:32px;transform:translateY(-50%);z-index:3;width:var(--panel-width);max-width:calc(100vw - 64px);background:rgba(20,20,24,.72);backdrop-filter:blur(22px) saturate(1.2);-webkit-backdrop-filter:blur(22px) saturate(1.2);border:1px solid hsla(0,0%,100%,.14);border-radius:var(--radius);padding:26px;box-shadow:0 24px 60px rgba(0,0,0,.45)}.field{margin-bottom:14px}.field label{display:block;font-size:12px;font-weight:600;color:var(--muted);margin-bottom:6px;letter-spacing:.02em}.text-input{width:100%;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.18);border-radius:10px;padding:11px 12px;color:#fff;font-size:14px;outline:none;transition:border-color .2s ease,background .2s ease}.text-input::placeholder{color:hsla(0,0%,100%,.4)}.text-input:focus{border-color:#fff;background:hsla(0,0%,100%,.12)}select.text-input{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}select.text-input option{color:#111}.new-event,.select-row{display:flex;gap:8px;align-items:stretch}.new-event .text-input,.select-row .text-input{flex:1 1;min-width:0}.mini-btn{flex-shrink:0;white-space:nowrap;background:hsla(0,0%,100%,.14);border:1px solid hsla(0,0%,100%,.2);color:#fff;border-radius:10px;padding:0 12px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s ease}.mini-btn:hover:not(:disabled){background:hsla(0,0%,100%,.24)}.mini-btn.ghost{background:none}.mini-btn:disabled{opacity:.5;cursor:not-allowed}.errmsg.small{margin-top:8px;font-size:11px;text-align:left}.dropzone{border:2px dashed hsla(0,0%,100%,.35);border-radius:14px;padding:34px 18px;text-align:center;cursor:pointer;transition:border-color .2s ease,background .2s ease}.dropzone.dragging,.dropzone:hover{border-color:#fff;background:hsla(0,0%,100%,.06)}.dropzone .plus{width:54px;height:54px;margin:0 auto 14px;border-radius:50%;background:#fff;color:var(--ink);display:grid;place-items:center;font-size:30px;font-weight:300;line-height:1}.dropzone h2{font-size:17px;font-weight:600}.dropzone span{display:block;margin-top:6px;font-size:13px;color:var(--muted)}.filelist{margin-top:16px;max-height:200px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.fileitem{display:flex;align-items:center;gap:10px;font-size:13px;background:hsla(0,0%,100%,.06);border-radius:10px;padding:8px 10px}.fileitem .thumb{width:34px;height:34px;border-radius:7px;object-fit:cover;flex-shrink:0;background:hsla(0,0%,100%,.12)}.fileitem .meta{flex:1 1;min-width:0}.fileitem .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fileitem .size{color:var(--muted);font-size:11px}.fileitem .remove{background:none;border:none;color:var(--muted);cursor:pointer;font-size:18px;line-height:1;padding:2px 4px}.fileitem .remove:hover{color:#fff}.status-icon{font-size:15px;flex-shrink:0}.status-icon.ok{color:#46d17f}.status-icon.err{color:#ff6b6b}.btn{margin-top:18px;width:100%;border:none;border-radius:999px;padding:14px;font-size:15px;font-weight:600;cursor:pointer;background:#fff;color:var(--ink);transition:opacity .2s ease,transform .1s ease}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:disabled{opacity:.5;cursor:not-allowed}.progress{margin-top:16px;height:6px;border-radius:999px;background:hsla(0,0%,100%,.15);overflow:hidden}.progress>i{display:block;height:100%;background:#fff;transition:width .2s ease}.result{margin-top:16px;text-align:center}.result .big{font-size:34px;margin-bottom:8px}.result h3{font-size:18px;font-weight:600}.result p{margin-top:6px;font-size:13px;color:var(--muted)}.link-btn{margin-top:14px;background:none;border:1px solid hsla(0,0%,100%,.3);color:#fff;border-radius:999px;padding:10px 18px;font-size:13px;cursor:pointer}.link-btn:hover{border-color:#fff}.hint{margin-top:12px;color:var(--muted)}.errmsg,.hint{font-size:12px;text-align:center}.errmsg{margin-top:10px;color:#ff9a9a}.errlist,.errmsg{word-break:break-word}.errlist{margin:12px 0 0;padding:10px 12px;list-style:none;text-align:left;font-size:11px;line-height:1.5;color:#ffbdbd;background:hsla(0,100%,71%,.1);border:1px solid hsla(0,100%,71%,.25);border-radius:10px;max-height:150px;overflow-y:auto}.errlist strong{color:#fff}@media (max-width:720px){.panel{left:50%;transform:translate(-50%,-50%)}.tagline{display:none}}