:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fff;--surface:#fff;--surface-muted:#f7f7f5;--text:#37352f;--text-muted:#787774;--border:#37352f17;--accent:#2eaadc;--accent-strong:#0b6e99;--success-1:#ecfdf3;--success-2:#abefc6;--success-3:#067647;--warning:#cb912f;--error:#e03e3e;--shadow:0 1px 3px #0000000a, 0 0 0 1px var(--border);--radius:8px;--site-header-h:48px;--font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-size:15px;line-height:1.5;overflow-x:hidden}body{min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.page-shell{max-width:1100px;min-height:calc(100vh - var(--site-header-h));min-height:calc(100dvh - var(--site-header-h));margin:0 auto;padding:20px 24px}.home-shell,.center-shell{min-height:calc(100vh - var(--site-header-h));min-height:calc(100dvh - var(--site-header-h));justify-content:center}.back-link{color:var(--text-muted);align-self:flex-start;align-items:center;gap:4px;font-size:14px;font-weight:500;transition:color .1s;display:inline-flex}.back-link:hover{color:var(--text)}.site-header{height:var(--site-header-h);background:var(--bg);border-bottom:1px solid var(--border);z-index:100;align-items:stretch;display:flex;position:sticky;top:0}.site-header-inner{justify-content:space-between;align-items:center;gap:12px;width:100%;padding:0 24px;display:flex}.site-header-brand{letter-spacing:-.01em;color:var(--text);border-radius:4px;margin-left:-4px;padding:4px;font-size:16px;font-weight:700;transition:color 80ms,background 80ms}.site-header-brand:hover{color:var(--accent-strong);background:var(--surface-muted)}.site-header-actions{align-items:center;gap:8px;display:flex}.site-header-new{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:6px;align-items:center;gap:4px;padding:5px 10px 5px 8px;font-size:13px;font-weight:500;transition:background 80ms,border-color 80ms,color 80ms;display:inline-flex}.site-header-new:hover{background:var(--surface-muted);color:var(--text);border-color:#37352f29}.site-header-new-plus{color:var(--text-muted);font-size:15px;line-height:1}@media (max-width:640px){.site-header-inner{padding:0 12px}.site-header-new-long{display:none}}.poll-shell{max-width:100%;min-height:calc(100vh - var(--site-header-h));min-height:calc(100dvh - var(--site-header-h));padding:20px 32px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.section{padding:20px}.stack{flex-direction:column;gap:12px;display:flex}.row{gap:12px;display:flex}.row.wrap{flex-wrap:wrap}.row.between{justify-content:space-between;align-items:center}.muted{color:var(--text-muted);font-size:14px}.badge{background:var(--surface-muted);color:var(--text);letter-spacing:.01em;border-radius:4px;align-items:center;gap:6px;padding:4px 10px;font-size:13px;font-weight:600;display:inline-flex}.button{border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:36px;padding:0 14px;font-size:14px;font-weight:500;transition:background .1s,border-color .1s,opacity .1s;display:inline-flex}.button:hover:not(:disabled){opacity:.85}.button:active:not(:disabled){opacity:.7}.button:disabled,.button[aria-disabled=true]{opacity:.55;cursor:not-allowed}.button[aria-busy=true]{cursor:progress;opacity:.85}.button.primary{background:var(--accent);color:#fff}.button.secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.button.secondary:hover:not(:disabled){background:var(--surface-muted);opacity:1}.button.ghost{color:var(--text-muted);background:0 0;border-color:#0000}.button.ghost:hover:not(:disabled){background:var(--surface-muted);opacity:1}.field{flex-direction:column;gap:4px;display:flex}.field label{color:var(--text-muted);font-size:13px;font-weight:500}.field input,.field select,.field textarea{background:var(--surface);width:100%;min-height:36px;color:var(--text);border:1px solid var(--border);border-radius:6px;padding:6px 10px;font-size:14px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 2px #2eaadc26}.field textarea{resize:vertical;min-height:80px}.field .hint{color:var(--text-muted);font-size:12px}.hero{grid-template-columns:1.2fr .8fr;align-items:stretch;gap:20px;display:grid}.hero h1,.section h1,.section h2,.section h3{margin:0}h1{letter-spacing:-.03em;font-size:clamp(28px,5vw,42px);font-weight:700;line-height:1.1}h2{letter-spacing:-.01em;font-size:20px;font-weight:600}h3{font-size:16px;font-weight:600}.hero p{color:var(--text-muted);margin:0;font-size:15px;line-height:1.55}.grid-preview{grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;display:grid}.grid-preview .slot{background:var(--surface-muted);border-radius:4px;height:28px}.split-layout{grid-template-columns:minmax(280px,340px) minmax(0,1fr);align-items:start;gap:16px;display:grid}.panel-title{flex-direction:column;gap:4px;display:flex}.panel-title p{margin:0}.create-poll-page{min-height:calc(100vh - var(--site-header-h));flex-direction:column;justify-content:center;align-items:center;padding-top:24px;padding-bottom:24px;display:flex}.create-poll-card{width:100%;max-width:900px}.create-poll-logo{margin-bottom:4px}.create-poll-logo-row{align-items:center;gap:10px;display:flex}.create-poll-breadcrumb{color:var(--text-muted);font-size:13px;font-weight:500}.import-source-badge{letter-spacing:.02em;text-transform:uppercase;color:var(--text-muted);background:var(--surface-muted);border:1px solid var(--border);cursor:help;border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:600;text-decoration:none;transition:background .1s,color .1s,border-color .1s;display:inline-flex}a.import-source-badge{cursor:pointer}.import-source-badge:hover{background:var(--surface);color:var(--text);border-color:var(--text-muted)}.create-poll-form{flex-direction:column;gap:24px;width:100%;display:flex}.create-poll-title-row{padding-top:8px}.create-poll-title-input{letter-spacing:-.03em;width:100%;color:var(--text);background:0 0;border:none;outline:none;padding:0;font-size:28px;font-weight:700;line-height:1.2}.create-poll-title-input::placeholder{color:var(--text-muted);opacity:.5}.create-poll-body{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:40px;display:grid}.create-poll-left{flex-direction:column;gap:14px;display:flex;overflow:hidden}.create-poll-left:has(>.calpick){min-height:380px}.create-poll-right{flex-direction:column;gap:14px;display:flex}.create-poll-section-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:13px;font-weight:600}.create-poll-time-row{gap:10px;display:flex}.create-poll-date-hint{color:var(--text-muted);font-size:13px;line-height:1.4}.create-poll-toggle-advanced{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:13px;font-weight:500;display:inline-flex}.create-poll-toggle-advanced:hover{color:var(--text)}.create-poll-footer{align-items:center;gap:12px;padding-top:4px;display:flex}.create-poll-submit{border-radius:8px;min-height:40px;padding:0 24px;font-size:15px;font-weight:600}.date-mode-toggle{border:1px solid var(--border);border-radius:6px;gap:0;width:fit-content;display:flex;overflow:hidden}.date-mode-btn{background:var(--surface);color:var(--text-muted);cursor:pointer;border:none;padding:6px 14px;font-size:13px;font-weight:500;transition:background .1s,color .1s}.date-mode-btn:not(:last-child){border-right:1px solid var(--border)}.date-mode-btn:hover{background:var(--surface-muted)}.date-mode-btn.date-mode-active{background:var(--accent);color:#fff}.dow-picker{flex:1;grid-template-columns:repeat(7,1fr);align-content:stretch;gap:6px;display:grid}.dow-btn{border:1px solid var(--border);background:var(--surface);height:100%;min-height:0;color:var(--text);cursor:pointer;touch-action:none;border-radius:10px;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:background 80ms,border-color 80ms,color 80ms;display:flex}.dow-btn:hover:not(.dow-active){background:var(--surface-muted)}.dow-btn.dow-active{background:var(--accent);color:#fff;border-color:var(--accent)}.calpick{flex-direction:column;gap:8px;display:flex}.calpick-nav{justify-content:flex-end;gap:4px;display:flex}.calpick-nav-btn{border:1px solid var(--border);background:var(--surface);width:28px;height:28px;color:var(--text-muted);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:background .1s,color .1s;display:flex}.calpick-nav-btn:hover:not(:disabled){background:var(--surface-muted);color:var(--text)}.calpick-nav-btn:disabled{opacity:.3;cursor:default}.calpick-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.calpick-month{flex-direction:column;gap:6px;display:flex}.calpick-month-label{color:var(--text);padding:0 2px;font-size:14px;font-weight:600}.calpick-weekdays{grid-template-columns:repeat(7,1fr);gap:0;display:grid}.calpick-weekday{text-align:center;color:var(--text-muted);letter-spacing:.02em;padding:4px 0;font-size:11px;font-weight:600}.calpick-days{grid-template-columns:repeat(7,1fr);gap:1px;display:grid}.calpick-day{aspect-ratio:1;width:100%;color:var(--text);cursor:pointer;touch-action:none;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;font-size:13px;font-weight:500;transition:background 80ms;display:flex;position:relative}.calpick-day:hover:not(:disabled):not(.calpick-selected):not(.calpick-pre-add):not(.calpick-pre-remove){background:var(--surface-muted)}.calpick-day.calpick-outside{visibility:hidden}.calpick-day.calpick-past{color:var(--text-muted);opacity:.35;cursor:default}.calpick-day.calpick-today{color:var(--accent-strong);background:#2eaadc14;font-weight:700}.calpick-day.calpick-today.calpick-selected{color:#fff}.calpick-day.calpick-selected{background:var(--accent);color:#fff;border-radius:4px}.calpick-day.calpick-selected.calpick-range-start{border-radius:8px 4px 4px 8px}.calpick-day.calpick-selected.calpick-range-end{border-radius:4px 8px 8px 4px}.calpick-day.calpick-selected.calpick-range-start.calpick-range-end{border-radius:8px}.calpick-day.calpick-pre-add{background:var(--accent);color:#fff;opacity:.55;border-radius:4px}.calpick-day.calpick-pre-add.calpick-range-start{border-radius:8px 4px 4px 8px}.calpick-day.calpick-pre-add.calpick-range-end{border-radius:4px 8px 8px 4px}.calpick-day.calpick-pre-add.calpick-range-start.calpick-range-end{border-radius:8px}.calpick-day.calpick-pre-remove{color:var(--text);background:#e03e3e33;border-radius:4px}.calpick-day.calpick-pre-remove.calpick-range-start{border-radius:8px 4px 4px 8px}.calpick-day.calpick-pre-remove.calpick-range-end{border-radius:4px 8px 8px 4px}.calpick-day.calpick-pre-remove.calpick-range-start.calpick-range-end{border-radius:8px}.calpick-summary{align-items:center;gap:8px;padding:2px 0;display:flex}.calpick-count{color:var(--text);font-size:13px;font-weight:500}.calpick-clear{color:var(--text-muted);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:12px;text-decoration:underline}.calpick-clear:hover{color:var(--error)}.button-spinner{vertical-align:-2px;border:2px solid;border-right-color:#0000;border-radius:50%;width:14px;height:14px;margin-right:8px;animation:.7s linear infinite button-spinner-rotate;display:inline-block}@keyframes button-spinner-rotate{to{transform:rotate(360deg)}}.import-dropdown{display:inline-block;position:relative}.import-dropdown-trigger{cursor:pointer;align-items:center;list-style:none;display:inline-flex}.import-dropdown-trigger::-webkit-details-marker{display:none}.import-dropdown[open] .import-dropdown-trigger svg{transition:transform .12s;transform:rotate(180deg)}.import-dropdown-menu{z-index:20;background:var(--surface);border:1px solid var(--border);min-width:160px;box-shadow:0 8px 32px #0000001a, 0 0 0 1px var(--border);border-radius:8px;flex-direction:column;display:flex;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden}.import-dropdown-option{text-align:left;color:var(--text);cursor:pointer;background:0 0;border:none;padding:8px 12px;font-size:14px;text-decoration:none;transition:background 80ms}.import-dropdown-option:hover{background:var(--surface-muted)}.tz-picker{position:relative}.tz-picker-trigger{background:var(--surface);width:100%;min-height:36px;color:var(--text);border:1px solid var(--border);text-align:left;cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;gap:4px;padding:6px 10px;font-size:14px;transition:border-color .1s;display:flex}.tz-picker-trigger:hover{border-color:var(--accent)}.tz-picker-dropdown{z-index:20;background:var(--surface);border:1px solid var(--border);box-shadow:0 8px 32px #0000001a, 0 0 0 1px var(--border);border-radius:8px;flex-direction:column;display:flex;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden}.tz-picker-search{border:none;border-bottom:1px solid var(--border);background:var(--surface-muted);width:100%;color:var(--text);outline:none;padding:8px 12px;font-size:13px}.tz-picker-list{flex-direction:column;max-height:200px;display:flex;overflow-y:auto}.tz-picker-option{text-align:left;color:var(--text);cursor:pointer;background:0 0;border:none;padding:6px 12px;font-size:13px;transition:background 80ms}.tz-picker-option:hover{background:var(--surface-muted)}.tz-picker-option.tz-picker-active{color:var(--accent-strong);background:#2eaadc14;font-weight:500}.tz-picker-inline{display:inline-flex;position:relative}.tz-picker-inline-trigger{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;margin:-2px -6px;padding:2px 6px;font-size:13px;transition:background 80ms,color 80ms;display:inline-flex}.tz-picker-inline-trigger:hover{background:var(--surface-muted);color:var(--text)}.tz-picker-inline-badge{color:var(--accent-strong);text-transform:uppercase;letter-spacing:.04em;background:#2eaadc1f;border-radius:9999px;padding:1px 5px;font-size:10px;font-weight:600}.tz-picker-inline .tz-picker-dropdown{min-width:280px;max-width:360px}.grid-panel-header{align-items:center;gap:8px;min-height:20px;display:flex}.group-filter{display:inline-flex;position:relative}.group-filter-trigger{color:var(--text);letter-spacing:-.01em;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:baseline;gap:4px;margin:-2px -6px;padding:2px 6px;font-family:inherit;font-size:13px;font-weight:600;transition:background 80ms;display:inline-flex}.group-filter-trigger:hover{background:var(--surface-muted)}.group-filter-trigger>svg{color:var(--text-muted);align-self:center}.group-filter-hint{color:var(--text-muted);font-weight:400}.group-filter-dropdown{z-index:20;background:var(--surface);border:1px solid var(--border);box-shadow:0 8px 32px #0000001a, 0 0 0 1px var(--border);border-radius:8px;flex-direction:column;min-width:240px;max-width:320px;display:flex;position:absolute;top:calc(100% + 4px);left:0;right:auto;overflow:hidden}.group-filter-toggle-all{background:var(--surface-muted);border:none;border-bottom:1px solid var(--border);text-align:left;color:var(--accent-strong);cursor:pointer;padding:8px 12px;font-family:inherit;font-size:12px;font-weight:500}.group-filter-toggle-all:hover{background:#2eaadc14}.group-filter-option{min-height:36px;color:var(--text);cursor:pointer;align-items:center;gap:10px;padding:8px 12px;font-size:13px;transition:background 80ms;display:flex}.group-filter-option:hover{background:var(--surface-muted)}.group-filter-option input[type=checkbox]{cursor:pointer;width:16px;height:16px;accent-color:var(--accent-strong);flex-shrink:0;margin:0}.group-filter-you{color:var(--text-muted);font-size:12px}@media (max-width:720px){.create-poll-body{grid-template-columns:1fr;gap:24px}.calpick-grid{grid-template-columns:1fr}}:root{--w2m-on:#2ecc71;--w2m-off:#f0f0ee;--w2m-empty:#fafaf8;--w2m-border:#37352f1f;--w2m-hour-border:#37352f40;--w2m-cell-h:clamp(10px, 1.35vh, 14px)}.w2m-wrap{background:var(--surface);overflow-x:auto}.w2m-grid{gap:0;min-width:fit-content;display:grid;position:relative}.w2m-grid:after{content:"";top:var(--w2m-header-h,36px);left:var(--w2m-time-w,54px);border-right:1px solid var(--w2m-hour-border);border-bottom:1px solid var(--w2m-hour-border);pointer-events:none;z-index:5;position:absolute;bottom:0;right:0}.w2m-corner{background:var(--surface);z-index:4;position:sticky;left:0}.w2m-day{text-align:center;background:var(--surface);z-index:3;flex-direction:column;align-items:center;gap:0;padding:4px 2px 6px;display:flex;position:sticky;top:0}.w2m-day-date{color:var(--text-muted);font-size:9px;font-weight:500;line-height:1.2}.w2m-day-name{color:var(--text);font-size:12px;font-weight:600;line-height:1.2}.w2m-time{color:var(--text-muted);text-align:right;height:var(--w2m-cell-h);background:var(--surface);z-index:2;white-space:nowrap;justify-content:flex-end;align-items:flex-start;padding:0 6px 0 0;font-size:10px;font-weight:500;line-height:1;display:flex;position:sticky;left:0}.w2m-cell{height:var(--w2m-cell-h);border:none;border-left:1px solid var(--w2m-border);touch-action:none;cursor:pointer;border-radius:0;outline:none;margin:0;padding:0;font-size:0;position:relative}.w2m-time+.w2m-cell{border-left-color:var(--w2m-hour-border)}.w2m-cell.w2m-half-hour{border-top:1px solid #37352f14}.w2m-cell.w2m-hour{border-top:1px solid var(--w2m-hour-border)}.w2m-time.w2m-hour{border-top:none}.w2m-cell.w2m-off{background:var(--w2m-off)}.w2m-cell.w2m-on{background:var(--w2m-on)}.w2m-cell.w2m-pre-on{background:var(--w2m-on);opacity:.5}.w2m-cell.w2m-pre-off{opacity:.6;background:#e8a0a0}.w2m-cell.w2m-draft{background-image:repeating-linear-gradient(135deg,#2eaadc26,#2eaadc26 3px,#0000 3px 6px)}.w2m-gap-col{background:repeating-linear-gradient(-45deg, transparent, transparent 2px, var(--border) 2px, var(--border) 3px);opacity:.5;min-width:6px}.w2m-cell.w2m-heat{border-left:1px solid var(--w2m-border)}.w2m-cell.w2m-heat:hover{outline:2px solid var(--accent);outline-offset:-1px;z-index:1}.inspect-panel{animation:.15s inspFadeIn}@keyframes inspFadeIn{0%{opacity:0}to{opacity:1}}.dual-grids{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;flex:auto;justify-content:safe center;align-items:stretch;gap:12px;min-height:0;padding-top:4px;padding-bottom:4px;display:flex;overflow-x:auto}.grid-panel{scroll-snap-align:start;flex-direction:column;flex:480px;gap:4px;min-width:320px;max-width:560px;display:flex}.join-overlay{z-index:5;border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.pin-input{-webkit-text-security:disc}.join-overlay-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:10px;width:100%;max-width:260px;padding:20px;display:flex;box-shadow:0 4px 24px #00000014}.chat-bar{z-index:50;pointer-events:none;flex-direction:column;align-items:center;padding:0 24px 24px;display:flex;position:fixed;bottom:0;left:0;right:0}.chat-log{pointer-events:auto;background:var(--surface);border:1px solid var(--border);border-bottom:none;border-radius:16px 16px 0 0;flex-direction:column;gap:6px;width:100%;max-width:860px;max-height:280px;padding:12px 16px;animation:.2s chatSlideUp;display:flex;position:relative;overflow-y:auto;box-shadow:0 -4px 24px #0000000a}@keyframes chatSlideUp{0%{opacity:0;max-height:0;padding-top:0;padding-bottom:0}to{opacity:1;max-height:280px}}.chat-close{border:1px solid var(--border);cursor:pointer;width:24px;height:24px;color:var(--text-muted);z-index:2;background:#fff;border-radius:9999px;flex-shrink:0;justify-content:center;align-self:flex-end;align-items:center;transition:background .12s,color .12s;display:flex;position:sticky;top:0;box-shadow:0 1px 4px #0000000f}.chat-close:hover{background:var(--bg-hover,#f5f5f4);color:var(--text)}.chat-collapsed-hint{pointer-events:auto;text-align:center;width:100%;max-width:860px;color:var(--text-muted);cursor:pointer;background:var(--surface);border:1px solid var(--border);border-bottom:none;border-radius:12px 12px 0 0;padding:4px 0;font-size:11px;transition:color .12s}.chat-collapsed-hint:hover{color:var(--text)}.chat-unread-badge{background:var(--accent);color:#fff;border-radius:9999px;justify-content:center;align-items:center;min-width:16px;height:16px;margin-right:4px;padding:0 4px;font-size:10px;font-weight:600;animation:.2s badgePop;display:inline-flex}@keyframes badgePop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@media (max-width:640px){.chat-bar{padding:0 8px 8px}.chat-log{border-radius:12px 12px 0 0;max-height:200px;padding:10px 12px}.chat-close{width:32px;height:32px}.chat-close svg{width:12px;height:12px}.chat-collapsed-hint{border-radius:10px 10px 0 0;padding:8px 0;font-size:12px}.chat-bar-inner{border-radius:20px;padding:4px 4px 4px 12px}.chat-bar-inner.chat-bar-has-log,.chat-bar-inner.chat-bar-has-hint{border-radius:0 0 12px 12px}.chat-bar-inner textarea{min-height:32px;max-height:32px;font-size:16px}.chat-bubble{max-width:90%;font-size:13px}}.chat-bar-inner.chat-bar-has-hint{border-top:none;border-radius:0 0 16px 16px}.chat-msg{display:flex}.chat-msg-user{justify-content:flex-end}.chat-msg-assistant,.chat-msg-error{justify-content:flex-start}.chat-bubble{word-break:break-word;border-radius:12px;max-width:80%;padding:6px 12px;font-size:13px;line-height:1.5}.chat-bubble-user{background:var(--accent);color:#fff;border-bottom-right-radius:4px;align-items:center;gap:8px;display:flex}.chat-img-thumb{object-fit:cover;border:1px solid var(--border);border-radius:6px;flex-shrink:0;width:120px;max-height:80px;transition:opacity .12s}.chat-img-thumb:hover{opacity:.85}.chat-bubble-assistant{color:var(--text);background:#37352f0a;border-bottom-left-radius:4px}.chat-bubble-error{color:#c4554d;background:#eb575714;border-bottom-left-radius:4px;font-size:12px}.chat-tool-indicator{color:var(--accent);font-size:11px;font-weight:500;font-family:var(--font-mono,monospace);align-items:center;gap:4px;margin-bottom:3px;display:inline-flex}.chat-tool-check{color:var(--text-muted);font-family:var(--font-sans)}.chat-summary{white-space:pre-line;color:var(--text);font-size:12.5px}.chat-thinking{color:var(--text-muted);font-size:12px;font-style:italic}.chat-link-url{color:var(--accent);text-overflow:ellipsis;white-space:nowrap;max-width:280px;margin-top:2px;font-size:11px;text-decoration:none;display:block;overflow:hidden}.chat-link-url:hover{text-decoration:underline}.chat-bar-inner{pointer-events:auto;background:var(--surface);border:1px solid var(--border);border-radius:9999px;align-items:center;gap:8px;width:100%;max-width:860px;padding:6px 6px 6px 16px;display:flex;box-shadow:0 4px 24px #00000014,0 0 0 1px #37352f08}.chat-bar-inner.chat-bar-has-log{border-top:none;border-radius:0 0 16px 16px}.chat-bar-inner textarea{min-height:28px;max-height:28px;font-size:13px;font-family:var(--font-sans);color:var(--text);resize:none;background:0 0;border:none;flex:1;padding:4px 0;line-height:1.5;overflow:hidden}.chat-bar-inner textarea:focus{outline:none}.chat-bar-inner textarea::placeholder{color:var(--text-muted)}.chat-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.attach-row{flex-wrap:wrap;gap:6px;display:flex}.attach-thumb{border:1px solid var(--border);border-radius:6px;flex-shrink:0;width:64px;height:64px;position:relative;overflow:hidden}.attach-thumb img{object-fit:cover;cursor:pointer;width:100%;height:100%;display:block}.attach-remove{color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:12px;line-height:1;display:flex;position:absolute;top:2px;right:2px}.attach-remove:hover{background:#e03e3ed9}.attach-label{text-align:center;color:#fff;background:#00000073;padding:2px 0;font-size:9px;font-weight:500;position:absolute;bottom:0;left:0;right:0}.lightbox{z-index:9999;cursor:zoom-out;background:#000000b3;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.lightbox img{border-radius:6px;max-width:90vw;max-height:90vh;box-shadow:0 8px 32px #00000059}.pill-grid{flex-wrap:wrap;gap:8px;display:flex}.stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.stat{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);padding:14px}.stat strong{letter-spacing:-.02em;font-size:22px;display:block}.stat span{color:var(--text-muted);font-size:13px}.callout{border-left:3px solid var(--accent);background:#2eaadc0a;border-top:none;border-bottom:none;border-right:none;border-radius:6px;padding:10px 14px;font-size:14px}.callout.warning{border-left-color:var(--warning);background:#cb912f0f}.callout.error{border-left-color:var(--error);background:#e03e3e0a}.error-callout{flex-direction:column;gap:4px;display:flex}.error-callout-heading{color:var(--error);font-weight:600}.error-callout-body{color:var(--text)}.error-callout-hint{color:var(--text-muted);font-size:13px}.hint.hint-error{color:var(--error)}.input-invalid{box-shadow:0 0 0 1px #e03e3e2e;border-color:var(--error)!important}.input-invalid:focus{box-shadow:0 0 0 2px #e03e3e2e;border-color:var(--error)!important}.divider{background:var(--border);width:100%;height:1px}.list{margin:0;padding-left:20px;font-size:14px}.list li+li{margin-top:6px}@media (max-width:980px){.hero,.split-layout,.stat-grid{grid-template-columns:1fr}.split-layout>:last-child{order:-1}.page-shell,.poll-shell{padding:16px}}@media (max-width:640px){.w2m-grid{min-width:0}.w2m-day{padding:4px 1px;font-size:10px}.w2m-time{padding-right:4px;font-size:9px}.stat-grid{grid-template-columns:1fr}.row{flex-direction:column;gap:8px}.row.between{flex-direction:row}.hero{grid-template-columns:1fr}.hero p{font-size:14px}.create-poll-body{grid-template-columns:1fr;gap:20px}.calpick-grid{grid-template-columns:1fr}.poll-shell{padding:12px}.date-mode-toggle{width:100%}.date-mode-btn{text-align:center;flex:1}.dow-picker{grid-template-columns:repeat(7,1fr)}.dow-btn{min-height:48px;font-size:12px}.tz-picker-dropdown{border-radius:16px 16px 0 0;max-height:60vh;position:fixed;inset:auto 0 0}.tz-picker-list{max-height:50vh}.create-poll-card{box-shadow:none;border:none;padding:16px}.create-poll-title-input{font-size:22px}h1{font-size:28px}}
