.dashboard-wrap{max-width:680px;margin:0 auto}.dash-main-wrap{max-width:1080px;margin:0 auto;padding:0 24px 48px}.dash-layout{align-items:flex-start;gap:20px;display:flex}.dash-nav-col{flex-shrink:0;width:220px;position:sticky;top:72px}.dash-nav-section{margin-bottom:28px}.dash-nav-section-head{justify-content:space-between;align-items:center;margin-bottom:6px;padding:0 4px;display:flex}.dash-nav-section-title{text-transform:uppercase;letter-spacing:.09em;color:var(--dim);font-size:.62rem;font-weight:600}.dash-nav-item{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-left-width:3px;border-radius:9px;flex-direction:column;gap:2px;width:100%;margin-bottom:2px;padding:9px 12px 9px 10px;transition:background .14s,border-color .14s,box-shadow .14s,border-left-color .22s;animation:.22s both navItemIn;display:flex;position:relative}.dash-nav-item:hover{background:var(--surface2)}.dash-nav-item:active:not(:disabled){transform:scale(.98)}.dash-nav-item.active{background:var(--surface);border-color:var(--border);border-left-color:var(--accent);box-shadow:var(--shadow-sm)}.dash-nav-item-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:500;overflow:hidden}.dash-nav-item-meta{color:var(--dim);white-space:nowrap;text-overflow:ellipsis;font-size:.65rem;overflow:hidden}.dash-nav-empty{color:var(--dim);padding:6px 12px;font-size:.78rem;font-style:italic}.dash-nav-loading{color:var(--dim);padding:6px 12px;font-size:.78rem}.dash-nav-error{color:var(--red,#e53e3e);padding:6px 12px;font-size:.72rem}.dash-detail-col{flex:1;min-width:0}.dash-detail-empty{border:1px dashed var(--border);color:var(--dim);text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:72px 32px;font-size:.88rem;display:flex}.dash-detail-empty p{margin:0}.dash-detail-panel{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:0;padding:28px;animation:.22s panelSlideIn;display:flex}.detail-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.detail-title{color:var(--text);margin:0;font-size:1.25rem;font-weight:700;line-height:1.3}.detail-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.detail-url-row{background:var(--surface2);border:1px solid var(--border);border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 14px;display:flex}.detail-url{color:var(--accent);word-break:break-all;flex:1;min-width:0;font-family:Menlo,Monaco,Consolas,monospace;font-size:.75rem}.detail-schedule{align-items:center;gap:10px;font-size:.8rem;display:flex}.detail-schedule-label{text-transform:uppercase;letter-spacing:.07em;color:var(--dim);white-space:nowrap;font-size:.62rem;font-weight:600}.detail-schedule-days{color:var(--muted)}.detail-divider{background:var(--border);height:1px}.detail-embed{flex-direction:column;gap:12px;display:flex}.detail-embed-header{justify-content:space-between;align-items:flex-start;display:flex}.detail-embed-title{color:var(--text);margin-bottom:4px;font-size:.88rem;font-weight:600}.embed-preview-row{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.embed-hint-note{color:var(--dim);font-size:.68rem}.detail-oneoff-note{color:var(--dim);font-size:.8rem;line-height:1.6}.detail-oneoff-note a{color:var(--accent)}.btn-copied{background:var(--accent)!important;color:#fff!important;border-color:var(--accent)!important}@media (width<=720px){.dash-layout{flex-direction:column}.dash-nav-col{width:100%;position:static}.dash-main-wrap{padding:0 16px 48px}}.org-setup-panel{text-align:center;max-width:480px;margin:0 auto}.org-setup-panel h2{margin-bottom:8px;font-size:1.35rem}.org-setup-panel p{color:var(--muted);margin-bottom:28px;font-size:.9rem}.org-form{text-align:left;flex-direction:column;gap:14px;display:flex}.org-form label{color:var(--dim);letter-spacing:.04em;text-transform:uppercase;font-size:.75rem}.org-form input{background:var(--input-bg);border:1px solid var(--input-border);width:100%;color:var(--text);box-shadow:var(--input-inset);border-radius:10px;margin-top:5px;padding:10px 14px;font-size:.92rem}.org-form input:focus{outline:2px solid var(--accent);outline-offset:-1px}.org-form-hint{color:var(--dim);margin-top:3px;font-size:.7rem}.dash-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:32px;display:flex}.dash-org-name{color:var(--text);font-size:1.4rem;font-weight:700}.dash-user-info{align-items:center;gap:10px;display:flex}.dash-avatar{object-fit:cover;border:2px solid var(--border);border-radius:50%;width:32px;height:32px}.dash-avatar-placeholder{border:2px solid var(--border);background:var(--surface);width:32px;height:32px;color:var(--muted);text-transform:uppercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:600;display:flex}.dash-user-name{color:var(--muted);font-size:.8rem}.dash-back-btn{color:var(--dim);cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;margin-bottom:20px;padding:4px 0;font-size:.78rem;transition:color .15s;display:inline-flex}.dash-back-btn:hover{color:var(--text)}.dash-back-btn svg{flex-shrink:0}.dash-section-head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.dash-section-title{letter-spacing:.08em;text-transform:uppercase;color:var(--dim);font-size:.7rem}.link-cards{flex-direction:column;gap:12px;display:flex}.link-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:14px;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px;display:flex}.link-card-body{flex:1;min-width:0}.link-card-title{color:var(--text);margin-bottom:4px;font-size:1rem;font-weight:600}.link-card-meta{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.link-card-tag{background:var(--surface2);color:var(--muted);border:1px solid var(--border);border-radius:99px;padding:2px 8px;font-size:.65rem}.link-card-url{color:var(--accent);word-break:break-all;font-family:monospace;font-size:.7rem}.link-card-actions{flex-shrink:0;gap:6px;display:flex}.link-card-btn{border:1px solid var(--border);cursor:pointer;background:var(--surface2);color:var(--muted);white-space:nowrap;border-radius:8px;padding:6px 14px;font-size:.72rem;transition:all .15s}.link-card-btn:hover{background:var(--border);color:var(--text)}.link-card-btn--danger:hover{background:var(--red-bg);color:var(--red);border-color:var(--red)}.link-empty{text-align:center;color:var(--dim);padding:40px 20px;font-size:.9rem}.link-empty strong{color:var(--muted);margin-bottom:8px;font-size:1.1rem;display:block}.schedule-grid{flex-direction:column;gap:6px;display:flex}.schedule-row{background:var(--surface2);border:1px solid var(--border);border-radius:10px;align-items:center;gap:12px;padding:8px 12px;transition:opacity .15s;display:flex}.schedule-row--multi{align-items:flex-start}.schedule-row--off{opacity:.5}.schedule-day-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;min-width:64px;padding-top:4px;display:flex}.schedule-day-toggle input[type=checkbox]{accentColor:var(--accent);cursor:pointer;flex-shrink:0;width:15px;height:15px}.schedule-day-label{color:var(--text);min-width:30px;font-size:.8rem;font-weight:600}.schedule-times{flex:1;align-items:center;gap:6px;display:flex}.schedule-intervals{flex-direction:column;flex:1;gap:6px;padding:2px 0;display:flex}.schedule-interval-row{align-items:center;gap:6px;display:flex}.schedule-remove-btn{cursor:pointer;color:var(--dim);background:0 0;border:none;padding:0 4px;font-size:1rem;line-height:1;transition:color .15s}.schedule-remove-btn:hover{color:var(--red,#e53e3e)}.schedule-add-btn{border:1px dashed var(--border);cursor:pointer;color:var(--dim);background:0 0;border-radius:6px;width:fit-content;margin-top:2px;padding:3px 10px;font-size:.68rem;transition:color .15s,border-color .15s}.schedule-add-btn:hover{color:var(--accent);border-color:var(--accent)}.schedule-time-select{background:var(--input-bg);border:1px solid var(--input-border);color:var(--text);cursor:pointer;border-radius:7px;padding:4px 8px;font-size:.78rem}.schedule-time-select:focus{outline:2px solid var(--accent);outline-offset:-1px}.schedule-dash{color:var(--dim);font-size:.75rem}.schedule-unavailable{color:var(--dim);font-size:.72rem;font-style:italic}.settings-tabs{border-bottom:1px solid var(--border);gap:4px;margin-bottom:24px;padding-bottom:0;display:flex}.settings-tab{color:var(--dim);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:8px 16px;font-size:.82rem;font-weight:500;transition:color .15s,border-color .15s}.settings-tab:hover{color:var(--muted)}.settings-tab.active{color:var(--text);border-bottom-color:var(--accent)}.settings-section{flex-direction:column;gap:20px;display:flex}.settings-section h3{letter-spacing:.08em;text-transform:uppercase;color:var(--dim);margin-bottom:4px;font-size:.7rem}.member-list{flex-direction:column;gap:8px;display:flex}.member-row{background:var(--surface2);border:1px solid var(--border);border-radius:10px;align-items:center;gap:12px;padding:12px 16px;display:flex}.member-avatar{object-fit:cover;background:var(--border);border-radius:50%;flex-shrink:0;width:30px;height:30px}.member-avatar-placeholder{background:var(--surface);border:1px solid var(--border);width:30px;height:30px;color:var(--dim);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;display:flex}.member-info{flex:1;min-width:0}.member-name{color:var(--text);font-size:.85rem;font-weight:500}.member-email{color:var(--dim);font-size:.72rem}.member-role{border:1px solid var(--border);background:var(--surface);color:var(--dim);text-transform:uppercase;letter-spacing:.04em;border-radius:99px;padding:2px 8px;font-size:.62rem}.member-role.admin{border-color:var(--accent);color:var(--accent)}.danger-zone{border:1px solid var(--red,#e53e3e);border-radius:12px;padding:20px}.danger-zone h3{color:var(--red,#e53e3e);margin-bottom:8px}.danger-zone p{color:var(--muted);margin-bottom:14px;font-size:.82rem}.embed-snippet-section{border-top:1px solid var(--border);flex-direction:column;gap:10px;padding-top:22px;display:flex}.embed-snippet-hint{color:var(--dim);margin:0;font-size:.72rem}.embed-snippet-box{background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:14px 14px 10px;position:relative}.embed-snippet-code{color:var(--muted);white-space:pre;margin:0;padding-right:56px;font-family:Menlo,Monaco,Consolas,monospace;font-size:.72rem;line-height:1.6;overflow-x:auto}.embed-copy-btn{border:1px solid var(--border);background:var(--surface);color:var(--muted);cursor:pointer;border-radius:6px;padding:4px 12px;font-size:.72rem;font-weight:600;transition:background .15s,color .15s,border-color .15s;position:absolute;top:10px;right:10px}.embed-copy-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.embed-copy-btn--copied{background:var(--accent);color:#fff;border-color:var(--accent);animation:.28s copyFlash}.embed-preview-link{color:var(--accent);font-size:.72rem;text-decoration:none;transition:opacity .15s}.embed-preview-link:hover{opacity:.8;text-decoration:underline}@keyframes fadeUp{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes navItemIn{0%{opacity:0;transform:translate(-5px)}to{opacity:1;transform:translate(0)}}@keyframes copyFlash{0%{transform:scale(1)}35%{transform:scale(1.07)}to{transform:scale(1)}}@keyframes panelSlideIn{0%{opacity:0;transform:translateY(10px)scale(.995)}to{opacity:1;transform:translateY(0)scale(1)}}.detail-panel-body{flex-direction:column;gap:18px;animation:.2s fadeUp;display:flex}.btn:active:not(:disabled){transform:scale(.97)}.btn-copied{animation:.28s copyFlash;color:var(--accent)!important;background:#0fca9726!important;border-color:#0fca9766!important}.dash-nav-new-btn{font-weight:600;box-shadow:none!important;background:var(--surface2)!important;color:var(--dim)!important;border:1px solid var(--border)!important;border-radius:7px!important;padding:3px 9px!important;font-size:.65rem!important;transition:background .14s,color .14s,border-color .14s!important}.dash-nav-new-btn:hover{color:var(--accent)!important;filter:none!important;box-shadow:none!important;background:#0fca971f!important;border-color:#0fca9759!important}.detail-edit-form{flex-direction:column;gap:18px;display:flex}.detail-edit-eyebrow{align-items:center;gap:10px;display:flex}.detail-edit-badge{text-transform:uppercase;letter-spacing:.1em;color:var(--accent);background:#0fca971a;border:1px solid #0fca9740;border-radius:99px;padding:2px 9px;font-size:.59rem;font-weight:700}.detail-edit-name{color:var(--dim);font-size:.8rem;font-weight:500}.detail-edit-btn{align-items:center;gap:2px;display:inline-flex}.attendee-chip{background:var(--surface2);border:1px solid var(--border);color:var(--muted);border-radius:99px;align-items:center;gap:6px;padding:3px 10px;font-size:.72rem;animation:.14s fadeUp;display:inline-flex}.attendee-chip-remove{cursor:pointer;color:var(--dim);background:0 0;border:none;padding:0;font-size:1rem;line-height:1;transition:color .12s,transform .12s}.attendee-chip-remove:hover{color:var(--red,#e53e3e);transform:scale(1.2)}
