:root{color:#0f172a;background:#f6f9fc;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(120% 120% at 20% 20%,#e0f2fe,#f6f9fc 50%),radial-gradient(120% 120% at 80% 0%,#e2e8f0,#f6f9fc 60%)}.app-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:linear-gradient(120deg,#0b3b5c,#0f5b78);color:#f8fafc;box-shadow:0 10px 25px #0f172a40;position:sticky;top:0;z-index:10}.app-header nav{display:flex;gap:12px}.app-header a{color:#e2e8f0;text-decoration:none;font-weight:600;padding:6px 10px;border-radius:6px}.app-header a:hover{background:#ffffff1a}.user-chip{display:flex;align-items:center;gap:10px;font-size:14px}.user-email{font-weight:700}.user-roles{opacity:.8}main{flex:1;padding:32px 24px}.card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 10px 25px #0f172a14;border:1px solid #e2e8f0}.app-footer{padding:16px 24px;text-align:center;font-size:14px;color:#475569;background:#e2e8f0}button{background:#0f5b78;color:#f8fafc;border:none;padding:10px 14px;border-radius:8px;font-weight:700;cursor:pointer;box-shadow:0 10px 20px #0f5b7840}.button-link{display:inline-block;background:#0f5b78;color:#f8fafc;border:none;padding:10px 14px;border-radius:8px;font-weight:700;text-decoration:none;box-shadow:0 10px 20px #0f5b7840}button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}button.ghost{background:transparent;color:#f8fafc;border:1px solid rgba(255,255,255,.4);box-shadow:none}input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #cbd5e1;font-size:16px;margin-top:6px}textarea{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #cbd5e1;font-size:16px;margin-top:6px;resize:vertical}label{display:block;font-weight:600;margin-top:10px}.login-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.login-card{display:flex;flex-direction:column;gap:12px}.login-form{display:flex;flex-direction:column;gap:10px}.error{color:#b91c1c;background:#fee2e2;border:1px solid #fca5a5;padding:8px 10px;border-radius:8px;font-size:14px}.sso-block{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;padding:10px 12px}.sso-block .ghost{color:#0f5b78;border-color:#0f5b7899}.sso-google-button{display:inline-flex;align-items:center;gap:8px}.sso-google-icon{width:18px;height:18px;flex:0 0 18px}.hint{color:#475569;font-size:14px}.muted{color:#64748b}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}ul{margin:0;padding-left:18px;color:#475569}.dashboard-page{display:flex;flex-direction:column;gap:16px}.dashboard-layout{display:grid;grid-template-columns:minmax(220px,260px) minmax(0,1fr);gap:16px;align-items:start}.dashboard-column{display:flex;flex-direction:column;gap:16px}.dashboard-left-rail{width:100%}.dashboard-main-rail{min-width:0}.video-panel{grid-column:1 / -1;padding:18px}.video-panel-header{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:12px}.video-panel-header p{color:#475569;margin-top:4px}.video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:12px}.video-card{background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;padding:12px;display:flex;flex-direction:column;gap:10px}.video-embed{position:relative;width:100%;padding-top:56.25%;border-radius:10px;overflow:hidden;background:#0f172a}.video-embed iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.video-meta h3{margin:0 0 6px}.video-meta p{margin:0;color:#475569;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-meta-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.video-link{display:inline-flex;margin-top:10px;color:#0f5b78;font-weight:600;text-decoration:none}.video-link:hover{text-decoration:underline}.video-actions{margin-top:12px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.video-action-buttons{display:flex;gap:10px}.video-action-buttons .video-ghost-button{color:#0f5b78;border:1px solid rgba(15,91,120,.55);background:transparent;box-shadow:none}.video-admin{grid-column:1 / -1}.video-form{display:flex;flex-direction:column;gap:10px}.profile-panel{display:flex;flex-direction:column;gap:12px;padding:16px}.info-rail-panel h3{margin:0}.info-rail-panel p{margin:4px 0 0}.profile-media-placeholder{width:100%;height:136px;border-radius:14px;border:1px solid #cbd5e1;background:#f8fafc}.profile-skeleton-block{display:grid;gap:10px}.profile-line{display:block;height:10px;border-radius:999px;background:#e2e8f0}.profile-line.long{width:72%}.profile-line.medium{width:86%}.profile-line.short{width:62%}.profile-header{display:flex;align-items:center;gap:12px}.profile-avatar{width:48px;height:48px;border-radius:14px;background:#0f5b78;color:#f8fafc;display:grid;place-items:center;font-weight:700;font-size:18px;box-shadow:0 10px 20px #0f5b7840}.profile-header h2{margin:0 0 6px}.profile-header p{margin:0}.profile-meta{display:grid;gap:10px}.profile-meta strong{display:block;margin-top:4px}.messages-panel{display:grid;gap:12px;padding:16px}.messages-panel h2{margin:0}.messages-panel .inline-pill{justify-self:end}.notifications-list{display:grid;gap:4px}.notification-item{background:#f8fafc;border:1px solid #e2e8f0;padding:14px 12px;border-radius:12px;display:grid;grid-template-columns:1fr auto;justify-content:space-between;gap:12px;align-items:start}.notification-item p{margin:4px 0 0}.widgets-panel{display:flex;flex-direction:column;gap:12px;padding:16px}.widgets-panel-wide{grid-column:1 / -1}.widgets-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.widgets-header h3{margin:0 0 6px}.integration-add-form{display:grid;gap:12px;padding:14px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.integration-add-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.integration-add-fields label{margin-top:0}.integration-add-actions{display:flex;justify-content:flex-end}.widget-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.widget-button{border:1px solid #e2e8f0;background:#f8fafc;color:inherit;padding:12px 14px;border-radius:12px;display:flex;flex-direction:column;gap:6px;text-align:left;box-shadow:none;font-weight:700}.integration-link-tile{text-decoration:none}.widget-button small{font-weight:500}.integration-tile{gap:10px;min-height:0}.integration-hero{width:100%;padding:0;display:grid;gap:8px;text-align:left}.integration-media{aspect-ratio:1 / 1;border-radius:14px;border:1px solid #cbd5e1;background:linear-gradient(180deg,#e2e8f0,#f8fafc);display:grid;place-items:center}.integration-logo-image{width:72px;height:72px;border-radius:18px;object-fit:contain;background:#f8fafcf2;border:1px solid #cbd5e1;padding:10px}.integration-logo-fallback{width:72px;height:72px;border-radius:18px;border:1px solid #cbd5e1;background:#f8fafcf2;display:grid;place-items:center;font-size:22px;font-weight:700;color:#0f5b78}.integration-hero-label{font-size:13px;font-weight:700;color:#0f5b78}.integration-header{min-width:0}.integration-copy{display:flex;flex-direction:column;gap:4px}.integration-copy span{font-size:15px;font-weight:700}.integration-copy small{line-height:1.25;overflow-wrap:anywhere}.integration-link-tile:hover,.integration-link-tile:focus-visible{border-color:#38bdf8;box-shadow:0 8px 16px #38bdf833}.inline-pill{display:inline-block;background:transparent;color:#475569;border:1px solid #cbd5e1;border-radius:999px;padding:6px 10px;box-shadow:none;font-weight:600;text-decoration:none;width:fit-content}.mmm-panel{margin-top:0}.schedule-layout{display:grid;gap:18px}.savvycal-panel h3{margin-top:0}.savvycal-embed{margin-top:12px;width:100%;min-height:680px;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#f8fafc}.savvycal-embed iframe{width:100%;height:680px;border:0}@media (max-width: 1100px){.dashboard-layout{grid-template-columns:1fr}.messages-panel .inline-pill{justify-self:start}.widget-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.integration-add-fields{grid-template-columns:1fr}}@media (max-width: 860px){.widget-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.widget-grid{grid-template-columns:1fr}.integration-actions{justify-content:flex-start}}.admin-form{display:flex;flex-direction:column;gap:10px}.briefing-admin{grid-column:1 / -1;background:#f8fafc}.admin-panel{margin-top:16px}.notice{background:#e0f2fe;color:#0f172a;border:1px solid #7dd3fc;padding:8px 10px;border-radius:8px;font-size:14px}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.message-layout{display:grid;grid-template-columns:280px 1fr;gap:16px}.thread-list{display:flex;flex-direction:column;gap:12px}.thread-item{background:#f8fafc;border:1px solid #e2e8f0;padding:12px;border-radius:10px;display:flex;justify-content:space-between;gap:10px;text-align:left}.thread-item.active{border-color:#38bdf8;box-shadow:0 8px 16px #38bdf833}.thread-item p{margin:6px 0 0}.badge{background:#0f5b78;color:#fff;border-radius:999px;padding:4px 8px;font-size:12px;height:fit-content}.badge.connected{background:#166534}.thread-view{display:flex;flex-direction:column;gap:12px}.thread-header{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.thread-messages{display:grid;gap:12px;max-height:420px;overflow-y:auto;padding-right:6px}.message{background:#f8fafc;border:1px solid #e2e8f0;padding:12px;border-radius:10px}.message-meta{display:flex;justify-content:space-between;font-size:12px;color:#64748b;margin-bottom:6px}.message-form{display:flex;gap:10px}@media (max-width: 900px){.message-layout{grid-template-columns:1fr}}.briefing-card{grid-column:1 / -1;background:linear-gradient(135deg,#fff,#f8fafc)}.briefing-header{display:flex;justify-content:space-between;align-items:baseline;gap:16px}.briefing-summary{font-size:16px;color:#1e293b}.briefing-section{margin-top:16px}.section-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}.total{font-size:20px;font-weight:700;color:#0f5b78}.investments-actions{display:flex;align-items:center;gap:12px}.investments-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px}.warning{margin-bottom:12px;padding:10px 12px;border-radius:10px;border:1px solid #fde68a;background:#fffbeb;color:#92400e}.badge.warning{background:#fffbeb;color:#92400e}.holdings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.investments-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-bottom:16px}.subcard{background:#f8fafc;border:1px solid #e2e8f0}.allocation-list{display:grid;gap:12px}.allocation-visual{display:grid;gap:16px}.donut{width:160px;height:160px;border-radius:50%;margin:0 auto;display:grid;place-items:center;box-shadow:inset 0 0 0 8px #ffffffe6}.donut-center{width:110px;height:110px;border-radius:50%;background:#fff;display:grid;place-items:center;text-align:center;padding:10px;box-shadow:0 8px 16px #0f172a14}.donut-center span{font-size:12px;color:#64748b}.donut-center strong{font-size:14px}.allocation-row{display:grid;gap:6px}.allocation-label{display:flex;justify-content:space-between;font-weight:600}.allocation-bar{background:#e2e8f0;border-radius:999px;height:8px;overflow:hidden}.allocation-bar span{display:block;height:100%;background:linear-gradient(90deg,#0f5b78,#38bdf8);border-radius:999px}.goal-row{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px;font-size:14px}.goal-row strong{color:#0f5b78}.goal-progress{margin:14px 0}.goal-progress-header{display:flex;justify-content:space-between;font-weight:600;margin-bottom:6px}.goal-progress-bar{background:#e2e8f0;border-radius:999px;height:10px;overflow:hidden}.goal-progress-bar span{display:block;height:100%;background:linear-gradient(90deg,#22c55e,#86efac);border-radius:999px}.holding-card{padding:16px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:10px}.holding-top{display:flex;justify-content:space-between;gap:12px}.holding-balance{font-size:18px;font-weight:700}.holding-change{font-weight:600}.holding-change.up{color:#16a34a}.holding-change.down{color:#dc2626}.pill{padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;text-transform:uppercase}.pill.low{background:#dcfce7;color:#166534}.pill.moderate{background:#fef9c3;color:#854d0e}.pill.high{background:#fee2e2;color:#991b1b}
