@import "https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&family=Sora:wght@400;600;700;800&display=swap";
*{box-sizing:border-box;margin:0;padding:0}body{color:#0f172a;-webkit-font-smoothing:antialiased;background-color:#f8f9fa;font-family:Hanken Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}@media (max-width:768px){.container{padding:0 16px}}h1,h2,h3,h4,h5,h6{color:#0f172a;font-family:Sora,sans-serif;font-weight:700}.headline-xl{letter-spacing:-.02em;font-size:48px;font-weight:800;line-height:56px}.headline-lg{letter-spacing:-.01em;font-size:32px;font-weight:700;line-height:40px}@media (max-width:768px){.headline-xl{font-size:32px;line-height:40px}.headline-lg{font-size:24px;line-height:32px}}.body-md{font-size:16px;font-weight:400;line-height:24px}.body-sm{font-size:14px;font-weight:400;line-height:20px}.label-caps{letter-spacing:.05em;text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:600;line-height:16px}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;height:44px;padding:0 24px;font-family:JetBrains Mono,monospace;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background-color:#9d55ff}.btn-primary:hover{background-color:#8537ff}.btn-secondary{color:#9d55ff;background-color:#0000;border:2px solid #9d55ff}.btn-secondary:hover{background-color:#9d55ff1a}.btn-danger{color:#fff;background-color:#ba1a1a}.btn-danger:hover{background-color:#93000a}.form-group{margin-bottom:20px}.form-label{color:#0f172a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:700;display:block}.form-input{color:#0f172a;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;height:44px;padding:0 16px;font-family:Hanken Grotesk,sans-serif;font-size:16px;transition:border-color .2s}.form-input:focus{border:2px solid #9d55ff;outline:none;padding:0 15px}.card{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:24px;padding:24px;transition:border-color .2s}.card:hover{border-color:#9d55ff}.app-layout{flex-direction:column;min-height:100vh;display:flex}.app-header{z-index:100;background-color:#fff;border-bottom:1px solid #e2e8f0;height:64px;position:sticky;top:0}.app-header-container{justify-content:space-between;align-items:center;max-width:1280px;height:100%;margin:0 auto;padding:0 24px;display:flex}.app-logo{color:#7929da;letter-spacing:-.01em;font-family:Sora,sans-serif;font-size:20px;font-weight:800}.app-header-nav{align-items:center;gap:20px;margin-left:32px;margin-right:auto;display:flex}.app-header-actions{align-items:center;gap:16px;display:flex}.app-user-email{color:#4b4454;font-family:JetBrains Mono,monospace;font-size:13px}@media (max-width:768px){.app-header{height:auto!important}.app-header-container{flex-wrap:wrap;gap:10px;padding:12px 16px}.app-logo{order:1}.app-header-actions{order:2;gap:8px}.app-user-email{display:none!important}.app-header-nav{border-top:1px solid #f1f5f9;order:3;justify-content:space-between;width:100%;margin:0;padding-top:8px}.app-header-nav a,.app-header-nav span{font-size:13px!important}}.btn-signout{color:#7d7386;cursor:pointer;background:0 0;border:none;font-family:JetBrains Mono,monospace;font-size:13px;font-weight:600;transition:color .2s}.btn-signout:hover{color:#9d55ff}.app-main-content{flex:1;padding:40px 0}.app-container{max-width:1280px;margin:0 auto;padding:0 24px}.hero-section{text-align:center;background:linear-gradient(135deg,#faf8ff 0%,#eaedff 100%);flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 64px);padding:64px 24px;display:flex}.hero-subtitle{color:#4b4454;max-width:600px;margin:16px 0 32px}.auth-card-container{background-color:#f8f9fa;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-card{background-color:#fff;border:1px solid #cbd5e1;border-radius:16px;width:100%;max-width:440px;padding:40px;box-shadow:0 10px 30px #0f172a0d}.auth-title{text-align:center;margin-bottom:24px}.auth-footer{text-align:center;margin-top:24px;font-size:14px}.auth-footer a{color:#9d55ff;font-weight:600}.auth-footer a:hover{text-decoration:underline}.oauth-divider{text-align:center;color:#7d7386;align-items:center;margin:24px 0;font-family:JetBrains Mono,monospace;font-size:11px;display:flex}.oauth-divider:before,.oauth-divider:after{content:"";border-bottom:1px solid #e2e8f0;flex:1}.oauth-divider:not(:empty):before{margin-right:16px}.oauth-divider:not(:empty):after{margin-left:16px}.btn-oauth{color:#0f172a;background-color:#fff;border:1px solid #cbd5e1;gap:10px;width:100%;margin-bottom:12px;display:flex}.btn-oauth:hover{background-color:#faf8ff;border-color:#9d55ff}.btn-submit{width:100%;margin-top:16px}.error-message{color:#ba1a1a;background-color:#ffdad6;border:1px solid #ba1a1a;border-radius:8px;margin-bottom:20px;padding:12px;font-size:14px}.dashboard-grid{grid-template-columns:2fr 1fr;gap:24px;display:grid}@media (max-width:992px){.dashboard-grid{grid-template-columns:1fr}}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:16px;display:grid}.stat-item{background-color:#f8f9fa;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.stat-value{color:#0f172a;margin-top:4px;font-family:Sora,sans-serif;font-size:24px;font-weight:700}.stat-time{color:#7d7386;margin-top:2px;font-family:JetBrains Mono,monospace;font-size:12px}.empty-state{text-align:center;padding:64px 24px}.empty-state-title{margin-bottom:12px}.empty-state-desc{color:#4b4454;max-width:440px;margin-bottom:24px;margin-left:auto;margin-right:auto}.chip{border-radius:9999px;align-items:center;padding:6px 12px;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:600;display:inline-flex}.chip-success{color:#006f64;background-color:#006b5f26}.chip-warning{color:#825100;background-color:#82510026}.chip-danger{color:#93000a;background-color:#ba1a1a26}.segmented-control{background-color:#eaedff;border:1px solid #cec2d7;border-radius:8px;padding:4px;display:inline-flex}.segment-btn{color:#7d7386;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-family:Hanken Grotesk,sans-serif;font-size:13px;font-weight:600;transition:all .2s;display:flex}.segment-btn.active{color:#7929da;background-color:#fff;box-shadow:0 2px 6px #7929da26}.segment-btn:hover:not(.active){color:#9d55ff}.lock-badge{font-size:10px}.outlook-grid{grid-template-columns:repeat(7,1fr);gap:12px;margin-top:16px;display:grid}@media (max-width:1200px){.outlook-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.outlook-grid{grid-template-columns:repeat(2,1fr)}}.outlook-card{cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:12px;min-height:220px;padding:16px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.outlook-card:hover{border-color:#9d55ff;transform:translateY(-2px);box-shadow:0 10px 20px #9d55ff0d}.outlook-card.selected{background-color:#7929da05;border-color:#7929da}.outlook-card.locked{filter:grayscale(.5);border-style:dashed}.locked-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:5;background:#faf8ffd9;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.weekday-label{color:#0f172a;font-family:Sora,sans-serif;font-size:16px;font-weight:700;display:block}.date-label{color:#7d7386;margin-top:2px;font-family:Hanken Grotesk,sans-serif;font-size:12px;display:block}.score-badge{border-radius:6px;padding:4px 8px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:700}.card-detail-row{align-items:center;gap:8px;display:flex}.detail-icon{font-size:16px}.detail-value{color:#0f172a;font-family:Sora,sans-serif;font-size:13px;font-weight:700}.detail-sub{color:#7d7386;font-family:Hanken Grotesk,sans-serif;font-size:11px}.window-time{color:#7929da;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:600}.drawer-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;background:#0f172a66;width:100vw;height:100vh;animation:.2s ease-out fadeIn;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.detail-drawer{z-index:999;background-color:#fff;border-top:4px solid #7929da;border-top-left-radius:24px;border-top-right-radius:24px;width:100%;max-height:85vh;padding:32px 24px;animation:.3s cubic-bezier(.16,1,.3,1) forwards slideUp;position:fixed;bottom:0;left:0;overflow-y:auto;box-shadow:0 -10px 40px #0f172a1a}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.drawer-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:16px;display:flex}.close-btn{color:#7d7386;cursor:pointer;background:0 0;border:none;font-size:32px;line-height:24px;transition:color .2s}.close-btn:hover{color:#ba1a1a}.drawer-grid{grid-template-columns:1.8fr 1.2fr;gap:32px;display:grid}@media (max-width:992px){.drawer-grid{grid-template-columns:1fr}}.timeline-container{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto}.timeline-table{border-collapse:collapse;text-align:left;width:100%}.timeline-table th{color:#7d7386;background-color:#f8f9fa;border-bottom:1px solid #e2e8f0;padding:12px 16px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:600}.timeline-table td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:14px 16px;font-size:13px}.timeline-table tr:last-child td{border-bottom:none}.insights-container{flex-direction:column;gap:12px;display:flex}.insight-card-item{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;transition:border-color .2s}.insight-card-item:hover{border-color:#9d55ff}.upgrade-modal{z-index:1000;background-color:#fff;border:1px solid #7929da;border-radius:24px;width:100%;max-width:460px;padding:40px 32px;animation:.2s cubic-bezier(.16,1,.3,1) forwards scaleIn;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 50px #0f172a26}@keyframes scaleIn{0%{opacity:0;transform:translate(-50%,-45%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.perk-row{align-items:flex-start;gap:12px;display:flex}.perk-icon{color:#006f64;font-size:16px;font-weight:700;line-height:18px}.timeline-desktop-table{display:block}.timeline-mobile-list{display:none}@media (max-width:768px){.timeline-desktop-table{display:none!important}.timeline-mobile-list{flex-direction:column;gap:12px;display:flex!important}}.hourly-mobile-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex;box-shadow:0 1px 3px #00000005}.hourly-mobile-card-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-bottom:8px;display:flex}.hourly-mobile-card-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.hourly-mobile-card-metric{flex-direction:column;gap:2px;display:flex}.hourly-mobile-card-metric-label{color:#7d7386;text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:600}.hourly-mobile-card-metric-value{color:#0f172a;font-size:13px;font-weight:600}
