:root{--color-bg: #f5f5f7;--color-surface: #ffffff;--color-surface-subtle: #f2f2f7;--color-text-primary: #1d1d1f;--color-text-secondary: #6e6e73;--color-text-tertiary: #8e8e93;--color-border: #d2d2d7;--color-border-strong: #c7c7cc;--color-accent: #0071e3;--color-accent-pressed: #0058b0;--color-success: #2d8a34;--color-warning: #b76e00;--color-danger: #c9342f;--color-info: #0f69cc;--color-focus: rgba(0, 113, 227, .35);--radius-sm: 10px;--radius-md: 14px;--radius-lg: 18px;--shadow-card: 0 6px 22px rgba(0, 0, 0, .08);--shadow-subtle: 0 1px 2px rgba(0, 0, 0, .08);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-7: 2rem;--space-8: 2.5rem;--duration-fast: .14s;--easing-standard: cubic-bezier(.2, 0, 0, 1);--focus-ring: 0 0 0 3px var(--color-focus);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Arial,sans-serif;color:var(--color-text-primary);background-color:var(--color-bg);line-height:1.5}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%}body{min-height:100vh;background:var(--color-bg);color:var(--color-text-primary)}a{color:var(--color-accent)}a:hover{color:var(--color-accent-pressed)}main.page{max-width:1100px;margin:0 auto;padding:var(--space-7) var(--space-4) var(--space-8)}.hero{background:var(--color-surface);color:var(--color-text-primary);border-radius:var(--radius-lg);padding:var(--space-6);box-shadow:var(--shadow-card);border:1px solid var(--color-border);margin-bottom:var(--space-6)}.hero h1{margin:var(--space-2) 0 var(--space-2);letter-spacing:-.02em;font-size:clamp(1.55rem,4vw,2rem);line-height:1.2}.hero .lede{margin:0;max-width:720px;color:var(--color-text-secondary)}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;color:var(--color-text-tertiary);margin:0;font-weight:600}.layout-grid{display:grid;grid-template-columns:1fr;gap:var(--space-5)}@media(min-width:900px){.layout-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.panel{background:var(--color-surface);border-radius:var(--radius-md);padding:var(--space-5);border:1px solid var(--color-border);box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:var(--space-3)}.panel h2{margin:var(--space-1) 0;letter-spacing:-.01em}.panel-head p{margin:var(--space-1) 0 0}.muted{color:var(--color-text-secondary);margin:var(--space-1) 0}.stack{display:flex;flex-direction:column;gap:var(--space-3)}.field .label{font-size:.92rem;color:var(--color-text-primary);font-weight:600}input,textarea,button,select{font:inherit}input[type=file],input[type=text],input[type=email],input[type=datetime-local],select,textarea{width:100%;padding:.72rem .82rem;min-height:44px;border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);background:var(--color-surface);color:var(--color-text-primary)}input[type=file]:focus-visible,input[type=text]:focus-visible,input[type=email]:focus-visible,input[type=datetime-local]:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible,a:focus-visible{outline:none;box-shadow:var(--focus-ring)}textarea{resize:vertical;min-height:110px}button{align-self:flex-start;min-height:44px;padding:.65rem 1.05rem;border-radius:var(--radius-sm);border:1px solid transparent;background:var(--color-accent);color:#fff;cursor:pointer;font-weight:600;transition:background-color var(--duration-fast) var(--easing-standard),border-color var(--duration-fast) var(--easing-standard),color var(--duration-fast) var(--easing-standard),transform var(--duration-fast) var(--easing-standard);box-shadow:var(--shadow-subtle)}button:hover{background:var(--color-accent-pressed)}button:active{transform:translateY(1px)}button:disabled{opacity:.55;cursor:not-allowed;transform:none}button.ghost{background:var(--color-surface-subtle);color:var(--color-text-primary);border-color:var(--color-border);box-shadow:none}button.ghost:hover{background:#e8e8ed}.ghost-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;align-self:flex-start;padding:.65rem 1.05rem;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface-subtle);color:var(--color-text-primary);font-weight:600;text-decoration:none;transition:background-color var(--duration-fast) var(--easing-standard),border-color var(--duration-fast) var(--easing-standard),color var(--duration-fast) var(--easing-standard)}.ghost-link:hover{background:#e8e8ed}.status{margin:0;font-weight:600;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);border:1px solid var(--color-border)}.status.error{background:#fff1f0;border-color:#f2c3c0;color:var(--color-danger)}.status.success{background:#f1f9f2;border-color:#b9e0bb;color:var(--color-success)}.status.warning{background:#fff8ed;border-color:#efd3ab;color:var(--color-warning)}.list{background:var(--color-surface-subtle);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.9rem}.list-head{font-weight:700;color:var(--color-text-primary);margin-bottom:.4rem}.share-grid{display:grid;gap:var(--space-4);padding:var(--space-3);border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border)}@media(min-width:900px){.share-grid{grid-template-columns:minmax(0,2fr) minmax(0,1fr);align-items:start}}.share-panel{display:flex;flex-direction:column;gap:var(--space-3)}.share-url input[readonly]{background:var(--color-surface-subtle)}.copy-row{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center}.share-meta{display:grid;gap:var(--space-2);margin:0;padding:0}.share-meta div{display:grid;grid-template-columns:80px 1fr;gap:var(--space-2);align-items:start}.share-meta dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-tertiary)}.share-meta dd{margin:0;color:var(--color-text-primary);word-break:break-all}.qr-wrapper{display:flex;align-items:center;justify-content:center;padding:var(--space-3);border-radius:var(--radius-md);background:var(--color-surface-subtle);border:1px solid var(--color-border);min-height:200px}.qr-image{width:180px;height:180px;object-fit:contain}.list ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.note-body{font-weight:600;color:var(--color-text-primary)}.note-meta{font-size:.85rem;color:var(--color-text-secondary)}.object-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.badge{background:#eaf3ff;color:var(--color-info);border:1px solid #bfdcff;padding:.35rem .55rem;border-radius:var(--radius-sm);font-weight:600;font-size:.9rem}.auth-panel{border:1px solid var(--color-border);background:var(--color-surface)}.auth-user{display:flex;align-items:center;gap:.75rem;padding:.65rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-subtle)}.auth-actions{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center;margin-top:var(--space-3)}.auth-admin{margin-top:var(--space-3);display:flex;flex-direction:column;gap:var(--space-2)}.auth-avatar{width:44px;height:44px;border-radius:50%;background:var(--color-accent);color:#fff;display:grid;place-items:center;font-weight:700;letter-spacing:.02em;overflow:hidden}.auth-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.site-header.svelte-12qhfyh{background:var(--color-surface);color:var(--color-text-primary);border-bottom:1px solid var(--color-border);padding:.75rem 1rem;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:saturate(150%) blur(8px);backdrop-filter:saturate(150%) blur(8px)}.site-nav.svelte-12qhfyh{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.site-logo.svelte-12qhfyh{font-size:1.15rem;font-weight:700;color:var(--color-text-primary);text-decoration:none;letter-spacing:-.02em;min-height:44px;display:inline-flex;align-items:center}.site-logo.svelte-12qhfyh:hover{color:var(--color-accent-pressed)}.nav-links.svelte-12qhfyh{display:flex;gap:.25rem;flex:1;flex-wrap:wrap}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-text-secondary);text-decoration:none;font-size:.875rem;min-height:44px;padding:.4rem .7rem;border-radius:var(--radius-sm);font-weight:600;transition:background .15s,color .15s}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--color-surface-subtle);color:var(--color-text-primary)}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):focus-visible{outline:none;box-shadow:var(--focus-ring)}.nav-user.svelte-12qhfyh{font-size:.875rem;margin-left:auto}.user-email.svelte-12qhfyh{color:var(--color-text-secondary)}.participant-header.svelte-12qhfyh{padding:.5rem .75rem}.participant-nav.svelte-12qhfyh{max-width:1200px;gap:.5rem;flex-wrap:nowrap}.participant-title.svelte-12qhfyh{min-width:0;flex:1;text-align:center;font-size:1rem;font-weight:700;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.participant-user.svelte-12qhfyh{margin-left:0;min-width:0;max-width:36vw;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.muted.svelte-12qhfyh{color:var(--color-text-secondary)}@media(max-width:700px){.participant-title.svelte-12qhfyh{font-size:.95rem}.participant-user.svelte-12qhfyh{max-width:42vw;font-size:.82rem}}@media(min-width:900px){.site-header.svelte-12qhfyh{padding:.85rem 1.5rem}.participant-header.svelte-12qhfyh{padding:.55rem 1rem}}
