:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{background:#020617;margin:0}#root{min-height:100vh}.app-shell{min-height:100vh;transition:background .3s,color .3s;display:flex}.app-shell.dark{color:#e2e8f0;background:#020b22}.app-shell.light{color:#334155;background:#f8fafc}.sidebar{border-right:1px solid;flex-direction:column;flex-shrink:0;width:288px;height:100vh;padding:28px;transition:width .28s,opacity .22s,padding .28s,border-width .28s;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar.dark{background:#0a1638;border-color:#112448}.sidebar.light{background:#fff;border-color:#e2e8f0;box-shadow:20px 0 40px #94a3b826}.sb-brand{justify-content:space-between;align-items:center;gap:12px;margin-bottom:40px;display:flex}.sb-brand-main{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.sb-hide-sidebar-btn{display:none}@media (width>=1025px){.sb-hide-sidebar-btn{cursor:pointer;color:#94a3b8;background:0 0;border:1px solid;border-radius:12px;flex-shrink:0;place-items:center;width:40px;height:40px;transition:background .2s,color .2s,border-color .2s;display:inline-grid}.sb-hide-sidebar-btn-dark{color:#94a3b8;border-color:#1e3a5f}.sb-hide-sidebar-btn-dark:hover{color:#e2e8f0;background:#111f43;border-color:#334155}.sb-hide-sidebar-btn-light{color:#64748b;border-color:#e2e8f0}.sb-hide-sidebar-btn-light:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.app-shell.sidebar-hidden .sidebar{opacity:0;pointer-events:none;border-right-width:0;width:0;min-width:0;padding-left:0;padding-right:0;overflow:hidden}}.sb-logo{border-radius:18px;flex-shrink:0;place-items:center;width:48px;height:48px;display:grid;overflow:hidden;box-shadow:0 8px 20px #6d28d959}.sb-logo img{object-fit:cover;width:100%;height:100%;display:block}.sb-title{letter-spacing:-.03em;margin:0;font-size:26px;font-weight:900}.sidebar.dark .sb-title{color:#fff}.sidebar.light .sb-title{color:#0f172a}.sb-subtitle{letter-spacing:.32em;text-transform:uppercase;color:#8b5cf6;margin:0;font-size:10px;font-weight:900}.sb-nav{flex-direction:column;flex:1;gap:0;display:flex;overflow-y:auto}.sb-section{margin-bottom:0}.sb-section+.sb-section{margin-top:32px}.sb-section-label{text-transform:uppercase;letter-spacing:.2em;color:#64748b;margin:0 0 4px;padding:0 16px 4px;font-size:10px;font-weight:900}.sb-item{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.sidebar.dark .sb-item{color:#94a3b8}.sidebar.light .sb-item{color:#64748b}.sidebar.dark .sb-item:not(.active):hover{color:#fff;background:#111f43}.sidebar.light .sb-item:not(.active):hover{color:#1e293b;background:#f1f5f9}.sb-item.active,.sidebar.dark .sb-item.active,.sidebar.light .sb-item.active{color:#fff;background:linear-gradient(90deg,#7c3aed,#a855f7);box-shadow:0 10px 15px -3px #7c3aed33,0 4px 6px -4px #7c3aed33}.sb-user-card{cursor:pointer;text-align:left;border:none;border-radius:16px;align-items:flex-start;gap:14px;width:100%;margin-top:24px;padding:14px 16px;transition:background .22s,box-shadow .22s,transform .18s;display:flex}.sidebar.dark .sb-user-card{color:#e2e8f0;background:linear-gradient(145deg,#33415573 0%,#0f172a59 100%);box-shadow:inset 0 1px #ffffff0f}.sidebar.dark .sb-user-card:hover{background:linear-gradient(145deg,#334155ad 0%,#0f172a8c 100%);box-shadow:inset 0 1px #ffffff17}.sidebar.light .sb-user-card{color:#334155;background:linear-gradient(145deg,#f8fafc 0%,#f5f3ff 55%,#ede9fe 100%);box-shadow:0 1px 2px #0f172a0a,inset 0 1px #ffffffd9}.sidebar.light .sb-user-card:hover{background:linear-gradient(145deg,#f1f5f9 0%,#f3e8ff 50%,#e9e4ff 100%);box-shadow:0 4px 14px #6d28d914,inset 0 1px #ffffffe6}.sb-avatar{color:#fff;background:linear-gradient(145deg,#6366f1 0%,#7c3aed 45%,#9333ea 100%);border:none;border-radius:12px;flex-shrink:0;place-items:center;width:48px;height:48px;display:grid;box-shadow:0 10px 18px -4px #6366f159,0 4px 6px -2px #9333ea33}.sb-avatar-icon{color:inherit}.sb-avatar-guest{color:inherit;opacity:.9;font-size:11px;font-weight:900;line-height:1}.sb-avatar-id{font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:inherit;text-overflow:ellipsis;white-space:nowrap;max-width:100%;padding:0 3px;font-size:13px;font-weight:900;line-height:1;overflow:hidden}.sb-avatar-id--sm{letter-spacing:-.04em;font-size:11px}.sb-avatar-id--xs{letter-spacing:-.05em;font-size:10px}.sb-user-info{flex:1;min-width:0}.sb-user-name-row{align-items:center;gap:8px;min-width:0;display:flex}.sb-user-name{letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;margin:0;font-size:15px;font-weight:700;overflow:hidden}.sidebar.dark .sb-user-name{color:#f1f5f9}.sidebar.light .sb-user-name{color:#0f172a}.sb-user-role-badge{letter-spacing:.06em;text-transform:uppercase;border-radius:6px;flex-shrink:0;padding:2px 6px;font-size:9px;font-weight:800}.sb-user-role-badge--dark{color:#e9d5ff;background:#a855f738}.sb-user-role-badge--light{color:#6d28d9;background:#6d28d91f}.sb-user-meta{white-space:normal;overflow-wrap:break-word;word-wrap:break-word;margin:5px 0 0;font-size:11px;font-weight:500;line-height:1.45}.sb-user-meta--dark{color:#94a3b8}.sb-user-meta--light{color:#64748b}.sb-user-chevron{opacity:.55;flex-shrink:0;align-self:center;transition:opacity .2s,transform .2s,color .2s}.sb-user-card:hover .sb-user-chevron{opacity:.95;transform:translate(3px)}.sb-user-chevron--dark{color:#94a3b8}.sb-user-card:hover .sb-user-chevron--dark{color:#e2e8f0}.sb-user-chevron--light{color:#94a3b8}.sb-user-card:hover .sb-user-chevron--light{color:#475569}.app-main{flex:1;padding:24px 40px 40px;position:relative;overflow-y:auto}.main-glow{pointer-events:none;z-index:0;border-radius:999px;width:360px;height:360px;position:absolute;top:0;right:40px}.main-glow.dark{filter:blur(120px);opacity:.7;background:#7c3aed33}.main-glow.light{filter:blur(100px);opacity:1;background:#8b5cf614}.app-header{z-index:1;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:32px;display:flex;position:relative}.mobile-menu-btn{cursor:pointer;background:0 0;border:1px solid;border-radius:10px;align-items:center;gap:6px;margin-bottom:12px;padding:6px 12px;font-size:13px;font-weight:600;display:none}.desktop-show-sidebar-btn{display:none}@media (width>=1025px){.desktop-show-sidebar-btn{cursor:pointer;background:0 0;border:1px solid;border-radius:10px;align-items:center;gap:6px;margin-bottom:12px;margin-right:8px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-flex}.desktop-show-sidebar-btn-dark{color:#e2e8f0;background:#0f172a;border-color:#1e293b}.desktop-show-sidebar-btn-dark:hover{background:#1e293b;border-color:#334155}.desktop-show-sidebar-btn-light{color:#334155;background:#fff;border-color:#e2e8f0}.desktop-show-sidebar-btn-light:hover{background:#f8fafc;border-color:#cbd5e1}}.app-header.dark .mobile-menu-btn{color:#e2e8f0;background:#0f172a;border-color:#1e293b}.app-header.light .mobile-menu-btn{color:#334155;background:#fff;border-color:#e2e8f0}.app-header-title{letter-spacing:-.02em;margin:0;font-size:28px;font-weight:900}.app-header.dark .app-header-title{color:#fff}.app-header.light .app-header-title{color:#1e293b}.header-tools{flex-shrink:0;align-items:center;gap:10px;display:flex}.search-wrap{align-items:center;display:flex;position:relative}.search-icon{color:#94a3b8;pointer-events:none;position:absolute;left:10px}.search-wrap input{border:1px solid;border-radius:12px;outline:none;width:200px;padding:8px 12px 8px 34px;font-size:14px;transition:box-shadow .2s}.search-wrap input:focus{box-shadow:0 0 0 2px #8b5cf64d}.app-header.dark .search-wrap input{color:#f1f5f9;background:#0f172a;border-color:#1e293b}.app-header.dark .search-wrap input::placeholder{color:#64748b}.app-header.light .search-wrap input{color:#1e293b;background:#fff;border-color:#e2e8f0}.app-header.light .search-wrap input::placeholder{color:#94a3b8}.icon-btn{cursor:pointer;background:0 0;border:1px solid;border-radius:10px;justify-content:center;align-items:center;padding:8px;transition:background .15s;display:flex}.app-header.dark .icon-btn{color:#facc15;background:#0f172a;border-color:#1e293b}.app-header.dark .icon-btn:hover{background:#1e293b}.app-header.light .icon-btn{color:#64748b;background:#fff;border-color:#e2e8f0}.app-header.light .icon-btn:hover{background:#f1f5f9}.add-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#7c3aed,#9333ea);border:0;border-radius:10px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:600;transition:filter .2s;display:flex;box-shadow:0 4px 14px #7c3aed4d}.add-btn:hover{filter:brightness(1.08)}.page-content{z-index:1;position:relative}.db-layout{flex-direction:column;gap:24px;display:flex}.db-stat-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.db-stat-card{cursor:default;border:1px solid;border-radius:16px;padding:24px;transition:transform .2s,box-shadow .2s}.db-stat-card:hover{transform:translateY(-4px)}.app-shell.dark .db-stat-card{background:#0f172a;border-color:#1e293b;box-shadow:0 4px 20px #0000004d}.app-shell.dark .db-stat-card:hover{box-shadow:0 12px 30px #7c3aed26}.app-shell.light .db-stat-card{background:#fff;border-color:#e2e8f0;box-shadow:0 1px 4px #0000000f}.app-shell.light .db-stat-card:hover{box-shadow:0 12px 30px #7c3aed1a}.db-stat-top{justify-content:space-between;align-items:flex-start;display:flex}.db-stat-label{text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:11px;font-weight:700}.app-shell.dark .db-stat-label{color:#64748b}.app-shell.light .db-stat-label{color:#94a3b8}.db-stat-value{margin:8px 0 0;font-size:32px;font-weight:900;line-height:1}.app-shell.dark .db-stat-value{color:#f1f5f9}.app-shell.light .db-stat-value{color:#1e293b}.db-stat-badge{letter-spacing:.06em;border-radius:10px;padding:10px;font-size:11px;font-weight:900}.app-shell.dark .db-stat-badge{color:#c4b5fd;background:#8b5cf633}.app-shell.light .db-stat-badge{color:#7c3aed;background:#8b5cf61a}.db-stat-trend{align-items:center;gap:8px;margin-top:16px;font-size:11px;font-weight:600;display:flex}.trend-pill{color:#10b981;background:#10b9811f;border-radius:6px;padding:2px 8px}.trend-text{color:#64748b}.db-panel{border:1px solid;border-radius:16px;padding:24px}.app-shell.dark .db-panel{background:#0f172a;border-color:#1e293b;box-shadow:0 4px 20px #0003}.app-shell.light .db-panel{background:#fff;border-color:#e2e8f0;box-shadow:0 1px 4px #0000000f}.db-panel-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:20px;display:flex}.db-panel-title{margin:0;font-size:18px;font-weight:700}.app-shell.dark .db-panel-title{color:#fff}.app-shell.light .db-panel-title{color:#1e293b}.db-panel-sub{color:#64748b;margin:4px 0 0;font-size:12px}.page-context-heading{letter-spacing:.02em;margin:0;font-size:.9375rem;font-weight:600;line-height:1.4}.app-shell.dark .page-context-heading{color:#94a3b8}.app-shell.light .page-context-heading{color:#64748b}.ppr2-main-context{margin-top:.5rem}.db-link-btn{color:#8b5cf6;cursor:pointer;background:0 0;border:0;flex-shrink:0;font-size:12px;font-weight:700}.db-link-btn:hover{text-decoration:underline}.db-dots{color:#64748b;letter-spacing:2px;font-size:18px}.db-rotation-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.db-rotation-item{border:1px solid;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:12px 14px;display:flex}.app-shell.dark .db-rotation-item{background:#1e293b80;border-color:#334155}.app-shell.light .db-rotation-item{background:#f8fafc;border-color:#e2e8f0}.db-rotation-name{margin:0;font-size:14px;font-weight:700}.app-shell.dark .db-rotation-name{color:#f1f5f9}.app-shell.light .db-rotation-name{color:#1e293b}.db-rotation-member{flex-shrink:0;margin:0;font-size:12px;font-weight:600}.app-shell.dark .db-rotation-member{color:#94a3b8}.app-shell.light .db-rotation-member{color:#64748b}.db-panel-sub.roster-error-inline{color:#fb7185!important}.roster-hint{color:#64748b;margin:0;font-size:13px}.roster-error{color:#f43f5e;margin:0;font-size:13px}.roster-table-wrap{margin-top:4px;overflow-x:auto}.roster-table{border-collapse:collapse;width:100%;font-size:13px}.roster-table th,.roster-table td{text-align:left;vertical-align:top;border:1px solid #e2e8f0;padding:10px 12px}.app-shell.dark .roster-table th,.app-shell.dark .roster-table td{border-color:#334155}.app-shell.dark .roster-table th{color:#94a3b8;background:#1e293b8c}.app-shell.light .roster-table th{color:#64748b;background:#f8fafc}.roster-cell-title{font-weight:700}.app-shell.dark .roster-cell-title{color:#f1f5f9}.app-shell.light .roster-cell-title{color:#1e293b}.roster-admin-head{flex-wrap:wrap;align-items:center!important}.roster-admin-title{align-items:center;gap:10px;display:flex}.roster-admin-icon{color:#06b6d4;flex-shrink:0}.roster-refresh-btn{border:1px solid #06b6d473;border-radius:10px;color:#06b6d4!important;padding:8px 12px!important}.roster-refresh-btn:hover{background:#06b6d414;text-decoration:none!important}.roster-filters-grid{grid-template-columns:1fr;gap:12px;margin-bottom:16px;display:grid}@media (width>=768px){.roster-filters-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.roster-filter-span{grid-column:1/-1}}.roster-filter-label{color:#64748b;align-items:center;gap:6px;margin-bottom:6px;font-size:11px;font-weight:700;display:flex}.roster-filter-input{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:100%;padding:8px 12px;font-size:13px}.app-shell.dark .roster-filter-input{color:#f1f5f9;background:#0f172a;border-color:#334155}.roster-wide-table{margin-top:8px}.roster-nowrap{white-space:nowrap}.roster-muted-cell{font-weight:500}.app-shell.dark .roster-muted-cell{color:#94a3b8}.app-shell.light .roster-muted-cell{color:#64748b}.roster-count{margin-top:12px}.user-group-cell{vertical-align:top;min-width:260px;max-width:420px}.user-group-primary-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.user-group-multi-badge{white-space:nowrap;border-radius:4px;flex-shrink:0;padding:1px 5px;font-size:10px;font-weight:700;display:inline-block}.app-shell.dark .user-group-multi-badge{color:#fbbf24;background:#fbbf2433;border:1px solid #fbbf2466}.app-shell.light .user-group-multi-badge{color:#d97706;background:#f59e0b1f;border:1px solid #f59e0b59}.user-group-select{color:inherit;cursor:pointer;background:0 0;border:1px solid #334155;border-radius:8px;max-width:160px;padding:3px 8px;font-size:12px}.app-shell.dark .user-group-select{color:#f1f5f9;background:#1e293b;border-color:#334155}.app-shell.light .user-group-select{color:#1e293b;background:#f8fafc;border-color:#cbd5e1}.app-shell.dark .user-group-select--multi{border-color:#fbbf2480}.app-shell.light .user-group-select--multi{border-color:#f59e0b80}.user-group-select:disabled{opacity:.5}.user-group-saving{color:#64748b;margin-top:2px;font-size:11px;display:block}.roster-name-cell{flex-direction:column;gap:4px;display:flex}.roster-name-badges{flex-wrap:wrap;gap:3px;display:flex}.roster-badge-group{flex-wrap:wrap;gap:4px;display:flex}.roster-badge{white-space:nowrap;border-radius:6px;align-items:center;gap:3px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-flex}.roster-badge--sm{border-radius:5px;padding:1px 6px;font-size:10px}.app-shell.dark .roster-badge--unit{color:#22d3ee;background:#06b6d426;border:1px solid #06b6d44d}.app-shell.light .roster-badge--unit{color:#0891b2;background:#06b6d41a;border:1px solid #06b6d44d}.app-shell.dark .roster-badge--team{color:#a78bfa;background:#8b5cf626;border:1px solid #8b5cf64d}.app-shell.light .roster-badge--team{color:#7c3aed;background:#8b5cf61a;border:1px solid #8b5cf64d}.rotation-settings-layout .rotation-page-header{margin-bottom:16px}.rotation-grid{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=1200px){.rotation-grid{grid-template-columns:minmax(240px,1fr) minmax(0,2fr);align-items:start}}.rotation-sidebar,.rotation-detail{min-width:0}.rotation-section-title{letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin:0 0 12px;font-size:11px;font-weight:900}.rotation-job-stack{flex-direction:column;gap:10px;display:flex}.rotation-job-btn{text-align:left;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;width:100%;padding:12px}.app-shell.dark .rotation-job-btn{background:#1e293b73;border-color:#334155}.rotation-job-btn:hover{border-color:#8b5cf673}.rotation-job-btn.active{background:#8b5cf61f;border-color:#8b5cf6}.rotation-job-title{margin:0;font-size:14px;font-weight:700}.app-shell.dark .rotation-job-title{color:#f8fafc}.app-shell.light .rotation-job-title{color:#1e293b}.rotation-job-meta{color:#64748b;margin:6px 0 0;font-size:11px}.rotation-detail-inner{flex-direction:column;gap:20px;display:flex}.rotation-meta-row{grid-template-columns:1fr;gap:10px;display:grid}@media (width>=640px){.rotation-meta-row{grid-template-columns:repeat(3,1fr)}}.rotation-meta-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px}.app-shell.dark .rotation-meta-card{background:#1e293b66;border-color:#334155}.rotation-meta-label{color:#64748b;margin:0;font-size:11px}.rotation-meta-value{margin:6px 0 0;font-size:13px;font-weight:700}.app-shell.dark .rotation-meta-value{color:#f1f5f9}.app-shell.light .rotation-meta-value{color:#1e293b}.rotation-two-col{grid-template-columns:1fr;gap:14px;display:grid}@media (width>=900px){.rotation-two-col{grid-template-columns:1fr 1fr}}.rotation-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:14px}.app-shell.dark .rotation-box{background:#1e293b59;border-color:#334155}.rotation-box-title{margin:0 0 10px;font-size:14px;font-weight:700}.app-shell.dark .rotation-box-title{color:#f1f5f9}.app-shell.light .rotation-box-title{color:#1e293b}.rotation-group-list,.rotation-member-list{flex-direction:column;gap:8px;display:flex}.rotation-group-row{text-align:left;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:8px 12px;font-size:12px;display:flex}.app-shell.dark .rotation-group-row{border-color:#334155}.rotation-group-row.active{background:#8b5cf61a;border-color:#a78bfa}.rotation-group-name{font-weight:600}.app-shell.dark .rotation-group-name{color:#e2e8f0}.app-shell.light .rotation-group-name{color:#334155}.rotation-group-count{color:#64748b;font-size:11px}.rotation-member-row{border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:12px;display:flex}.app-shell.dark .rotation-member-row{border-color:#334155}.rotation-member-name{font-weight:600}.app-shell.dark .rotation-member-name{color:#e2e8f0}.app-shell.light .rotation-member-name{color:#334155}.rotation-member-badge{color:#64748b;font-size:11px}.rotation-preview-banner{background:#8b5cf61f;border:1px solid #8b5cf673;border-radius:12px;padding:14px 16px}.rotation-preview-title{color:#c4b5fd;margin:0;font-size:14px;font-weight:700}.rotation-preview-sub{color:#a78bfa;margin:6px 0 0;font-size:12px}.rotation-preview-grid{gap:8px;margin-top:10px;display:grid}@media (width>=640px){.rotation-preview-grid{grid-template-columns:1fr 1fr}}.rotation-preview-line{color:#e9d5ff;margin:0;font-size:12px;line-height:1.45}.app-shell.light .rotation-preview-line{color:#5b21b6}.app-shell.light .rotation-preview-sub{color:#7c3aed}.app-shell.light .rotation-preview-title{color:#6d28d9}.rotation-preview-strong{font-weight:800}.rotation-preview-warnings{color:#fcd34d;margin:10px 0 0;font-size:12px;font-weight:600}.db-bottom-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.db-progress-list{flex-direction:column;gap:20px;display:flex}.db-progress-meta{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.db-progress-name{font-size:14px;font-weight:600}.app-shell.dark .db-progress-name{color:#f1f5f9}.app-shell.light .db-progress-name{color:#334155}.db-progress-pct{color:#64748b;font-family:ui-monospace,monospace;font-size:13px}.db-track{border-radius:999px;height:8px;overflow:hidden}.app-shell.dark .db-track{background:#1e293b}.app-shell.light .db-track{background:#f1f5f9}.db-fill{border-radius:inherit;background:#7c3aed;height:100%;transition:width .7s}.db-fill.done{background:#10b981}.db-fill.late{background:#f43f5e}.db-progress-owner{color:#64748b;margin:4px 0 0;font-size:12px}.db-rental-list{flex-direction:column;gap:12px;display:flex}.db-rental-item{border:1px solid;border-radius:12px;justify-content:space-between;align-items:center;padding:14px 16px;transition:border-color .2s;display:flex}.app-shell.dark .db-rental-item{background:#1e293b66;border-color:#334155}.app-shell.dark .db-rental-item:hover{border-color:#8b5cf680}.app-shell.light .db-rental-item{background:#f8fafc;border-color:#e2e8f0}.app-shell.light .db-rental-item:hover{border-color:#c4b5fd}.db-rental-name{margin:0;font-size:14px;font-weight:700}.app-shell.dark .db-rental-name{color:#f1f5f9}.app-shell.light .db-rental-name{color:#1e293b}.db-rental-user{color:#64748b;margin:3px 0 0;font-size:11px}.db-rental-pill{border-radius:8px;padding:4px 10px;font-size:11px;font-weight:900}.db-rental-pill.rented{color:#a78bfa;background:#7c3aed26}.db-rental-pill.pending{color:#fb923c;background:#f9731626}.placeholder{text-align:center;border:2px dashed;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;display:flex}.app-shell.dark .placeholder{background:#0f172a66;border-color:#1e293b}.app-shell.light .placeholder{background:#fff;border-color:#e2e8f0}.placeholder-icon{border-radius:20px;margin-bottom:24px;padding:20px}.app-shell.dark .placeholder-icon{color:#8b5cf6;background:#1e293b}.app-shell.light .placeholder-icon{color:#8b5cf6;background:#f1f5f9}.placeholder h3{margin:0 0 10px;font-size:22px;font-weight:900}.app-shell.dark .placeholder h3{color:#e2e8f0}.app-shell.light .placeholder h3{color:#334155}.placeholder p{color:#64748b;max-width:360px;margin:0;font-size:14px}.notion-login-page{justify-content:center;align-items:center;min-height:100vh;padding:24px;transition:background .3s;display:flex;position:relative;overflow:hidden}.notion-login-page.dark{background:#020617}.notion-login-page.light{background:#f8fafc}.notion-login-page .login-blob{pointer-events:none;filter:blur(120px);z-index:0;border-radius:999px;position:absolute}.notion-login-page .login-blob-tr{background:#7c3aed1f;width:50%;height:50%;top:-10%;right:-10%}.notion-login-page .login-blob-bl{background:#d946ef1f;width:40%;height:40%;bottom:-10%;left:-10%}.notion-login-card{z-index:1;border:1px solid;border-radius:40px;flex-direction:column;gap:0;width:100%;max-width:448px;padding:48px;transition:background .3s,border-color .3s;display:flex;position:relative;box-shadow:0 25px 50px -12px #00000040}.notion-login-page.dark .notion-login-card{background:#0f172a;border-color:#1e293b;box-shadow:0 25px 50px -12px #6d28d933}.notion-login-page.light .notion-login-card{background:#fff;border-color:#e2e8f0;box-shadow:0 25px 50px -12px #94a3b840}.notion-login-brand{text-align:center;flex-direction:column;align-items:center;margin-bottom:40px;display:flex}.notion-login-brand .brand-mark{color:#fff;background:linear-gradient(135deg,#7c3aed,#d946ef);border-radius:24px;place-items:center;width:80px;height:80px;margin-bottom:24px;font-size:36px;font-style:italic;font-weight:900;display:grid;transform:rotate(3deg);box-shadow:0 10px 25px -3px #7c3aed73}.notion-login-brand h2{letter-spacing:-.025em;margin:0 0 8px;font-size:30px;font-weight:900}.notion-login-page.dark .notion-login-brand h2{color:#fff}.notion-login-page.light .notion-login-brand h2{color:#1e293b}.notion-login-brand p{margin:0;font-size:14px;font-weight:500}.notion-login-page.dark .notion-login-brand p{color:#94a3b8}.notion-login-page.light .notion-login-brand p{color:#64748b}.notion-form{flex-direction:column;gap:20px;display:flex}.notion-field{flex-direction:column;gap:4px;display:flex}.notion-field>label{text-transform:uppercase;letter-spacing:.1em;margin-left:4px;font-size:12px;font-weight:700}.notion-login-page.dark .notion-field>label{color:#64748b}.notion-login-page.light .notion-field>label{color:#94a3b8}.notion-field-row{justify-content:space-between;align-items:flex-end;margin-left:4px;display:flex}.notion-field-row label{text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:700}.notion-login-page.dark .notion-field-row label{color:#64748b}.notion-login-page.light .notion-field-row label{color:#94a3b8}.notion-input-wrap{align-items:center;display:flex;position:relative}.notion-input-icon{pointer-events:none;align-items:center;transition:color .2s;display:flex;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.notion-login-page.dark .notion-input-icon{color:#475569}.notion-login-page.light .notion-input-icon{color:#94a3b8}.notion-input-wrap:focus-within .notion-input-icon{color:#8b5cf6}.notion-input-wrap input{border:1px solid;border-radius:16px;outline:none;width:100%;padding:16px 20px 16px 48px;font-size:14px;font-weight:400;transition:border-color .2s,box-shadow .2s}.notion-login-page.dark .notion-input-wrap input{color:#fff;background:#1e293b80;border-color:#334155}.notion-login-page.dark .notion-input-wrap input::placeholder{color:#475569}.notion-login-page.dark .notion-input-wrap input:focus{border-color:#8b5cf6;box-shadow:0 0 0 4px #8b5cf61a}.notion-login-page.light .notion-input-wrap input{color:#1e293b;background:#f8fafc;border-color:#e2e8f0}.notion-login-page.light .notion-input-wrap input::placeholder{color:#94a3b8}.notion-login-page.light .notion-input-wrap input:focus{border-color:#a78bfa;box-shadow:0 0 0 4px #8b5cf61a}.link-btn{color:#8b5cf6;cursor:pointer;background:0 0;border:0;padding:0;font-size:10px;font-weight:900}.link-btn:hover{text-decoration:underline}.notion-login-submit{text-transform:uppercase;letter-spacing:.1em;color:#fff;cursor:pointer;background:linear-gradient(90deg,#7c3aed,#4f46e5);border:0;border-radius:16px;justify-content:center;align-items:center;gap:12px;width:100%;margin-top:16px;padding:16px 20px;font-size:14px;font-weight:900;transition:filter .2s,transform .1s;display:flex;box-shadow:0 20px 25px -5px #7c3aed59}.notion-login-submit:hover{filter:brightness(1.1)}.notion-login-submit:active{transform:scale(.98)}.notion-login-submit:disabled{opacity:.7;transform:none}.login-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:999px;width:20px;height:20px;animation:.7s linear infinite spin}.app-shell.light .login-spinner{border-color:#7c3aed #33415538 #33415538}@keyframes spin{to{transform:rotate(360deg)}}.notion-login-links{flex-direction:column;align-items:center;gap:16px;margin-top:40px;display:flex}.notion-login-links .admin-row{align-items:center;gap:8px;display:flex}.notion-login-links .admin-row span{font-size:12px}.notion-login-page.dark .notion-login-links .admin-row span{color:#64748b}.notion-login-page.light .notion-login-links .admin-row span{color:#94a3b8}.notion-login-links button{cursor:pointer;text-underline-offset:3px;background:0 0;border:0;padding:0;font-size:12px;font-weight:700;text-decoration-thickness:2px}.notion-login-links .admin-btn{color:#8b5cf6}.notion-login-links .admin-btn:hover{text-decoration:underline}.notion-login-links .activate-btn{color:#06b6d4}.notion-login-links .activate-btn:hover{text-decoration:underline}.theme-toggle{cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:8px;transition:background .2s;display:flex}.notion-login-page.dark .theme-toggle{color:#facc15}.notion-login-page.dark .theme-toggle:hover{background:#1e293b}.notion-login-page.light .theme-toggle{color:#94a3b8}.notion-login-page.light .theme-toggle:hover{background:#f1f5f9}.security-foot{text-transform:uppercase;letter-spacing:.2em;color:#64748b;opacity:.5;border-top:1px solid #1e293b1a;justify-content:center;align-items:center;gap:8px;margin-top:32px;padding-top:24px;font-size:10px;font-weight:700;display:flex}.sidebar-overlay{display:none}@media (width<=1024px){.sidebar-overlay{z-index:99;background:#0000008c;display:block;position:fixed;inset:0}.sidebar{z-index:100;height:100dvh;transition:transform .25s;display:none;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:4px 0 24px #0006}.sidebar.mobile-open{display:flex;transform:translate(0)}.mobile-menu-btn{display:inline-flex}.app-main{padding:20px 24px 32px}.db-stat-grid{grid-template-columns:repeat(2,1fr)}.db-rotation-grid,.db-bottom-grid{grid-template-columns:1fr}.app-header{flex-direction:column;align-items:stretch}.header-tools{flex-wrap:wrap}.search-wrap{flex:1}.search-wrap input{width:100%}}@media (width<=640px){.db-stat-grid{grid-template-columns:1fr}.notion-login-card{border-radius:28px;padding:32px 24px}.notion-login-brand{margin-bottom:28px}.notion-login-brand .brand-mark{width:64px;height:64px;margin-bottom:16px;font-size:28px}.notion-login-brand h2{font-size:26px}}.dev-banner{color:#fbbf24;background:#eab3081f;border:1px solid #eab30859;border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:4px;padding:10px 14px;font-size:12px;font-weight:600;display:flex}.dev-fill-btn{color:#fbbf24;cursor:pointer;white-space:nowrap;background:#eab30833;border:1px solid #eab30866;border-radius:6px;margin-left:auto;padding:4px 10px;font-size:11px;font-weight:700;transition:background .15s}.dev-fill-btn:hover{background:#eab30859}.dev-banner-text{flex:1;align-items:center;gap:6px;display:flex}.dev-wrangler-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.dev-wrangler-dot.online{background:#4ade80;box-shadow:0 0 6px #4ade80}.dev-wrangler-dot.offline{background:#f87171;box-shadow:0 0 6px #f87171}.dev-wrangler-label{opacity:.85;font-size:11px;font-weight:500}.import-btn-group{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.import-submit-btn{cursor:pointer;color:#fff;background:#6d28d9;border:none;border-radius:8px;align-items:center;padding:6px 14px;font-size:13px;font-weight:600;transition:background .2s,opacity .2s;display:inline-flex}.import-submit-btn:hover:not(:disabled){background:#5b21b6}.import-submit-btn:disabled{opacity:.5;cursor:not-allowed}.import-select-all-row{justify-content:space-between;align-items:center;padding:8px 0 4px;font-size:12px;display:flex}.import-check-label{cursor:pointer;align-items:center;gap:8px;display:inline-flex}.import-checkbox{accent-color:#6d28d9;cursor:pointer;flex-shrink:0;width:15px;height:15px}.import-selected-count{color:#7c3aed;font-size:12px;font-weight:600}.import-member-list{flex-direction:column;gap:6px;max-height:55vh;margin-bottom:6px;padding-right:2px;display:flex;overflow-y:auto}.import-member-row{cursor:pointer;border:1px solid;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;transition:background .15s;display:flex}.app-shell.dark .import-member-row{background:#0f172a;border-color:#1e293b}.app-shell.light .import-member-row{background:#fff;border-color:#e2e8f0}.app-shell.dark .import-member-row--checked{background:#6d28d91f;border-color:#6d28d9}.app-shell.light .import-member-row--checked{background:#7c3aed0f;border-color:#7c3aed}.import-member-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.import-member-name{font-size:13px;font-weight:600}.app-shell.dark .import-member-name{color:#f1f5f9}.app-shell.light .import-member-name{color:#1e293b}.import-member-email{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.import-member-roles{flex-wrap:wrap;justify-content:flex-end;gap:4px;display:flex}.import-role-badge{color:#06b6d4;background:#06b6d426;border-radius:20px;padding:2px 7px;font-size:10px;font-weight:700}.import-result-panel{border-top:1px solid;margin-top:16px;padding-top:14px}.app-shell.dark .import-result-panel{border-color:#1e293b}.app-shell.light .import-result-panel{border-color:#e2e8f0}.import-result-title{color:#10b981;margin:0 0 10px;font-size:12px;font-weight:700}.import-status-activation{color:#f59e0b;font-size:11px;font-weight:700}.import-status-profile{color:#64748b;font-size:11px;font-weight:700}.import-code-cell{font-size:12px}.import-code{color:#a78bfa;-webkit-user-select:all;user-select:all;background:#6d28d926;border-radius:4px;padding:2px 6px;font-family:Courier New,monospace;font-size:12px}.wl-pill{text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;border:1px solid #0000;border-radius:8px;padding:3px 10px;font-size:10px;font-weight:900;display:inline-block}.wl-pill--amber{color:#f59e0b;background:#f59e0b1f;border-color:#f59e0b40}.wl-pill--slate{color:#94a3b8;background:#64748b1f;border-color:#64748b40}.wl-pill--violet{color:#8b5cf6;background:#8b5cf61f;border-color:#8b5cf640}.wl-pill--emerald{color:#10b981;background:#10b9811f;border-color:#10b98140}.wl-pill--rose{color:#f43f5e;background:#f43f5e1f;border-color:#f43f5e40}.wl-list{flex-direction:column;gap:16px;display:flex}.wl-toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.wl-manager-scope-banner{border-radius:10px;margin:0;padding:10px 14px;font-size:12px;font-weight:600;line-height:1.5}.app-shell.dark .wl-manager-scope-banner{color:#fcd34d;background:#fbbf241a;border:1px solid #fbbf2461}.app-shell.light .wl-manager-scope-banner{color:#92400e;background:#fef3c7a6;border:1px solid #f59e0b73}.wl-search-wrap{flex:1;min-width:200px;position:relative}.wl-search-icon{color:#64748b;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.wl-search-input{border:1px solid;border-radius:12px;outline:none;width:100%;padding:9px 12px 9px 36px;font-size:13px;transition:box-shadow .2s,border-color .2s}.wl-search-input:focus{box-shadow:0 0 0 3px #8b5cf633}.app-shell.dark .wl-search-input{color:#f1f5f9;background:#0a1638;border-color:#1e3a5f}.app-shell.dark .wl-search-input::placeholder{color:#475569}.app-shell.dark .wl-search-input:focus{border-color:#8b5cf6}.app-shell.light .wl-search-input{color:#1e293b;background:#f8fafc;border-color:#e2e8f0}.app-shell.light .wl-search-input:focus{border-color:#a78bfa}.wl-toolbar-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.wl-filter-wrap{align-items:center;display:flex;position:relative}.wl-filter-icon{color:#64748b;pointer-events:none;position:absolute;left:10px}.wl-filter-select{cursor:pointer;appearance:none;border:1px solid;border-radius:10px;outline:none;min-width:120px;padding:8px 12px 8px 30px;font-size:13px}.app-shell.dark .wl-filter-select{color:#f1f5f9;background:#0a1638;border-color:#1e3a5f}.app-shell.light .wl-filter-select{color:#1e293b;background:#fff;border-color:#e2e8f0}.wl-refresh-btn{cursor:pointer;white-space:nowrap;background:0 0;border:1px solid;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:700;transition:background .15s;display:flex}.app-shell.dark .wl-refresh-btn{color:#a78bfa;border-color:#8b5cf666}.app-shell.dark .wl-refresh-btn:hover:not(:disabled){background:#8b5cf61a}.app-shell.light .wl-refresh-btn{color:#7c3aed;border-color:#c4b5fd}.app-shell.light .wl-refresh-btn:hover:not(:disabled){background:#7c3aed0d}.wl-refresh-btn:disabled{opacity:.5;cursor:not-allowed}.wl-scope-banner{border:1px solid;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:12px;font-weight:600;display:flex}.wl-scope-banner .wl-scope-icon{flex-shrink:0}.app-shell.dark .wl-scope-banner{color:#c4b5fd;background:#8b5cf614;border-color:#8b5cf64d}.app-shell.dark .wl-scope-banner strong{color:#e9d5ff}.app-shell.light .wl-scope-banner{color:#6d28d9;background:#8b5cf60d;border-color:#ddd6fe}.wl-count-text{color:#64748b;margin:0;font-size:12px}.wl-card-grid{flex-direction:column;gap:8px;display:flex}.wl-log-card{text-align:left;cursor:pointer;background:0 0;border:1px solid;border-radius:14px;width:100%;padding:16px 20px;transition:border-color .2s,transform .15s,box-shadow .2s}.wl-log-card:hover{transform:translate(3px)}.app-shell.dark .wl-log-card{background:#0a1228;border-color:#1e3a5f}.app-shell.dark .wl-log-card:hover{background:#0f1f48;border-color:#8b5cf680;box-shadow:0 8px 24px #7c3aed1a}.app-shell.light .wl-log-card{background:#fff;border-color:#e2e8f0}.app-shell.light .wl-log-card:hover{border-color:#c4b5fd;box-shadow:0 4px 16px #7c3aed14}.wl-log-card-inner{justify-content:space-between;align-items:center;gap:12px;display:flex}.wl-log-card-main{flex:1;min-width:0}.wl-log-card-meta{align-items:center;gap:8px;margin-bottom:6px;display:flex}.wl-log-card-date{color:#64748b;font-size:11px;font-weight:600}.wl-log-card-title{white-space:nowrap;text-overflow:ellipsis;margin:0 0 8px;font-size:14px;font-weight:700;line-height:1.4;transition:color .15s;overflow:hidden}.app-shell.dark .wl-log-card-title{color:#f1f5f9}.app-shell.light .wl-log-card-title{color:#1e293b}.wl-log-card:hover .wl-log-card-title{color:#8b5cf6}.wl-log-card-tags{flex-wrap:wrap;gap:6px;display:flex}.wl-tag{border-radius:6px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.app-shell.dark .wl-tag{color:#94a3b8;background:#1e293bcc}.app-shell.light .wl-tag{color:#64748b;background:#f1f5f9}.wl-tag--fuchsia{color:#d946ef!important}.wl-tag--cyan{color:#06b6d4!important}.wl-tag--emerald{color:#10b981!important}.wl-log-card-arrow{color:#475569;flex-shrink:0;transition:transform .15s,color .15s}.wl-log-card:hover .wl-log-card-arrow{color:#8b5cf6;transform:translate(3px)}.wl-loading-row{color:#64748b;align-items:center;gap:8px;padding:16px 0;font-size:13px;display:flex}.wl-loading-center{justify-content:center}.wl-empty-state{color:#475569;text-align:center;flex-direction:column;align-items:center;gap:12px;padding:48px 20px;font-size:14px;display:flex}.wl-empty-text{color:#64748b;margin:0;font-size:13px}.wl-empty-hint{color:#94a3b8;margin:0;font-size:12px}.wl-error-text{color:#f43f5e;margin:0;font-size:13px}.wl-spin{animation:.8s linear infinite spin}.wl-detail{flex-direction:column;gap:0;display:flex}.wl-detail-nav{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.wl-back-btn{cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:700;transition:background .15s,color .15s;display:flex}.app-shell.dark .wl-back-btn{color:#94a3b8}.app-shell.dark .wl-back-btn:hover{color:#fff;background:#1e293b}.app-shell.light .wl-back-btn{color:#64748b}.app-shell.light .wl-back-btn:hover{color:#1e293b;background:#f1f5f9}.wl-notion-link{color:#8b5cf6;border:1px solid #8b5cf666;border-radius:10px;align-items:center;gap:6px;padding:7px 14px;font-size:12px;font-weight:700;text-decoration:none;transition:background .15s;display:flex}.wl-notion-link:hover{background:#8b5cf61a}.wl-detail-header{margin-bottom:32px}.wl-detail-header-meta{align-items:center;gap:10px;margin-bottom:12px;display:flex}.wl-detail-date{color:#64748b;align-items:center;gap:4px;font-size:11px;font-weight:600;display:flex}.wl-detail-title{letter-spacing:-.02em;margin:0;font-size:28px;font-weight:900;line-height:1.2}.app-shell.dark .wl-detail-title{color:#fff}.app-shell.light .wl-detail-title{color:#1e293b}.wl-detail-body{grid-template-columns:1fr;align-items:start;gap:24px;display:grid}@media (width>=1100px){.wl-detail-body{grid-template-columns:1fr 320px}}.wl-detail-left,.wl-detail-right{flex-direction:column;gap:20px;min-width:0;display:flex}.wl-content-card{border:1px solid;border-radius:18px;padding:24px}.app-shell.dark .wl-content-card{background:#0a1228;border-color:#1e3a5f}.app-shell.light .wl-content-card{background:#fff;border-color:#e2e8f0;box-shadow:0 1px 4px #0000000d}.wl-card-head{align-items:center;gap:8px;margin-bottom:16px;display:flex}.wl-card-icon{color:#8b5cf6;flex-shrink:0}.wl-card-icon--indigo{color:#6366f1}.wl-card-title{text-transform:uppercase;letter-spacing:.12em;flex:1;margin:0;font-size:13px;font-weight:900}.app-shell.dark .wl-card-title{color:#94a3b8}.app-shell.light .wl-card-title{color:#64748b}.wl-card-ext{color:#8b5cf6;align-items:center;gap:4px;font-size:11px;font-weight:700;text-decoration:none;display:flex}.wl-card-ext:hover{text-decoration:underline}.wl-desc-text{margin:0;font-size:14px;line-height:1.7}.app-shell.dark .wl-desc-text{color:#cbd5e1}.app-shell.light .wl-desc-text{color:#475569}.nt-color-gray{color:#9b9a97}.nt-color-brown{color:#64473a}.nt-color-orange{color:#d9730d}.nt-color-yellow{color:#dfab01}.nt-color-green{color:#0f7b6c}.nt-color-blue{color:#0b6e99}.nt-color-purple{color:#6940a5}.nt-color-pink{color:#ad1a72}.nt-color-red{color:#e03e3e}.nt-color-gray-background{background:#9b9a9726;border-radius:3px;padding:1px 3px}.nt-color-brown-background{background:#64473a26;border-radius:3px;padding:1px 3px}.nt-color-orange-background{background:#d9730d26;border-radius:3px;padding:1px 3px}.nt-color-yellow-background{background:#dfab0126;border-radius:3px;padding:1px 3px}.nt-color-green-background{background:#0f7b6c26;border-radius:3px;padding:1px 3px}.nt-color-blue-background{background:#0b6e9926;border-radius:3px;padding:1px 3px}.nt-color-purple-background{background:#6940a526;border-radius:3px;padding:1px 3px}.nt-color-pink-background{background:#ad1a7226;border-radius:3px;padding:1px 3px}.nt-color-red-background{background:#e03e3e26;border-radius:3px;padding:1px 3px}.nt-inline-code{border-radius:4px;padding:2px 5px;font-family:Courier New,ui-monospace,monospace;font-size:85%}.app-shell.dark .nt-inline-code{color:#f472b6;background:#1e293bcc}.app-shell.light .nt-inline-code{color:#be185d;background:#f1f5f9}.nt-link{text-underline-offset:2px;word-break:break-all;text-decoration:underline}.app-shell.dark .nt-link{color:#93c5fd}.app-shell.light .nt-link{color:#2563eb}.nt-link:hover{opacity:.8}.wl-block-content{flex-direction:column;gap:4px;display:flex}.wl-block-paragraph{margin:0;font-size:14px;line-height:1.7}.app-shell.dark .wl-block-paragraph{color:#cbd5e1}.app-shell.light .wl-block-paragraph{color:#475569}.wl-block-h1{margin:14px 0 4px;font-size:19px;font-weight:900}.wl-block-h2{margin:12px 0 4px;font-size:16px;font-weight:800}.wl-block-h3{color:#8b5cf6;margin:10px 0 4px;font-size:13px;font-weight:700}.app-shell.dark .wl-block-h1,.app-shell.dark .wl-block-h2{color:#f1f5f9}.app-shell.light .wl-block-h1,.app-shell.light .wl-block-h2{color:#1e293b}.wl-block-indent{margin-top:4px;padding-left:20px}.wl-todo-row{align-items:flex-start;gap:10px;padding:3px 0;display:flex}.wl-todo-box{border:2px solid;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;display:flex}.app-shell.dark .wl-todo-box{color:#fff;background:#1e293b;border-color:#334155}.app-shell.light .wl-todo-box{color:#fff;background:#f8fafc;border-color:#cbd5e1}.wl-todo-box--checked{background:#8b5cf6!important;border-color:#8b5cf6!important}.wl-todo-text{flex:1;font-size:14px;line-height:1.6}.app-shell.dark .wl-todo-text{color:#cbd5e1}.app-shell.light .wl-todo-text{color:#475569}.wl-todo-text--done{opacity:.4;text-decoration:line-through}.wl-block-list{margin:2px 0;padding-left:22px}.wl-block-list--nested{margin-top:3px;padding-left:18px}.wl-block-bullet,.wl-block-numbered{padding:2px 0;font-size:14px;line-height:1.65}.app-shell.dark .wl-block-bullet,.app-shell.dark .wl-block-numbered{color:#cbd5e1}.app-shell.light .wl-block-bullet,.app-shell.light .wl-block-numbered{color:#475569}.wl-block-quote{border-left:3px solid #8b5cf6;margin:4px 0;padding:8px 14px;font-size:14px}.app-shell.dark .wl-block-quote{color:#94a3b8;background:#8b5cf612}.app-shell.light .wl-block-quote{color:#64748b;background:#8b5cf60d}.wl-block-code{white-space:pre-wrap;word-break:break-all;border-radius:10px;margin:6px 0;padding:12px 16px;font-family:Courier New,ui-monospace,monospace;font-size:12px;position:relative;overflow-x:auto}.wl-code-lang{text-transform:uppercase;letter-spacing:.1em;opacity:.5;margin-bottom:8px;font-size:10px;font-weight:700;display:block}.app-shell.dark .wl-block-code{color:#4ade80;background:#020617;border:1px solid #1e293b}.app-shell.light .wl-block-code{color:#16a34a;background:#f8fafc;border:1px solid #e2e8f0}.wl-block-callout{border-radius:10px;align-items:flex-start;gap:10px;margin:4px 0;padding:12px 14px;font-size:14px;display:flex}.app-shell.dark .wl-block-callout{color:#cbd5e1;background:#1e293b80;border:1px solid #334155}.app-shell.light .wl-block-callout{color:#475569;background:#f8fafc;border:1px solid #e2e8f0}.wl-callout-icon{flex-shrink:0;font-size:18px;line-height:1.5}.wl-callout-body{flex:1;min-width:0}.wl-block-toggle{margin:3px 0}.wl-block-toggle-summary{cursor:pointer;border-radius:4px;align-items:flex-start;gap:6px;padding:2px 4px;font-size:14px;line-height:1.65;list-style:none;display:flex}.wl-block-toggle-summary::-webkit-details-marker{display:none}.wl-block-toggle-summary:before{content:"▶";color:#64748b;flex-shrink:0;margin-top:4px;font-size:9px;transition:transform .2s}.wl-block-toggle[open] .wl-block-toggle-summary:before{transform:rotate(90deg)}.app-shell.dark .wl-block-toggle-summary{color:#cbd5e1}.app-shell.dark .wl-block-toggle-summary:hover{background:#ffffff0d}.app-shell.light .wl-block-toggle-summary{color:#475569}.app-shell.light .wl-block-toggle-summary:hover{background:#0000000a}.wl-block-toggle-body{margin-top:4px;padding-left:24px}.wl-block-divider{border:0;border-top:1px solid;margin:12px 0}.app-shell.dark .wl-block-divider{border-color:#1e293b}.app-shell.light .wl-block-divider{border-color:#e2e8f0}.wl-block-image{flex-direction:column;align-items:flex-start;margin:8px 0;display:flex}.wl-img{border:1px solid;border-radius:8px;max-width:100%}.app-shell.dark .wl-img{border-color:#1e293b}.app-shell.light .wl-img{border-color:#e2e8f0}.wl-img-caption{color:#64748b;margin-top:6px;font-size:12px}.wl-block-bookmark{word-break:break-all;border:1px solid;border-radius:10px;align-items:center;gap:8px;margin:4px 0;padding:10px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.app-shell.dark .wl-block-bookmark{color:#93c5fd;background:#1e293b66;border-color:#334155}.app-shell.dark .wl-block-bookmark:hover{background:#1e293bb3}.app-shell.light .wl-block-bookmark{color:#2563eb;background:#f8fafc;border-color:#e2e8f0}.app-shell.light .wl-block-bookmark:hover{background:#f1f5f9}.wl-bookmark-icon{flex-shrink:0}.wl-bookmark-url{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.wl-block-columns{flex-direction:column;gap:8px;display:flex}.wl-program-block{white-space:pre-wrap;word-break:break-all;border-radius:12px;margin:0;padding:14px 16px;font-family:Courier New,ui-monospace,monospace;font-size:12px;line-height:1.65}.app-shell.dark .wl-program-block{color:#4ade80;background:#020617;border:1px solid #1e293b}.app-shell.light .wl-program-block{color:#15803d;background:#f8fafc;border:1px solid #e2e8f0}.wl-prop-card{border:1px solid;border-radius:18px;padding:20px}.app-shell.dark .wl-prop-card{background:#0a1228;border-color:#1e3a5f}.app-shell.light .wl-prop-card{background:#fff;border-color:#e2e8f0;box-shadow:0 1px 4px #0000000d}.wl-prop-card-head{text-transform:uppercase;letter-spacing:.2em;color:#64748b;align-items:center;gap:6px;margin-bottom:16px;font-size:10px;font-weight:900;display:flex}.wl-prop-list{flex-direction:column;gap:0;display:flex}.wl-prop-row{border-bottom:1px solid;align-items:flex-start;gap:8px;padding:9px 0;display:flex}.app-shell.dark .wl-prop-row{border-color:#1e293bcc}.app-shell.light .wl-prop-row{border-color:#f1f5f9}.wl-prop-row:last-child{border-bottom:0}.wl-prop-label{text-transform:uppercase;letter-spacing:.04em;color:#64748b;flex-shrink:0;align-items:center;gap:5px;width:88px;padding-top:1px;font-size:11px;font-weight:700;display:flex}.wl-prop-value{word-break:break-word;flex:1;font-size:12px;font-weight:600;line-height:1.5}.app-shell.dark .wl-prop-value{color:#e2e8f0}.app-shell.light .wl-prop-value{color:#334155}.wl-prop-tags{flex-wrap:wrap;align-items:flex-start;gap:4px;display:flex}.wl-rel-tag{white-space:nowrap;border:1px solid;border-radius:6px;align-items:center;padding:2px 8px;font-size:11px;font-weight:700;text-decoration:none;transition:background .12s;display:inline-flex}.app-shell.dark .wl-rel-tag{color:#c4b5fd;background:#8b5cf61a;border-color:#8b5cf659}.app-shell.dark .wl-rel-tag:hover{background:#8b5cf638}.app-shell.light .wl-rel-tag{color:#6d28d9;background:#8b5cf612;border-color:#ddd6fe}.app-shell.light .wl-rel-tag:hover{background:#8b5cf624}.wl-created-at{border:1px dashed;border-radius:12px;margin-top:16px;padding:12px}.app-shell.dark .wl-created-at{background:#1e293b4d;border-color:#1e293b}.app-shell.light .wl-created-at{background:#f8fafc;border-color:#e2e8f0}.wl-created-at-label{text-transform:uppercase;letter-spacing:.15em;color:#64748b;margin:0 0 4px;font-size:10px;font-weight:700}.wl-created-at-value{color:#64748b;margin:0;font-family:ui-monospace,monospace;font-size:11px}.wl-assignee-card{border:1px solid;border-radius:18px;padding:20px}.app-shell.dark .wl-assignee-card{background:#8b5cf60d;border-color:#8b5cf64d}.app-shell.light .wl-assignee-card{background:#f5f3ff;border-color:#ddd6fe}.wl-assignee-title{text-transform:uppercase;letter-spacing:.15em;color:#8b5cf6;margin:0 0 14px;font-size:11px;font-weight:900}.wl-assignee-list{flex-direction:column;gap:10px;display:flex}.wl-assignee-row{align-items:center;gap:10px;display:flex}.wl-assignee-avatar{color:#fff;background:#7c3aed;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:11px;font-weight:900;display:flex;box-shadow:0 4px 10px #7c3aed59}.wl-assignee-name{font-size:13px;font-weight:700}.app-shell.dark .wl-assignee-name{color:#e2e8f0}.app-shell.light .wl-assignee-name{color:#334155}.org-stats-row{flex-wrap:wrap;gap:8px;margin:10px 0 14px;display:flex}.org-stat-chip{color:#cbd5e1;background:#64748b38;border-radius:8px;padding:4px 10px;font-size:11px;font-weight:700}.org-stat-chip--group{color:#93c5fd;background:#3b82f633}.org-stat-chip--minimal{color:#86efac;background:#4ade802e}.org-legend-list{color:#94a3b8;margin:0 0 14px;padding-left:1.2em;font-size:12px;line-height:1.6}.org-tree-wrap{margin-top:8px}.org-tree-table td{vertical-align:top}.org-cell-multi{max-width:220px;line-height:1.35}.org-id-cell{color:#64748b;word-break:break-all;max-width:280px;font-family:ui-monospace,monospace;font-size:10px}.org-tier-org{border-radius:6px;padding:3px 8px;font-size:10px;font-weight:800;line-height:1.25;display:inline-block}.org-tier-org--minimal{color:#4ade80;background:#4ade8026;border:1px solid #4ade8059}.org-tier-org--root{color:#fbbf24;background:#fbbf241f;border:1px solid #fbbf244d}.org-tier-org--mid{color:#93c5fd;background:#60a5fa1f;border:1px solid #60a5fa47}.user-group-tier{text-transform:uppercase;letter-spacing:.04em;border-radius:4px;flex-shrink:0;margin-right:4px;padding:2px 6px;font-size:9px;font-weight:900}.user-group-tier--minimal{color:#4ade80;background:#4ade8033}.user-group-tier--manager{color:#fcd34d;background:#fbbf242e}.user-org-cell-inner{flex-direction:column;gap:8px;min-width:200px;max-width:280px;padding:4px 0;display:flex}.user-org-badge-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.user-org-pill{text-transform:uppercase;letter-spacing:.06em;border-radius:4px;align-items:center;gap:4px;padding:3px 8px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.user-org-pill-icon{opacity:.95;flex-shrink:0}.user-org-pill--supervisor{color:#b45309;background:#fef3c759;border:1px solid #fbbf2473}.user-org-pill--multi{color:#4338ca;background:#c7d2fe59;border:1px solid #818cf880}.user-org-pill--minimal{color:#047857;background:#a7f3d059;border:1px solid #34d39973}.app-shell.dark .user-org-pill--supervisor{color:#fcd34d;background:#fbbf241f;border-color:#fbbf2459}.app-shell.dark .user-org-pill--multi{color:#a5b4fc;background:#818cf826;border-color:#818cf859}.app-shell.dark .user-org-pill--minimal{color:#6ee7b7;background:#34d3991f;border-color:#34d39959}.user-org-card{background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);border:1px solid #e2e8f0d9;border-radius:8px;padding:10px;position:relative;overflow:hidden;box-shadow:0 1px 2px #0f172a0f}.app-shell.dark .user-org-card{background:linear-gradient(135deg,#0f172aa6 0%,#1e293b8c 100%);border-color:#475569a6;box-shadow:0 1px 3px #0003}.user-org-card-decoration{opacity:.04;color:#0f172a;pointer-events:none;padding:4px;position:absolute;top:0;right:0}.app-shell.dark .user-org-card-decoration{color:#f1f5f9;opacity:.06}.user-org-card-crumbs{color:#94a3b8;flex-wrap:wrap;align-items:center;gap:2px;margin-bottom:6px;font-size:11px;font-weight:600;line-height:1.5;display:flex;position:relative}.app-shell.dark .user-org-card-crumbs{color:#94a3b8}.user-org-card-chevron{opacity:.45;color:#64748b;flex-shrink:0}.user-org-card-crumb-text{cursor:default}.app-shell.light .user-org-card-crumb-text:hover{color:#64748b}.user-org-card-primary{align-items:center;gap:10px;display:flex;position:relative}.user-org-card-accent-bar{background:#6366f1;border-radius:999px;flex-shrink:0;width:4px;height:16px;box-shadow:0 0 8px #6366f159}.user-org-card-primary-text{color:#1e293b;letter-spacing:-.02em;font-size:14px;font-weight:800;line-height:1.3}.app-shell.dark .user-org-card-primary-text{color:#f1f5f9}.ppr-root .db-panel{padding-top:8px}.ppr-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:8px;display:flex}.ppr-intro{opacity:.88;max-width:52rem;margin:0 0 8px;font-size:.875rem;line-height:1.5}.ppr-filter-note{opacity:.62;max-width:52rem;margin:0;font-size:.72rem;line-height:1.5}.ppr-section{margin-top:28px}.ppr-section-title{letter-spacing:.03em;margin:0 0 12px;font-size:1rem;font-weight:700}.ppr-hint{opacity:.65;margin:0 0 12px;font-size:.8rem}a.wl-log-card.ppr-detailed-card{color:inherit;text-decoration:none}.ppr-flex-summary{white-space:normal;max-width:36rem}.ppr-warnings{background:#f59e0b14;border:1px solid #f59e0b73;border-radius:12px;margin:12px 0 16px;padding:12px 14px}.app-shell.dark .ppr-warnings{background:#f59e0b0f;border-color:#fbbf2459}.ppr-warning-line{color:#b45309;margin:0 0 8px;font-size:.8rem;line-height:1.45}.app-shell.dark .ppr-warning-line{color:#fbbf24}.ppr-warning-line:last-child{margin-bottom:0}.ppr2-root{border-radius:16px;align-items:stretch;gap:0;width:100%;min-height:calc(100vh - 120px);margin:-8px -12px 0;display:flex;overflow:hidden}@media (width<=960px){.ppr2-root{flex-direction:column;min-height:auto;margin:0}}.app-shell.dark .ppr2-root{background:0 0;border:1px solid #112448}.app-shell.light .ppr2-root{background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 24px #0f172a0f}.ppr2-aside{border-right:1px solid #94a3b833;flex-direction:column;flex-shrink:0;width:260px;padding:1.25rem 1rem 1rem;display:flex}.app-shell.dark .ppr2-aside{background:#0a1638;border-right-color:#112448}.app-shell.light .ppr2-aside{background:#fff;border-right-color:#e2e8f0}.ppr2-aside-head{margin-bottom:1rem}.ppr2-aside-brand{align-items:center;gap:.65rem;margin-bottom:0;display:flex}.ppr2-aside-logo{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#9333ea 100%);border-radius:10px;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex;box-shadow:0 6px 16px #7c3aed47}.ppr2-aside-title{letter-spacing:-.02em;font-size:1.05rem;font-weight:800}.app-shell.dark .ppr2-aside-title{color:#f1f5f9}.app-shell.light .ppr2-aside-title{color:#0f172a}.ppr2-aside-label{text-transform:uppercase;letter-spacing:.18em;opacity:.55;margin-top:.25rem;margin-bottom:.65rem;padding-left:2px;font-size:10px;font-weight:800}.app-shell.dark .ppr2-aside-label{color:#94a3b8}.app-shell.light .ppr2-aside-label{color:#64748b}.ppr2-aside-nav{flex-direction:column;flex:1;gap:8px;padding-right:4px;display:flex;overflow-y:auto}.ppr2-aside-placeholder,.ppr2-aside-empty{opacity:.65;align-items:center;gap:8px;padding:12px 8px;font-size:.8rem;display:flex}.app-shell.dark .ppr2-aside-placeholder,.app-shell.dark .ppr2-aside-empty{color:#94a3b8}.app-shell.light .ppr2-aside-placeholder,.app-shell.light .ppr2-aside-empty{color:#64748b}.ppr2-meeting-btn{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:14px;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:12px 14px;transition:background .18s,border-color .18s,color .18s;display:flex}.app-shell.dark .ppr2-meeting-btn{color:#94a3b8}.app-shell.light .ppr2-meeting-btn{color:#64748b}.ppr2-meeting-btn:hover{background:#94a3b814}.app-shell.dark .ppr2-meeting-btn--active{color:#c4b5fd;background:#7c3aed24;border-color:#a78bfa66}.app-shell.light .ppr2-meeting-btn--active{color:#6d28d9;background:#ede9fef2;border-color:#7c3aed52}.ppr2-meeting-btn-date{letter-spacing:.02em;opacity:.85;align-items:center;gap:6px;font-family:ui-monospace,monospace;font-size:10px;display:flex}.ppr2-meeting-btn-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.ppr2-meeting-btn--phase-pending:not(.ppr2-meeting-btn--active),.ppr2-meeting-btn--phase-ongoing:not(.ppr2-meeting-btn--active),.ppr2-meeting-btn--phase-closed:not(.ppr2-meeting-btn--active){border-style:dashed}.app-shell.dark .ppr2-meeting-btn--phase-pending:not(.ppr2-meeting-btn--active){border-color:#38bdf861}.app-shell.light .ppr2-meeting-btn--phase-pending:not(.ppr2-meeting-btn--active){border-color:#0ea5e961}.app-shell.dark .ppr2-meeting-btn--phase-ongoing:not(.ppr2-meeting-btn--active){border-color:#fb923c6b}.app-shell.light .ppr2-meeting-btn--phase-ongoing:not(.ppr2-meeting-btn--active){border-color:#f9731666}.app-shell.dark .ppr2-meeting-btn--phase-closed:not(.ppr2-meeting-btn--active){border-color:#4755698c}.app-shell.light .ppr2-meeting-btn--phase-closed:not(.ppr2-meeting-btn--active){border-color:#94a3b873}.ppr2-meeting-status{letter-spacing:.04em;border-radius:8px;flex-shrink:0;align-items:center;gap:5px;padding:4px 9px;font-size:9px;font-weight:800;line-height:1.2;display:inline-flex}.app-shell.dark .ppr2-meeting-status--pending{color:#7dd3fc;background:#38bdf81f;border:1px solid #38bdf873}.app-shell.light .ppr2-meeting-status--pending{color:#0369a1;background:#e0f2fef2;border:1px solid #0ea5e96b}.app-shell.dark .ppr2-meeting-status--ongoing{color:#fdba74;background:#fb923c1f;border:1px solid #fb923c7a;animation:2.8s ease-in-out infinite ppr2-meeting-ongoing-pulse}.app-shell.light .ppr2-meeting-status--ongoing{color:#c2410c;background:#ffedd5f2;border:1px solid #f9731673;animation:2.8s ease-in-out infinite ppr2-meeting-ongoing-pulse}.app-shell.dark .ppr2-meeting-status--closed{color:#94a3b8;background:#33415573;border:1px solid #64748b73}.app-shell.light .ppr2-meeting-status--closed{color:#64748b;background:#f1f5f9fa;border:1px solid #94a3b88c}@keyframes ppr2-meeting-ongoing-pulse{0%,to{opacity:1;box-shadow:0 0 #fb923c2e}50%{opacity:.82;box-shadow:0 0 14px #fb923c38}}@media (prefers-reduced-motion:reduce){.ppr2-meeting-status--ongoing{animation:none}}.ppr2-meeting-btn-title{font-size:.82rem;font-weight:700;line-height:1.35}.ppr2-meeting-btn-bar{background:#7c3aed;border-radius:999px;width:100%;height:3px;margin-top:6px}.ppr2-aside-refresh{cursor:pointer;opacity:.85;background:0 0;border:1px solid #94a3b840;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:12px;padding:10px 12px;font-size:.75rem;font-weight:700;display:inline-flex}.app-shell.dark .ppr2-aside-refresh{color:#cbd5e1;border-color:#475569a6}.app-shell.light .ppr2-aside-refresh{color:#475569;border-color:#cbd5e1}.ppr2-aside-refresh:hover:not(:disabled){opacity:1;background:#94a3b814}.ppr2-main{flex:1;min-width:0;overflow-y:auto}.app-shell.dark .ppr2-main{background:#020b22}.app-shell.light .ppr2-main{background:#f8fafc}.ppr2-main-inner{max-width:72rem;margin:0 auto;padding:2rem 2rem 3rem}@media (width<=640px){.ppr2-main-inner{padding:1.25rem 1rem 2rem}}.ppr2-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:2rem;display:flex}.ppr2-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.ppr2-header-mode-btn{align-items:center;gap:6px;display:inline-flex}.ppr2-btn-close-report{cursor:pointer;border:1px solid #0000;border-radius:10px;align-items:center;gap:6px;padding:9px 14px;font-size:.85rem;font-weight:600;transition:background .15s,border-color .15s,opacity .15s;display:inline-flex}.app-shell.dark .ppr2-btn-close-report{color:#e2e8f0;background:linear-gradient(145deg,#6366f13d,#0ea5e91f);border-color:#818cf873}.app-shell.light .ppr2-btn-close-report{color:#334155;background:linear-gradient(145deg,#6366f11f,#0ea5e917);border-color:#6366f161}.ppr2-btn-close-report:disabled{opacity:.45;cursor:not-allowed}.ppr2-aside-editor{margin-bottom:14px}.ppr2-aside-label--tight{margin-top:8px}.ppr2-aside-report-add{align-items:stretch;gap:8px;margin-top:6px;display:flex}.ppr2-date-input{min-width:0;color:inherit;background:0 0;border:1px solid #94a3b873;border-radius:9px;flex:1;padding:8px 10px;font-size:.82rem}.app-shell.dark .ppr2-date-input{border-color:#64748b8c}.ppr2-aside-add-date{cursor:pointer;color:inherit;background:#6366f114;border:1px solid #6366f16b;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:8px 11px;font-size:.78rem;font-weight:600;display:inline-flex}.ppr2-aside-add-date:disabled{opacity:.45;cursor:not-allowed}.ppr2-edit-flash{color:inherit;background:#10b98114;border:1px solid #34d3996b;border-radius:10px;margin:0 0 1rem;padding:10px 14px;font-size:.82rem;line-height:1.5}.app-shell.light .ppr2-edit-flash{color:#0f172a;background:#10b9810f}.ppr2-edit-shell{margin-bottom:2rem}.ppr2-edit-loading{align-items:center;gap:10px;margin-bottom:12px;font-size:.85rem;display:flex}.ppr2-edit-team-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;display:grid}.ppr2-edit-team-card{border:1px solid #94a3b86b;border-radius:14px;padding:18px 18px 14px}.app-shell.dark .ppr2-edit-team-card{background:#0f172a6b;border-color:#47556994}.app-shell.light .ppr2-edit-team-card{background:#f8fafcbf;border-color:#cbd5e1eb}.ppr2-edit-team-title{margin:0 0 8px;font-size:1.02rem}.ppr2-edit-team-hint{opacity:.88;margin:0 0 14px;font-size:.76rem;line-height:1.5}.ppr2-edit-label{letter-spacing:.06em;text-transform:uppercase;opacity:.82;margin:10px 0 6px;font-size:.74rem;font-weight:600;display:block}.ppr2-edit-label--gap{margin-top:16px}.ppr2-edit-line{grid-template-columns:22px 1fr 32px;align-items:start;gap:8px;margin-bottom:8px;display:grid}.ppr2-edit-line-idx{text-align:center;opacity:.62;padding-top:8px;font-size:.75rem}.ppr2-edit-textarea{resize:vertical;width:100%;min-height:44px;color:inherit;background:0 0;border:1px solid #94a3b880;border-radius:9px;padding:9px 11px;font-family:inherit;font-size:.84rem;line-height:1.45}.app-shell.dark .ppr2-edit-textarea{border-color:#64748b8c}.ppr2-edit-remove{color:inherit;opacity:.55;cursor:pointer;background:0 0;border:none;margin-top:2px;padding:8px 4px}.ppr2-edit-remove:disabled{opacity:.22;cursor:not-allowed}.ppr2-edit-add-line{color:inherit;cursor:pointer;background:0 0;border:1px dashed #6366f16b;border-radius:8px;align-items:center;gap:6px;margin:4px 0;padding:7px 11px;font-size:.78rem;font-weight:600;display:inline-flex}.ppr2-edit-card-actions{justify-content:flex-end;margin-top:16px;display:flex}.ppr2-btn-save-team{cursor:pointer;color:inherit;background:#6366f124;border:1px solid #6366f16b;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:.82rem;font-weight:600;display:inline-flex}.ppr2-btn-save-team:disabled{opacity:.45;cursor:not-allowed}.ppr2-btn-save-team--accent{background:#0ea5e91f;border-color:#0ea5e96b}.ppr2-edit-announce{border-top:1px solid #94a3b861;margin-top:22px;padding-top:18px}.ppr2-edit-announce-row{flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;display:flex}.ppr2-edit-title-input{min-width:200px;color:inherit;background:0 0;border:1px solid #94a3b880;border-radius:9px;flex:1;padding:10px 12px;font-size:.84rem}.ppr2-code-muted{opacity:.86;word-break:break-all;font-size:.78em}.ppr2-rotation-banner{border:1px solid #94a3b861;border-radius:16px;align-items:flex-start;gap:14px;margin-bottom:1.75rem;padding:14px 18px;display:flex}.ppr2-rotation-banner--aside{align-items:center;gap:10px;margin-bottom:1rem;padding:11px 12px}.ppr2-rotation-banner--aside .ppr2-rotation-banner-icon{border-radius:11px;width:36px;height:36px}.ppr2-rotation-banner--aside .ppr2-rotation-banner-title{margin-bottom:4px;font-size:10px}.ppr2-rotation-banner--aside .ppr2-rotation-banner-value{font-size:.8rem;line-height:1.45}.ppr2-aside-duty-error{margin:0 0 12px;padding:0 2px;font-size:.78rem}.app-shell.dark .ppr2-rotation-banner{background:#0f172a8c;border-color:#475569a6}.app-shell.light .ppr2-rotation-banner{background:#fff;border-color:#e2e8f0;box-shadow:0 1px 3px #0f172a0d}.ppr2-rotation-banner--muted{opacity:.92}.ppr2-rotation-banner-spin{flex-shrink:0;margin-top:2px}.ppr2-rotation-banner-loading-text{font-size:.82rem;font-weight:600}.app-shell.dark .ppr2-rotation-banner-loading-text{color:#cbd5e1}.app-shell.light .ppr2-rotation-banner-loading-text{color:#475569}.ppr2-rotation-banner-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.app-shell.dark .ppr2-rotation-banner-icon{color:#c4b5fd;background:#7c3aed2e;border:1px solid #a78bfa59}.app-shell.light .ppr2-rotation-banner-icon{color:#6d28d9;background:#ede9fef2;border:1px solid #7c3aed47}.ppr2-rotation-banner-body{flex:1;min-width:0}.ppr2-rotation-banner-title{letter-spacing:.12em;text-transform:uppercase;margin:0 0 6px;font-size:11px;font-weight:800}.app-shell.dark .ppr2-rotation-banner-title{color:#94a3b8}.app-shell.light .ppr2-rotation-banner-title{color:#64748b}.ppr2-rotation-banner-value{margin:0;font-size:.92rem;line-height:1.55}.app-shell.dark .ppr2-rotation-banner-value{color:#e2e8f0}.app-shell.light .ppr2-rotation-banner-value{color:#334155}.ppr2-rotation-banner-label{margin-right:8px;font-weight:700}.app-shell.dark .ppr2-rotation-banner-label{color:#94a3b8}.app-shell.light .ppr2-rotation-banner-label{color:#64748b}.ppr2-rotation-banner-name{letter-spacing:-.02em;font-weight:800}.app-shell.dark .ppr2-rotation-banner-name{color:#f8fafc}.app-shell.light .ppr2-rotation-banner-name{color:#0f172a}.ppr2-rotation-banner-group{margin-left:4px;font-weight:600}.app-shell.dark .ppr2-rotation-banner-group{color:#94a3b8}.app-shell.light .ppr2-rotation-banner-group{color:#64748b}.ppr2-breadcrumb{letter-spacing:.14em;text-transform:uppercase;opacity:.55;align-items:center;gap:8px;margin-bottom:10px;font-family:ui-monospace,monospace;font-size:11px;display:flex}.app-shell.dark .ppr2-breadcrumb{color:#94a3b8}.app-shell.light .ppr2-breadcrumb{color:#64748b}.ppr2-breadcrumb-sep{opacity:.45}.ppr2-page-title{letter-spacing:-.03em;margin:0;font-size:clamp(1.65rem,4vw,2.35rem);font-weight:800;line-height:1.15}.app-shell.dark .ppr2-page-title{color:#f8fafc}.app-shell.light .ppr2-page-title{color:#0f172a}.ppr2-btn-secondary{cursor:not-allowed;opacity:.65;background:#1e293b59;border:1px solid #94a3b859;border-radius:14px;align-items:center;gap:8px;padding:10px 18px;font-size:.82rem;font-weight:700;display:inline-flex}.app-shell.dark .ppr2-btn-secondary{color:#cbd5e1;background:#1e293ba6;border-color:#475569a6}.app-shell.light .ppr2-btn-secondary{color:#64748b;background:#f1f5f9;border-color:#e2e8f0}.ppr2-error{margin-bottom:12px}.ppr2-announce-shell{border:1px solid #94a3b86b;border-radius:16px;margin-bottom:2rem;padding:1.65rem 1.75rem}.app-shell.dark .ppr2-announce-shell{background:#0f172a8c;border-color:#334155bf;box-shadow:0 8px 32px #00000047}.app-shell.light .ppr2-announce-shell{background:#fff;border-color:#e2e8f0;box-shadow:0 1px 3px #0f172a0f}.app-shell.dark .ppr2-announce-shell .ppr2-ann-card-title{color:#f1f5f9}.app-shell.light .ppr2-announce-shell .ppr2-ann-card-title{color:#1e293b}.ppr2-announce-page:not(:first-child){border-top:1px solid #94a3b852;margin-top:1.35rem;padding-top:1.35rem}.app-shell.dark .ppr2-announce-page:not(:first-child){border-top-color:#47556973}.ppr2-announce-page-head{border-bottom:1px solid #94a3b861;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:0;padding-bottom:12px;display:flex}.app-shell.dark .ppr2-announce-page-head{border-bottom-color:#47556980}.ppr2-announce-page-body{margin-top:14px}.ppr2-announce-shell .ppr2-ann-card-title{letter-spacing:-.01em;font-size:1.05rem;font-weight:600}.ppr2-muted{opacity:.58;font-size:.85rem}.app-shell.dark .ppr2-muted{color:#94a3b8}.app-shell.light .ppr2-muted{color:#64748b}.ppr2-block{border:1px solid #33415573;border-radius:2rem;margin-bottom:2.5rem;padding:2.25rem 2rem;position:relative;overflow:hidden}.app-shell.dark .ppr2-block--announce{background:linear-gradient(145deg,#161a23f2 0%,#0d0f12eb 100%);box-shadow:0 24px 48px #00000038}.app-shell.light .ppr2-block--announce{background:linear-gradient(145deg,#fff 0%,#f8fafc 100%);box-shadow:0 16px 40px #0f172a0f}.ppr2-block-bg-icon{opacity:.05;pointer-events:none;padding:2rem;position:absolute;top:0;right:0}.ppr2-block-head{align-items:center;gap:16px;margin-bottom:2rem;display:flex}.ppr2-block-head-icon{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#9333ea 100%);border-radius:18px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 10px 24px #7c3aed47}.ppr2-block-title{letter-spacing:-.02em;margin:0;font-size:1.45rem;font-weight:800}.app-shell.dark .ppr2-block-title{color:#f8fafc}.app-shell.light .ppr2-block-title{color:#0f172a}.ppr2-block-sub{opacity:.62;margin:4px 0 0;font-size:.85rem}.ppr2-loading{padding:2rem}.ppr2-ann-grid{gap:1.75rem;display:grid}.ppr2-ann-card{background:#0f172a38;border:1px solid #33415559;border-radius:1.5rem;padding:1.75rem 1.5rem;transition:border-color .18s}.app-shell.light .ppr2-ann-card{background:#f8fafce6}.ppr2-ann-card:hover{border-color:#64748b73}.ppr2-ann-card-head{border-bottom:1px solid #33415559;align-items:center;gap:12px;margin-bottom:14px;padding-bottom:14px;display:flex}.ppr2-sec-icon{flex-shrink:0}.ppr2-sec-icon--blue{color:#a78bfa}.ppr2-sec-icon--amber{color:#fbbf24}.ppr2-sec-icon--emerald{color:#34d399}.ppr2-ann-card-title{margin:0;font-size:1.05rem;font-weight:700}.app-shell.dark .ppr2-ann-card-title{color:#e2e8f0}.ppr2-ann-card-body{flex-direction:column;gap:12px;display:flex}.ppr2-ann-item-row{align-items:flex-start;gap:12px;display:flex}.ppr2-ann-bullet{flex-shrink:0;padding-top:6px}.ppr2-ann-dot{border:1px solid #94a3b88c;border-radius:999px;width:6px;height:6px;display:block}.ppr2-ann-dot--primary{background:#8b5cf6;border:none;box-shadow:0 0 10px #7c3aed8c}.ppr2-ann-body{flex:1;min-width:0}.ppr2-ann-line{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.ppr2-ann-label{letter-spacing:.08em;border-radius:6px;padding:2px 8px;font-size:10px;font-weight:900}.ppr2-ann-label--forbid{color:#fff;background:#dc2626}.ppr2-ann-label--muted{color:#a78bfa;background:#7c3aed2e}.app-shell.light .ppr2-ann-label--muted{color:#7c3aed}.ppr2-ann-text{font-size:.94rem;line-height:1.55}.app-shell.dark .ppr2-ann-text{color:#cbd5e1}.app-shell.light .ppr2-ann-text{color:#334155}.ppr2-ann-text--important{background:#f8fafc0f;border-radius:8px;padding:4px 8px;font-weight:700}.app-shell.dark .ppr2-ann-text--important{color:#f1f5f9}.ppr2-ann-children{border-left:1px solid #3341558c;flex-direction:column;gap:8px;margin-top:10px;padding-left:12px;display:flex}.ppr2-split-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:1.25rem;display:flex}.ppr2-split-head-left{align-items:center;gap:12px;display:flex}.ppr2-section-heading{margin:0;font-size:1.15rem;font-weight:800}.app-shell.dark .ppr2-section-heading{color:#f8fafc}.app-shell.light .ppr2-section-heading{color:#1e293b}.ppr2-section-rule{background:#334155a6;flex:1;min-width:48px;height:1px}.app-shell.dark .ppr2-section-rule{background:#475569a6}.app-shell.light .ppr2-section-rule{background:#e2e8f0}.ppr2-member-tabs{background:#0f172a59;border:1px solid #33415573;border-radius:18px;flex-wrap:wrap;gap:6px;padding:6px;display:flex}.app-shell.dark .ppr2-member-tabs{background:#0f172a8c;border-color:#334155bf}.app-shell.light .ppr2-member-tabs{background:#f1f5f9;border-color:#e2e8f0}.ppr2-member-tab{cursor:pointer;opacity:.65;background:0 0;border:none;border-radius:14px;align-items:center;gap:8px;padding:8px 16px;font-size:.78rem;font-weight:700;transition:background .15s,opacity .15s,color .15s;display:flex}.app-shell.dark .ppr2-member-tab{color:#cbd5e1}.app-shell.light .ppr2-member-tab{color:#475569}.ppr2-member-tab:hover{opacity:.92}.ppr2-member-tab--active{opacity:1;color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#9333ea 100%);box-shadow:0 8px 18px #7c3aed59}.ppr2-member-code{opacity:.85;font-family:ui-monospace,monospace;font-size:10px}.ppr2-member-tab--active .ppr2-member-code{opacity:1}.ppr2-dual-grid{grid-template-columns:1fr;gap:1.75rem;margin-bottom:2.25rem;display:grid}@media (width>=900px){.ppr2-dual-grid{grid-template-columns:1fr 1fr}}.ppr2-panel{border:1px solid #33415573;border-radius:2rem;padding:1.75rem 1.5rem}.app-shell.dark .ppr2-panel{background:#0f172aa6;border-color:#334155b8}.app-shell.light .ppr2-panel{background:#fff;border-color:#e2e8f0}.ppr2-panel-head{justify-content:space-between;align-items:center;margin-bottom:1.35rem;display:flex}.ppr2-panel-head-left{align-items:center;gap:10px;display:flex}.ppr2-pulse-dot{background:#8b5cf6;border-radius:999px;width:8px;height:8px;animation:1.6s ease-in-out infinite ppr2-pulse;box-shadow:0 0 14px #7c3aedd9}@keyframes ppr2-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.65;transform:scale(1.05)}}.ppr2-panel-label{letter-spacing:.14em;text-transform:uppercase;color:#a78bfa;font-size:11px;font-weight:900}.ppr2-panel--done .ppr2-panel-label,.ppr2-panel-done-icon{color:#34d399}.ppr2-panel-badge{color:#a78bfa;background:#7c3aed1a;border:1px solid #7c3aed47;border-radius:999px;padding:4px 12px;font-family:ui-monospace,monospace;font-size:10px}.ppr2-progress-raw{white-space:pre-wrap;word-break:break-word;background:#0f172a59;border:1px solid #33415559;border-radius:1rem;min-height:3rem;margin:0;padding:14px 16px;font-size:.88rem;font-weight:600;line-height:1.55}.app-shell.light .ppr2-progress-raw{background:#f8fafc}.app-shell.dark .ppr2-progress-raw{color:#e2e8f0}.ppr2-progress-raw--done{opacity:.88;border-style:dashed}.ppr2-progress-empty{margin:0;padding:14px 16px}.ppr2-panel-count{color:#a78bfa;background:#7c3aed1f;border:1px solid #7c3aed59;border-radius:999px;padding:4px 10px;font-family:ui-monospace,monospace;font-size:11px;font-weight:800}.ppr2-panel-count--done{color:#34d399;background:#34d3991f;border-color:#34d39961}.app-shell.light .ppr2-panel-count{background:#ede9febf}.app-shell.light .ppr2-panel-count--done{background:#d1fae5a6}.app-shell.dark .ppr2-panel-count{background:#7c3aed24;border-color:#a78bfa73}.app-shell.dark .ppr2-panel-count--done{background:#34d3991a;border-color:#34d3996b}.ppr2-progress-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.ppr2-progress-li{border:1px solid #33415561;border-radius:1rem;align-items:flex-start;gap:14px;padding:14px 16px;display:flex}.ppr2-progress-li--ongoing{background:#0f172a59}.app-shell.light .ppr2-progress-li--ongoing{background:#f8fafc;border-color:#e2e8f0}.app-shell.dark .ppr2-progress-li--ongoing{border-color:#4755697a}.ppr2-progress-li--done{opacity:.92;background:#0f172a38;border-style:dashed}.app-shell.light .ppr2-progress-li--done{background:#f8fafce6}.app-shell.dark .ppr2-progress-li--done{background:#0f172a6b;border-color:#4755697a}.ppr2-progress-num{color:#c4b5fd;background:linear-gradient(145deg,#7c3aed47,#7c3aed1f);border:1px solid #a78bfa61;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;min-width:2rem;height:2rem;padding:0 6px;font-family:ui-monospace,monospace;font-size:11px;font-weight:900;display:inline-flex}.ppr2-progress-num--done{color:#6ee7b7;background:linear-gradient(145deg,#34d39942,#34d39914);border-color:#34d39961}.app-shell.light .ppr2-progress-num{color:#6d28d9;background:#ede9fef2}.app-shell.light .ppr2-progress-num--done{color:#047857;background:#d1fae5f2}.ppr2-progress-item-text{flex:1;min-width:0;font-size:.88rem;font-weight:600;line-height:1.55}.app-shell.dark .ppr2-progress-item-text{color:#e2e8f0}.app-shell.light .ppr2-progress-item-text{color:#334155}.ppr2-item-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.ppr2-item-row{border:1px solid #33415559;border-radius:1rem;align-items:flex-start;gap:14px;padding:14px 16px;display:flex}.ppr2-item-row--ongoing{background:#0f172a59}.app-shell.light .ppr2-item-row--ongoing{background:#f8fafc}.ppr2-item-row--done{opacity:.62;border-style:dashed}.ppr2-item-idx{color:#64748b;min-width:1.5rem;font-family:ui-monospace,monospace;font-size:11px}.ppr2-item-text{font-size:.88rem;font-weight:700;line-height:1.45}.app-shell.dark .ppr2-item-text{color:#e2e8f0}.ppr2-item-row--done .ppr2-item-text{font-weight:600;text-decoration:line-through}.ppr2-table-shell{border:1px solid #33415573;border-radius:2rem;margin-bottom:2rem;overflow:hidden;box-shadow:0 16px 40px #0000001f}.app-shell.dark .ppr2-table-shell{background:#0f172a8c;border-color:#334155b8;box-shadow:0 16px 48px #00000059}.app-shell.light .ppr2-table-shell{background:#fff;border-color:#e2e8f0;box-shadow:0 12px 28px #0f172a0f}.ppr2-table-head{background:#1e293b59;border-bottom:1px solid #33415573;justify-content:space-between;align-items:center;padding:1.35rem 2rem;display:flex}.app-shell.dark .ppr2-table-head{background:#0f172ab8;border-bottom-color:#334155a6}.app-shell.light .ppr2-table-head{background:#f8fafc;border-bottom-color:#e2e8f0}.ppr2-table-head-left{align-items:center;gap:14px;display:flex}.ppr2-table-icon{color:#a78bfa;border:1px solid #33415573;border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.app-shell.dark .ppr2-table-icon{background:#1e293b73;border-color:#475569a6}.app-shell.light .ppr2-table-icon{background:#fff;border-color:#e2e8f0}.ppr2-table-title{margin:0;font-size:1.15rem;font-weight:800}.app-shell.dark .ppr2-table-title{color:#f1f5f9}.app-shell.light .ppr2-table-title{color:#1e293b}.ppr2-table-sub{opacity:.55;margin:4px 0 0;font-size:11px}.app-shell.dark .ppr2-table-sub{color:#94a3b8}.app-shell.light .ppr2-table-sub{color:#64748b}.ppr2-table-scroll{overflow-x:auto}.ppr2-table{border-collapse:collapse;width:100%;font-size:.82rem}.ppr2-th{text-align:left;letter-spacing:.14em;text-transform:uppercase;opacity:.52;background:#0f172a73;border-bottom:1px solid #33415559;padding:18px 24px;font-size:10px;font-weight:900}.app-shell.dark .ppr2-th{color:#94a3b8;background:#020b22a6;border-bottom-color:#3341558c}.app-shell.light .ppr2-th{color:#64748b;background:#f1f5f9;border-bottom-color:#e2e8f0}.ppr2-th-sys{width:7rem}.ppr2-th-center{text-align:center}.ppr2-tr:hover{background:#f8fafc0a}.app-shell.dark .ppr2-tr:hover{background:#33415547}.app-shell.light .ppr2-tr:hover{background:#f1f5f9d9}.ppr2-td{vertical-align:middle;border-bottom:1px solid #33415538;padding:20px 24px}.app-shell.dark .ppr2-td{color:#e2e8f0;border-bottom-color:#3341556b}.app-shell.light .ppr2-td{color:#334155;border-bottom-color:#f1f5f9}.ppr2-td-center{text-align:center}.ppr2-td-loading,.ppr2-td-empty{text-align:center;opacity:.65;padding:2rem}.ppr2-sys-badge{border-radius:8px;padding:4px 10px;font-size:10px;font-weight:900;display:inline-block}.ppr2-sys-badge-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.ppr2-sys-badge--tone-violet{color:#c4b5fd;background:#7c3aed29;border:1px solid #a78bfa61}.app-shell.light .ppr2-sys-badge--tone-violet{color:#6d28d9;background:#ede9fef2;border-color:#7c3aed47}.ppr2-sys-badge--tone-teal{color:#5eead4;background:#2dd4bf1f;border:1px solid #2dd4bf59}.app-shell.light .ppr2-sys-badge--tone-teal{color:#0f766e;background:#ccfbf1eb;border-color:#0d94884d}.ppr2-sys-badge--tone-cyan{color:#67e8f9;background:#22d3ee1f;border:1px solid #22d3ee59}.app-shell.light .ppr2-sys-badge--tone-cyan{color:#0e7490;background:#cffafeeb;border-color:#0891b247}.ppr2-sys-badge--tone-indigo{color:#a5b4fc;background:#6366f124;border:1px solid #818cf861}.app-shell.light .ppr2-sys-badge--tone-indigo{color:#4338ca;background:#e0e7fff2;border-color:#6366f147}.ppr2-sys-badge--tone-slate{color:#e2e8f0;background:#47556959;border:1px solid #64748b73}.app-shell.light .ppr2-sys-badge--tone-slate{color:#475569;background:#f1f5f9fa;border-color:#94a3b873}.ppr2-sys-badge--muted{color:#e2e8f0;background:#475569d9}.app-shell.light .ppr2-sys-badge--muted{color:#334155;background:#cbd5e1}.ppr2-rel-stack{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.ppr2-rel-pill{border-radius:10px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:700;text-decoration:none;transition:opacity .15s,background .15s;display:inline-flex}.app-shell.dark .ppr2-rel-pill{color:#e2e8f0;background:#1e293bb8;border:1px solid #4755698c}.app-shell.light .ppr2-rel-pill{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0}.ppr2-rel-pill:hover{opacity:.92}.app-shell.dark .ppr2-rel-pill:hover{background:#334155a6}.app-shell.light .ppr2-rel-pill:hover{background:#e2e8f0}.ppr2-title-link{align-items:center;gap:8px;font-weight:700;line-height:1.45;text-decoration:none;display:inline-flex}.app-shell.dark .ppr2-title-link{color:#e2e8f0}.app-shell.light .ppr2-title-link{color:#1e293b}.ppr2-title-link:hover{color:#a78bfa}.app-shell.light .ppr2-title-link:hover{color:#7c3aed}.ppr2-title-link-icon{opacity:0;transition:opacity .15s}.ppr2-title-link:hover .ppr2-title-link-icon{opacity:.85}.ppr2-contact-pill{opacity:.9;background:#1e293b73;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:6px 12px;font-size:11px;font-weight:700;display:inline-flex}.app-shell.dark .ppr2-contact-pill{color:#e2e8f0;background:#1e293bb8}.app-shell.light .ppr2-contact-pill{color:#334155;background:#f1f5f9}.ppr2-req-link{color:#a78bfa;align-items:center;gap:6px;font-family:ui-monospace,monospace;font-size:11px;font-weight:700;text-decoration:none;display:inline-flex}.ppr2-req-link:hover{text-decoration:underline}.ppr2-status-pill{letter-spacing:.06em;text-transform:uppercase;opacity:.72;border:1px solid #3341558c;border-radius:999px;padding:6px 12px;font-size:10px;font-weight:900}.app-shell.dark .ppr2-status-pill{color:#cbd5e1;border-color:#64748b8c}.app-shell.light .ppr2-status-pill{color:#475569;border-color:#e2e8f0}.ppr2-footer{text-align:center;letter-spacing:.16em;text-transform:uppercase;padding:2rem 0 1rem;font-family:ui-monospace,monospace;font-size:10px}.app-shell.dark .ppr2-footer{color:#64748b;opacity:.9}.app-shell.light .ppr2-footer{color:#94a3b8;opacity:.95}.ppr2-ann-card-head--page{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px}.ppr2-ann-notion-link{color:#a78bfa;align-items:center;gap:6px;font-size:11px;font-weight:800;text-decoration:none;display:inline-flex}.app-shell.light .ppr2-ann-notion-link{color:#7c3aed}.ppr2-ann-notion-link:hover{text-decoration:underline}.app-shell.light .ppr2-notion-body{color:#334155}.app-shell.dark .ppr2-notion-body{color:#cbd5e1}.app-shell.dark .ppr2-notion-body .nt-link{color:#c4b5fd}.app-shell.light .ppr2-notion-body .nt-link{color:#7c3aed}.db-form-stack{flex-direction:column;gap:14px;display:flex}.db-form-row2{grid-template-columns:1fr;gap:12px;display:grid}@media (width>=640px){.db-form-row2{grid-template-columns:1fr 1fr}}.db-form-label{text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:11px;font-weight:800;display:block}.app-shell.dark .db-form-label{color:#94a3b8}.app-shell.light .db-form-label{color:#64748b}.db-form-input,.db-form-select,.db-form-textarea{box-sizing:border-box;border:1px solid;border-radius:10px;width:100%;padding:10px 12px;font-family:inherit;font-size:14px}.app-shell.dark .db-form-input,.app-shell.dark .db-form-select,.app-shell.dark .db-form-textarea{color:#e2e8f0;background:#020617;border-color:#334155}.app-shell.light .db-form-input,.app-shell.light .db-form-select,.app-shell.light .db-form-textarea{color:#1e293b;background:#f8fafc;border-color:#e2e8f0}.db-form-textarea{resize:vertical;min-height:72px}.db-form-textarea--mono{font-family:ui-monospace,monospace;font-size:13px}.app-shell.dark .db-form-textarea--mono{color:#6ee7b7}.db-form-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:8px;display:flex}.db-btn-violet{cursor:pointer;color:#fff;background:linear-gradient(135deg,#7c3aed,#6366f1);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:700;display:inline-flex}.db-btn-violet:disabled{opacity:.45;cursor:not-allowed}.db-btn-violet--block{width:100%;padding:14px 18px;font-size:15px}.db-btn-outline{cursor:pointer;background:0 0;border:1px solid;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:700;display:inline-flex}.app-shell.dark .db-btn-outline{color:#e2e8f0;border-color:#475569}.app-shell.light .db-btn-outline{color:#334155;border-color:#cbd5e1}.db-btn-outline:disabled{opacity:.45;cursor:not-allowed}.db-btn-danger-outline{color:#f87171;border-color:#f8717173}.app-shell.light .db-btn-danger-outline{color:#b91c1c;border-color:#dc262659}.db-section-h{border-left:3px solid #8b5cf6;margin:0 0 10px;padding-left:10px;font-size:13px;font-weight:800}.app-shell.dark .db-section-h{color:#e2e8f0}.app-shell.light .db-section-h{color:#334155}.db-banner-info{border:1px solid;border-radius:12px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.app-shell.dark .db-banner-info{color:#bfdbfe;background:#1e3a8a38;border-color:#60a5fa4d}.app-shell.light .db-banner-info{color:#1e3a8a;background:#eff6ff;border-color:#bfdbfe}.db-banner-info strong{margin-bottom:4px;font-size:14px;display:block}.db-banner-warn{border:1px solid;border-radius:12px;margin-bottom:16px;padding:12px 16px;font-size:14px;font-weight:600}.app-shell.dark .db-banner-warn{color:#fecaca;background:#7f1d1d38;border-color:#f8717140}.app-shell.light .db-banner-warn{color:#991b1b;background:#fef2f2;border-color:#fecaca}.db-split-grid{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=1024px){.db-split-grid{grid-template-columns:7fr 5fr;align-items:start}}.db-preview-inner{border:1px solid;border-radius:12px;min-height:320px;overflow:auto}.app-shell.dark .db-preview-inner{background:#02061773;border-color:#334155}.app-shell.light .db-preview-inner{background:#f8fafc;border-color:#e2e8f0}.db-preview-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:280px;padding:24px;display:flex}.db-code-pre{white-space:pre-wrap;margin:0;padding:16px;font-family:inherit;font-size:13px;line-height:1.6}.app-shell.dark .db-code-pre{color:#e2e8f0}.app-shell.light .db-code-pre{color:#334155}.db-dl-plain{margin:0}.db-dl-plain>div{border-bottom:1px solid;grid-template-columns:120px 1fr;gap:12px;padding:10px 0;font-size:14px;display:grid}.db-dl-plain>div:last-child{border-bottom:none}.app-shell.dark .db-dl-plain>div{border-color:#3341558c}.app-shell.light .db-dl-plain>div{border-color:#f1f5f9}.app-shell.dark .db-dl-plain dt{color:#64748b}.app-shell.light .db-dl-plain dt{color:#94a3b8}.app-shell.dark .db-dl-plain dd{color:#e2e8f0;margin:0}.app-shell.light .db-dl-plain dd{color:#1e293b;margin:0}.db-pill-ok{color:#34d399;font-weight:800}.db-pill-warn{color:#fbbf24;font-weight:800}.db-footnote{margin-top:12px;font-size:12px}.app-shell.dark .db-footnote{color:#64748b}.app-shell.light .db-footnote{color:#94a3b8}.db-model-code{font-family:ui-monospace,monospace;font-size:12px;font-weight:700}
