:root{--bg-app: #f5f5f7;--bg-surface: #ffffff;--bg-surface-raised: #f5f5f7;--bg-card: #ffffff;--bg-hover: #f0f0f0;--bg-subtle: #f5f5f7;--border-default: #e5e5e5;--border-subtle: #e5e5e5;--border-hover: #d1d1d6;--text-primary: #1d1d1f;--text-main: #1d1d1f;--text-secondary: #6e6e73;--text-muted: #86868b;--accent-blue: #0071e3;--accent-cyan: #0071e3;--accent-emerald: #30d158;--accent-green: #30d158;--accent-rose: #ff3b30;--accent-red: #ff3b30;--accent-orange: #ff9f0a;--accent-purple: #bf5af2;--accent-yellow: #ffd60a;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-pill: 999px;--font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;--font-mono: "SF Mono", "JetBrains Mono", monospace;--shadow-revolut: 0 1px 3px rgba(0,0,0,.04), 0 1px 2px rgba(0,0,0,.02)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-app);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}.mono-login-page{min-height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000;position:relative;overflow:hidden;padding:24px}.bg-video-container{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;overflow:hidden;z-index:1;pointer-events:none}.bg-video-element{width:100%;height:100%;object-fit:cover;object-position:center bottom;filter:brightness(.85)}.bg-video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6;pointer-events:none}.mono-terminal-box{width:100%;max-width:380px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:10}.mono-emblem-wrap{width:90px;height:110px;margin-bottom:24px;display:flex;align-items:center;justify-content:center}.mono-emblem-img{width:100%;height:100%;max-width:90px;max-height:110px;object-fit:contain}.mono-card{width:100%;background:#0d0e12f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:28px 24px;display:flex;flex-direction:column;align-items:center;box-shadow:0 25px 60px #000000e6}.mono-form{width:100%;display:flex;flex-direction:column;gap:12px}.mono-input{width:100%;background:#060608;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-sm);padding:13px 15px;font-size:14px;color:#fff;font-family:inherit;outline:none;text-align:center;transition:border-color .15s ease}.mono-input:focus{border-color:#fff}.mono-input::placeholder{color:#666}.mono-input-pin{letter-spacing:12px;font-family:var(--font-mono);font-size:18px;font-weight:700}.mono-btn-primary{width:100%;background:#fff;color:#000;border:none;font-size:14px;font-weight:700;padding:13px;border-radius:var(--radius-sm);cursor:pointer;margin-top:4px;transition:opacity .15s ease}.mono-btn-primary:hover{opacity:.9}.mono-biometric-btn{width:100%;background:#ffffff0f;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:13px;font-weight:600;padding:12px 14px;border-radius:var(--radius-sm);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 14px #0006}.mono-biometric-btn:hover{background:#ffffff24;border-color:#fff;transform:translateY(-1px)}.mono-divider{width:100%;display:flex;align-items:center;text-align:center;margin:14px 0 12px}.mono-divider:before,.mono-divider:after{content:"";flex:1;border-bottom:1px solid rgba(255,255,255,.1)}.mono-divider span{padding:0 10px;font-size:10px;font-weight:700;letter-spacing:.08em;color:#777}.mono-user-greeting{font-size:19px;font-weight:700;color:#fff;margin-bottom:14px}.mono-back-link{background:transparent;border:none;color:#888;font-size:11.5px;cursor:pointer;padding:6px;margin-top:8px}.mono-back-link:hover{color:#fff}.mono-error-box{background:#f871712e;border:1px solid rgba(248,113,113,.4);color:#fca5a5;font-size:12px;padding:8px 12px;border-radius:6px;text-align:center;width:100%}.apple-reveal-container{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;background:#000000bf;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:appleFadeIn .35s cubic-bezier(.16,1,.3,1) forwards}@keyframes appleFadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.apple-reveal-avatar-wrap{width:96px;height:96px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.9);box-shadow:0 0 30px #ffffff26;margin-bottom:20px}.apple-reveal-avatar-img{width:100%;height:100%;object-fit:cover;object-position:center 15%}.apple-reveal-title{font-size:26px;font-weight:800;color:#fff;letter-spacing:-.02em;margin-bottom:6px;text-align:center}.apple-reveal-role{font-size:13px;font-weight:600;color:#fff9;letter-spacing:.04em;margin-bottom:24px;text-align:center}.apple-reveal-spinner{width:120px;height:2px;background:#ffffff1a;border-radius:1px;overflow:hidden;position:relative}.apple-spinner-dot{width:40px;height:100%;background:#fff;border-radius:1px;position:absolute;animation:appleSlide 1.2s infinite ease-in-out;box-shadow:0 0 8px #fff}@keyframes appleSlide{0%{left:-40px}50%{left:120px}to{left:-40px}}.mono-footer{position:absolute;bottom:20px;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#666;z-index:10}.app-container{display:flex;min-height:100vh;width:100vw;background:#f5f5f7;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased}.sidebar{width:260px;background:#fff;border-right:1px solid #e5e5e5;display:flex;flex-direction:column;flex-shrink:0;height:100vh;position:sticky;top:0}.brand-section{display:flex;align-items:center;gap:12px;padding:28px 24px 20px}.medsync-logo-icon{width:36px;height:36px;border-radius:10px;background:#1d1d1f;color:#fff;display:flex;align-items:center;justify-content:center}.medsync-logo-icon svg{width:18px;height:18px}.brand-meta h1{font-size:17px;font-weight:700;color:#1d1d1f;letter-spacing:-.02em}.medsync-collapse-btn{margin-left:auto;background:transparent;border:none;cursor:pointer;color:#86868b}.nav-menu{flex:1;overflow-y:auto;padding:8px 16px;display:flex;flex-direction:column;gap:2px}.nav-item{display:flex;align-items:center;gap:12px;padding:9px 12px;border-radius:10px;color:#6e6e73;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.nav-item:hover{color:#1d1d1f;background:#f5f5f7}.nav-item.active{color:#1d1d1f;background:#f5f5f7;font-weight:600}.sidebar-footer-medsync{padding:12px 16px 20px;display:flex;flex-direction:column;gap:2px;border-top:1px solid #e5e5e5}.main-wrapper{flex:1;display:flex;flex-direction:column;min-width:0}.content-area{flex:1;display:flex;flex-direction:column;width:100%}.dash{display:grid;grid-template-columns:1fr 360px;flex:1;min-height:100vh}@media(max-width:1100px){.dash{grid-template-columns:1fr}}.dash-main{padding:40px 48px;display:flex;flex-direction:column;gap:40px}.dash-greeting{display:flex;justify-content:space-between;align-items:flex-start}.dash-title{font-size:28px;font-weight:700;color:#1d1d1f;letter-spacing:-.03em;margin:0 0 4px}.dash-subtitle{font-size:15px;font-weight:400;color:#86868b;margin:0}.dash-search{display:flex;align-items:center;gap:8px;background:#0000000a;border-radius:10px;padding:10px 16px;width:240px;flex-shrink:0}.dash-search input{background:transparent;border:none;outline:none;font-size:13px;color:#1d1d1f;width:100%}.dash-search input::placeholder{color:#86868b}.dash-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.dash-kpi{background:#fff;border-radius:16px;padding:20px;display:flex;align-items:center;gap:16px;cursor:pointer;transition:box-shadow .2s,transform .2s;box-shadow:0 1px 3px #0000000a}.dash-kpi:hover{box-shadow:0 4px 12px #0000000f;transform:translateY(-1px)}.dash-kpi-icon{width:44px;height:44px;border-radius:12px;background:#f5f5f7;display:flex;align-items:center;justify-content:center;color:#1d1d1f;flex-shrink:0}.dash-kpi-data{display:flex;flex-direction:column}.dash-kpi-value{font-size:24px;font-weight:700;color:#1d1d1f;letter-spacing:-.03em;line-height:1}.dash-kpi-label{font-size:12px;font-weight:500;color:#86868b;margin-top:4px}.dash-section{display:flex;flex-direction:column}.dash-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.dash-section-header h2{font-size:17px;font-weight:700;color:#1d1d1f;letter-spacing:-.02em;margin:0}.dash-link{display:flex;align-items:center;gap:2px;font-size:13px;font-weight:500;color:#0071e3;background:none;border:none;cursor:pointer;padding:0}.dash-link:hover{text-decoration:underline}.dash-ventures-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.dash-venture-card{background:#fff;border-radius:16px;padding:20px;cursor:pointer;transition:box-shadow .2s,transform .2s;box-shadow:0 1px 3px #0000000a}.dash-venture-card:hover{box-shadow:0 4px 12px #0000000f;transform:translateY(-1px)}.dash-venture-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.dash-venture-stage{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.dash-venture-name{font-size:15px;font-weight:700;color:#1d1d1f;letter-spacing:-.02em;margin:0 0 2px}.dash-venture-cat{font-size:12px;font-weight:400;color:#86868b;margin:0 0 14px}.dash-venture-bar-wrap{height:4px;background:#f0f0f0;border-radius:2px;overflow:hidden;margin-bottom:10px}.dash-venture-bar{height:100%;border-radius:2px;transition:width .4s ease}.dash-venture-meta{display:flex;justify-content:space-between;font-size:11px;font-weight:500;color:#86868b}.dash-tasks-list{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.dash-task-row{display:flex;align-items:center;gap:14px;padding:14px 20px;border-bottom:1px solid #f5f5f7}.dash-task-row:last-child{border-bottom:none}.dash-task-status{flex-shrink:0}.dash-task-info{flex:1;min-width:0}.dash-task-info h4{font-size:13px;font-weight:600;color:#1d1d1f;margin:0 0 2px;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-task-info p{font-size:11px;font-weight:400;color:#86868b;margin:0}.dash-task-priority{font-size:11px;font-weight:600;padding:3px 10px;border-radius:6px;flex-shrink:0}.dash-task-priority.urgent{background:#ffeeed;color:#ff3b30}.dash-task-priority.high{background:#fff3e0;color:#ff9500}.dash-task-priority.medium{background:#e8f4fd;color:#0071e3}.dash-task-priority.low{background:#f5f5f7;color:#86868b}.dash-sidebar{background:#fff;border-left:1px solid #e5e5e5;padding:40px 28px;display:flex;flex-direction:column;gap:32px}.dash-profile{display:flex;align-items:center;gap:12px;padding-bottom:24px;border-bottom:1px solid #f0f0f0}.dash-profile-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.dash-profile-info{flex:1}.dash-profile-info h3{font-size:14px;font-weight:600;color:#1d1d1f;margin:0;letter-spacing:-.01em}.dash-profile-info p{font-size:11px;font-weight:400;color:#86868b;margin:2px 0 0}.dash-sidebar-section{display:flex;flex-direction:column}.dash-sidebar-section .dash-section-header{margin-bottom:12px}.dash-sidebar-section .dash-section-header h2{font-size:15px}.dash-meetings-list{display:flex;flex-direction:column;gap:10px}.dash-meeting-card{background:#f5f5f7;border-radius:12px;padding:14px 16px}.dash-meeting-card.next{background:#1d1d1f;color:#fff}.dash-meeting-time{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:500;color:#86868b;margin-bottom:6px}.dash-meeting-card.next .dash-meeting-time{color:#ffffff80}.dash-meeting-card h4{font-size:13px;font-weight:600;margin:0 0 3px;letter-spacing:-.01em}.dash-meeting-card p{font-size:11px;font-weight:400;color:#86868b;margin:0}.dash-meeting-card.next p{color:#ffffff80}.dash-team-list{display:flex;flex-direction:column;gap:4px}.dash-team-row{display:flex;align-items:center;gap:12px;padding:8px 0}.dash-team-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.dash-team-info h4{font-size:13px;font-weight:600;color:#1d1d1f;margin:0;letter-spacing:-.01em}.dash-team-info p{font-size:11px;font-weight:400;color:#86868b;margin:0}.dash-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.dash-action{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e5e5e5;border-radius:14px;padding:16px 18px;font-size:13px;font-weight:600;color:#1d1d1f;cursor:pointer;transition:all .15s ease;font-family:inherit}.dash-action:hover{background:#1d1d1f;color:#fff;border-color:#1d1d1f}.dash-action:hover svg{color:#fff!important}.dash-my-venture{background:#fff;border-radius:20px;padding:28px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;box-shadow:0 1px 3px #0000000a;transition:box-shadow .2s,transform .2s}.dash-my-venture:hover{box-shadow:0 6px 20px #0000000f;transform:translateY(-1px)}.dash-mv-left{flex:1}.dash-mv-stage{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.dash-mv-name{font-size:22px;font-weight:700;color:#1d1d1f;letter-spacing:-.025em;margin:8px 0 4px}.dash-mv-desc{font-size:14px;font-weight:400;color:#86868b;margin:0}.dash-mv-milestone{margin-top:16px;font-size:12px;color:#86868b;background:#f5f5f7;padding:8px 12px;border-radius:8px;display:inline-block}.dash-mv-milestone span{font-weight:600;color:#6e6e73}.dash-mv-right{display:flex;flex-direction:column;align-items:center;gap:8px;margin-left:32px}.dash-mv-progress-ring{position:relative;width:80px;height:80px}.dash-mv-progress-ring svg{width:100%;height:100%}.dash-mv-pct{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#1d1d1f;letter-spacing:-.02em}.dash-mv-team{font-size:11px;font-weight:500;color:#86868b}.dash-status-card{background:#f5f5f7;border-radius:14px;padding:4px 0}.dash-status-row{display:flex;align-items:center;gap:10px;padding:10px 16px}.dash-status-label{flex:1;font-size:12px;font-weight:500;color:#86868b}.dash-status-value{font-size:13px;font-weight:600;color:#1d1d1f}.dash-quick-links{display:grid;grid-template-columns:1fr 1fr;gap:8px}.dash-quick-link{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#6e6e73;padding:10px 12px;border-radius:10px;cursor:pointer;transition:all .15s}.dash-quick-link:hover{background:#f5f5f7;color:#1d1d1f}.dash-action.highlight{background:#1d1d1f;color:#fff;border-color:#1d1d1f}.dash-action.highlight:hover{background:#000;box-shadow:0 4px 12px #00000026}.dash-task-filter-pills{display:flex;align-items:center;gap:2px;background:#f5f5f7;padding:3px;border-radius:9px}.dash-pill{padding:5px 12px;border-radius:7px;font-size:12px;font-weight:500;background:transparent;color:#86868b;border:none;cursor:pointer;transition:all .15s ease;font-family:inherit}.dash-pill.active{background:#1d1d1f;color:#fff;font-weight:600}.dash-task-status-pills{display:flex;align-items:center;gap:2px;background:#f5f5f7;padding:2px;border-radius:8px}.dash-subpill{padding:4px 10px;border-radius:6px;font-size:11px;font-weight:500;background:transparent;color:#86868b;border:none;cursor:pointer;transition:all .15s ease;font-family:inherit}.dash-subpill.active{background:#fff;color:#1d1d1f;box-shadow:0 1px 3px #0000000f;font-weight:600}.dash-add-task-btn{display:flex;align-items:center;gap:4px;background:#1d1d1f;color:#fff;border:none;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s ease;font-family:inherit}.dash-add-task-btn:hover{background:#000;transform:translateY(-1px)}.dash-tasks-container{display:flex;flex-direction:column;gap:10px}.dash-daily-task-card{background:#fff;border:1px solid #e5e5e5;border-radius:14px;padding:16px 20px;display:flex;align-items:flex-start;gap:16px;position:relative;transition:all .2s ease;box-shadow:0 1px 3px #00000005}.dash-daily-task-card:hover{box-shadow:0 4px 12px #0000000d;border-color:#d1d1d6}.dash-daily-task-card.is-done{opacity:.65;background:#fafafa}.dash-task-checkbox{width:22px;height:22px;border-radius:7px;border:2px solid #d1d1d6;background:#fff;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;margin-top:2px;transition:all .15s ease}.dash-task-checkbox:hover{border-color:#0071e3;background:#f0f7ff}.dash-task-checkbox.checked{background:#30d158;border-color:#30d158;color:#fff}.dash-task-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.dash-task-header-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.dash-task-title{font-size:14.5px;font-weight:600;color:#1d1d1f;margin:0;letter-spacing:-.015em;line-height:1.35}.dash-task-title.strike{text-decoration:line-through;color:#86868b}.dash-task-desc{font-size:12.5px;font-weight:400;color:#6e6e73;margin:2px 0 6px;line-height:1.4}.dash-task-badges{display:flex;align-items:center;gap:6px;flex-shrink:0}.dash-priority-tag{font-size:10.5px;font-weight:700;padding:3px 8px;border-radius:6px;letter-spacing:.02em;text-transform:uppercase}.dash-priority-tag.urgent{background:#fee2e2;color:#dc2626}.dash-priority-tag.high{background:#fef3c7;color:#d97706}.dash-priority-tag.medium{background:#e0f2fe;color:#0284c7}.dash-xp-badge{font-size:11px;font-weight:700;background:#f5f5f7;color:#0071e3;padding:3px 8px;border-radius:6px}.dash-task-meta-footer{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:4px}.dash-task-meta-item{display:flex;align-items:center;gap:5px;font-size:11.5px;color:#86868b;font-weight:500}.dash-task-meta-item.venture{color:#1d1d1f;font-weight:600}.dash-task-meta-item.assignee{color:#0071e3}.dash-task-meta-item.done-time{color:#30d158}.dash-task-delete-btn{background:transparent;border:none;color:#86868b;cursor:pointer;padding:4px;border-radius:6px;opacity:0;transition:all .15s ease}.dash-daily-task-card:hover .dash-task-delete-btn{opacity:1}.dash-task-delete-btn:hover{color:#ff3b30;background:#fee2e2}.dash-empty-tasks-state{background:#fff;border:1px dashed #d1d1d6;border-radius:16px;padding:48px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px}.dash-empty-tasks-state h3{font-size:16px;font-weight:700;color:#1d1d1f;margin:8px 0 2px}.dash-empty-tasks-state p{font-size:13px;color:#86868b;margin:0}.dash-link-btn{background:transparent;border:none;color:#0071e3;font-size:13px;font-weight:600;cursor:pointer;margin-top:8px;padding:6px 12px;border-radius:6px}.dash-link-btn:hover{background:#f0f7ff}.mediapp-dashboard{display:contents}.mediapp-bento-grid,.mediapp-col-left,.mediapp-col-right,.mediapp-top-header,.mediapp-search-box,.medsync-user-profile-wrapper,.medsync-user-profile,.timeline-header-area,.timeline-container,.kpi-row,.kpi-box,.chart-placeholder,.split-bottom-row,.card-header-flex,.mediapp-card,.mediapp-tab-pill,.mediapp-tab-right-group,.t-row,.t-card,.t-icon,.t-info,.t-time,.t-current-line,.t-current-badge,.mediapp-list,.m-list-item,.m-list-avatar,.m-list-info,.c-bar{display:none}.apple-dashboard-root{display:flex;flex-direction:column;gap:24px;width:100%;max-width:1200px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.apple-hero-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:20px;padding:28px 32px;display:grid;grid-template-columns:1.25fr 1fr;gap:32px;align-items:center;box-shadow:0 1px 3px #00000005,0 6px 20px #00000005}@media(max-width:960px){.apple-hero-card{grid-template-columns:1fr}.apple-hero-side{border-left:none!important;border-top:1px solid rgba(0,0,0,.06);padding-left:0!important;padding-top:20px}}.apple-hero-main{display:flex;align-items:center;gap:22px}.apple-avatar-wrap{width:84px;height:84px;border-radius:50%;overflow:hidden;border:2px solid rgba(0,0,0,.08);flex-shrink:0;box-shadow:0 4px 14px #0000000f}.apple-avatar-img{width:100%;height:100%;object-fit:cover;object-position:center 15%}.apple-hero-details{display:flex;flex-direction:column;gap:3px}.apple-kicker-badge{font-size:10.5px;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,monospace;letter-spacing:.08em;color:#86868b;text-transform:uppercase}.apple-hero-name{font-size:24px;font-weight:700;color:#1d1d1f;letter-spacing:-.02em;margin:0;line-height:1.25}.apple-hero-title{font-size:13px;color:#515154;font-weight:500;margin:0}.apple-status-pill{display:inline-flex;align-items:center;gap:6px;background:#f5f5f7;border:1px solid rgba(0,0,0,.05);padding:4px 12px;border-radius:980px;font-size:11.5px;color:#1d1d1f;font-weight:600;margin-top:6px;width:fit-content}.apple-green-dot{width:7px;height:7px;border-radius:50%;background:#34c759;box-shadow:0 0 6px #34c75966}.apple-hero-side{display:flex;flex-direction:column;justify-content:space-between;border-left:1px solid rgba(0,0,0,.06);padding-left:30px;height:100%;gap:16px}.apple-quote-box{display:flex;flex-direction:column;gap:3px}.apple-quote-text{font-size:13.5px;color:#1d1d1f;font-style:italic;line-height:1.45;font-weight:500;margin:0}.apple-quote-by{font-size:11.5px;font-weight:700;color:#86868b;margin:0}.apple-hero-btn-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.apple-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border-radius:980px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}.apple-btn-primary{background:#1d1d1f;color:#fff;border:1px solid #1d1d1f;box-shadow:0 2px 6px #0000001f}.apple-btn-primary:hover{background:#000;transform:translateY(-1px);box-shadow:0 4px 10px #00000029}.apple-btn-secondary{background:#f5f5f7;color:#1d1d1f;border:1px solid rgba(0,0,0,.07)}.apple-btn-secondary:hover{background:#ebebee;border-color:#0000001f}.apple-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1024px){.apple-kpi-grid{grid-template-columns:repeat(2,1fr)}}.apple-kpi-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:20px 22px;display:flex;flex-direction:column;justify-content:space-between;min-height:116px;box-shadow:0 1px 3px #00000005;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.apple-kpi-card:hover{transform:translateY(-2px);border-color:#00000024;box-shadow:0 4px 12px #0000000a}.apple-kpi-header{display:flex;align-items:center;justify-content:space-between}.apple-kpi-title{font-size:11.5px;font-weight:600;color:#86868b;letter-spacing:-.01em}.apple-kpi-icon{color:#86868b}.apple-kpi-icon.green{color:#34c759}.apple-kpi-number{font-size:26px;font-weight:700;color:#1d1d1f;letter-spacing:-.03em;margin:4px 0;line-height:1}.apple-kpi-unit{font-size:15px;font-weight:600;color:#86868b}.apple-kpi-footer{display:flex;align-items:center;gap:6px;font-size:11.5px}.apple-trend-tag{font-weight:700;font-size:11px}.apple-trend-tag.positive{color:#34c759}.apple-kpi-sub{color:#86868b}.apple-workspace-columns{display:grid;grid-template-columns:1.4fr 1fr;gap:20px}@media(max-width:960px){.apple-workspace-columns{grid-template-columns:1fr}}.apple-card-panel{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:24px 26px;box-shadow:0 1px 3px #00000005;display:flex;flex-direction:column}.apple-panel-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px}.apple-panel-heading{font-size:16px;font-weight:700;color:#1d1d1f;letter-spacing:-.01em;margin:0}.apple-panel-subheading{font-size:12px;color:#86868b;margin:2px 0 0}.apple-action-link{background:transparent;border:none;font-size:12px;font-weight:600;color:#1d1d1f;cursor:pointer;display:inline-flex;align-items:center;gap:3px;padding:0;transition:opacity .12s ease}.apple-action-link:hover{opacity:.7}.apple-table-container{width:100%;overflow-x:auto}.apple-custom-table{width:100%;border-collapse:collapse}.apple-custom-table th{font-size:10.5px;font-weight:700;text-transform:uppercase;color:#86868b;padding:8px 10px;text-align:left;border-bottom:1px solid #f0f0f2;letter-spacing:.04em}.apple-custom-table td{padding:12px 10px;font-size:13px;border-bottom:1px solid #f5f5f7;color:#1d1d1f;cursor:pointer}.apple-custom-table tr:hover td{background:#f8fafc}.apple-td-num{font-size:11px;font-weight:700;color:#86868b;font-family:var(--font-mono)}.apple-v-name{font-weight:700;color:#1d1d1f;font-size:13px}.apple-v-cat{font-size:11px;color:#86868b}.apple-stage-badge{font-size:9.5px;font-weight:700;font-family:var(--font-mono);background:#f0f0f2;color:#1d1d1f;padding:2px 7px;border-radius:4px;letter-spacing:.04em}.apple-td-mrr{font-size:12.5px;font-weight:700;color:#34c759;font-family:var(--font-mono)}.apple-prog-header{display:flex;justify-content:flex-end;margin-bottom:3px}.apple-prog-val{font-size:11px;font-weight:700;color:#1d1d1f}.apple-prog-track{width:100%;height:4px;background:#e5e5ea;border-radius:2px;overflow:hidden}.apple-prog-bar{height:100%;background:#1d1d1f;border-radius:2px}.apple-right-column{display:flex;flex-direction:column;gap:18px}.apple-fokus-badge{font-size:9.5px;font-weight:800;background:#1d1d1f;color:#fff;padding:3px 8px;border-radius:4px;letter-spacing:.06em}.apple-levers-stream{display:flex;flex-direction:column;gap:8px}.apple-lever-item{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fbfbfd;border:1px solid #e5e5e7;border-radius:10px;cursor:pointer;transition:all .12s ease}.apple-lever-item:hover{background:#f5f5f7;border-color:#d2d2d7;transform:translate(2px)}.apple-lever-num{font-size:11px;font-weight:800;font-family:var(--font-mono);color:#1d1d1f;background:#e5e5e7;width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.apple-lever-body{flex:1}.apple-lever-title{font-size:12.5px;font-weight:700;color:#1d1d1f}.apple-lever-desc{font-size:11px;color:#86868b;margin-top:1px}.apple-lever-arrow{color:#86868b}.apple-sync-card{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:16px 20px;box-shadow:0 1px 3px #00000005;cursor:pointer;transition:border-color .15s ease}.apple-sync-card:hover{border-color:#00000029}.apple-sync-left{display:flex;align-items:center;gap:12px}.apple-sync-icon{width:36px;height:36px;border-radius:50%;background:#f5f5f7;color:#1d1d1f;display:flex;align-items:center;justify-content:center;flex-shrink:0}.apple-sync-title{font-size:12.5px;font-weight:700;color:#1d1d1f}.apple-sync-desc{font-size:11px;color:#86868b;margin-top:1px}.apple-sync-btn{background:transparent;border:none;font-size:12px;font-weight:600;color:#1d1d1f;cursor:pointer;display:inline-flex;align-items:center;gap:3px;padding:0}.lever-body{flex:1}.lever-head-title{font-size:12.5px;font-weight:700;color:var(--text-main)}.lever-head-sub{font-size:11px;color:var(--text-muted);margin-top:1px}.revolut-sync-card{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:16px 20px;box-shadow:var(--shadow-revolut);cursor:pointer;transition:border-color .15s ease}.revolut-sync-card:hover{border-color:var(--border-hover)}.sync-card-left{display:flex;align-items:center;gap:12px}.sync-icon-box{width:36px;height:36px;border-radius:10px;background:#f1f3f7;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sync-main-title{font-size:12.5px;font-weight:700;color:var(--text-main)}.sync-main-sub{font-size:11px;color:var(--text-muted);margin-top:1px}.sync-view-btn{background:transparent;border:none;font-size:11.5px;font-weight:600;color:var(--text-main);cursor:pointer;display:inline-flex;align-items:center;gap:3px}.studio-stack{display:flex;flex-direction:column;gap:20px}.studio-top-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.studio-top-left h1{font-size:22px;font-weight:800;color:var(--text-main)}.studio-top-left p{font-size:13px;color:var(--text-muted);margin-top:2px}.studio-panel{background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow-revolut)}.studio-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.studio-panel-title{font-size:16px;font-weight:800;color:var(--text-main)}.studio-table{width:100%;border-collapse:collapse}.studio-table th{font-size:10.5px;font-family:var(--font-mono);font-weight:700;text-transform:uppercase;color:var(--text-muted);padding:10px 12px;text-align:left;border-bottom:1px solid #f0f0f2}.studio-table td{padding:14px 12px;font-size:13px;border-bottom:1px solid #f5f5f7;color:var(--text-main)}.badge-pill{font-size:10px;font-family:var(--font-mono);font-weight:700;background:#eef0f4;color:var(--text-main);padding:2px 7px;border-radius:4px}.studio-new-btn{display:inline-flex;align-items:center;gap:6px;background:#000;color:#fff;border:none;padding:9px 16px;border-radius:6px;font-size:12.5px;font-weight:600;cursor:pointer;transition:opacity .15s ease}.studio-new-btn:hover{opacity:.85}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:modalFadeIn .2s cubic-bezier(.16,1,.3,1) forwards}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.modal-content{background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:100%;max-width:580px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 50px #00000026;display:flex;flex-direction:column}.luxury-tt-wrapper{display:flex;flex-direction:column;gap:20px;max-width:800px;margin:0 auto;width:100%}.luxury-tt-header{display:flex;align-items:center;justify-content:space-between}.luxury-tt-header h2{font-size:22px;font-weight:800;color:#111827;letter-spacing:-.02em}.fluent-tt-container{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:640px;margin:0 auto;padding:10px 0 30px}.fluent-tt-header{text-align:center}.fluent-tt-header h2{font-size:24px;font-weight:700;color:#0f172a;letter-spacing:-.02em;margin:0}.fluent-tt-header p{font-size:13.5px;color:#64748b;margin:4px 0 0}.fluent-focus-card{width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:36px 32px;box-shadow:0 4px 20px #00000008;display:flex;flex-direction:column;align-items:center;gap:20px;transition:all .25s ease}.fluent-focus-card.is-running{border-color:#10b981;box-shadow:0 8px 30px #10b98114}.fluent-select-wrap{display:inline-flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:980px;padding:8px 18px;position:relative;transition:all .15s ease}.fluent-select-wrap:hover{background:#f1f5f9;border-color:#cbd5e1}.fluent-select-icon{color:#64748b;flex-shrink:0}.fluent-venture-select{border:none;background:transparent;font-size:13px;font-weight:600;color:#0f172a;outline:none;cursor:pointer;padding-right:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.fluent-select-chevron{color:#94a3b8;pointer-events:none}.fluent-timer-display{padding:8px 0}.fluent-time-num{font-size:64px;font-weight:700;font-family:var(--font-mono);color:#0f172a;letter-spacing:-.03em;line-height:1}.fluent-status-row{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:500;color:#64748b}.fluent-dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1}.fluent-dot.active{background:#10b981;box-shadow:0 0 8px #10b981cc;animation:fluentPulse 1.8s infinite}@keyframes fluentPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.fluent-action-row{width:100%;display:flex;justify-content:center;margin-top:4px}.fluent-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:280px;padding:14px 28px;border-radius:980px;border:none;font-size:14.5px;font-weight:600;cursor:pointer;transition:all .15s ease}.fluent-btn.start{background:#0f172a;color:#fff;box-shadow:0 4px 14px #0f172a2e}.fluent-btn.start:hover{background:#000;transform:translateY(-1px);box-shadow:0 6px 18px #00000040}.fluent-btn.stop{background:#e11d48;color:#fff;box-shadow:0 4px 14px #e11d4840}.fluent-btn.stop:hover{background:#be123c;transform:translateY(-1px)}.fluent-card-footer{display:flex;align-items:center;gap:10px;font-size:12.5px;color:#64748b;padding-top:12px;border-top:1px solid #f1f5f9;width:100%;justify-content:center}.fluent-card-footer strong{color:#0f172a}.fluent-footer-divider{color:#cbd5e1}.fluent-history-card{width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:22px 24px;box-shadow:0 2px 10px #00000005;display:flex;flex-direction:column;gap:14px}.fluent-history-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid #f1f5f9}.fluent-history-head h3{font-size:15px;font-weight:700;color:#0f172a;margin:0}.fluent-history-count{font-size:11px;font-weight:600;background:#f1f5f9;color:#64748b;padding:3px 8px;border-radius:6px}.fluent-history-list{display:flex;flex-direction:column;gap:6px}.fluent-history-item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;transition:all .12s ease}.fluent-history-item:hover{background:#f1f5f9;border-color:#e2e8f0}.fluent-item-left{display:flex;flex-direction:column;gap:2px}.fluent-item-name{font-size:13px;font-weight:600;color:#0f172a}.fluent-item-time{font-size:11.5px;color:#64748b;font-family:var(--font-mono)}.fluent-item-dur{font-size:12px;font-weight:700;color:#0f172a;font-family:var(--font-mono)}.fluent-empty{padding:20px;text-align:center;color:#94a3b8;font-size:12.5px}.fluent-expand-footer{display:flex;justify-content:center;padding-top:4px}.fluent-expand-btn{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #e2e8f0;border-radius:980px;padding:7px 16px;font-size:12px;font-weight:600;color:#0f172a;cursor:pointer;box-shadow:0 1px 3px #00000005;transition:all .15s ease}.fluent-expand-btn:hover{background:#f8fafc;transform:translateY(-1px)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:22px 26px 18px;border-bottom:1px solid var(--border-subtle)}.modal-header h3{font-size:17px;font-weight:800;color:var(--text-main);letter-spacing:-.01em}.modal-header p{font-size:12px;color:var(--text-muted);margin-top:2px}.modal-body{padding:22px 26px;display:flex;flex-direction:column;gap:18px}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 26px 22px;border-top:1px solid var(--border-subtle)}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:10.5px;font-family:var(--font-mono);font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.form-input,.form-textarea,.form-select{width:100%;background:#fbfcfd;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);padding:10px 14px;font-size:13px;color:var(--text-main);font-family:inherit;outline:none;transition:all .15s ease}.form-input:focus,.form-textarea:focus,.form-select:focus{background:#fff;border-color:#000;box-shadow:0 0 0 3px #0000000d}.form-textarea{resize:vertical;line-height:1.5}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 16px;border-radius:var(--radius-sm);font-size:13px;font-weight:600;cursor:pointer;border:none;transition:all .15s ease}.btn-primary{background:#000;color:#fff}.btn-primary:hover{background:#222}.btn-secondary{background:#f1f3f7;color:var(--text-main);border:1px solid var(--border-subtle)}.btn-secondary:hover{background:#e4e7ee}.btn-sm{padding:7px 12px;font-size:12px}input[type=range]{width:100%;height:6px;background:#e6e8ec;border-radius:3px;outline:none;-webkit-appearance:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#000;cursor:pointer;box-shadow:0 2px 6px #0003}.os-governance-hub{display:flex;flex-direction:column;gap:22px;max-width:1080px;margin:0 auto;width:100%}.os-hero-card{background:#fff;border:1px solid var(--border-subtle);border-radius:14px;padding:24px 28px;box-shadow:0 2px 10px #00000008;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.os-hero-left{display:flex;flex-direction:column;gap:6px;max-width:540px}.os-live-pill{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;font-weight:800;color:#0284c7;background:#e0f2fe;padding:3px 9px;border-radius:20px;letter-spacing:.04em;width:fit-content}.live-indicator-dot{width:6px;height:6px;border-radius:50%;background:#0284c7;box-shadow:0 0 6px #0284c799}.os-hero-left h1{font-size:22px;font-weight:800;color:#111827;letter-spacing:-.02em}.os-hero-left p{font-size:13px;color:#64748b;line-height:1.45}.os-hero-right{display:flex;align-items:center;gap:18px}.os-progress-box,.attendance-kpi-box{display:flex;flex-direction:column;gap:4px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 16px;width:200px}.progress-top,.kpi-top{display:flex;align-items:center;justify-content:space-between}.progress-label,.kpi-label{font-size:11px;font-weight:700;color:#64748b}.progress-val,.kpi-val{font-size:12px;font-weight:800;color:#16a34a;font-family:var(--font-mono)}.progress-track{width:100%;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden;margin:2px 0}.progress-fill{height:100%;background:#16a34a;border-radius:3px;transition:width .3s ease}.progress-sub,.kpi-sub{font-size:10px;color:#94a3b8}.os-btn-add{display:inline-flex;align-items:center;gap:6px;background:#111827;color:#fff;border:none;border-radius:8px;padding:10px 18px;font-size:12.5px;font-weight:700;cursor:pointer;box-shadow:0 2px 6px #0000001f;transition:all .15s ease;white-space:nowrap}.os-btn-add:hover{background:#27272a;transform:translateY(-1px)}.os-filter-tabs{display:flex;align-items:center;gap:8px;background:#f1f5f9;padding:4px;border-radius:10px;width:fit-content}.os-tab{display:inline-flex;align-items:center;gap:6px;background:transparent;border:none;padding:6px 14px;border-radius:7px;font-size:12px;font-weight:700;color:#64748b;cursor:pointer;transition:all .15s ease}.os-tab:hover{color:#1e293b}.os-tab.active{background:#fff;color:#0f172a;box-shadow:0 1px 3px #00000014}.os-section-block{display:flex;flex-direction:column;gap:12px}.os-section-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.os-section-title{display:flex;align-items:center;gap:8px}.title-accent-bar{width:3px;height:16px;border-radius:2px}.title-accent-bar.blue{background:#0071e3}.os-section-title h3{font-size:14px;font-weight:800;color:#0f172a;letter-spacing:-.01em}.os-section-badge{font-size:11px;font-weight:700;color:#64748b;background:#f1f5f9;padding:2px 8px;border-radius:6px}.os-cadence-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:820px){.os-cadence-grid{grid-template-columns:1fr}}.os-event-card{background:#fff;border:1px solid var(--border-subtle);border-radius:12px;padding:16px 20px;box-shadow:0 2px 8px #00000008;display:flex;align-items:center;gap:16px;transition:all .15s ease}.os-event-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000000d}.event-badge-time{display:flex;flex-direction:column;align-items:center;justify-content:center;width:48px;height:48px;border-radius:10px;flex-shrink:0}.event-badge-time.blue{background:#f0f7ff;color:#0071e3;border:1px solid #dbeafe}.event-badge-time.emerald{background:#f0fdf4;color:#16a34a;border:1px solid #dcfce7}.event-badge-time .day{font-size:13.5px;font-weight:800;line-height:1}.event-badge-time .time{font-size:10px;font-weight:700;font-family:var(--font-mono);margin-top:2px}.event-body{display:flex;flex-direction:column;gap:3px;flex:1}.event-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.event-title-row h4{font-size:14px;font-weight:800;color:#0f172a;margin:0}.type-tag{font-size:10.5px;font-weight:800;padding:2px 7px;border-radius:4px;white-space:nowrap}.type-tag.blue{background:#e0f2fe;color:#0284c7}.type-tag.emerald{background:#dcfce7;color:#15803d}.event-body p{font-size:12px;color:#64748b;margin:0;line-height:1.4}.os-call-btn{display:inline-flex;align-items:center;gap:6px;background:#0071e3;color:#fff;border-radius:8px;padding:8px 14px;font-size:12px;font-weight:700;text-decoration:none;box-shadow:0 2px 6px #0071e340;transition:all .15s ease;flex-shrink:0;white-space:nowrap}.os-call-btn:hover{background:#005bb5;transform:translateY(-1px)}.location-pill{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;color:#15803d;background:#f0fdf4;border:1px solid #dcfce7;padding:7px 12px;border-radius:6px;flex-shrink:0;white-space:nowrap}.os-two-column-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}@media(max-width:900px){.os-two-column-grid{grid-template-columns:1fr}}.os-card-panel{background:#fff;border:1px solid var(--border-subtle);border-radius:12px;padding:20px 22px;box-shadow:var(--shadow-revolut);display:flex;flex-direction:column;gap:16px}.os-panel-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.os-panel-head h3{font-size:14.5px;font-weight:800;color:#0f172a;margin:0}.os-panel-head p{font-size:11.5px;color:#94a3b8;margin-top:2px}.panel-badge-count{font-size:11px;font-weight:700;color:#64748b;background:#f1f5f9;padding:3px 9px;border-radius:20px}.panel-badge-count.green{background:#dcfce7;color:#15803d}.attendance-feed{display:flex;flex-direction:column;gap:8px}.attendance-row{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;gap:12px}.attendee-role{font-size:11.5px;color:#64748b;font-weight:600}.attendee-status-badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:800;color:#15803d;background:#dcfce7;padding:3px 8px;border-radius:6px}.os-decisions-feed{display:flex;flex-direction:column;gap:8px}.os-decision-row{display:flex;align-items:flex-start;gap:12px;padding:10px 12px;background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px}.decision-seal{width:22px;height:22px;border-radius:6px;background:#dcfce7;color:#16a34a;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.decision-details{display:flex;flex-direction:column;gap:3px;flex:1}.decision-heading{font-size:12.5px;font-weight:700;color:#0f172a;line-height:1.35}.decision-subline{display:flex;align-items:center;gap:8px}.venture-label{font-size:10.5px;font-weight:700;color:#64748b}.status-label{font-size:10px;font-weight:800;color:#15803d;background:#dcfce7;padding:1px 6px;border-radius:4px}.user-chip{display:inline-flex;align-items:center;gap:5px;padding:2px 7px;border-radius:20px}.user-chip.purple{background:#ede9fe;color:#6d28d9}.user-chip.blue{background:#e0f2fe;color:#0284c7}.user-chip.amber{background:#fef3c7;color:#b45309}.user-chip.emerald{background:#dcfce7;color:#15803d}.user-initials{width:16px;height:16px;border-radius:50%;background:#00000014;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800}.user-name{font-size:11px;font-weight:700}.zen-compliance-wrapper{display:flex;flex-direction:column;gap:20px;max-width:780px;margin:0 auto;width:100%}.zen-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.zen-header h2{font-size:20px;font-weight:700;color:#111827;letter-spacing:-.01em}.zen-header p{font-size:13px;color:#6b7280;margin-top:2px}.zen-btn-add{display:inline-flex;align-items:center;gap:6px;background:#111827;color:#fff;border:none;border-radius:6px;padding:8px 14px;font-size:12px;font-weight:600;cursor:pointer;box-shadow:0 1px 2px #0000000f;transition:background .12s ease}.zen-btn-add:hover{background:#27272a}.zen-sheet{background:#fff;border:1px solid var(--border-subtle);border-radius:10px;padding:24px 28px;box-shadow:var(--shadow-revolut);display:flex;flex-direction:column;gap:22px}.zen-group{display:flex;flex-direction:column;gap:10px}.zen-group-label{font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em}.zen-separator{height:1px;background:#f3f4f6;width:100%}.zen-list{display:flex;flex-direction:column;gap:6px}.zen-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#f9fafb;border-radius:8px;gap:14px;transition:all .12s ease}.zen-row:hover{background:#f3f4f6}.zen-row.is-done{opacity:.55}.zen-row.is-done .zen-item-title{text-decoration:line-through}.zen-row.doc-row{background:#fff;border:1px solid #f3f4f6}.zen-row.doc-row:hover{background:#f9fafb;border-color:#e5e7eb}.zen-row-left{display:flex;align-items:center;gap:12px;flex:1}.zen-indicator-circle{width:22px;height:22px;border-radius:50%;background:#fef3c7;color:#b45309;display:flex;align-items:center;justify-content:center;flex-shrink:0}.zen-indicator-circle.done{background:#dcfce7;color:#16a34a}.zen-type-icon-box{width:28px;height:28px;border-radius:7px;background:#f8fafc;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.zen-doc-icon{width:28px;height:28px;border-radius:7px;background:#f0f7ff;border:1px solid #dbeafe;display:flex;align-items:center;justify-content:center;flex-shrink:0}.zen-text-col{display:flex;flex-direction:column;gap:2px}.zen-item-title{font-size:13px;font-weight:600;color:#111827}.zen-item-sub{font-size:11.5px;color:#6b7280}.zen-row-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.zen-due-date{font-size:11.5px;font-weight:600;color:#b45309;font-family:var(--font-mono)}.zen-chk-toggle{background:transparent;border:none;padding:0;display:flex;align-items:center;cursor:pointer}.zen-action-btn{display:inline-flex;align-items:center;gap:5px;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:6px 11px;font-size:11.5px;font-weight:600;color:#0071e3;cursor:pointer;box-shadow:0 1px 2px #00000008;transition:all .12s ease}.zen-action-btn:hover{background:#f0f7ff;border-color:#93c5fd}.zen-check-action-btn{display:inline-flex;align-items:center;gap:5px;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:6px 11px;font-size:11.5px;font-weight:600;color:#374151;cursor:pointer;box-shadow:0 1px 2px #00000008;transition:all .12s ease}.zen-check-action-btn:hover{background:#f3f4f6;border-color:#9ca3af}.zen-row.is-missed{background:snow;border:1px solid #fee2e2}.missed-reason-text{color:#dc2626;font-weight:600;font-size:11px}.zen-actions-duo{display:flex;align-items:center;gap:6px}.zen-missed-trigger-btn{display:inline-flex;align-items:center;background:#fff;border:1px solid #fecaca;color:#dc2626;border-radius:6px;padding:6px 10px;font-size:11px;font-weight:600;cursor:pointer;box-shadow:0 1px 2px #00000008;transition:all .12s ease}.zen-missed-trigger-btn:hover{background:#fef2f2;border-color:#f87171}.zen-missed-pill{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;color:#dc2626;background:#fee2e2;padding:3px 8px;border-radius:6px}.zen-completed-pill{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;color:#15803d;background:#dcfce7;padding:3px 8px;border-radius:6px}.zen-file-size{font-size:11px;color:#9ca3af;font-family:var(--font-mono)}.zen-sealed-badge{font-size:11px;font-weight:700;color:#15803d;background:#dcfce7;padding:2px 7px;border-radius:4px}.zen-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:20px;border:1.5px dashed #cbd5e1;border-radius:8px;background:#f9fafb;cursor:pointer;font-size:12px;font-weight:600;color:#4b5563}.human-news-container{display:flex;flex-direction:column;gap:20px;max-width:860px}.human-news-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.human-news-header h1{font-size:22px;font-weight:800;color:var(--text-main);letter-spacing:-.01em}.human-news-header p{font-size:13px;color:var(--text-muted);margin-top:2px}.news-filter-group{display:flex;align-items:center;gap:6px;background:#f1f3f7;padding:3px;border-radius:var(--radius-sm)}.filter-btn{background:transparent;border:none;color:var(--text-secondary);font-size:12.5px;font-weight:600;padding:6px 12px;border-radius:4px;cursor:pointer;transition:all .15s ease}.filter-btn:hover{color:var(--text-main)}.filter-btn.active{background:#fff;color:#000;font-weight:700;box-shadow:0 1px 3px #0000000f}.news-composer-card{background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:16px 20px;box-shadow:var(--shadow-revolut);display:flex;flex-direction:column;gap:12px}.composer-top{display:flex;align-items:center;gap:12px}.composer-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;border:1.5px solid #e5e7eb;flex-shrink:0}.composer-avatar img{width:100%;height:100%;object-fit:cover;object-position:center 15%}.composer-input-wrap{flex:1}.composer-input-wrap input{width:100%;background:#f8fafc;border:1px solid var(--border-subtle);border-radius:var(--radius-pill);padding:10px 16px;font-size:13px;color:var(--text-main);outline:none;transition:border-color .15s ease}.composer-input-wrap input:focus{border-color:#000;background:#fff}.composer-expanded{display:flex;flex-direction:column;gap:12px;padding-top:12px;border-top:1px solid #f2f4f7}.composer-expanded textarea{width:100%;background:#f8fafc;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);padding:12px;font-size:13px;color:var(--text-main);outline:none;font-family:inherit;resize:vertical}.composer-expanded textarea:focus{border-color:#000;background:#fff}.composer-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.composer-venture-picker{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-muted);font-weight:600}.composer-venture-picker select{background:#f1f3f7;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);padding:5px 10px;font-size:12px;font-weight:600;color:var(--text-main);outline:none}.composer-actions{display:flex;align-items:center;gap:8px}.btn-cancel{background:transparent;border:none;color:var(--text-muted);font-size:12.5px;font-weight:600;padding:6px 12px;cursor:pointer}.btn-publish{display:inline-flex;align-items:center;gap:6px;background:#000;color:#fff;border:none;padding:8px 16px;border-radius:var(--radius-sm);font-size:12.5px;font-weight:700;cursor:pointer;transition:background .15s ease}.btn-publish:hover{background:#222}.news-feed-stream{display:flex;flex-direction:column;gap:16px}.human-post-card{background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:24px 28px;box-shadow:var(--shadow-revolut);display:flex;flex-direction:column;gap:14px}.post-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.post-author-box{display:flex;align-items:center;gap:12px}.post-avatar-img{width:42px;height:42px;border-radius:50%;overflow:hidden;border:1.5px solid #e5e7eb;flex-shrink:0}.post-avatar-img img{width:100%;height:100%;object-fit:cover;object-position:center 15%}.post-avatar-initials{width:42px;height:42px;border-radius:50%;background:#f1f3f7;color:var(--text-main);font-weight:800;font-size:13px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-subtle);flex-shrink:0}.post-author-line{display:flex;align-items:center;gap:6px}.author-name{font-size:14px;font-weight:800;color:#0f1115}.author-role{font-size:12px;color:var(--text-muted)}.post-time-line{font-size:11.5px;color:var(--text-muted);margin-top:1px}.post-tags-right{display:flex;align-items:center;gap:8px}.venture-badge{font-size:11px;font-weight:700;background:#f1f3f7;color:var(--text-main);padding:4px 10px;border-radius:4px}.pinned-badge{display:inline-flex;align-items:center;gap:4px;font-size:10.5px;font-weight:800;background:#000;color:#fff;padding:4px 8px;border-radius:4px}.post-body{display:flex;flex-direction:column;gap:6px}.post-headline{font-size:17px;font-weight:800;color:#0f1115;letter-spacing:-.01em;line-height:1.35}.post-paragraph{font-size:13.5px;color:#374151;line-height:1.6}.post-attachment-box{display:inline-flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid var(--border-subtle);padding:8px 14px;border-radius:var(--radius-sm);font-size:12px;align-self:flex-start}.attachment-filename{font-weight:600;color:var(--text-main)}.attachment-tag{font-size:11px;color:#059669;font-weight:700;margin-left:6px}.post-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f6f7f9;padding-top:12px}.comment-count{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted);font-weight:600}.post-action-btn{background:transparent;border:none;color:var(--text-muted);font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:5px;cursor:pointer;transition:color .15s ease}.post-action-btn:hover{color:var(--text-main)}.apple-mail-app{display:flex;flex-direction:column;gap:16px;width:100%}.apple-mail-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar-left h1{font-size:22px;font-weight:800;color:#1c1c1e;letter-spacing:-.02em}.topbar-left p{font-size:13px;color:#8e8e93;margin-top:1px}.apple-btn-compose{display:inline-flex;align-items:center;gap:6px;background:#007aff;color:#fff;border:none;padding:8px 14px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 1px 3px #007aff33;transition:background .15s ease,transform .1s ease}.apple-btn-compose:hover{background:#0062cc}.apple-mail-grid{display:grid;grid-template-columns:340px 1fr;gap:16px;min-height:600px;align-items:stretch}@media(max-width:860px){.apple-mail-grid{grid-template-columns:1fr}}.apple-mail-list-pane{background:#fff;border:1px solid var(--border-subtle);border-radius:8px;box-shadow:var(--shadow-revolut);display:flex;flex-direction:column;overflow:hidden}.apple-search-wrap{display:flex;align-items:center;gap:8px;background:#f2f2f7;border-radius:6px;padding:7px 10px;margin:12px 12px 6px}.apple-search-wrap input{border:none;background:transparent;outline:none;font-size:13px;color:#1c1c1e;width:100%}.apple-filter-pills{display:flex;align-items:center;gap:4px;padding:4px 12px 8px;border-bottom:1px solid #f2f2f7}.apple-pill{background:#f2f2f7;border:none;color:#8e8e93;font-size:11.5px;font-weight:600;padding:4px 8px;border-radius:4px;cursor:pointer;transition:all .12s ease}.apple-pill:hover{color:#1c1c1e;background:#e5e5ea}.apple-pill.active{background:#1c1c1e;color:#fff}.apple-rows-container{display:flex;flex-direction:column;overflow-y:auto;flex:1;padding:4px 0}.apple-empty-state{padding:40px;text-align:center;font-size:13px;color:#8e8e93}.apple-mail-row{padding:12px 14px;margin:2px 6px;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;gap:3px;transition:background .12s ease;position:relative}.apple-mail-row:hover{background:#f2f2f7}.apple-mail-row.selected{background:#007aff;color:#fff}.row-head{display:flex;align-items:center;justify-content:space-between}.row-sender{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700}.apple-mail-row.selected .row-sender{color:#fff}.apple-unread-dot{width:7px;height:7px;border-radius:50%;background:#007aff;flex-shrink:0}.apple-mail-row.selected .apple-unread-dot{background:#fff}.row-date{font-size:11px;color:#8e8e93}.apple-mail-row.selected .row-date{color:#fffc}.row-subject{font-size:12.5px;font-weight:600;color:#1c1c1e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.apple-mail-row.selected .row-subject{color:#fff}.row-snippet{font-size:12px;color:#8e8e93;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.apple-mail-row.selected .row-snippet{color:#ffffffbf}.row-badge-wrap{margin-top:2px}.apple-badge-urgent{font-size:9.5px;font-weight:800;color:#ff3b30;background:#ffe5e5;padding:2px 5px;border-radius:3px}.apple-mail-row.selected .apple-badge-urgent{background:#ffffff40;color:#fff}.apple-mail-preview-pane{background:#fff;border:1px solid var(--border-subtle);border-radius:8px;box-shadow:var(--shadow-revolut);display:flex;flex-direction:column;overflow:hidden}.apple-preview-content{padding:24px 28px;display:flex;flex-direction:column;gap:18px;flex:1}.apple-empty-preview{display:flex;align-items:center;justify-content:center;height:100%;font-size:13px;color:#8e8e93}.apple-mail-toolbar{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f2f2f7;padding-bottom:12px}.toolbar-actions{display:flex;align-items:center;gap:6px}.apple-tool-btn{display:inline-flex;align-items:center;gap:6px;background:#f2f2f7;border:none;color:#1c1c1e;font-size:12.5px;font-weight:600;padding:6px 12px;border-radius:5px;cursor:pointer;transition:background .12s ease}.apple-tool-btn:hover{background:#e5e5ea}.apple-urgent-chip{font-size:11.5px;font-weight:700;color:#ff3b30}.apple-preview-header{display:flex;flex-direction:column;gap:12px;border-bottom:1px solid #f2f2f7;padding-bottom:16px}.apple-subject-title{font-size:20px;font-weight:800;color:#1c1c1e;letter-spacing:-.01em}.apple-sender-card{display:flex;align-items:center;gap:12px}.apple-sender-avatar{width:38px;height:38px;border-radius:50%;background:#e5e5ea;color:#1c1c1e;font-weight:800;font-size:13px;display:flex;align-items:center;justify-content:center}.apple-sender-meta{display:flex;flex-direction:column;gap:2px}.apple-name-row{display:flex;align-items:center;gap:6px}.apple-sender-name{font-size:13.5px;font-weight:800;color:#1c1c1e}.apple-sender-email{font-size:12px;color:#8e8e93}.apple-recipient-row{font-size:11.5px;color:#8e8e93;display:flex;align-items:center;gap:6px}.apple-recipient-row .dot{color:#c7c7cc}.apple-preview-body{font-size:14px;color:#1c1c1e;line-height:1.65;display:flex;flex-direction:column;gap:12px;flex:1}.apple-quick-reply{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:14px 16px;display:flex;flex-direction:column;gap:8px;margin-top:auto}.quick-reply-top{display:flex;align-items:center;gap:6px;font-size:12px;color:#8e8e93}.apple-quick-reply textarea{width:100%;background:#fff;border:1px solid #d1d5db;border-radius:5px;padding:10px 12px;font-size:13px;color:#1c1c1e;outline:none;font-family:inherit;resize:vertical}.apple-quick-reply textarea:focus{border-color:#007aff}.quick-reply-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}.quick-reply-sec{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;color:#8e8e93;font-weight:500}.apple-btn-send{display:inline-flex;align-items:center;gap:6px;background:#007aff;color:#fff;border:none;padding:7px 14px;border-radius:5px;font-size:12.5px;font-weight:600;cursor:pointer;transition:background .15s ease}.apple-btn-send:hover{background:#0062cc}.apple-btn-blue-send{display:inline-flex;align-items:center;gap:6px;background:#007aff;color:#fff;border:none;padding:8px 16px;border-radius:5px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease}.apple-btn-blue-send:hover{background:#0062cc}.apple-contact-selector{display:flex;align-items:center;justify-content:space-between;background:#f2f2f7;border:1px solid var(--border-subtle);border-radius:6px;padding:10px 14px;cursor:pointer;transition:all .15s ease}.apple-contact-selector:hover{background:#e5e5ea}.contact-chip-left{display:flex;align-items:center;gap:12px}.contact-chip-avatar{width:36px;height:36px;border-radius:50%;background:#007aff;color:#fff;font-weight:800;font-size:13px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.contact-chip-avatar img{width:100%;height:100%;object-fit:cover}.contact-chip-info{display:flex;flex-direction:column;gap:1px}.contact-chip-name{font-size:13.5px;font-weight:700;color:#1c1c1e}.contact-chip-role{font-size:12px;color:#8e8e93}.contact-chip-action{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:700;color:#007aff}.apple-contact-dropdown{margin-top:8px;background:#fff;border:1px solid var(--border-subtle);border-radius:6px;box-shadow:0 8px 24px #0000001f;overflow:hidden;display:flex;flex-direction:column}.contact-search-row{display:flex;align-items:center;gap:8px;background:#f2f2f7;padding:8px 12px;border-bottom:1px solid var(--border-subtle)}.contact-search-row input{border:none;background:transparent;outline:none;font-size:13px;color:#1c1c1e;width:100%}.contact-list-scroll{max-height:220px;overflow-y:auto;display:flex;flex-direction:column}.contact-dropdown-item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #f2f2f7;cursor:pointer;transition:background .12s ease}.contact-dropdown-item:last-child{border-bottom:none}.contact-dropdown-item:hover{background:#f2f2f7}.contact-dropdown-item.selected{background:#f0f7ff}.dropdown-item-avatar{width:32px;height:32px;border-radius:50%;background:#007aff;color:#fff;font-weight:800;font-size:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;margin-right:10px}.dropdown-item-avatar img{width:100%;height:100%;object-fit:cover}.dropdown-item-info{flex:1;display:flex;flex-direction:column;gap:1px}.dropdown-item-name{font-size:13px;font-weight:700;color:#1c1c1e}.dropdown-item-role{font-size:11.5px;color:#8e8e93}.sent-to-label{color:#007aff;font-weight:700}.apple-mail-row.selected .sent-to-label{color:#fff}.apple-sender-role,.apple-rec-role{font-size:12px;color:#8e8e93;font-weight:500}.contact-empty-state{padding:20px 16px;text-align:center;font-size:13px;color:#8e8e93;font-weight:500}.perfect-copilot-workspace{display:flex;flex-direction:column;gap:16px;width:100%;max-width:1060px;margin:0 auto;min-height:calc(100vh - 100px)}.copilot-page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 4px}.header-brand-section{display:flex;flex-direction:column;gap:2px}.copilot-title-row{display:flex;align-items:center;gap:8px}.copilot-sparkle-star{color:#7c3aed;filter:drop-shadow(0 0 4px rgba(124,58,237,.3))}.copilot-main-title{font-size:19px;font-weight:700;color:#111827;letter-spacing:-.01em;margin:0}.copilot-ready-pill{font-size:11px;font-weight:600;color:#15803d;background:#dcfce7;padding:2px 8px;border-radius:9999px}.copilot-sub-text{font-size:12.5px;color:#6b7280;margin:0}.header-action-controls{display:flex;align-items:center;gap:8px}.copilot-quick-search-box{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:6px 12px;box-shadow:0 1px 2px #00000005}.copilot-quick-search-box .search-icon{color:#9ca3af}.copilot-quick-search-box .search-input{border:none;outline:none;font-size:12.5px;color:#111827;width:90px;background:transparent}.copilot-quick-search-box .search-input::placeholder{color:#8e8e93}.copilot-quick-search-box .search-kbd-badge{font-size:10px;font-weight:600;color:#8e8e93;background:#f4f4f5;padding:2px 5px;border-radius:4px;font-family:var(--font-mono)}.copilot-icon-btn{width:34px;height:34px;border-radius:980px;background:#fff;border:1px solid #e5e5ea;color:#1d1d1f;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;box-shadow:0 1px 2px #00000005;transition:all .12s ease}.copilot-icon-btn:hover{background:#f5f5f7;color:#000}.copilot-icon-btn .bell-count-badge{position:absolute;top:-3px;right:-3px;background:#111;color:#fff;font-size:9px;font-weight:700;width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1.5px solid #ffffff}.copilot-new-chat-btn{display:inline-flex;align-items:center;gap:6px;background:#111;color:#fff;border:none;border-radius:980px;padding:7px 16px;font-size:12.5px;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:all .15s ease}.copilot-new-chat-btn:hover{background:#000;box-shadow:0 4px 12px #00000040;transform:translateY(-1px)}.copilot-canvas-card{position:relative;flex:1;min-height:540px;background:#fff;border:1px solid #e5e5ea;border-radius:24px;box-shadow:0 4px 24px #00000008;overflow:hidden;display:flex;flex-direction:column}.copilot-silk-waves-container{position:absolute;right:0;bottom:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden;border-radius:24px}.copilot-silk-svg{position:absolute;right:0;bottom:0;width:75%;height:85%;pointer-events:none}.copilot-stream-area{position:relative;z-index:2;flex:1;overflow-y:auto;padding:34px 38px 140px}.copilot-stream-flow{max-width:820px;width:100%;display:flex;flex-direction:column;gap:24px}.copilot-turn-row{display:flex;width:100%}.copilot-turn-row.user-turn{justify-content:flex-end}.copilot-turn-row.ai-turn{display:flex;gap:16px}.copilot-avatar-ring{width:44px;height:44px;border-radius:50%;background:#fff;border:1.5px solid #111111;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;box-shadow:0 2px 8px #0000000f}.copilot-emblem-img{width:34px;height:34px;object-fit:contain}.copilot-speech-block.user-bubble{background:#0f172a;color:#fff;border-radius:18px 18px 4px;padding:12px 18px;font-size:13.5px;line-height:1.5;max-width:78%;box-shadow:0 2px 8px #0000001f}.copilot-speech-block.user-bubble .copilot-body-text,.copilot-speech-block.user-bubble .copilot-body-text p,.copilot-speech-block.user-bubble .copilot-body-text strong{color:#fff!important}.user-post-time{font-size:10px;color:#ffffffb3;text-align:right;margin-top:4px}.copilot-speech-block.ai-flow{flex:1;max-width:90%;display:flex;flex-direction:column;gap:4px}.copilot-ai-author-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.ai-author-name{font-size:13px;font-weight:700;color:#111}.ai-post-time{font-size:11px;color:#8e8e93}.copilot-body-text{font-size:13.5px;line-height:1.68;color:#1d1d1f;display:flex;flex-direction:column;gap:6px}.copilot-body-text strong{color:#000;font-weight:700}.copilot-body-text .bullet-item{color:#1d1d1f;padding-left:2px}.copilot-text-gap{height:6px}.copilot-turn-actions{display:flex;align-items:center;gap:6px;margin-top:10px}.copilot-copy-pill-btn{display:inline-flex;align-items:center;gap:5px;background:#fff;border:1px solid #e5e5ea;border-radius:980px;padding:4px 11px;font-size:11.5px;font-weight:500;color:#1d1d1f;cursor:pointer;box-shadow:0 1px 2px #00000005;transition:all .12s ease}.copilot-copy-pill-btn:hover{background:#f5f5f7;color:#000;border-color:#d1d5db}.copilot-typing-pulse{display:flex;align-items:center;gap:4px;padding:6px 0}.copilot-typing-pulse span{width:5px;height:5px;border-radius:50%;background:#111;animation:typingBounce 1.4s infinite ease-in-out both}.copilot-typing-pulse span:nth-child(1){animation-delay:-.32s}.copilot-typing-pulse span:nth-child(2){animation-delay:-.16s}.copilot-stream-pad{height:20px}.copilot-bottom-dock{position:absolute;bottom:20px;left:50%;transform:translate(-50%);width:92%;max-width:820px;z-index:10;display:flex;flex-direction:column;gap:10px}.copilot-pills-row{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.copilot-quick-pill{display:inline-flex;align-items:center;gap:6px;background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #e5e5ea;border-radius:980px;padding:6px 15px;font-size:12px;font-weight:500;color:#1d1d1f;cursor:pointer;box-shadow:0 2px 8px #00000005;transition:all .12s ease}.copilot-quick-pill:hover{background:#fff;border-color:#d1d5db;color:#000;transform:translateY(-1px)}.copilot-input-capsule-bar{display:flex;align-items:center;gap:12px;background:#ffffffeb;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border:1.5px solid #e5e5ea;border-radius:980px;padding:7px 8px 7px 22px;box-shadow:0 8px 32px #0000000f;transition:all .15s ease}.copilot-input-capsule-bar:focus-within{border-color:#111;box-shadow:0 10px 36px #0000001a,0 0 0 2px #0000000a}.copilot-text-input{flex:1;background:transparent;border:none;font-size:13.5px;color:#111;outline:none;font-family:inherit}.copilot-text-input::placeholder{color:#8e8e93}.copilot-send-circle{width:38px;height:38px;border-radius:50%;background:#111;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:all .15s ease;flex-shrink:0}.copilot-send-circle:hover{transform:scale(1.05);background:#000;box-shadow:0 4px 12px #00000040}.copilot-send-circle:disabled{opacity:.4;cursor:not-allowed;transform:none}.copilot-bottom-disclaimer{text-align:center;font-size:11px;color:#8e8e93;margin-top:2px}.apple-notes-app{display:flex;flex-direction:column;gap:16px;width:100%}.apple-notes-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.apple-notes-actions{display:flex;align-items:center;gap:8px}.apple-btn-secondary{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--border-subtle);color:#1c1c1e;padding:8px 14px;border-radius:6px;font-size:12.5px;font-weight:600;cursor:pointer;box-shadow:var(--shadow-revolut);transition:all .12s ease}.apple-btn-secondary:hover{background:#f2f2f7}.apple-btn-primary{display:inline-flex;align-items:center;gap:6px;background:#007aff;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 1px 3px #007aff40;transition:background .15s ease}.apple-btn-primary:hover{background:#0062cc}.apple-notes-grid{display:grid;grid-template-columns:360px 1fr;gap:16px;min-height:600px;align-items:stretch}@media(max-width:860px){.apple-notes-grid{grid-template-columns:1fr}}.apple-notes-list-pane{background:#fff;border:1px solid var(--border-subtle);border-radius:8px;box-shadow:var(--shadow-revolut);display:flex;flex-direction:column;overflow:hidden}.apple-notes-categories{display:flex;align-items:center;gap:4px;padding:4px 12px 8px;border-bottom:1px solid #f2f2f7;overflow-x:auto}.apple-cat-pill{background:#f2f2f7;border:none;color:#8e8e93;font-size:11.5px;font-weight:600;padding:4px 8px;border-radius:4px;cursor:pointer;white-space:nowrap;transition:all .12s ease}.apple-cat-pill:hover{color:#1c1c1e;background:#e5e5ea}.apple-cat-pill.active{background:#1c1c1e;color:#fff}.apple-notes-rows{display:flex;flex-direction:column;overflow-y:auto;flex:1;padding:6px 0}.apple-notes-empty{padding:40px;text-align:center;font-size:13px;color:#8e8e93}.apple-note-row{padding:12px 14px;margin:2px 6px;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;gap:4px;transition:background .12s ease;position:relative}.apple-note-row:hover{background:#f2f2f7}.apple-note-row.selected{background:#007aff;color:#fff}.note-row-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.note-row-title{font-size:13.5px;font-weight:700;color:#1c1c1e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.apple-note-row.selected .note-row-title{color:#fff}.note-row-date{font-size:11px;color:#8e8e93;white-space:nowrap}.apple-note-row.selected .note-row-date{color:#fffc}.note-row-snippet{font-size:12px;color:#8e8e93;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.apple-note-row.selected .note-row-snippet{color:#ffffffbf}.note-row-meta{display:flex;align-items:center;gap:6px;margin-top:2px}.note-row-tag{font-size:10px;font-weight:700;color:#8e8e93;background:#f2f2f7;padding:2px 6px;border-radius:3px}.apple-note-row.selected .note-row-tag{background:#fff3;color:#fff}.note-audio-badge{display:inline-flex;align-items:center;gap:3px;font-size:10px;font-weight:700;color:#007aff;background:#e5f1ff;padding:2px 6px;border-radius:3px}.apple-note-row.selected .note-audio-badge{background:#ffffff4d;color:#fff}.apple-notes-editor-pane{background:#fff;border:1px solid var(--border-subtle);border-radius:8px;box-shadow:var(--shadow-revolut);display:flex;flex-direction:column;overflow:hidden}.apple-note-detail{padding:24px 28px;display:flex;flex-direction:column;gap:16px;flex:1}.apple-notes-empty-detail{display:flex;align-items:center;justify-content:center;height:100%;font-size:13px;color:#8e8e93}.note-detail-topbar{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f2f2f7;padding-bottom:12px}.note-detail-meta{display:flex;align-items:center;gap:10px}.note-category-tag{font-size:11px;font-weight:700;color:#007aff;background:#e5f1ff;padding:3px 8px;border-radius:4px}.note-detail-author{font-size:12px;color:#8e8e93}.note-detail-title{font-size:22px;font-weight:800;color:#1c1c1e;letter-spacing:-.01em}.apple-audio-banner{display:flex;align-items:center;gap:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:12px 16px}.audio-banner-icon{width:34px;height:34px;border-radius:50%;background:#007aff;color:#fff;display:flex;align-items:center;justify-content:center}.audio-banner-info{display:flex;flex-direction:column;gap:2px}.audio-banner-title{font-size:13px;font-weight:700;color:#1c1c1e}.audio-banner-sub{font-size:11.5px;color:#8e8e93}.note-detail-body{font-size:14px;line-height:1.65;color:#1c1c1e;display:flex;flex-direction:column;gap:12px}.voice-record-btn{width:72px;height:72px;border-radius:50%;background:#007aff;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #007aff4d}.voice-record-btn:hover{transform:scale(1.05)}.voice-record-btn.recording{background:#ff3b30;animation:pulse 1.2s infinite ease-in-out;box-shadow:0 4px 16px #ff3b3066}.voice-pulse-ring.processing{width:64px;height:64px;border-radius:50%;background:#e5f1ff;display:flex;align-items:center;justify-content:center;animation:pulse 1.2s infinite ease-in-out}.mobile-bottom-nav{display:none}.overview-container{display:grid;grid-template-columns:1fr 300px;gap:32px;padding:36px 48px;max-width:1280px;margin:0 auto;box-sizing:border-box}.overview-left-col{display:flex;flex-direction:column;gap:28px}.overview-header-card{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;text-align:center;padding:10px 0}.overview-greeting{font-size:28px;font-weight:800;color:#1d1d1f;letter-spacing:-.03em;margin:0 0 4px}.overview-subtitle{font-size:14px;color:#86868b;margin:0;font-weight:500}.quick-actions-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.stamp-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:18px 16px;border-radius:14px;font-size:14px;font-weight:700;cursor:pointer;border:none;transition:all .15s ease;min-height:52px}.stamp-btn-working{background:#15803d;color:#fff;box-shadow:0 2px 8px #15803d40}.stamp-btn-idle{background:#1d1d1f;color:#fff;box-shadow:0 2px 6px #0000001f}.pulsing-dot{width:9px;height:9px;border-radius:50%;background:#fff;box-shadow:0 0 6px #fff;animation:pulse 1.5s infinite}.stamp-history-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:18px 16px;border-radius:14px;background:#fff;color:#1d1d1f;border:1px solid #e5e5e5;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 1px 3px #00000005;transition:all .15s ease;min-height:52px}.overview-hub-section{display:flex;flex-direction:column;gap:14px}.section-eyebrow{font-size:11px;font-weight:800;text-transform:uppercase;color:#86868b;letter-spacing:.04em;padding-left:2px}.overview-hub-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.overview-interactive-card{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:22px 24px;display:flex;flex-direction:column;justify-content:space-between;gap:16px;cursor:pointer;box-shadow:0 1px 3px #00000005;transition:all .15s ease}.overview-interactive-card:active{transform:scale(.98)}.card-top-row{display:flex;justify-content:space-between;align-items:flex-start}.card-icon-badge{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center}.card-link{font-size:11.5px;font-weight:700;display:flex;align-items:center;gap:2px}.card-title{font-size:16px;font-weight:700;color:#1d1d1f;margin:0 0 4px}.card-desc{font-size:12.5px;color:#86868b;margin:0;line-height:1.4}.overview-news-banner{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;box-shadow:0 1px 3px #00000005}.news-banner-left{display:flex;align-items:center;gap:14px}.news-banner-title{font-size:14px;font-weight:700;color:#1d1d1f}.news-banner-desc{font-size:12px;color:#86868b}.news-banner-link{font-size:12px;color:#1d1d1f;font-weight:700;display:flex;align-items:center;gap:2px;flex-shrink:0}.overview-right-col{background:#fff;border-left:1px solid #e5e5e5;padding:36px 28px;display:flex;flex-direction:column;gap:24px}.profile-header-row{display:flex;align-items:center;gap:14px}.profile-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.profile-name{font-size:15px;font-weight:700;color:#1d1d1f;margin:0 0 2px}.profile-role{font-size:12px;color:#86868b;margin:0;font-weight:500}.status-rows-container{display:flex;flex-direction:column;gap:12px;font-size:13px}.status-row{display:flex;justify-content:space-between;align-items:center}.status-label{display:flex;align-items:center;gap:8px;color:#6e6e73}.status-val{font-weight:700;color:#1d1d1f}.status-online{color:#16a34a;display:flex;align-items:center;gap:5px}.live-dot{width:6px;height:6px;border-radius:50%;background:#16a34a}.status-offline{color:#86868b}.profile-divider{height:1px;background:#f0f0f0;width:100%}.section-header-row{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:700;color:#1d1d1f;margin-bottom:8px}.meeting-summary-item{display:flex;flex-direction:column;gap:3px}.meeting-time{display:flex;align-items:center;gap:5px;font-size:11.5px;color:#86868b}.meeting-title{font-size:13px;font-weight:700;color:#1d1d1f;margin:2px 0 0;line-height:1.3}.meeting-location{font-size:11.5px;color:#86868b;margin:0}.quicklinks-row{display:flex;align-items:center;gap:16px}.quicklink-btn{display:flex;align-items:center;gap:8px;background:transparent;border:none;font-size:13px;font-weight:600;color:#1d1d1f;cursor:pointer;padding:0}@media(max-width:768px){.desktop-sidebar{display:none!important}body{padding-bottom:calc(70px + env(safe-area-inset-bottom,16px))!important}main{padding:12px 14px 20px!important;width:100%!important;overflow-x:hidden!important}.overview-container{display:flex;flex-direction:column;gap:18px;padding:12px 6px!important;width:100%}.overview-left-col{gap:18px;width:100%}.overview-greeting{font-size:22px}.overview-subtitle{font-size:12px}.quick-actions-grid{grid-template-columns:1fr;gap:10px}.stamp-btn,.stamp-history-btn{width:100%;padding:16px 14px;font-size:15px}.overview-hub-grid{grid-template-columns:1fr;gap:10px}.overview-interactive-card{padding:18px 16px;border-radius:14px}.overview-news-banner{flex-direction:column;align-items:flex-start;padding:16px;gap:12px}.news-banner-left{gap:12px}.news-banner-link{align-self:flex-end}.overview-right-col{border-left:none;border:1px solid #e5e5e5;border-radius:16px;padding:20px 18px;margin-top:6px;box-shadow:0 1px 3px #00000005}.mobile-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:calc(58px + env(safe-area-inset-bottom,16px));padding:6px 10px env(safe-area-inset-bottom,16px) 10px;background:#fffffff0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(0,0,0,.08);justify-content:space-around;align-items:center;z-index:9999;box-shadow:0 -4px 20px #0000000a}.mobile-tab-button{display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;flex:1;height:100%;color:#86868b;position:relative;padding:2px 0;transition:all .15s ease}.mobile-tab-button.active{color:#1d1d1f}.mobile-tab-icon{display:flex;align-items:center;justify-content:center;margin-bottom:2px}.mobile-tab-label{font-size:10.5px;font-weight:600;letter-spacing:-.01em}.mobile-tab-indicator{position:absolute;bottom:2px;width:16px;height:3px;border-radius:2px;background:#eab308}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:flex-end;animation:fadeIn .2s ease-out}.mobile-menu-sheet{width:100%;background:#fff;border-top-left-radius:24px;border-top-right-radius:24px;padding:16px 20px calc(24px + env(safe-area-inset-bottom,16px)) 20px;max-height:80vh;overflow-y:auto;animation:slideUp .25s cubic-bezier(.16,1,.3,1);box-shadow:0 -10px 40px #00000026}.mobile-sheet-header{display:flex;flex-direction:column;align-items:center;margin-bottom:18px}.mobile-sheet-pill{width:40px;height:4px;border-radius:2px;background:#d1d1d6;margin-bottom:12px}.mobile-sheet-header h3{font-size:16px;font-weight:700;color:#1d1d1f;margin:0}.mobile-sheet-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mobile-sheet-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#f5f5f7;border-radius:14px;font-size:14px;font-weight:600;color:#1d1d1f;cursor:pointer}.mobile-sheet-item:active{background:#e5e5ea}.mobile-sheet-item-icon{display:flex;align-items:center;justify-content:center;color:#1d1d1f}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
