.dashboard-module__USE0Ra__container{color:#000;height:100vh;font-family:var(--font-plus-jakarta), sans-serif;background:#f2efe9;display:flex;overflow:hidden}.dashboard-module__USE0Ra__mainContainer{flex-direction:column;height:100%;display:flex;overflow:hidden}.dashboard-module__USE0Ra__sidebar{width:var(--sidebar-width);-webkit-user-select:none;user-select:none;background:#fff;border-right:3px solid #000;flex-direction:column;display:flex;position:relative}.dashboard-module__USE0Ra__sidebarTop{flex-direction:column;flex-shrink:0;padding:16px 16px 8px;display:flex}.dashboard-module__USE0Ra__brand{margin:12px 0 16px;padding:8px 0;display:block}.dashboard-module__USE0Ra__brand span{color:#000;font-size:2.8rem;font-weight:900;font-family:var(--font-plus-jakarta), sans-serif;text-shadow:none}.dashboard-module__USE0Ra__sidebarScroll{flex:1;min-height:0;padding:0 0 20px;overflow:hidden auto}.dashboard-module__USE0Ra__navSeparator{opacity:1;background:#000;flex-shrink:0;width:100%;height:3px;margin-bottom:16px}.dashboard-module__USE0Ra__studioGroup{margin-bottom:24px}.dashboard-module__USE0Ra__studioHeader{cursor:grab;border-radius:0;justify-content:space-between;align-items:center;height:32px;margin-bottom:4px;padding:0 24px;transition:none;display:flex;position:relative}.dashboard-module__USE0Ra__studioHeader:active{cursor:grabbing}.dashboard-module__USE0Ra__studioHeader:hover{background-color:#f2efe9}.dashboard-module__USE0Ra__dragIndicator{pointer-events:none;z-index:10;background-color:#22c55e;height:2px;position:absolute;left:0;right:0;box-shadow:0 0 8px #22c55e99}.dashboard-module__USE0Ra__dragIndicatorTop{top:-1px}.dashboard-module__USE0Ra__dragIndicatorBottom{bottom:-1px}.dashboard-module__USE0Ra__studioName{color:#000;text-transform:uppercase;flex:1;align-items:center;font-size:12px;font-weight:900;display:flex}.dashboard-module__USE0Ra__consoleList{flex-direction:column;gap:2px;display:flex}.dashboard-module__USE0Ra__consoleRow{cursor:pointer;color:#555;border-left:4px solid #0000;justify-content:space-between;align-items:center;height:40px;padding:8px 24px 8px 32px;transition:none;display:flex;position:relative}.dashboard-module__USE0Ra__consoleRow:hover{color:#000;background-color:#f2efe9;border-left-color:#ffd93d}.dashboard-module__USE0Ra__consoleActive{color:#000;background-color:#ffd93d;border-left-color:#000;font-weight:800}.dashboard-module__USE0Ra__consoleItem{color:inherit;white-space:nowrap;text-overflow:ellipsis;flex:1;align-items:center;font-size:14px;font-weight:700;display:flex;overflow:hidden}.dashboard-module__USE0Ra__consoleItem:hover{color:#000}.dashboard-module__USE0Ra__menuBtn{cursor:pointer;color:var(--text-muted);opacity:0;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:opacity .1s,background .1s;display:flex}.dashboard-module__USE0Ra__menuBtn:hover{background-color:var(--hover-bg);color:var(--text-primary)}.dashboard-module__USE0Ra__studioHeader:hover .dashboard-module__USE0Ra__menuBtn,.dashboard-module__USE0Ra__consoleRow:hover .dashboard-module__USE0Ra__menuBtn,.dashboard-module__USE0Ra__menuBtnVisible{opacity:1}.dashboard-module__USE0Ra__menuDropdown{z-index:100;background:#fff;border:2px solid #000;border-radius:0;flex-direction:column;gap:0;width:max-content;padding:0;display:flex;position:absolute;top:100%;right:0;box-shadow:4px 4px #000}.dashboard-module__USE0Ra__menuItem,.dashboard-module__USE0Ra__menuItemSuccess,.dashboard-module__USE0Ra__menuItemDanger{font-size:13px;font-family:var(--font-plus-jakarta), sans-serif;color:#000;text-align:left;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #000;border-radius:0;align-items:center;gap:12px;width:100%;padding:10px 14px;font-weight:700;transition:background .15s;display:flex}.dashboard-module__USE0Ra__menuItem:last-child,.dashboard-module__USE0Ra__menuItemSuccess:last-child,.dashboard-module__USE0Ra__menuItemDanger:last-child{border-bottom:none}.dashboard-module__USE0Ra__menuItem:hover{color:#000;background:#0df}.dashboard-module__USE0Ra__menuItemSuccess{color:#000}.dashboard-module__USE0Ra__menuItemSuccess:hover{color:#000;background:#48e59b}.dashboard-module__USE0Ra__menuItemDanger{color:#000}.dashboard-module__USE0Ra__menuItemDanger:hover{color:#000;background:#ff5e7e}.dashboard-module__USE0Ra__inlineInput{color:inherit;font-family:var(--font-plus-jakarta), sans-serif;font-size:inherit;font-weight:inherit;width:100%;caret-color:var(--accent-color);background:0 0;border:none;border-radius:0;outline:none;padding:0}.dashboard-module__USE0Ra__sidebarInput{background:var(--surface-2);border:1px solid var(--border-subtle);width:100%;color:var(--text-primary);font-size:13px;font-family:var(--font-plus-jakarta), sans-serif;border-radius:6px;outline:none;margin-bottom:8px;padding:6px 10px}.dashboard-module__USE0Ra__charLimitWarning{color:#ef4444;white-space:nowrap;z-index:10;background:#ef44441a;border:1px solid #ef44444d;border-radius:4px;margin-bottom:4px;padding:2px 6px;font-size:11px;font-weight:500;animation:.15s dashboard-module__USE0Ra__fadeInWarning;position:absolute;bottom:100%;left:0}@keyframes dashboard-module__USE0Ra__fadeInWarning{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__USE0Ra__banner{text-align:center;background:#000;border-bottom:4px solid #000;flex-direction:column;justify-content:flex-end;align-items:center;min-height:120px;padding:32px 40px;display:flex;position:relative;overflow:hidden}.dashboard-module__USE0Ra__bannerHeader{color:var(--accent-color);opacity:.8;margin-bottom:24px;font-size:14px;font-weight:700}.dashboard-module__USE0Ra__bannerQuote{font-family:var(--font-plus-jakarta), sans-serif;color:#fff;text-shadow:4px 4px #fff3;max-width:900px;font-size:28px;font-weight:900;line-height:1.3;animation:1.2s forwards dashboard-module__USE0Ra__fadeInvoke}@keyframes dashboard-module__USE0Ra__fadeInvoke{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.dashboard-module__USE0Ra__accountForm{flex-direction:column;gap:24px;max-width:400px;display:flex}.dashboard-module__USE0Ra__inputGroup{flex-direction:column;gap:8px;display:flex}.dashboard-module__USE0Ra__label{color:var(--text-muted);font-size:13px;font-weight:500}.dashboard-module__USE0Ra__input{background:var(--surface-2);border:1px solid var(--border-subtle);color:var(--text-primary);border-radius:8px;outline:none;padding:12px 16px;font-size:14px;transition:border-color .2s}.dashboard-module__USE0Ra__input:focus{border-color:var(--accent-color)}.dashboard-module__USE0Ra__buttonPrimary{background:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:12px 24px;font-weight:600;transition:opacity .2s;display:flex}.dashboard-module__USE0Ra__buttonPrimary:hover{opacity:.9}.dashboard-module__USE0Ra__buttonPrimary:disabled{opacity:.5;cursor:not-allowed}.dashboard-module__USE0Ra__buttonSecondary{border:1px solid var(--border-subtle);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;padding:12px 24px;font-weight:600;transition:background .2s;display:flex}.dashboard-module__USE0Ra__buttonSecondary:hover{background:var(--surface-2)}.dashboard-module__USE0Ra__contextMenu{background:var(--surface-3);z-index:999;width:170px;box-shadow:none;border:2px solid #000;padding:0;position:fixed;overflow:hidden}.dashboard-module__USE0Ra__contextItem{cursor:pointer;color:var(--text-primary);align-items:center;gap:10px;padding:10px 14px;font-size:13px;font-weight:600;transition:none;display:flex}.dashboard-module__USE0Ra__contextIcon{color:var(--text-primary)}.dashboard-module__USE0Ra__contextItem:hover{color:#000;background:#a855f7}.dashboard-module__USE0Ra__contextItem:hover .dashboard-module__USE0Ra__contextIcon{color:#000}.dashboard-module__USE0Ra__overlayBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background-color:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dashboard-module__USE0Ra__deleteModal{background-color:var(--surface-3);border:1px solid var(--border-subtle);border-radius:16px;flex-direction:column;width:380px;padding:24px;display:flex;box-shadow:0 25px 50px -12px #00000080}.dashboard-module__USE0Ra__modalTitle{color:var(--text-primary);margin:0 0 12px;font-size:18px;font-weight:600}.dashboard-module__USE0Ra__modalBody{color:var(--text-muted);margin-bottom:20px;font-size:14px}.dashboard-module__USE0Ra__modalActions{flex-direction:row;justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.dashboard-module__USE0Ra__modalActions .dashboard-module__USE0Ra__menuItem,.dashboard-module__USE0Ra__modalActions .dashboard-module__USE0Ra__menuItemDanger{border:1px solid var(--border-subtle);border-radius:8px;justify-content:center;padding:10px 16px;font-weight:500}.dashboard-module__USE0Ra__profileBar{background:#f2efe9;border:2px solid #000;flex-shrink:0;align-items:center;gap:10px;margin:auto 12px 12px;padding:12px 16px;display:flex;position:relative;overflow:hidden}.dashboard-module__USE0Ra__profileBar:before{display:none}.dashboard-module__USE0Ra__profileAvatar{color:#000;background:#ffd93d;border:2px solid #000;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;font-weight:900;display:flex}.dashboard-module__USE0Ra__profileMeta{flex:1;justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.dashboard-module__USE0Ra__profileInfo{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.dashboard-module__USE0Ra__profileName{color:#000;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:900;overflow:hidden}.dashboard-module__USE0Ra__profileSettings{cursor:pointer;color:#ffd93d;background:#000;border:2px solid #000;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:none;display:flex}.dashboard-module__USE0Ra__profileSettings:hover{color:#fff;background:#333;transform:none}.dashboard-module__USE0Ra__profileSettings svg{display:block}.dashboard-module__USE0Ra__profileId{color:#888;white-space:nowrap;text-overflow:ellipsis;font-size:10px;font-weight:700;overflow:hidden}.dashboard-module__USE0Ra__limitModal{background-color:var(--surface-3);border:1px solid var(--border-subtle);border-radius:14px;flex-direction:column;gap:12px;width:340px;padding:20px;display:flex;box-shadow:0 25px 50px -12px #00000080}.dashboard-module__USE0Ra__limitModalTitle{color:var(--text-primary);margin:0;font-size:16px;font-weight:600}.dashboard-module__USE0Ra__limitModalBody{color:var(--text-muted);margin:0;font-size:13px}.dashboard-module__USE0Ra__limitModalActions{justify-content:flex-end;margin-top:4px;display:flex}.dashboard-module__USE0Ra__limitOkButton{background:var(--surface-4);border:1px solid var(--border-subtle);color:var(--text-primary);cursor:pointer;font-size:13px;font-family:var(--font-plus-jakarta), sans-serif;border-radius:8px;padding:8px 14px}.dashboard-module__USE0Ra__settingsPage{flex-direction:column;gap:16px;height:100%;padding:32px 40px;display:flex}.dashboard-module__USE0Ra__settingsHeader{font-size:22px;font-weight:600}.dashboard-module__USE0Ra__settingsTabs{border-bottom:1px solid var(--border-subtle);gap:8px;display:flex}.dashboard-module__USE0Ra__settingsTab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 12px;font-size:13px}.dashboard-module__USE0Ra__settingsTabActive{color:var(--text-primary);border-bottom-color:var(--accent-color)}.dashboard-module__USE0Ra__settingsPanel{background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:16px;flex-direction:column;gap:12px;padding:20px;display:flex}.dashboard-module__USE0Ra__settingsSectionTitle{color:var(--text-primary);font-size:14px;font-weight:600}.dashboard-module__USE0Ra__settingsSkeleton{background:var(--surface-2);border:1px solid var(--border-subtle);border-radius:6px;width:70%;height:10px}.dashboard-module__USE0Ra__themeGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;display:grid}.dashboard-module__USE0Ra__themeCard{background:var(--surface-1);border:1px solid var(--border-subtle);cursor:pointer;text-align:left;border-radius:14px;flex-direction:column;gap:10px;padding:12px;display:flex}.dashboard-module__USE0Ra__themeCardActive{border-color:var(--accent-color);box-shadow:0 0 0 1px var(--accent-color)}.dashboard-module__USE0Ra__themeLabel{color:var(--text-primary);font-size:13px}.dashboard-module__USE0Ra__themePreview{border:1px solid var(--border-subtle);border-radius:10px;grid-template-columns:28% 1fr;height:90px;display:grid;overflow:hidden}.dashboard-module__USE0Ra__themePreviewSidebar{background:#ffffff0d}.dashboard-module__USE0Ra__themePreviewMain{flex-direction:column;gap:8px;padding:10px;display:flex}.dashboard-module__USE0Ra__themePreviewHeader{background:#ffffff2e;border-radius:6px;height:10px}.dashboard-module__USE0Ra__themePreviewBlock{background:#ffffff14;border-radius:8px;flex:1}.dashboard-module__USE0Ra__themePreviewText{color:#fffc;font-size:9px;font-weight:600}.dashboard-module__USE0Ra__themePreviewTag{color:#ffffffe6;background:#ffffff2e;border-radius:6px;width:fit-content;padding:3px 6px;font-size:8px;font-weight:600}.dashboard-module__USE0Ra__themeBlack{background:#000}.dashboard-module__USE0Ra__themeBlack .dashboard-module__USE0Ra__themePreviewSidebar{background:#050505}.dashboard-module__USE0Ra__themeDark{background:#0b0b0b}.dashboard-module__USE0Ra__themeDark .dashboard-module__USE0Ra__themePreviewSidebar{background:#141414}.dashboard-module__USE0Ra__themeLight{background:#f4f4f5;border-color:#d4d4d8}.dashboard-module__USE0Ra__themeLight .dashboard-module__USE0Ra__themePreviewSidebar{background:#e4e4e7}.dashboard-module__USE0Ra__themeLight .dashboard-module__USE0Ra__themePreviewHeader,.dashboard-module__USE0Ra__themeLight .dashboard-module__USE0Ra__themePreviewBlock{background:#d4d4d8}.dashboard-module__USE0Ra__themeLight .dashboard-module__USE0Ra__themePreviewText{color:#111827}.dashboard-module__USE0Ra__themeLight .dashboard-module__USE0Ra__themePreviewTag{color:#111827;background:#e2e8f0}.dashboard-module__USE0Ra__themeNavy{background:#0b1220}.dashboard-module__USE0Ra__themeNavy .dashboard-module__USE0Ra__themePreviewSidebar{background:#111a2b}.dashboard-module__USE0Ra__themeNavy .dashboard-module__USE0Ra__themePreviewHeader,.dashboard-module__USE0Ra__themeNavy .dashboard-module__USE0Ra__themePreviewBlock{background:#94a3b84d}.dashboard-module__USE0Ra__themeNavy .dashboard-module__USE0Ra__themePreviewText{color:#e6eefc}.dashboard-module__USE0Ra__themeNavy .dashboard-module__USE0Ra__themePreviewTag{color:#e6eefc;background:#6ea3ff59}.dashboard-module__USE0Ra__themeCrimson{background:#1a0608}.dashboard-module__USE0Ra__themeCrimson .dashboard-module__USE0Ra__themePreviewSidebar{background:#2a0b10}.dashboard-module__USE0Ra__themeCrimson .dashboard-module__USE0Ra__themePreviewHeader,.dashboard-module__USE0Ra__themeCrimson .dashboard-module__USE0Ra__themePreviewBlock{background:#ff4d6d59}.dashboard-module__USE0Ra__themeCrimson .dashboard-module__USE0Ra__themePreviewText{color:#ffe6ea}.dashboard-module__USE0Ra__themeCrimson .dashboard-module__USE0Ra__themePreviewTag{color:#ffe6ea;background:#ff1f4a73}.dashboard-module__USE0Ra__themeNeon{background:#0a0d07}.dashboard-module__USE0Ra__themeNeon .dashboard-module__USE0Ra__themePreviewSidebar{background:#12190d}.dashboard-module__USE0Ra__themeNeon .dashboard-module__USE0Ra__themePreviewHeader,.dashboard-module__USE0Ra__themeNeon .dashboard-module__USE0Ra__themePreviewBlock{background:#caff0059}.dashboard-module__USE0Ra__themeNeon .dashboard-module__USE0Ra__themePreviewText{color:#f3ffd8}.dashboard-module__USE0Ra__themeNeon .dashboard-module__USE0Ra__themePreviewTag{color:#0a0d06;background:#d7ff00cc}.dashboard-module__USE0Ra__dashboardLink{color:#000;border:2px solid #0000;align-items:center;gap:10px;width:auto;margin:0 12px 12px;padding:10px 24px;font-size:13px;font-weight:900;text-decoration:none;transition:none;display:flex}.dashboard-module__USE0Ra__dashboardLink:hover{color:#000;background-color:#ffbd2e;border-color:#000}.dashboard-module__USE0Ra__dashboardLinkActive{color:#000;background-color:#ffd93d;border:2px solid #000;box-shadow:3px 3px #000}.dashboard-module__USE0Ra__dashboardLink svg,.dashboard-module__USE0Ra__dashboardLinkActive svg{opacity:1}.dashboard-module__USE0Ra__main{flex:1;position:relative;overflow-y:auto}.dashboard-module__USE0Ra__setupContainer{background:#efd9b5;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:40px;display:flex}.dashboard-module__USE0Ra__setupHeader{text-align:center;margin-bottom:48px}.dashboard-module__USE0Ra__setupHeader h1{color:#000;margin-bottom:12px;font-size:40px;font-weight:900}.dashboard-module__USE0Ra__setupHeader p{color:#000;font-size:16px;font-weight:700}.dashboard-module__USE0Ra__paletteGrid{grid-template-columns:repeat(2,minmax(250px,1fr));gap:24px;width:100%;max-width:800px;margin:0 auto;display:grid}.dashboard-module__USE0Ra__paletteCard{cursor:pointer;border:3px solid #000;border-radius:0;flex-direction:column;min-height:250px;padding:24px;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:8px 8px #000}.dashboard-module__USE0Ra__paletteCard:hover{transform:translate(4px,4px);box-shadow:4px 4px #000}.dashboard-module__USE0Ra__paletteBurgundy{background-color:#ff2a5f}.dashboard-module__USE0Ra__paletteCyprus{background-color:#00ffb3}.dashboard-module__USE0Ra__paletteNavy{background-color:#08f}.dashboard-module__USE0Ra__palettePumpkin{background-color:#ff6a00}.dashboard-module__USE0Ra__paletteContent{color:#000;flex-direction:column;flex:1;display:flex}.dashboard-module__USE0Ra__paletteSubtitle{text-transform:uppercase;margin-bottom:8px;font-size:14px;font-weight:800}.dashboard-module__USE0Ra__paletteTitle{margin-bottom:16px;font-size:46px;font-weight:900;line-height:1.1}.dashboard-module__USE0Ra__paletteFooter{justify-content:space-between;align-items:flex-end;margin-top:auto;display:flex}.dashboard-module__USE0Ra__paletteDesc{opacity:1;max-width:60%;font-size:14px;font-weight:700;line-height:1.4}.dashboard-module__USE0Ra__paletteIcon{opacity:1;font-size:64px;line-height:1}.dashboard-module__USE0Ra__consoleView{flex-direction:column;height:100%;display:flex}.dashboard-module__USE0Ra__consoleHeader{border-bottom:1px solid var(--border-subtle);align-items:center;gap:16px;padding:24px 40px;display:flex}.dashboard-module__USE0Ra__badge{background:var(--surface-3);color:var(--text-muted);border:1px solid var(--border-subtle);border-radius:20px;padding:4px 12px;font-size:12px}.dashboard-module__USE0Ra__viewContent{flex:1;min-height:0;padding:24px 40px;overflow-y:auto}.dashboard-module__USE0Ra__calendarViewContent{flex:1;min-height:0;padding:0;overflow:hidden}.dashboard-module__USE0Ra__navigatorViewContent{flex-direction:column;flex:1;min-height:0;padding:0;display:flex;overflow:hidden}.dashboard-module__USE0Ra__placeholderView{border:2px dashed var(--border-subtle);height:100%;color:var(--text-muted);border-radius:24px;flex-direction:column;justify-content:center;align-items:center;display:flex}.dashboard-module__USE0Ra__widgetInner{width:100%;height:100%}.dashboard-module__USE0Ra__calendarGrid{background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:20px;padding:24px}.dashboard-module__USE0Ra__calendarHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.dashboard-module__USE0Ra__calendarControls button{background:var(--surface-3);color:var(--text-primary);cursor:pointer;border:none;border-radius:8px;margin-left:8px;padding:8px 12px}.dashboard-module__USE0Ra__daysGrid{grid-template-columns:repeat(7,1fr);gap:8px;display:grid}.dashboard-module__USE0Ra__dayLabel{text-align:center;color:var(--text-muted);padding-bottom:12px;font-size:12px;font-weight:600}.dashboard-module__USE0Ra__dayCell{aspect-ratio:1;background:var(--surface-1);border:1px solid #0000;border-radius:10px;padding:8px;transition:all .2s}.dashboard-module__USE0Ra__dayCell:hover{background:var(--surface-2);border-color:var(--border-subtle)}.dashboard-module__USE0Ra__boardColumns{gap:20px;height:calc(100% - 60px);display:flex}.dashboard-module__USE0Ra__column{background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:16px;flex:1;padding:16px}.dashboard-module__USE0Ra__column h3{color:var(--text-muted);margin-bottom:16px;font-size:14px}.dashboard-module__USE0Ra__itemCard{background:var(--surface-2);border:1px solid var(--border-subtle);border-radius:10px;padding:12px;font-size:14px}.dashboard-module__USE0Ra__swotGrid{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:20px;height:100%;display:grid}.dashboard-module__USE0Ra__swotBox{border:1px solid var(--border-subtle);border-radius:20px;padding:24px}.dashboard-module__USE0Ra__strengths{background:#4caf500d;border-color:#4caf5033}.dashboard-module__USE0Ra__weaknesses{background:#f443360d;border-color:#f4433633}.dashboard-module__USE0Ra__opportunities{background:#2196f30d;border-color:#2196f333}.dashboard-module__USE0Ra__threats{background:#ff98000d;border-color:#ff980033}.dashboard-module__USE0Ra__notesArea{resize:none;width:100%;height:100%;color:var(--text-primary);background:0 0;border:none;outline:none;font-size:18px;line-height:1.6}.dashboard-module__USE0Ra__banner{background:#000;border-bottom:3px solid #000;flex-shrink:0;align-items:center;height:70px;min-height:70px;padding:0 32px;display:flex;position:relative;overflow:hidden}.dashboard-module__USE0Ra__bannerImage,.dashboard-module__USE0Ra__bannerOverlay{display:none}.dashboard-module__USE0Ra__bannerQuote{z-index:2;font-family:var(--font-plus-jakarta), sans-serif;color:#fff;max-width:900px;text-shadow:none;font-size:16px;font-weight:900;line-height:1.3;position:relative}.dashboard-module__USE0Ra__dashboardCanvas{background:#f8d6b3;flex-direction:column;flex:1;gap:10px;min-height:0;padding:10px;display:flex;overflow:hidden}.dashboard-module__USE0Ra__row1Grid{flex:none;grid-template-columns:1.5fr 1fr 1.5fr;align-items:stretch;gap:10px;min-height:0;display:grid}.dashboard-module__USE0Ra__row2Grid{flex:1.2;grid-template-columns:1fr 1fr;gap:10px;min-height:0;display:grid}.dashboard-module__USE0Ra__dashboardBox{background:#fff;border:2px solid #000;border-radius:0;flex-direction:column;transition:none;display:flex;overflow:hidden;box-shadow:5px 5px #000}.dashboard-module__USE0Ra__dashboardBox:active{transform:translate(5px,5px);box-shadow:0 0 #000}.dashboard-module__USE0Ra__dashboardBoxNoBorder{box-shadow:none;background:0 0;border:none;flex-direction:column;transition:none;display:flex;overflow:visible}.dashboard-module__USE0Ra__dashboardBoxNoBorder:hover,.dashboard-module__USE0Ra__dashboardBoxNoBorder:active{box-shadow:none;transform:none}.dashboard-module__USE0Ra__row1Box{min-height:0}.dashboard-module__USE0Ra__boxHeader{border-bottom:2px solid #000;flex-shrink:0;align-items:center;padding:12px 20px;font-weight:900;display:flex}.dashboard-module__USE0Ra__boxContentScrollable{flex:1;min-height:0;overflow:hidden auto}.dashboard-module__USE0Ra__main{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.dashboard-module__USE0Ra__habitGrid{grid-template-columns:repeat(7,1fr);gap:4px;width:100%;display:grid}.dashboard-module__USE0Ra__habitDayLabels{text-align:center;color:#1a1a1a;grid-template-columns:repeat(7,1fr);gap:0;width:100%;margin-bottom:6px;font-size:11px;font-weight:900;display:grid}.dashboard-module__USE0Ra__habitBox{aspect-ratio:1;cursor:default;background-color:#e8e4dc;border:2px solid #1a1a1a;border-radius:0;justify-content:center;align-items:center;transition:transform 80ms,box-shadow 80ms;display:flex;position:relative}.dashboard-module__USE0Ra__habitBoxDay{color:#1a1a1a;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:10px;font-weight:900;font-family:var(--font-plus-jakarta), sans-serif}.dashboard-module__USE0Ra__habitBoxToday{box-shadow:3px 3px #1a1a1a;background:#ffe156!important;border-color:#1a1a1a!important}.dashboard-module__USE0Ra__habitBox:hover{z-index:2;transform:translate(-2px,-2px);box-shadow:3px 3px #1a1a1a}.dashboard-module__USE0Ra__habitBoxEmpty{pointer-events:none;background:0 0;border-color:#0000}.dashboard-module__USE0Ra__habitBoxEmpty:hover{box-shadow:none;transform:none}.dashboard-module__USE0Ra__habitLegend{align-items:center;gap:2px;margin-top:8px;display:flex}.dashboard-module__USE0Ra__habitLegendLabel{color:#1a1a1a;padding:0 2px;font-size:10px;font-weight:800}.dashboard-module__USE0Ra__habitLegendBar{background:linear-gradient(90deg,#e8e4dc 0%,#b8e6a3 25%,#6bcf5c 50%,#ffe156 75%,#ff6b6b 100%);border:2px solid #1a1a1a;border-radius:0;width:80px;height:8px}.dashboard-module__USE0Ra__statusGrid{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:12px;height:100%;display:grid}.dashboard-module__USE0Ra__statusCard{border:2px solid #000;border-radius:0;flex-direction:column;justify-content:space-between;padding:16px;transition:none;display:flex;position:relative;overflow:hidden;box-shadow:5px 5px #000}.dashboard-module__USE0Ra__statusCard:active{transform:translate(5px,5px);box-shadow:0 0 #000}.dashboard-module__USE0Ra__statusLabel{color:#000;font-size:14px;font-weight:900;font-family:var(--font-plus-jakarta), sans-serif;margin-bottom:0}.dashboard-module__USE0Ra__statusValue{color:#000;font-size:6rem;font-weight:900;line-height:.9;font-family:var(--font-plus-jakarta), sans-serif}.dashboard-module__USE0Ra__boxHeader{color:#000;height:48px;font-size:16px;font-weight:900;font-family:var(--font-plus-jakarta), sans-serif;border-bottom:2px solid #000;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 20px;transition:none;display:flex}.dashboard-module__USE0Ra__boxHeader span{cursor:default}body[data-theme=black] .dashboard-module__USE0Ra__container{color:#fff;background:#000}body[data-theme=black] .dashboard-module__USE0Ra__sidebar{color:#fff;background:#000;border-right-color:#111}body[data-theme=black] .dashboard-module__USE0Ra__consoleRow{color:#aaa}body[data-theme=black] .dashboard-module__USE0Ra__consoleRow:hover{color:#fff;background-color:#111}body[data-theme=black] .dashboard-module__USE0Ra__dashboardCanvas{background:#0a0a0a}body[data-theme=black] .dashboard-module__USE0Ra__dashboardBox{background:#111;border-color:#444;box-shadow:7px 7px #000}body[data-theme=black] .dashboard-module__USE0Ra__profileBar:before{background:linear-gradient(90deg,#0000 0%,#111 15% 85%,#0000 100%)}body[data-theme=black] .dashboard-module__USE0Ra__navSeparator{background:linear-gradient(90deg,#0000 0%,#111 20% 80%,#0000 100%)}body[data-theme=black] .dashboard-module__USE0Ra__boxHeader{color:#1a1a1a!important;background:#ffe156!important;border-bottom-color:#1a1a1a!important}body[data-theme=black] .dashboard-module__USE0Ra__habitBox{border-color:#333}body[data-theme=black] .dashboard-module__USE0Ra__habitBoxDay{color:#ddd}body[data-theme=black] .dashboard-module__USE0Ra__habitDayLabels{color:#888}body[data-theme=black] .dashboard-module__USE0Ra__statusCard{border-color:#1a1a1a}body[data-theme=black] .dashboard-module__USE0Ra__boxContentScrollable{background:#111}.dashboard-module__USE0Ra__boxHeaderControls{align-items:center;gap:4px;display:flex}.dashboard-module__USE0Ra__iconButton{color:#000;cursor:pointer;background:#fff;border:2px solid #000;border-radius:0;justify-content:center;align-items:center;width:28px;height:28px;padding:2px;font-weight:900;transition:none;display:flex;box-shadow:2px 2px #000}.dashboard-module__USE0Ra__iconButton:hover{background:#fff;transform:translate(1px,1px);box-shadow:1px 1px #000}.dashboard-module__USE0Ra__iconButton:active{background:#fff;transform:translate(2px,2px);box-shadow:0 0 #000}.dashboard-module__USE0Ra__boxContentScrollable{background:#fff;flex:1;min-height:0;padding:0;overflow-y:auto}.dashboard-module__USE0Ra__boxContentScrollable::-webkit-scrollbar{width:16px}.dashboard-module__USE0Ra__boxContentScrollable::-webkit-scrollbar-track{background:#f2efe9;border-left:2px solid #000}.dashboard-module__USE0Ra__boxContentScrollable::-webkit-scrollbar-thumb{background:#000;border:2px solid #000;border-right:none;border-radius:0}.dashboard-module__USE0Ra__boxContentScrollable::-webkit-scrollbar-thumb:hover{background:#ff4c79}.dashboard-module__USE0Ra__hamburger{z-index:1001;width:40px;height:40px;color:var(--text-primary);justify-content:center;align-items:center;display:none;position:fixed;top:0;left:0}.dashboard-module__USE0Ra__sidebarBackdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:999;background:#000c;display:none;position:fixed;inset:0}@media (max-width:1024px){.dashboard-module__USE0Ra__sidebar{width:220px}.dashboard-module__USE0Ra__brand span{font-size:2.4rem}.dashboard-module__USE0Ra__banner{min-height:240px;padding:60px 24px 24px}.dashboard-module__USE0Ra__bannerQuote{max-width:600px;font-size:32px}.dashboard-module__USE0Ra__settingsPage{padding:24px}.dashboard-module__USE0Ra__consoleHeader{padding:16px 24px}.dashboard-module__USE0Ra__viewContent,.dashboard-module__USE0Ra__setupContainer{padding:24px}.dashboard-module__USE0Ra__setupHeader h1{font-size:26px}.dashboard-module__USE0Ra__calendarGrid{padding:16px}.dashboard-module__USE0Ra__habitBoxDay{font-size:9px}.dashboard-module__USE0Ra__emptyState{padding:60px 24px}.dashboard-module__USE0Ra__dashboardCanvas{gap:20px;padding:24px}.dashboard-module__USE0Ra__row1Grid{grid-template-columns:1fr;gap:20px}.dashboard-module__USE0Ra__row1Grid>div:nth-child(2){grid-column:auto}.dashboard-module__USE0Ra__row1Box{height:auto;min-height:320px}.dashboard-module__USE0Ra__row2Grid{grid-template-columns:1fr;gap:20px;height:auto}}@media (max-width:480px){.dashboard-module__USE0Ra__statusGrid{grid-template-rows:auto;grid-template-columns:1fr}}@media (max-width:768px){.dashboard-module__USE0Ra__sidebar{z-index:1000;width:280px;box-shadow:none;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.dashboard-module__USE0Ra__sidebarOpen{transform:translate(0);box-shadow:4px 0 24px #0006}.dashboard-module__USE0Ra__sidebarBackdrop{display:block}.dashboard-module__USE0Ra__hamburger{display:flex}.dashboard-module__USE0Ra__main{width:100%;padding-top:56px}.dashboard-module__USE0Ra__banner{min-height:200px;padding:48px 16px 16px}.dashboard-module__USE0Ra__bannerHeader{margin-bottom:16px;font-size:12px}.dashboard-module__USE0Ra__bannerQuote{max-width:100%;font-size:24px;line-height:1.3}.dashboard-module__USE0Ra__habitBox{border-radius:2px}.dashboard-module__USE0Ra__habitBoxDay{font-size:9px}.dashboard-module__USE0Ra__habitLegend{gap:3px;margin-top:10px}.dashboard-module__USE0Ra__settingsPage{gap:12px;padding:16px}.dashboard-module__USE0Ra__settingsHeader{font-size:18px}.dashboard-module__USE0Ra__settingsTabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:4px;overflow-x:auto}.dashboard-module__USE0Ra__settingsTabs::-webkit-scrollbar{display:none}.dashboard-module__USE0Ra__settingsTab{white-space:nowrap;flex-shrink:0;padding:8px 10px;font-size:12px}.dashboard-module__USE0Ra__settingsPanel{border-radius:12px;padding:16px}.dashboard-module__USE0Ra__accountForm{max-width:100%}.dashboard-module__USE0Ra__themeGrid{grid-template-columns:repeat(2,1fr);gap:10px}.dashboard-module__USE0Ra__paletteGrid{grid-template-columns:repeat(2,1fr);gap:16px}.dashboard-module__USE0Ra__paletteCard{border-radius:24px;min-height:250px;padding:24px}.dashboard-module__USE0Ra__paletteTitle{font-size:40px}.dashboard-module__USE0Ra__consoleHeader{gap:10px;padding:12px 16px}.dashboard-module__USE0Ra__consoleHeader h1{font-size:18px}.dashboard-module__USE0Ra__viewContent{padding:16px}.dashboard-module__USE0Ra__boardColumns{flex-direction:column;height:auto}.dashboard-module__USE0Ra__column{border-radius:12px;padding:12px}.dashboard-module__USE0Ra__swotGrid{grid-template-columns:1fr;gap:12px}.dashboard-module__USE0Ra__swotBox{border-radius:14px;padding:16px}.dashboard-module__USE0Ra__setupContainer{padding:20px}.dashboard-module__USE0Ra__setupHeader{margin-bottom:32px}.dashboard-module__USE0Ra__setupHeader h1{font-size:22px}.dashboard-module__USE0Ra__setupHeader p{font-size:14px}.dashboard-module__USE0Ra__widgetCard{border-radius:12px;padding:16px}.dashboard-module__USE0Ra__widgetIcon{margin-bottom:10px;font-size:32px}.dashboard-module__USE0Ra__widgetCard h3{font-size:15px}.dashboard-module__USE0Ra__deleteModal{border-radius:14px;width:90vw;max-width:380px;padding:20px}.dashboard-module__USE0Ra__limitModal{border-radius:12px;width:90vw;max-width:340px;padding:16px}.dashboard-module__USE0Ra__calendarGrid{border-radius:14px;padding:12px}.dashboard-module__USE0Ra__daysGrid{gap:4px}.dashboard-module__USE0Ra__dayCell{border-radius:6px;padding:4px}.dashboard-module__USE0Ra__emptyState{border-radius:16px;padding:48px 16px}.dashboard-module__USE0Ra__emptyState p{font-size:16px}.dashboard-module__USE0Ra__analyticsCard{border-radius:12px;padding:16px}.dashboard-module__USE0Ra__profileBar{padding:12px 16px}.dashboard-module__USE0Ra__profileAvatar{width:32px;height:32px;font-size:12px}.dashboard-module__USE0Ra__dashboardCanvas{gap:16px!important;padding:16px!important}.dashboard-module__USE0Ra__row1Grid,.dashboard-module__USE0Ra__row2Grid{grid-template-columns:1fr!important;gap:16px!important}.dashboard-module__USE0Ra__row1Grid>div:nth-child(2){grid-column:auto}.dashboard-module__USE0Ra__row1Box{height:auto;min-height:320px}.dashboard-module__USE0Ra__row2Grid{height:auto}}@media (max-width:1400px){.dashboard-module__USE0Ra__dashboardCanvas{padding:24px!important}.dashboard-module__USE0Ra__row1Grid{grid-template-columns:1fr 1fr}.dashboard-module__USE0Ra__row1Grid>div:nth-child(3){grid-column:span 2}}@media (max-width:1200px){.dashboard-module__USE0Ra__row1Grid{grid-template-columns:1fr}.dashboard-module__USE0Ra__row1Grid>div:nth-child(3){grid-column:span 1}.dashboard-module__USE0Ra__row2Grid{grid-template-columns:1fr}}@media (max-width:480px){.dashboard-module__USE0Ra__brand span{font-size:2rem}.dashboard-module__USE0Ra__banner{min-height:120px;padding:24px 12px}.dashboard-module__USE0Ra__bannerQuote{font-size:16px}.dashboard-module__USE0Ra__habitBox{border-radius:2px}.dashboard-module__USE0Ra__habitBoxDay{font-size:8px}.dashboard-module__USE0Ra__habitLegend{gap:2px;margin-top:8px}.dashboard-module__USE0Ra__habitLegendLabel{font-size:9px}.dashboard-module__USE0Ra__themeGrid,.dashboard-module__USE0Ra__widgetGrid{grid-template-columns:1fr}.dashboard-module__USE0Ra__paletteGrid{grid-template-columns:1fr;gap:16px}.dashboard-module__USE0Ra__paletteCard{border-radius:20px;min-height:200px;padding:20px 16px}.dashboard-module__USE0Ra__paletteTitle{margin-bottom:12px;font-size:36px}.dashboard-module__USE0Ra__paletteDesc{max-width:70%;font-size:13px}.dashboard-module__USE0Ra__paletteIcon{font-size:48px}.dashboard-module__USE0Ra__settingsPage{padding:12px}.dashboard-module__USE0Ra__settingsHeader{font-size:16px}.dashboard-module__USE0Ra__consoleHeader{padding:10px 12px}.dashboard-module__USE0Ra__consoleHeader h1{font-size:16px}.dashboard-module__USE0Ra__viewContent{padding:12px}.dashboard-module__USE0Ra__setupHeader h1{margin-bottom:8px;font-size:18px}.dashboard-module__USE0Ra__setupHeader p{font-size:13px}.dashboard-module__USE0Ra__deleteModal,.dashboard-module__USE0Ra__limitModal{width:calc(100vw - 32px);max-width:none}.dashboard-module__USE0Ra__emptyState{padding:32px 12px}.dashboard-module__USE0Ra__emptyState p{font-size:15px}.dashboard-module__USE0Ra__dashboardCanvas{gap:12px;padding:12px}.dashboard-module__USE0Ra__row1Grid,.dashboard-module__USE0Ra__row2Grid{gap:12px;grid-template-columns:1fr!important}.dashboard-module__USE0Ra__row1Box{height:auto;min-height:auto}.dashboard-module__USE0Ra__calendarGrid{padding:8px}.dashboard-module__USE0Ra__daysGrid{gap:2px}.dashboard-module__USE0Ra__dayCell{border-radius:4px;padding:2px;font-size:11px}.dashboard-module__USE0Ra__dayLabel{padding-bottom:8px;font-size:10px}.dashboard-module__USE0Ra__column{padding:10px}.dashboard-module__USE0Ra__itemCard{padding:10px;font-size:13px}.dashboard-module__USE0Ra__notesArea{font-size:15px}}
.navigator-module___7mZma__navigator{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.navigator-module___7mZma__mainViewArea{flex-direction:column;flex:1;min-height:0;padding:0;display:flex;overflow:hidden}.navigator-module___7mZma__header{flex-shrink:0;align-items:center;gap:14px;display:flex}.navigator-module___7mZma__viewIcons{gap:8px;display:flex}.navigator-module___7mZma__iconBtn{color:#000;cursor:pointer;background:#fff;border:2px solid #000;border-radius:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .12s;display:flex}.navigator-module___7mZma__iconBtn:hover{color:#000;background:#ffd93d;border-color:#000;transform:translate(-1px,-1px);box-shadow:2px 2px #000}.navigator-module___7mZma__iconBtnActive{color:#fff;background:#000;border-color:#000}.navigator-module___7mZma__headerTitle{color:var(--text-primary);letter-spacing:-.4px;white-space:nowrap;cursor:default;margin:0;font-size:22px;font-weight:700;transition:all .3s}.navigator-module___7mZma__headerTitle:hover{text-shadow:0 0 15px #fff6;transform:translate(3px)}.navigator-module___7mZma__integratedHeader{white-space:nowrap;z-index:1000;position:relative}.navigator-module___7mZma__headerSpacer{flex:1}.navigator-module___7mZma__linkWrap{flex-shrink:0;position:relative}.navigator-module___7mZma__linkBtn{background:var(--surface-1);border:1px solid var(--border-subtle);cursor:pointer;color:var(--text-muted);font-size:13px;font-family:var(--font-inter);border-radius:8px;align-items:center;gap:6px;padding:6px 12px;transition:all .15s;display:flex}.navigator-module___7mZma__linkBtn:hover{color:var(--text-primary);border-color:#7c5cfc}.navigator-module___7mZma__linkBtnActive{color:#7c5cfc;background:#7c5cfc14;border-color:#7c5cfc}.navigator-module___7mZma__linkBadge{color:#7c5cfc;text-overflow:ellipsis;white-space:nowrap;max-width:100px;font-size:11px;font-weight:600;overflow:hidden}.navigator-module___7mZma__linkDropdown{background:var(--surface-2);border:1px solid var(--border-subtle);z-index:2000;border-radius:8px;flex-direction:column;gap:2px;min-width:200px;padding:8px;display:flex;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 24px #0000004d}.navigator-module___7mZma__linkDropdownTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;padding:6px 8px 4px;font-size:11px;font-weight:700}.navigator-module___7mZma__linkDropdownEmpty{color:var(--text-muted);text-align:center;padding:8px;font-size:12px}.navigator-module___7mZma__linkDropdownItem{color:var(--text-primary);cursor:pointer;font-size:13px;font-family:var(--font-inter);text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:8px 10px;transition:background .1s;display:flex}.navigator-module___7mZma__linkDropdownItem:hover{background:var(--surface-3)}.navigator-module___7mZma__linkDropdownItemActive{color:#7c5cfc;background:#7c5cfc1a}.navigator-module___7mZma__linkCheck{color:#7c5cfc;margin-left:auto;font-weight:700}.navigator-module___7mZma__linkDropdownUnlink{border:1px solid var(--border-subtle);color:#f87171;cursor:pointer;font-size:12px;font-weight:600;font-family:var(--font-inter);background:0 0;border-radius:8px;margin-top:4px;padding:6px 10px;transition:background .1s}.navigator-module___7mZma__linkDropdownUnlink:hover{background:#f8717114}.navigator-module___7mZma__pipelineContainer{background:#08080a;flex-direction:column;flex:1;gap:0;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.navigator-module___7mZma__taskGalleryBar{background:0 0;border-bottom:3px solid #000;flex-shrink:0;align-items:center;gap:16px;padding:16px 32px;display:flex}.navigator-module___7mZma__galleryAddBtn{color:#000;cursor:pointer;background:#ffd93d;border:3px solid #000;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;transition:all .12s;display:flex;box-shadow:4px 4px #000}.navigator-module___7mZma__galleryAddBtn:hover{color:#000;background:#ffe156;border-color:#000;transform:translate(-2px,-2px);box-shadow:6px 6px #000}.navigator-module___7mZma__galleryAddBtn:active{transform:scale(.95)}.navigator-module___7mZma__galleryItemsScroll{flex:1;gap:12px;padding:0 20px 8px 0;display:flex;overflow:auto hidden}.navigator-module___7mZma__galleryItemsScroll::-webkit-scrollbar{height:6px}.navigator-module___7mZma__galleryItemsScroll::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:6px}.navigator-module___7mZma__galleryCardWrapper{flex-shrink:0;width:260px}.navigator-module___7mZma__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.navigator-module___7mZma__inboxSidebar{background:#fff;border:4px solid #000;border-radius:0;flex-direction:column;width:460px;max-width:90vw;display:flex;box-shadow:8px 8px #000}.navigator-module___7mZma__inboxHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.navigator-module___7mZma__inboxHeaderLeft{align-items:center;gap:8px;display:flex}.navigator-module___7mZma__inboxIcon{color:var(--text-muted)}.navigator-module___7mZma__inboxTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;font-size:16px;font-weight:700}.navigator-module___7mZma__inboxForm{flex-direction:column;display:flex}.navigator-module___7mZma__inboxFormLayout{flex-direction:column;gap:20px;display:flex}.navigator-module___7mZma__inboxFieldsVertical{flex-direction:column;gap:16px;width:100%;display:flex}.navigator-module___7mZma__inboxSubmitCol{flex-direction:column;margin-top:auto;display:flex}.navigator-module___7mZma__inboxForm{background:#f2efe9;border-top:3px solid #000;border-bottom:3px solid #000;border-radius:0;flex-direction:column;flex-shrink:0;gap:16px;margin:16px 20px;padding:16px 20px 24px;display:flex}.navigator-module___7mZma__formGroup{flex-direction:column;gap:6px;display:flex}.navigator-module___7mZma__formLabel{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);font-size:10px;font-weight:800}.navigator-module___7mZma__formInput,.navigator-module___7mZma__formTextarea{color:#000;width:100%;font-size:13px;font-family:var(--font-inter);background:#fff;border:2px solid #000;border-radius:0;outline:none;padding:10px 12px;transition:border-color .2s}.navigator-module___7mZma__formInput:focus,.navigator-module___7mZma__formTextarea:focus{border-color:#ffd93d;box-shadow:3px 3px #000}.navigator-module___7mZma__formTextarea{resize:none;min-height:60px}.navigator-module___7mZma__typeSelector{gap:8px;margin-bottom:4px;display:flex}.navigator-module___7mZma__typePill{text-transform:uppercase;letter-spacing:.5px;cursor:pointer;color:#000;background:#f2efe9;border:2px solid #000;border-radius:100px;padding:6px 14px;font-size:11px;font-weight:800;transition:all .2s}.navigator-module___7mZma__typePill:hover{background:#ffd93d;border-color:#000;transform:translate(-2px,-2px);box-shadow:3px 3px #000}.navigator-module___7mZma__typeTask.navigator-module___7mZma__active{color:#834dfb;background:#834dfb1a;border-color:#834dfb;box-shadow:inset 0 0 10px #834dfb33}.navigator-module___7mZma__typeEvent.navigator-module___7mZma__active{color:gold;background:#ffd7001a;border-color:gold;box-shadow:inset 0 0 10px #ffd70033}.navigator-module___7mZma__typeReminder.navigator-module___7mZma__active{color:#ff3b30;background:#ff3b301a;border-color:#ff3b30;box-shadow:inset 0 0 10px #ff3b3033}.navigator-module___7mZma__dateTimeGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.navigator-module___7mZma__dtField{flex-direction:column;gap:4px;display:flex;position:relative}.navigator-module___7mZma__dtInput{color:#000;font-size:12px;font-family:var(--font-inter);cursor:auto;text-align:center;background:#fff;border:2px solid #000;border-radius:0;width:100%;padding:8px 10px}.navigator-module___7mZma__dtInput::-webkit-calendar-picker-indicator{filter:invert();opacity:.5;cursor:pointer}.navigator-module___7mZma__inboxSubmitCol{flex-direction:column;justify-content:flex-end;margin-top:auto;display:flex}.navigator-module___7mZma__inboxSubmitWrap{flex-direction:column;gap:8px;display:flex}.navigator-module___7mZma__inboxSubmitBadge{color:var(--accent-color);background:#834dfb1a;border-radius:4px;align-self:center;padding:2px 6px;font-size:10px;font-weight:600}.navigator-module___7mZma__inboxSubmit{color:#fff;border:1px solid var(--border-subtle);text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:#111;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 16px;font-size:12px;font-weight:800;transition:all .2s;display:flex}.navigator-module___7mZma__inboxSubmit:hover{color:#000;background:#fff}.navigator-module___7mZma__inboxSubmitDisabled{opacity:.5;cursor:not-allowed;pointer-events:none}.navigator-module___7mZma__inboxItems{flex-direction:column;flex:1;gap:8px;padding:0 20px 24px;display:flex;overflow-y:auto}.navigator-module___7mZma__addTaskTrigger{border:1px dashed var(--border-subtle);color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;margin:0 20px 16px;padding:14px;font-size:12px;font-weight:800;transition:all .2s;display:flex}.navigator-module___7mZma__addTaskTrigger:hover{background:var(--surface-2);color:var(--text-primary);border-color:var(--text-muted)}.navigator-module___7mZma__inboxInputContainer{flex:1;min-width:0}.navigator-module___7mZma__inboxInput{background:var(--surface-1);border:1px solid var(--border-subtle);width:100%;color:var(--text-primary);font-size:14px;font-family:var(--font-inter);border-radius:8px;outline:none;padding:10px 14px;transition:all .2s cubic-bezier(.4,0,.2,1)}.navigator-module___7mZma__inboxInput:focus{border-color:var(--text-muted);background:var(--surface-2)}.navigator-module___7mZma__inboxInput::placeholder{color:var(--text-muted)}.navigator-module___7mZma__dateTimeStack{flex-direction:column;gap:10px;display:flex}.navigator-module___7mZma__dateTimeGroup{background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:8px;align-items:center;gap:12px;padding:8px 12px;transition:border-color .2s,box-shadow .2s;display:flex}.navigator-module___7mZma__dateTimeGroup:hover{border-color:var(--text-muted)}.navigator-module___7mZma__dtIcon{color:var(--text-muted);opacity:.7}.navigator-module___7mZma__dtField{flex-direction:column;gap:2px;display:flex}.navigator-module___7mZma__dtLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;padding-left:2px;font-size:9px;font-weight:700}.navigator-module___7mZma__dtInput{border:1px solid var(--border-subtle);color:var(--text-primary);font-size:11px;font-family:var(--font-inter);cursor:pointer;background:0 0;border-radius:4px;outline:none;width:auto;min-width:0;padding:6px 10px;transition:border-color .15s}.navigator-module___7mZma__dtInput:focus{border-color:var(--text-muted)}.navigator-module___7mZma__dtInput::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.navigator-module___7mZma__dtInput::-webkit-inner-spin-button{-webkit-appearance:none;display:none}.navigator-module___7mZma__dtInput::-webkit-clear-button{-webkit-appearance:none;display:none}.navigator-module___7mZma__dtInput{-moz-appearance:textfield}.navigator-module___7mZma__inboxSubmitWrap{flex-direction:column;align-items:stretch;gap:10px;display:flex}.navigator-module___7mZma__inboxSubmit{color:#fff;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:#000;border:3px solid #000;border-radius:0;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 16px;font-size:12px;font-weight:800;transition:all .12s;display:flex;box-shadow:4px 4px #000}.navigator-module___7mZma__inboxSubmit:hover:not(:disabled){color:#000;background:#ffd93d;transform:translate(-2px,-2px);box-shadow:6px 6px #000}.navigator-module___7mZma__inboxSubmitDisabled{opacity:.6;cursor:not-allowed;color:#888;box-shadow:none;background:#ddd}.navigator-module___7mZma__inboxSubmitBadge{color:#000;background:#ffd93d;border:1px solid #000;border-radius:0;font-size:10px;font-weight:700}.navigator-module___7mZma__columnsRow{background:#f2efe9;border:none;border-radius:0;flex:1;gap:24px;min-height:0;padding:24px;display:flex;overflow:hidden}.navigator-module___7mZma__column{background:#fff;border:4px solid #000;flex-direction:column;flex:1;gap:0;min-width:0;transition:background .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:6px 6px #000}.navigator-module___7mZma__columnDragOver{background:#fff3c4;border-color:#ffd93d}.navigator-module___7mZma__nothingHeader{background:#ff6b6b;border-bottom:4px solid #000;flex-direction:column;flex-shrink:0;padding:16px 20px;display:flex}.navigator-module___7mZma__nothingTitleRow{justify-content:space-between;align-items:baseline;padding:0;display:flex}.navigator-module___7mZma__nothingTitle{color:#000;text-transform:uppercase;letter-spacing:1.5px;cursor:default;font-size:20px;font-weight:900;transition:all .3s}.navigator-module___7mZma__columnCount{color:#000;background:#ffd93d;border:2px solid #000;border-radius:0;padding:2px 8px;font-size:11px;font-weight:900}.navigator-module___7mZma__columnItems{background:#fff;flex-direction:column;flex:1;gap:16px;min-height:0;padding:16px;display:flex;overflow:hidden auto}.navigator-module___7mZma__columnItems::-webkit-scrollbar{width:6px}.navigator-module___7mZma__columnItems::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:10px}.navigator-module___7mZma__taskCard{box-sizing:border-box;cursor:grab;background:#fff;border:3px solid #000;border-radius:0;align-items:center;gap:16px;min-height:80px;padding:16px;transition:transform .1s;display:flex;position:relative;box-shadow:4px 4px #000}.navigator-module___7mZma__taskCard:before{content:"";width:0;transition:width .2s;position:absolute;top:0;bottom:0;left:0}.navigator-module___7mZma__taskCard:hover{background:#ffd93d;border-color:#000;transform:translate(-3px,-3px);box-shadow:7px 7px #000}.navigator-module___7mZma__taskCard:active{cursor:grabbing;opacity:.8}.navigator-module___7mZma__taskCardCompact{padding:8px 12px}.navigator-module___7mZma__taskCard.navigator-module___7mZma__typeEvent:before{background:gold;width:3px}.navigator-module___7mZma__taskCard.navigator-module___7mZma__typeEvent{background:linear-gradient(90deg,#ffd70014,#0000)}.navigator-module___7mZma__taskCard.navigator-module___7mZma__typeReminder:before{background:#ff3b30;width:3px}.navigator-module___7mZma__taskCard.navigator-module___7mZma__typeReminder{background:linear-gradient(90deg,#ff3b3014,#0000)}.navigator-module___7mZma__taskDone{opacity:.5}.navigator-module___7mZma__taskDone .navigator-module___7mZma__taskTitle{text-decoration:line-through}.navigator-module___7mZma__checkbox{cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;padding:0;display:flex}.navigator-module___7mZma__taskTitle{color:#000;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.2px;flex:1;font-size:15px;font-weight:700;overflow:hidden}.navigator-module___7mZma__taskDate{color:#000;white-space:nowrap;background:0 0;border:2px solid #000;border-radius:0;flex-shrink:0;padding:2px 6px;font-size:11px;font-weight:800}.navigator-module___7mZma__taskDeleteBtn{opacity:0;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;min-height:32px;padding:0;font-size:16px;transition:all .2s;display:flex}.navigator-module___7mZma__taskCard:hover .navigator-module___7mZma__taskDeleteBtn{opacity:1}.navigator-module___7mZma__taskDeleteBtn:hover{color:#ff3b30;background:#ff3b301a;transform:scale(1.1)}.navigator-module___7mZma__confirmDeleteWrap{align-items:center;gap:8px;animation:.15s ease-out navigator-module___7mZma__fadeIn;display:flex}.navigator-module___7mZma__confirmDeleteBtn{color:#fff;text-transform:uppercase;cursor:pointer;background:#ff3b30;border:none;border-radius:4px;padding:4px 12px;font-size:11px;font-weight:700}.navigator-module___7mZma__cancelDeleteBtn{color:var(--text-muted);border:1px solid var(--border-subtle);text-transform:uppercase;cursor:pointer;background:0 0;border-radius:4px;padding:4px 12px;font-size:11px;font-weight:700}@keyframes navigator-module___7mZma__fadeIn{0%{opacity:0;transform:translate(5px)}to{opacity:1;transform:translate(0)}}.navigator-module___7mZma__quickAdd{flex-shrink:0;margin-top:4px}.navigator-module___7mZma__quickAddInput{color:#fff;text-transform:uppercase;letter-spacing:.5px;width:100%;height:100%;font-size:13px;font-weight:700;font-family:var(--font-inter);text-align:center;background:0 0;border:none;outline:none}.navigator-module___7mZma__quickAddInput::placeholder{color:#834dfb80}.navigator-module___7mZma__headerAddBtn{width:26px;height:26px;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.navigator-module___7mZma__headerAddBtn:hover{background:var(--surface-2);color:#fff;border-color:#fff;transform:scale(1.15);box-shadow:0 0 12px #ffffff26}.navigator-module___7mZma__quickAddFormTop{background:#834dfb26;border-bottom:1px solid #834dfb;align-items:center;height:60px;padding:12px 20px;animation:.25s cubic-bezier(.4,0,.2,1) navigator-module___7mZma__quickAddSlide;display:flex}.navigator-module___7mZma__quickAddFormTop .navigator-module___7mZma__quickAddInput{text-align:left;text-transform:none;font-weight:500}@keyframes navigator-module___7mZma__quickAddSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.navigator-module___7mZma__addTaskBtn{color:#834dfb;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;width:100%;font-size:13px;font-weight:700;font-family:var(--font-inter);background:#834dfb14;border:1px solid #834dfb33;border-radius:0;justify-content:center;align-items:center;gap:8px;width:100%;margin:0;padding:12px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.navigator-module___7mZma__addTaskBtn:hover{color:#fff;background:#834dfb;transform:translateY(-2px);box-shadow:0 8px 20px #834dfb4d}.navigator-module___7mZma__addTaskBtnAdding{cursor:default;color:#fff!important;box-shadow:none!important;background:#834dfb!important;transform:none!important}.navigator-module___7mZma__addTaskBtnAdding:hover{box-shadow:none!important;transform:none!important}.navigator-module___7mZma__matrixWrap{flex:1;gap:0;display:flex;overflow:hidden}.navigator-module___7mZma__matrixYLabel{flex-direction:column;flex-shrink:0;justify-content:space-around;padding:0 12px;display:flex}.navigator-module___7mZma__matrixYLabel span{writing-mode:vertical-lr;text-orientation:mixed;color:var(--text-muted);text-transform:uppercase;letter-spacing:1.5px;text-align:center;font-size:10px;font-weight:700;transform:rotate(180deg)}.navigator-module___7mZma__matrixContent{flex-direction:column;flex:1;display:flex;overflow:hidden}.navigator-module___7mZma__matrixXLabel{grid-gap:4px;flex-shrink:0;grid-template-columns:1fr 1fr;padding-bottom:8px;display:grid}.navigator-module___7mZma__matrixXLabel span{text-align:center;color:var(--text-muted);text-transform:uppercase;letter-spacing:2px;padding:8px 0;font-size:10px;font-weight:800}.navigator-module___7mZma__matrixGrid{flex:1;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:12px;width:100%;height:100%;min-height:0;display:grid}.navigator-module___7mZma__matrixCell{border:1px solid var(--border-subtle);background:var(--surface-1);border-radius:12px;flex-direction:column;width:100%;height:100%;padding:24px;transition:background .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.navigator-module___7mZma__matrixCellDragOver{background:var(--surface-2);border-color:var(--text-muted)}.navigator-module___7mZma__matrixCellInner{flex-direction:column;height:100%;min-height:0;display:flex}.navigator-module___7mZma__matrixCellItems{flex-direction:column;flex:1;gap:8px;min-height:0;padding-right:6px;display:flex;overflow:hidden auto}.navigator-module___7mZma__matrixCellItems::-webkit-scrollbar{width:6px}.navigator-module___7mZma__matrixCellItems::-webkit-scrollbar-track{background:0 0}.navigator-module___7mZma__matrixCellItems::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:10px}.navigator-module___7mZma__matrixCellItems::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.navigator-module___7mZma__matrixWrap{flex:1;gap:0;min-height:0;display:flex;overflow:hidden}.navigator-module___7mZma__matrixContent{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}@media (max-width:900px){.navigator-module___7mZma__mainViewArea{padding:16px 20px;overflow-y:auto}.navigator-module___7mZma__pipelineContainer{flex-direction:column;gap:16px;height:auto;overflow:visible}.navigator-module___7mZma__inboxSidebar{border:1px solid var(--border-subtle);width:100%;max-width:100%;height:auto}.navigator-module___7mZma__columnsRow{background:0 0;border:none;flex-direction:column;gap:16px;height:auto;padding:16px;overflow:visible}.navigator-module___7mZma__column{background:#fff;border:4px solid #000;border-radius:0;height:auto;min-height:300px;box-shadow:6px 6px #000}.navigator-module___7mZma__matrixGrid{flex-direction:column;gap:16px;width:100%;height:auto;display:flex}.navigator-module___7mZma__matrixCell{flex-shrink:0;height:auto;min-height:300px;padding:20px}.navigator-module___7mZma__matrixYLabel,.navigator-module___7mZma__matrixXLabel{display:none}.navigator-module___7mZma__matrixWrap,.navigator-module___7mZma__matrixContent{height:auto;display:block;overflow:visible}}@media (max-width:768px){.navigator-module___7mZma__integratedHeader{flex-wrap:wrap;gap:8px!important;height:auto!important;padding:12px 16px!important}.navigator-module___7mZma__headerSpacer{display:none}.navigator-module___7mZma__integratedHeader h1{font-size:18px!important}.navigator-module___7mZma__headerTitle{text-align:right;opacity:.8;width:100%;margin-top:4px;font-size:14px}.navigator-module___7mZma__viewIcons{margin-left:auto}}@media (max-width:480px){.navigator-module___7mZma__mainViewArea{padding:10px 12px}.navigator-module___7mZma__integratedHeader{padding:10px 12px!important}.navigator-module___7mZma__integratedHeader h1{font-size:16px!important}.navigator-module___7mZma__iconBtn{width:30px;height:30px}.navigator-module___7mZma__taskCard{padding:8px 10px}.navigator-module___7mZma__taskTitle{font-size:12px}.navigator-module___7mZma__matrixCell{padding:10px}.navigator-module___7mZma__dateTimeGroup{flex-direction:column}}
.habits-module__o5PXyW__habits{flex-direction:column;gap:24px;height:100%;padding:12px;display:flex}.habits-module__o5PXyW__header{justify-content:space-between;align-items:center;display:flex}.habits-module__o5PXyW__headerLeft{align-items:center;gap:20px;display:flex}.habits-module__o5PXyW__headerTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:18px;font-weight:700}.habits-module__o5PXyW__navArrows{background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:10px;align-items:center;gap:4px;padding:4px;display:flex}.habits-module__o5PXyW__navArrow{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.habits-module__o5PXyW__navArrow:hover{background:var(--surface-2);color:var(--text-primary)}.habits-module__o5PXyW__navToday{color:var(--text-muted);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:0 0;border:none;border-radius:6px;padding:0 8px;font-size:11px;font-weight:600;transition:all .2s}.habits-module__o5PXyW__navToday:hover{color:var(--accent-color);background:var(--surface-2)}.habits-module__o5PXyW__addBtn{color:#000;cursor:pointer;letter-spacing:1px;text-transform:uppercase;background:#ffd93d;border:3px solid #000;border-radius:0;padding:8px 24px;font-size:13px;font-weight:900;transition:all .12s;position:relative;overflow:hidden;box-shadow:3px 3px #000}.habits-module__o5PXyW__addBtn:after{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.habits-module__o5PXyW__addBtn:hover{background:#ffe156;transform:translate(-2px,-2px);box-shadow:5px 5px #000}.habits-module__o5PXyW__addBtn:hover:after{left:100%}.habits-module__o5PXyW__scrollWrapper{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;background:#fff;border:4px solid #000;border-radius:0;flex:1;width:100%;overflow:auto;box-shadow:6px 6px #000}.habits-module__o5PXyW__scrollWrapper::-webkit-scrollbar{display:none}.habits-module__o5PXyW__grid{flex-direction:column;gap:8px;min-width:900px;padding:16px;display:flex}.habits-module__o5PXyW__gridHeaderRow{border-bottom:1px solid var(--border-subtle);opacity:.8;align-items:center;gap:0;padding:0 12px 12px;display:flex}.habits-module__o5PXyW__habitNameCol{z-index:10;flex-shrink:0;align-items:center;gap:12px;width:150px;padding-right:16px;display:flex;position:relative}.habits-module__o5PXyW__dayCol{text-align:center;flex-direction:column;flex:1;align-items:center;gap:4px;min-width:48px;transition:all .3s;display:flex}.habits-module__o5PXyW__dayColToday{color:var(--accent-color);transform:scale(1.05)}.habits-module__o5PXyW__dayColName{color:#000;text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:800}.habits-module__o5PXyW__dayColToday .habits-module__o5PXyW__dayColName{color:var(--accent-color)}.habits-module__o5PXyW__dayColNum{color:#000;font-size:15px;font-weight:900}.habits-module__o5PXyW__streakCol{flex-shrink:0;justify-content:flex-end;align-items:center;width:90px;display:flex}.habits-module__o5PXyW__habitRowCompact{background:#fff;border:3px solid #000;border-radius:0;align-items:center;margin-bottom:8px;padding:10px 14px;transition:transform .1s;display:flex;box-shadow:4px 4px #000}.habits-module__o5PXyW__habitRowCompact:hover{background:#fff;border-color:#000;transform:translateY(-2px);box-shadow:6px 6px #000}.habits-module__o5PXyW__monthGridRow{flex:1;align-items:center;gap:1px;margin:0 4px;display:flex}.habits-module__o5PXyW__dayColCompact{text-align:center;flex:1;min-width:0}.habits-module__o5PXyW__dayColNum{color:var(--text-muted);font-size:10px;font-weight:700;font-family:var(--font-mono)}.habits-module__o5PXyW__dayColToday .habits-module__o5PXyW__dayColNum{color:var(--accent-color);font-size:10px}.habits-module__o5PXyW__dayCheckCompact{cursor:pointer;background:0 0;border:none;flex:1;justify-content:center;align-items:center;min-width:0;padding:2px 0;transition:transform .1s;display:flex}.habits-module__o5PXyW__checkDot{background:#fff;border:2px solid #000;border-radius:0;width:20px;height:20px;transition:all .2s}.habits-module__o5PXyW__dayCheckCompact:hover .habits-module__o5PXyW__checkDot{background:#ffffff1a;transform:scale(1.15)}.habits-module__o5PXyW__dayCheckDone .habits-module__o5PXyW__checkDot{background:#0f9!important;border:2px solid #000!important;box-shadow:2px 2px #000!important}.habits-module__o5PXyW__streakColCompact{justify-content:flex-end;align-items:center;width:50px;display:flex}.habits-module__o5PXyW__streakBadgeCompact{align-items:center;gap:4px;display:flex}.habits-module__o5PXyW__streakNumCompact{color:var(--text-primary);font-size:14px;font-weight:800;font-family:var(--font-helvetica), sans-serif;letter-spacing:-.02em}.habits-module__o5PXyW__habitLabelGroup{flex:1;justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.habits-module__o5PXyW__habitName{color:#000;white-space:nowrap;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;text-transform:uppercase;font-size:14px;font-weight:800;overflow:hidden}.habits-module__o5PXyW__actionWrapper{z-index:100;align-items:center;display:flex;position:relative}.habits-module__o5PXyW__menuTrigger{color:var(--text-muted);opacity:.3;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px;transition:all .2s;display:flex}.habits-module__o5PXyW__habitRowCompact:hover .habits-module__o5PXyW__menuTrigger{opacity:1;background:#ffffff0d}.habits-module__o5PXyW__actionDropdown{z-index:50;border:1px solid var(--border-subtle);background:#121212;border-radius:10px;min-width:120px;margin-top:4px;padding:6px;animation:.2s cubic-bezier(.175,.885,.32,1.275) habits-module__o5PXyW__dropdownPop;position:absolute;top:100%;left:0;box-shadow:0 10px 25px #0009}@keyframes habits-module__o5PXyW__dropdownPop{0%{opacity:0;transform:scale(.9)translateY(-10px)}to{opacity:1;transform:scale(1)translateY(0)}}.habits-module__o5PXyW__dropdownItem{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;padding:8px 10px;font-size:11px;font-weight:600;transition:all .2s;display:flex}.habits-module__o5PXyW__dropdownItem:hover{color:#000;background:#ffd93d}.habits-module__o5PXyW__dropDelete:hover{color:#ff4d4d}.habits-module__o5PXyW__absoluteConfirm{z-index:60;background:#fff;border:3px solid #ff4d4d;border-radius:0;align-items:center;gap:4px;padding:4px;animation:.2s cubic-bezier(.175,.885,.32,1.275) habits-module__o5PXyW__dropdownPop;display:flex;position:absolute;top:0;right:0;box-shadow:4px 4px #000}.habits-module__o5PXyW__confirmBtn{color:#fff;cursor:pointer;background:#ff4d4d;border:none;border-radius:6px;padding:6px 10px;font-size:10px;font-weight:800}.habits-module__o5PXyW__cancelBtn{color:#000;cursor:pointer;background:#f2efe9;border:2px solid #000;border-radius:0;padding:6px 10px;font-size:10px;font-weight:600}@media (max-width:768px){.habits-module__o5PXyW__menuTrigger{opacity:.8}}.habits-module__o5PXyW__renameInput{color:#000;box-sizing:border-box;background:#fff;border:2px solid #000;border-radius:0;outline:none;width:100%;max-width:calc(100% - 4px);padding:4px 8px;font-family:inherit;font-size:13px}.habits-module__o5PXyW__habitDeleteBtn:hover{background:var(--danger-color);color:#fff}.habits-module__o5PXyW__dayCheck{cursor:pointer;background:0 0;border:none;flex:1;justify-content:center;align-items:center;min-width:48px;padding:0;transition:transform .2s;display:flex}.habits-module__o5PXyW__checkCircle{border:1.5px solid var(--border-subtle);color:#fff;background:#ffffff05;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:all .2s;display:flex}.habits-module__o5PXyW__dayCheck:hover .habits-module__o5PXyW__checkCircle{border-color:var(--text-muted);transform:scale(1.1)}.habits-module__o5PXyW__dayCheckDone .habits-module__o5PXyW__checkCircle{background:#10b981;border-color:#10b981;box-shadow:none!important}.habits-module__o5PXyW__dayCheckFuture{opacity:.3;cursor:not-allowed!important}.habits-module__o5PXyW__dayCheckFuture:hover .habits-module__o5PXyW__checkCircle{border-color:var(--border-subtle)!important;transform:none!important}.habits-module__o5PXyW__lockIcon{color:var(--text-muted)}.habits-module__o5PXyW__checkIcon{animation:.3s cubic-bezier(.175,.885,.32,1.275) habits-module__o5PXyW__checkPop}@keyframes habits-module__o5PXyW__checkPop{0%{opacity:0;transform:scale(.5)rotate(-15deg)}to{opacity:1;transform:scale(1)rotate(0)}}.habits-module__o5PXyW__streakBadge{align-items:center;gap:8px;padding:0;transition:all .3s;display:flex;background:0 0!important;border:none!important}.habits-module__o5PXyW__habitRow:hover .habits-module__o5PXyW__streakBadge{transform:translate(-4px)}.habits-module__o5PXyW__streakNum{color:var(--text-primary);font-size:20px;font-weight:900;font-family:var(--font-helvetica), "Inter", sans-serif;letter-spacing:-.04em;line-height:1}.habits-module__o5PXyW__streakFireIcon{color:#ff4d4d;flex-shrink:0}.habits-module__o5PXyW__addForm{padding:4px 12px}.habits-module__o5PXyW__addInput{color:#000;text-align:center;background:#fff;border:3px solid #000;border-radius:0;outline:none;width:100%;padding:14px 20px;font-family:Space Grotesk,Inter,sans-serif;font-size:14px;font-weight:700;transition:all .12s;box-shadow:4px 4px #000}.habits-module__o5PXyW__addInput:focus{background:#fff9e0;border-style:solid;border-color:#ffd93d}.habits-module__o5PXyW__emptyState{text-align:center;background:var(--surface-1);border:1px dashed var(--border-subtle);border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:320px;margin:auto 0;padding:40px 20px;display:flex}.habits-module__o5PXyW__emptyIcon{margin-bottom:8px;font-size:56px}.habits-module__o5PXyW__emptyTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:22px;font-weight:700}.habits-module__o5PXyW__emptyDesc{color:var(--text-muted);max-width:260px;margin:0;font-size:15px;line-height:1.5}.habits-module__o5PXyW__ctaButton{background:var(--accent-color);color:#fff;cursor:pointer;letter-spacing:-.01em;border:none;border-radius:99px;margin-top:12px;padding:14px 40px;font-size:15px;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 15px #6ea3ff26}.habits-module__o5PXyW__ctaButton:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%}.habits-module__o5PXyW__ctaButton:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 8px 25px #6ea3ff40}.habits-module__o5PXyW__ctaButton:hover:after{left:100%}.habits-module__o5PXyW__analyticsWrapper{align-items:center;margin-top:32px;padding:0 12px;display:flex}.habits-module__o5PXyW__chartArea{flex:1;height:100px;padding-top:0;position:relative}.habits-module__o5PXyW__analyticsSvg{width:100%;height:100%;overflow:visible}.habits-module__o5PXyW__yAxis{height:100px;color:var(--text-muted);font-family:var(--font-mono);opacity:.5;flex-direction:column;justify-content:space-between;align-items:flex-end;padding-right:16px;font-size:9px;font-weight:700;display:flex}.habits-module__o5PXyW__gridLine{stroke:#ffffff0a;stroke-width:1px}.habits-module__o5PXyW__traceLine{stroke:#00f319;stroke-width:2.5px;fill:none;stroke-linejoin:round;stroke-linecap:round;filter:drop-shadow(0 0 6px #00f31980);transition:all .5s}.habits-module__o5PXyW__dropLine{stroke:#00f319;stroke-width:1.2px;stroke-dasharray:3 4;opacity:.25}.habits-module__o5PXyW__tracePoint{fill:#fff;stroke:#00f319;stroke-width:1px}@media (max-width:1200px){.habits-module__o5PXyW__grid{min-width:700px}}@media (max-width:1024px){.habits-module__o5PXyW__habitNameCol{width:160px}.habits-module__o5PXyW__grid{min-width:600px}}@media (max-width:768px){.habits-module__o5PXyW__header{flex-direction:column;align-items:flex-start;gap:16px}.habits-module__o5PXyW__headerLeft{justify-content:space-between;width:100%}.habits-module__o5PXyW__addBtn{width:100%}.habits-module__o5PXyW__habitNameCol{width:120px;font-size:13px}.habits-module__o5PXyW__scrollWrapper{border-left:none;border-right:none;border-radius:0}}
.notes-module__j9lOLq__notesWrapper{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.notes-module__j9lOLq__integratedHeader{white-space:nowrap;overflow:hidden}.notes-module__j9lOLq__headerTitle{color:var(--text-primary);letter-spacing:-.4px;white-space:nowrap;margin:0;font-size:22px;font-weight:700}.notes-module__j9lOLq__mainViewArea{flex-direction:column;flex:1;min-height:0;padding:0;display:flex;overflow:hidden}.notes-module__j9lOLq__notesContainer{background:#fff;border:4px solid #000;border-radius:0;flex:1;gap:0;height:100%;min-height:0;margin:0 40px 40px;padding:0;display:flex;position:relative;overflow:hidden;box-shadow:6px 6px #000}.notes-module__j9lOLq__section{border:none;flex-direction:column;flex:1;min-width:0;transition:background .2s;display:flex;overflow:hidden}.notes-module__j9lOLq__sectionDragOver{background:#ffffff0d}.notes-module__j9lOLq__section:last-child{border-right:none}.notes-module__j9lOLq__sectionHeader{background:#00e5ff;border-bottom:4px solid #000;align-items:center;height:80px;padding:0 40px;display:flex;position:relative;overflow:hidden}.notes-module__j9lOLq__sectionHeader:before{content:"";opacity:.45;pointer-events:none;mix-blend-mode:overlay;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:absolute;inset:0}.notes-module__j9lOLq__sectionTitleWrapper{cursor:text;z-index:2;align-items:baseline;gap:0;width:100%;display:flex;position:relative}.notes-module__j9lOLq__dropCap{color:#fff;letter-spacing:-2px;pointer-events:none;font-size:52px;font-weight:900;line-height:52px;font-family:var(--font-okine);margin-right:2px;display:inline-block}.notes-module__j9lOLq__sectionTitleText{text-transform:uppercase;letter-spacing:1px;white-space:nowrap;font-size:24px;font-weight:800;font-family:var(--font-okine);color:#fff;pointer-events:none;background:0 0;border:none;padding:0;line-height:24px}.notes-module__j9lOLq__sectionTitleInput{color:#000;font-family:var(--font-okine);text-transform:uppercase;letter-spacing:1px;vertical-align:baseline;background:0 0;border:none;outline:none;align-items:baseline;min-width:50px;margin:0;padding:0;font-size:24px;font-weight:900;line-height:normal;display:inline-flex}.notes-module__j9lOLq__sectionTitleInput:first-letter{letter-spacing:-2px;margin-right:2px;font-size:52px;font-weight:900}.notes-module__j9lOLq__sharedHeader{background:linear-gradient(90deg,#7a5c70 0%,#4d4080 45%,#001566 100%) 0 0/300% 100%;transition:background-position .2s}.notes-module__j9lOLq__headerPos0{background-position:0 0}.notes-module__j9lOLq__headerPos1{background-position:50% 0}.notes-module__j9lOLq__headerPos2{background-position:100% 0}.notes-module__j9lOLq__noteList{background:#f2efe9;border-right:4px solid #000;flex-direction:column;flex:1;gap:16px;padding:24px 40px;display:flex;overflow-y:auto}.notes-module__j9lOLq__section:last-child .notes-module__j9lOLq__noteList{border:none}.notes-module__j9lOLq__noteList::-webkit-scrollbar{width:6px}.notes-module__j9lOLq__noteList::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:10px}.notes-module__j9lOLq__noteFile{cursor:pointer;background:#fff;border:3px solid #000;border-radius:0;align-items:center;gap:16px;min-height:60px;padding:16px 20px;transition:transform .1s;display:flex;position:relative;box-shadow:4px 4px #000}.notes-module__j9lOLq__noteFile:hover{background:#fff;border-color:#000;transform:translateY(-2px);box-shadow:6px 6px #000}.notes-module__j9lOLq__noteIcon{color:var(--text-muted);flex-shrink:0;transition:color .25s}.notes-module__j9lOLq__noteFile:hover .notes-module__j9lOLq__noteIcon{color:var(--text-primary)}.notes-module__j9lOLq__noteTitle{color:#000;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.2px;flex:1;font-size:18px;font-weight:800;overflow:hidden}.notes-module__j9lOLq__addNoteBtn{color:#000;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;width:100%;font-size:13px;font-weight:900;font-family:var(--font-inter);background:#ffd93d;border:3px solid #000;border-radius:0;justify-content:center;align-items:center;gap:8px;margin-bottom:24px;padding:12px;transition:transform .1s;display:flex;box-shadow:4px 4px #000}.notes-module__j9lOLq__addNoteBtn:hover{color:#000;background:#ffd93d;border-color:#000;transform:translateY(-2px);box-shadow:6px 6px #000}.notes-module__j9lOLq__deleteBtn{opacity:0;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.notes-module__j9lOLq__noteFile:hover .notes-module__j9lOLq__deleteBtn{opacity:1}.notes-module__j9lOLq__deleteBtn:hover{color:#ff3b30;background:#ff3b301a;transform:scale(1.1)}.notes-module__j9lOLq__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.notes-module__j9lOLq__modalContent{background:#fff;border:4px solid #000;border-radius:0;flex-direction:column;width:600px;max-width:90vw;height:500px;max-height:80vh;display:flex;overflow:hidden;box-shadow:8px 8px #000}.notes-module__j9lOLq__modalHeader{background:#0f9;border-bottom:4px solid #000;align-items:center;gap:12px;padding:20px;display:flex}.notes-module__j9lOLq__editorTitleInput{color:#000;font-size:20px;font-weight:900;font-family:var(--font-inter);text-transform:uppercase;background:0 0;border:none;outline:none;flex:1}.notes-module__j9lOLq__closeBtn{background:var(--surface-3);color:var(--text-muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.notes-module__j9lOLq__closeBtn:hover{background:var(--surface-4);color:var(--text-primary)}.notes-module__j9lOLq__editorArea{color:#000;resize:none;font-size:15px;line-height:1.7;font-family:var(--font-inter);background:#fff;border:none;outline:none;flex:1;padding:24px}.notes-module__j9lOLq__savingIndicator{color:var(--text-muted);font-size:11px;font-weight:500}@media (max-width:1200px){.notes-module__j9lOLq__notesContainer{margin:16px}.notes-module__j9lOLq__noteList{padding:16px}}@media (max-width:900px){.notes-module__j9lOLq__notesContainer{flex-direction:column;height:auto;overflow-y:auto}.notes-module__j9lOLq__section{border-bottom:4px solid #000;border-right:none;min-height:300px}}
.calendar-module__l8SNEG__calendar{background:0 0;flex-direction:column;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.calendar-module__l8SNEG__headerWrapper{flex-shrink:0;padding:24px 40px 20px;position:relative;overflow:hidden}.calendar-module__l8SNEG__headerGradient{display:none}.calendar-module__l8SNEG__header{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;display:flex;position:relative}.calendar-module__l8SNEG__headerLeft{flex-direction:column;gap:4px;display:flex}.calendar-module__l8SNEG__headerSubtitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.calendar-module__l8SNEG__headerTitle{color:#000;letter-spacing:-1.5px;text-transform:uppercase;margin:0;font-size:48px;font-weight:900;line-height:1.1}.calendar-module__l8SNEG__headerRight{align-items:center;gap:16px;margin-bottom:4px;display:flex}.calendar-module__l8SNEG__viewIcons{background:#0003;border-radius:20px;gap:8px;padding:4px;display:flex}.calendar-module__l8SNEG__iconBtn{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.calendar-module__l8SNEG__iconBtn:hover{color:var(--text-primary);background:#ffffff1a}.calendar-module__l8SNEG__iconBtnActive{color:#fff;background:#7c5cfc;box-shadow:0 4px 12px #7c5cfc4d}.calendar-module__l8SNEG__headerNav{align-items:center;gap:8px;display:flex}.calendar-module__l8SNEG__navBtn{color:var(--text-primary);cursor:pointer;background:#0003;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;line-height:1;transition:background .15s,transform .1s;display:flex}.calendar-module__l8SNEG__navBtn:hover{background:#ffffff26;transform:scale(1.05)}.calendar-module__l8SNEG__navBtn:active{transform:scale(.95)}.calendar-module__l8SNEG__todayBtn{border:1px solid var(--border-subtle);color:var(--text-primary);cursor:pointer;font-size:13px;font-weight:600;font-family:var(--font-inter);background:0 0;border-radius:20px;margin-left:8px;padding:8px 16px;transition:all .15s}.calendar-module__l8SNEG__todayBtn:hover{color:#fff;background:#7c5cfc1a;border-color:#7c5cfc}.calendar-module__l8SNEG__ganttWrap{background:#fff;border:4px solid #000;border-radius:0;flex-direction:column;flex:1;min-height:0;margin:0 40px 40px;display:flex;overflow:hidden;box-shadow:6px 6px #000}.calendar-module__l8SNEG__ganttHeader{border-bottom:2px solid var(--border-subtle);background:var(--surface-2);flex-shrink:0;display:flex}.calendar-module__l8SNEG__ganttLabelCol{flex-shrink:0;width:0;min-width:0}.calendar-module__l8SNEG__ganttDateLabel{display:none}.calendar-module__l8SNEG__ganttTimeline{flex:1;display:flex}.calendar-module__l8SNEG__ganttHourMark{text-align:center;color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px;border-right:1px solid var(--border-subtle);white-space:nowrap;flex:1;padding:10px 0;font-size:10px;font-weight:700;overflow:hidden}.calendar-module__l8SNEG__ganttHourMark:last-child{border-right:none}.calendar-module__l8SNEG__ganttHourNow{color:#7c5cfc;background:#7c5cfc0f}.calendar-module__l8SNEG__ganttBody{flex-direction:column;flex:1;min-height:200px;display:flex;position:relative;overflow-y:auto}.calendar-module__l8SNEG__ganttGridLines{pointer-events:none;position:absolute;inset:0}.calendar-module__l8SNEG__ganttGridLine{background:var(--border-subtle);opacity:.5;width:1px;position:absolute;top:0;bottom:0}.calendar-module__l8SNEG__ganttNowLine{z-index:10;background:#7c5cfc;width:2px;position:absolute;top:0;bottom:0;box-shadow:0 0 8px #7c5cfc80}.calendar-module__l8SNEG__ganttNowLine:before{content:"";background:#7c5cfc;border-radius:50%;width:10px;height:10px;position:absolute;top:-4px;left:-4px}.calendar-module__l8SNEG__ganttRowsOuter{flex-direction:column;flex:1;min-height:fit-content;display:flex}.calendar-module__l8SNEG__ganttRow{border-bottom:1px solid var(--border-subtle);flex:1;min-height:56px;transition:all .3s;position:relative}.calendar-module__l8SNEG__ganttRow:last-child{border-bottom:none}.calendar-module__l8SNEG__ganttBar{cursor:default;z-index:2;background:linear-gradient(135deg,#7c5cfc,#6344e0b3);border-radius:8px;align-items:center;gap:8px;padding:0 10px;display:flex;position:absolute;top:4px;bottom:4px;overflow:hidden}.calendar-module__l8SNEG__ganttBarTime{color:#fffc;white-space:nowrap;flex-shrink:0;font-size:10px;font-weight:600}.calendar-module__l8SNEG__ganttBarTitle{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:700;overflow:hidden}.calendar-module__l8SNEG__ganttBar.calendar-module__l8SNEG__typeEvent{background:linear-gradient(135deg,gold,#ccac00e6)}.calendar-module__l8SNEG__eventBlock.calendar-module__l8SNEG__typeEvent{background:linear-gradient(135deg,#ffd70026,#ffd7000f);border-left-color:gold}.calendar-module__l8SNEG__eventPill.calendar-module__l8SNEG__typeEvent{background:#ffd70026;border-color:#ffd7004d #ffd7004d #ffd7004d gold}.calendar-module__l8SNEG__ganttBar.calendar-module__l8SNEG__typeReminder{background:linear-gradient(135deg,#ff3b30,#cc2f26e6)}.calendar-module__l8SNEG__eventBlock.calendar-module__l8SNEG__typeReminder{background:linear-gradient(135deg,#ff3b3026,#ff3b300f);border-left-color:#ff3b30}.calendar-module__l8SNEG__eventPill.calendar-module__l8SNEG__typeReminder{background:#ff3b3026;border-color:#ff3b304d #ff3b304d #ff3b304d #ff3b30}.calendar-module__l8SNEG__ganttEmptyRow{justify-content:center;align-items:center;height:120px;display:flex}.calendar-module__l8SNEG__ganttEmptyText{color:var(--text-muted);font-size:13px}.calendar-module__l8SNEG__ganttUnscheduled{border-top:2px solid var(--border-subtle);background:var(--surface-2);align-items:center;gap:12px;padding:10px 14px;display:flex}.calendar-module__l8SNEG__ganttUnscheduledLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;font-size:10px;font-weight:700}.calendar-module__l8SNEG__ganttUnscheduledItems{flex-wrap:wrap;gap:6px;display:flex}.calendar-module__l8SNEG__ganttUnscheduledChip{background:var(--surface-3);border:1px solid var(--border-subtle);color:var(--text-primary);border-radius:4px;padding:4px 10px;font-size:11px;font-weight:500}.calendar-module__l8SNEG__tableWrap{background:#fff;border:4px solid #000;border-radius:0;flex-direction:column;flex:1;min-height:0;margin:0 40px 40px;display:flex;overflow:hidden;box-shadow:6px 6px #000}@media (max-width:1200px){.calendar-module__l8SNEG__ganttWrap,.calendar-module__l8SNEG__tableWrap{margin:0 24px 24px}}@media (max-width:1024px){.calendar-module__l8SNEG__ganttWrap,.calendar-module__l8SNEG__tableWrap{margin:0 16px 16px;overflow-y:auto}}@media (max-width:768px){.calendar-module__l8SNEG__ganttWrap,.calendar-module__l8SNEG__tableWrap{border-radius:0;margin:0 0 12px}}.calendar-module__l8SNEG__table{border-collapse:collapse;table-layout:fixed;flex:1;width:100%;height:100%}.calendar-module__l8SNEG__table thead tr{background:var(--surface-2)}.calendar-module__l8SNEG__table th{color:var(--text-primary);text-align:center;text-transform:uppercase;letter-spacing:.6px;border-bottom:1px solid var(--border-subtle);border-right:1px solid var(--border-subtle);white-space:nowrap;padding:12px 8px;font-size:14px;font-weight:700}.calendar-module__l8SNEG__table th:last-child{border-right:none}.calendar-module__l8SNEG__thTime{text-align:right;width:72px;padding-right:12px!important}.calendar-module__l8SNEG__thDay{vertical-align:middle}.calendar-module__l8SNEG__thMain{text-align:left!important;padding-left:14px!important}.calendar-module__l8SNEG__thWeekday{color:var(--text-muted);margin-bottom:2px;font-size:11px;font-weight:600;display:block}.calendar-module__l8SNEG__thDate{color:var(--text-primary);font-size:18px;font-weight:700;display:block}.calendar-module__l8SNEG__thDateToday{color:#7c5cfc}.calendar-module__l8SNEG__thToday{background:#7c5cfc14}.calendar-module__l8SNEG__table td{border-bottom:1px solid var(--border-subtle);border-right:1px solid var(--border-subtle);vertical-align:top}.calendar-module__l8SNEG__table td:last-child{border-right:none}.calendar-module__l8SNEG__table tbody tr:last-child td{border-bottom:none}.calendar-module__l8SNEG__tdTime{width:72px;color:var(--text-muted);text-align:right;white-space:nowrap;vertical-align:top;background:var(--surface-1);padding:6px 10px;font-size:11px;font-weight:500}.calendar-module__l8SNEG__tdSlot{vertical-align:top;min-height:44px;padding:4px 6px}.calendar-module__l8SNEG__currentTimeRow td{background:#7c5cfc0a}.calendar-module__l8SNEG__currentTimeRow .calendar-module__l8SNEG__tdTime{color:#7c5cfc;font-weight:700}.calendar-module__l8SNEG__eventBlock{background:linear-gradient(135deg,#7c5cfc26,#7c5cfc0f);border-left:3px solid #7c5cfc;border-radius:4px;align-items:center;gap:6px;margin-bottom:3px;padding:5px 8px;transition:background .15s;display:flex}.calendar-module__l8SNEG__eventBlock:hover{filter:brightness(1.3)}.calendar-module__l8SNEG__eventTime{color:var(--text-muted);flex-shrink:0;font-size:10px;font-weight:500}.calendar-module__l8SNEG__eventTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:500;overflow:hidden}.calendar-module__l8SNEG__weekDayCell{vertical-align:top;padding:8px}.calendar-module__l8SNEG__weekDayCellInner{flex-direction:column;gap:4px;max-height:300px;display:flex;overflow-y:auto}.calendar-module__l8SNEG__weekDayCellToday{background:#7c5cfc0a}.calendar-module__l8SNEG__weekDayEmpty{color:var(--text-muted);opacity:.4;text-align:center;padding:8px 0;font-size:12px;display:block}.calendar-module__l8SNEG__monthGrid{border:1px solid var(--border-subtle);background:var(--surface-1);border-radius:8px;flex-direction:column;flex:1;min-height:0;margin:0 40px 20px;display:flex;overflow:hidden}.calendar-module__l8SNEG__monthHeader{background:var(--surface-2);border-bottom:1px solid var(--border-subtle);border-radius:8px 8px 0 0;flex-shrink:0;grid-template-columns:repeat(7,1fr);display:grid}.calendar-module__l8SNEG__monthHeaderCell{text-align:center;color:var(--text-muted);border-right:1px solid var(--border-subtle);padding:10px;font-size:13px;font-weight:600}.calendar-module__l8SNEG__monthHeaderCell:last-child{border-right:none}.calendar-module__l8SNEG__monthBody{flex:1;grid-template-columns:repeat(7,1fr);min-height:0;display:grid;overflow:hidden}@media (max-width:1024px){.calendar-module__l8SNEG__monthGrid{margin:0 16px;overflow-y:auto}.calendar-module__l8SNEG__monthBody{overflow:visible}}@media (max-width:768px){.calendar-module__l8SNEG__monthGrid{border-left:none;border-right:none;border-radius:0;margin:0}}.calendar-module__l8SNEG__monthCellEmpty{border-right:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);background:var(--surface-1)}.calendar-module__l8SNEG__monthCellEmpty:nth-child(7n){border-right:none}.calendar-module__l8SNEG__monthCell{border-right:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);cursor:pointer;flex-direction:column;padding:6px;transition:background .12s;display:flex;overflow:hidden}.calendar-module__l8SNEG__monthCell:nth-child(7n){border-right:none}.calendar-module__l8SNEG__monthCell:hover{background:var(--surface-2)}.calendar-module__l8SNEG__monthCellToday{background:#7c5cfc0f}.calendar-module__l8SNEG__monthCellEvents{flex-direction:column;flex:1;justify-content:flex-start;gap:4px;min-height:0;padding:0 2px 4px;display:flex;overflow:hidden}.calendar-module__l8SNEG__viewMore{color:var(--text-muted);text-align:center;text-transform:uppercase;letter-spacing:.5px;opacity:.6;flex-shrink:0;min-height:18px;margin-top:auto;padding:4px 0 2px;font-size:10px;font-weight:600;line-height:18px;transition:opacity .15s}.calendar-module__l8SNEG__monthCell:hover .calendar-module__l8SNEG__viewMore{opacity:1}.calendar-module__l8SNEG__eventPillFaded{opacity:.4;box-shadow:none;background:#ffffff0a;border-color:#0000}.calendar-module__l8SNEG__eventPill{background:#7c5cfc26;border:1px solid #7c5cfc4d;border-left:3px solid #7c5cfc;border-radius:5px;flex-shrink:0;align-items:center;gap:4px;padding:3px 6px;transition:all .15s;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000001a}.calendar-module__l8SNEG__eventPill:hover{filter:brightness(1.3);transform:translateY(-1px);box-shadow:0 2px 4px #00000026}.calendar-module__l8SNEG__pillTime{color:var(--text-muted);flex-shrink:0;font-size:9px}.calendar-module__l8SNEG__pillTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;overflow:hidden}.calendar-module__l8SNEG__moreCount{color:var(--text-muted);padding-left:4px;font-size:10px}.calendar-module__l8SNEG__yearGrid{flex:1;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(4,1fr);gap:12px;min-height:0;margin:0 40px 20px;display:grid;overflow:hidden}@media (max-width:1024px){.calendar-module__l8SNEG__yearGrid{grid-template-rows:repeat(4,1fr);grid-template-columns:repeat(3,1fr);margin:0 16px 16px;overflow-y:auto}}@media (max-width:768px){.calendar-module__l8SNEG__yearGrid{grid-template-rows:auto;grid-template-columns:repeat(2,1fr);margin:0 0 12px}}.calendar-module__l8SNEG__yearCard{border:1px solid var(--border-subtle);background:var(--surface-1);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:16px;transition:all .2s;display:flex}.calendar-module__l8SNEG__yearCard:hover{background:var(--surface-2);border-color:#7c5cfc;transform:translateY(-2px);box-shadow:0 4px 16px #7c5cfc33}.calendar-module__l8SNEG__yearCardCurrent{background:#7c5cfc0f;border-color:#7c5cfc}.calendar-module__l8SNEG__yearCardTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;margin:0;font-size:18px;font-weight:700}.calendar-module__l8SNEG__yearCardCurrent .calendar-module__l8SNEG__yearCardTitle{color:#7c5cfc}.calendar-module__l8SNEG__yearCardBadge{color:#c4b5fd;background:#7c5cfc1f;border-radius:10px;padding:3px 10px;font-size:11px;font-weight:600}.calendar-module__l8SNEG__weekDayCellClickable{cursor:pointer}.calendar-module__l8SNEG__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0009;justify-content:center;align-items:center;animation:.15s ease-out calendar-module__l8SNEG__fadeIn;display:flex;position:absolute;inset:0}.calendar-module__l8SNEG__modalContent{background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:16px;flex-direction:column;width:360px;max-width:90%;max-height:80%;animation:.15s ease-out calendar-module__l8SNEG__scaleUp;display:flex;overflow:hidden;box-shadow:0 16px 40px #0006}@keyframes calendar-module__l8SNEG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes calendar-module__l8SNEG__scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.calendar-module__l8SNEG__modalHeader{border-bottom:1px solid var(--border-subtle);background:var(--surface-2);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.calendar-module__l8SNEG__modalTitle{color:var(--text-primary);margin:0;font-size:16px;font-weight:700}.calendar-module__l8SNEG__modalClose{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:all .15s;display:flex}.calendar-module__l8SNEG__modalClose:hover{background:var(--surface-3);color:var(--text-primary)}.calendar-module__l8SNEG__modalBody{flex-direction:column;gap:12px;padding:20px;display:flex;overflow-y:auto}.calendar-module__l8SNEG__modalEmpty{color:var(--text-muted);text-align:center;margin:20px 0;font-size:14px}.calendar-module__l8SNEG__modalTaskList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.calendar-module__l8SNEG__modalTaskItem{background:var(--surface-2);border:1px solid var(--border-subtle);border-radius:10px;align-items:flex-start;gap:12px;padding:12px;transition:transform .15s,border-color .15s;display:flex}.calendar-module__l8SNEG__modalTaskItem:hover{border-color:#7c5cfc;transform:translateY(-1px)}.calendar-module__l8SNEG__modalTaskDot{background:linear-gradient(135deg,#7c5cfc,#6344e0b3);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:4px}.calendar-module__l8SNEG__modalTaskDot.calendar-module__l8SNEG__typeEvent{background:linear-gradient(135deg,gold,#ccac00e6)}.calendar-module__l8SNEG__modalTaskDot.calendar-module__l8SNEG__typeReminder{background:linear-gradient(135deg,#ff3b30,#cc2f26e6)}.calendar-module__l8SNEG__modalTaskInfo{flex-direction:column;gap:4px;display:flex}.calendar-module__l8SNEG__modalTaskTitle{color:var(--text-primary);font-size:14px;font-weight:600;line-height:1.4}.calendar-module__l8SNEG__modalTaskTime{color:var(--text-muted);font-size:12px;font-weight:500}.calendar-module__l8SNEG__emptyOverlay{background:var(--surface-2);border:1px solid var(--border-subtle);z-index:5;border-radius:8px;padding:8px 16px;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.calendar-module__l8SNEG__emptyText{color:var(--text-muted);white-space:nowrap;margin:0;font-size:12px}@media (max-width:1024px){.calendar-module__l8SNEG__yearGrid{grid-template-rows:repeat(4,1fr);grid-template-columns:repeat(3,1fr)}.calendar-module__l8SNEG__ganttHourMark{font-size:8px}}@media (max-width:768px){.calendar-module__l8SNEG__header{flex-direction:column;align-items:stretch;gap:8px}.calendar-module__l8SNEG__viewIcons,.calendar-module__l8SNEG__headerNav{justify-content:center}.calendar-module__l8SNEG__headerTitle{min-width:0;font-size:18px}.calendar-module__l8SNEG__yearGrid{grid-template-rows:repeat(6,1fr);grid-template-columns:repeat(2,1fr);gap:8px}.calendar-module__l8SNEG__yearCardTitle{font-size:15px}.calendar-module__l8SNEG__tdDay{padding:4px}.calendar-module__l8SNEG__dayNum{width:22px;height:22px;font-size:11px;line-height:22px}.calendar-module__l8SNEG__eventPill{display:none}.calendar-module__l8SNEG__ganttHourMark{padding:8px 0;font-size:7px}.calendar-module__l8SNEG__ganttBar{padding:0 6px}.calendar-module__l8SNEG__ganttBarTime{display:none}.calendar-module__l8SNEG__ganttBarTitle{font-size:10px}.calendar-module__l8SNEG__thDate{font-size:14px}}@media (max-width:480px){.calendar-module__l8SNEG__yearGrid{grid-template-columns:repeat(2,1fr);gap:6px}.calendar-module__l8SNEG__yearCardTitle{font-size:13px}.calendar-module__l8SNEG__iconBtn{width:30px;height:30px}.calendar-module__l8SNEG__headerTitle{font-size:16px}.calendar-module__l8SNEG__tdTime{width:50px;padding:4px 6px;font-size:10px}.calendar-module__l8SNEG__ganttHourMark:nth-child(odd){font-size:0}}.calendar-module__l8SNEG__cursorTooltip{pointer-events:none;z-index:99999;color:#fff;font-family:var(--font-inter);background:#111214;border-radius:6px;flex-direction:column;gap:4px;padding:8px 12px;display:flex;position:fixed;transform:translate(-50%,calc(-100% - 12px));box-shadow:0 8px 16px #0009}.calendar-module__l8SNEG__cursorTooltip:after{content:"";border:6px solid #0000;border-top-color:#111214;position:absolute;top:100%;left:50%;transform:translate(-50%)}.calendar-module__l8SNEG__tooltipTitle{font-size:13px;font-weight:700}.calendar-module__l8SNEG__tooltipTime{color:var(--text-muted);font-size:11px}
:root{--brutal-bg:#fff;--brutal-black:#1a1a1a;--brutal-yellow:#fff000;--brutal-coral:#e34234;--brutal-orange:#ff4500;--brutal-dark:#2d2d2d;--brutal-cream:#fff8e7;--brutal-blue:#4169e1;--brutal-green:#32cd32;--brutal-pink:#ff69b4;--brutal-border:3px solid var(--brutal-black);--brutal-shadow:5px 5px 0 var(--brutal-black);--brutal-shadow-sm:3px 3px 0 var(--brutal-black);--brutal-shadow-lg:8px 8px 0 var(--brutal-black);--brutal-radius:0px}.landing-module__p5ZGZq__page{min-height:100vh;color:var(--brutal-black);font-family:var(--font-plus-jakarta), sans-serif;background:#f5f0e6;font-weight:800;overflow-x:hidden}.landing-module__p5ZGZq__nav{z-index:100;border-bottom:4px solid var(--brutal-black);background:#f5f0e6;justify-content:space-between;align-items:center;width:100%;height:64px;padding:0 40px;transition:background .2s;display:flex;position:fixed;top:0}.landing-module__p5ZGZq__navLogo{color:var(--brutal-black);align-items:center;gap:10px;text-decoration:none;display:flex}.landing-module__p5ZGZq__navLogoText{font-family:var(--font-bartle), var(--font-satoshi), serif;letter-spacing:-.5px;text-transform:uppercase;font-size:28px;font-weight:900}.landing-module__p5ZGZq__hero{background:#1414f0;grid-template-columns:1fr 1fr;align-items:center;gap:48px;min-height:100vh;padding:100px 56px 60px;display:grid;position:relative;overflow:hidden}.landing-module__p5ZGZq__heroContent{z-index:2;flex-direction:column;gap:24px;display:flex;position:relative}.landing-module__p5ZGZq__heroTitle{font-family:var(--font-plus-jakarta), sans-serif;letter-spacing:-.04em;color:#fff;font-size:clamp(40px,6vw,86px);font-weight:800;line-height:.92}.landing-module__p5ZGZq__heroTitleAccent{font-family:var(--font-geist-pixel-square), monospace;color:var(--brutal-yellow);white-space:nowrap;padding:0;font-size:128px;font-style:normal;font-weight:600;display:inline;position:relative}.landing-module__p5ZGZq__heroSub{font-family:var(--font-plus-jakarta), sans-serif;letter-spacing:0;word-spacing:1px;color:#ffffffb3;max-width:380px;font-size:clamp(14px,1.3vw,17px);font-weight:500;line-height:1.5}.landing-module__p5ZGZq__heroActions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.landing-module__p5ZGZq__btnPrimary{color:var(--brutal-black);border:3px solid var(--brutal-black);font-family:var(--font-plus-jakarta), sans-serif;letter-spacing:1px;text-transform:uppercase;cursor:pointer;box-shadow:5px 5px 0 var(--brutal-black);background:#fff;align-items:center;gap:12px;padding:14px 32px;font-size:14px;font-weight:800;transition:all .1s;display:flex}.landing-module__p5ZGZq__btnPrimary:hover{box-shadow:7px 7px 0 var(--brutal-black);transform:translate(-2px,-2px)}.landing-module__p5ZGZq__btnPrimary:active{box-shadow:0 0 0 var(--brutal-black);transform:translate(3px,3px)}.landing-module__p5ZGZq__heroSlideshow{border:4px solid var(--brutal-black);background:var(--brutal-black);position:relative;overflow:hidden;box-shadow:8px 8px #0006}.landing-module__p5ZGZq__slideshowChrome{background:var(--brutal-black);border-bottom:3px solid #333;justify-content:space-between;align-items:center;height:54px;padding:0 24px;display:flex}.landing-module__p5ZGZq__slideshowBody{aspect-ratio:16/10;width:100%;position:relative}.landing-module__p5ZGZq__slideshowDots{z-index:20;gap:6px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.landing-module__p5ZGZq__slideshowDot{cursor:pointer;background:0 0;border:2px solid #ffffff80;width:10px;height:10px;transition:background .15s}.landing-module__p5ZGZq__slideshowDotActive{background:#fff;border-color:#fff}.landing-module__p5ZGZq__pitchSection{text-align:center;background:#000;justify-content:center;align-items:flex-end;min-height:60vh;padding:80px 24px;display:flex}.landing-module__p5ZGZq__pitchVideo{object-fit:cover;z-index:0;opacity:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}@media (min-width:768px){.landing-module__p5ZGZq__pitchSection{min-height:80vh;padding:100px 56px 80px}}.landing-module__p5ZGZq__pitchContainer{flex-direction:column;align-items:center;gap:32px;width:100%;max-width:1000px;display:flex}.landing-module__p5ZGZq__pitchHeadline{font-family:var(--font-plus-jakarta), sans-serif;letter-spacing:-.04em;color:#fff9;font-size:clamp(40px,6vw,88px);font-weight:800;line-height:1}.landing-module__p5ZGZq__pitchAccent{color:#1414f0}.landing-module__p5ZGZq__pitchSubtext{font-family:var(--font-plus-jakarta), sans-serif;color:#ffa074;max-width:640px;margin:0 auto;font-size:clamp(18px,2vw,24px);font-weight:500;line-height:1.5}.landing-module__p5ZGZq__howItWorks{color:var(--brutal-bg);background:#0a0a0a;padding:100px 48px;position:relative}.landing-module__p5ZGZq__howTitle{font-family:var(--font-plus-jakarta), serif;letter-spacing:-.03em;word-spacing:.15em;text-align:center;margin-bottom:80px;padding:0 200px;font-size:clamp(36px,5vw,80px);font-weight:700;line-height:1.1}.landing-module__p5ZGZq__howTitleAccent{font-weight:1000;font-family:var(--font-bartle), sans-serif;color:var(--brutal-green);font-size:clamp(36px,10vw,100px)}.landing-module__p5ZGZq__stepsGrid{grid-template-columns:repeat(3,1fr);gap:32px;max-width:1200px;margin:0 auto;display:grid}.landing-module__p5ZGZq__stepStampContainer{background:0 0;flex-direction:column;padding:32px 24px;transition:transform .2s;display:flex;position:relative}.landing-module__p5ZGZq__stepStampContainer:hover{transform:translateY(-8px)rotate(-1deg)}.landing-module__p5ZGZq__stampSvgBg{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.landing-module__p5ZGZq__holesMobile{display:block}.landing-module__p5ZGZq__holesTablet,.landing-module__p5ZGZq__holesDesktop{display:none}@media (min-width:768px){.landing-module__p5ZGZq__holesMobile{display:none}.landing-module__p5ZGZq__holesTablet{display:block}}@media (min-width:1024px){.landing-module__p5ZGZq__holesTablet{display:none}.landing-module__p5ZGZq__holesDesktop{display:block}}.landing-module__p5ZGZq__stampDecoTopLeft{align-items:center;gap:12px;margin-bottom:24px;display:flex}.landing-module__p5ZGZq__stampJp{color:var(--brutal-black);letter-spacing:2px;font-family:sans-serif;font-size:24px;font-weight:900}.landing-module__p5ZGZq__stampContent{z-index:2;flex-direction:column;height:100%;display:flex;position:relative}.landing-module__p5ZGZq__stampBody{text-align:left;margin-top:32px;margin-bottom:0}.landing-module__p5ZGZq__stepNumber{font-family:var(--font-satoshi), sans-serif;color:var(--brutal-black);margin-bottom:8px;font-size:72px;font-weight:900;line-height:1;display:block}.landing-module__p5ZGZq__stepTitle{font-family:var(--font-plus-jakarta), serif;color:var(--brutal-black);text-transform:uppercase;margin-bottom:4px;font-size:36px;font-weight:1000}.landing-module__p5ZGZq__stepDesc{font-family:var(--font-okine), sans-serif;letter-spacing:-1px;color:#000c;max-width:90%;font-size:24px;font-weight:600;line-height:1.4}.landing-module__p5ZGZq__cardEyebrow{font-family:var(--font-okine), sans-serif;color:var(--brutal-bg);opacity:.6;text-transform:uppercase;font-size:13px}.landing-module__p5ZGZq__cardTitlePrimary{font-family:var(--font-satoshi), sans-serif;color:var(--brutal-bg);letter-spacing:-1.5px;margin-bottom:8px;font-size:clamp(36px,4vw,48px);font-weight:800;line-height:1.05}.landing-module__p5ZGZq__features{background:var(--brutal-orange);border-top:var(--brutal-border);justify-content:center;align-items:center;height:600px;padding:40px 0;display:flex;position:relative;overflow:hidden}.landing-module__p5ZGZq__gridContainer{pointer-events:none;flex-direction:column;gap:24px;width:150vw;display:flex;transform:rotate(-12deg)scale(.95)}.landing-module__p5ZGZq__gridRow{flex-direction:row;justify-content:center;align-items:center;gap:24px;width:100%;display:flex}.landing-module__p5ZGZq__gridRow:nth-child(2n){transform:translate(-20px)}.landing-module__p5ZGZq__gridRow:nth-child(odd){transform:translate(20px)}.landing-module__p5ZGZq__card{pointer-events:auto;border-radius:16px;flex-direction:column;flex-shrink:0;justify-content:center;width:340px;height:220px;padding:32px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;display:flex}.landing-module__p5ZGZq__cardPrimary{background:var(--brutal-black);color:var(--brutal-orange);border:4px solid var(--brutal-black);box-shadow:16px 16px #0006}.landing-module__p5ZGZq__cardPrimary:hover{z-index:10;transform:translateY(-12px)scale(1.05);box-shadow:24px 24px #0009}.landing-module__p5ZGZq__cardPlaceholder{border:4px solid var(--brutal-black);color:var(--brutal-black);box-shadow:none;opacity:.9;background:0 0}.landing-module__p5ZGZq__cardInnerPlaceholder{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.landing-module__p5ZGZq__cardTitleMassive{font-family:var(--font-satoshi), sans-serif;text-transform:uppercase;letter-spacing:1px;text-align:center;opacity:.8;margin:20px 0 0;font-size:16px;font-weight:800;line-height:1.2}.landing-module__p5ZGZq__cardTitle{font-family:var(--font-satoshi), sans-serif;letter-spacing:-1px;margin-bottom:12px;font-size:clamp(24px,3vw,32px);font-weight:800;line-height:1.1}.landing-module__p5ZGZq__cardPlaceholder .landing-module__p5ZGZq__cardTitle{text-transform:uppercase;opacity:.8;margin:0;font-size:44px}.landing-module__p5ZGZq__cardDesc{font-family:var(--font-okine-sans), sans-serif;opacity:.9;max-width:95%;font-size:14px;line-height:1.5}.landing-module__p5ZGZq__btnSlideshowDemo{background:var(--brutal-orange);color:#fff;font-family:var(--font-plus-jakarta), sans-serif;cursor:pointer;border:1px solid #ffffff1a;border-radius:9999px;margin-left:auto;padding:8px 20px;font-size:14px;font-weight:600;transition:all .2s}.landing-module__p5ZGZq__btnSlideshowDemo:hover{background:var(--brutal-coral);border-color:#ffffff4d}.landing-module__p5ZGZq__demoModalContainer{z-index:9999;background:#000;flex-direction:column;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.landing-module__p5ZGZq__demoModalCloseBtn{z-index:10001;color:#fff;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;background:#ff3b30;border:2px solid #000;padding:6px 14px;font-family:Space Grotesk,Inter,sans-serif;font-size:11px;font-weight:900;transition:all .12s;position:absolute;top:12px;left:16px;box-shadow:3px 3px #000}.landing-module__p5ZGZq__demoModalCloseBtn:hover{background:#ff1a0d;transform:translate(-1px,-1px);box-shadow:4px 4px #000}.landing-module__p5ZGZq__demoModalCloseBtn:active{transform:translate(2px,2px);box-shadow:1px 1px #000}.landing-module__p5ZGZq__demoModalInner{flex:1;width:100%;height:100%;position:relative;overflow:hidden}.landing-module__p5ZGZq__cta{background:var(--brutal-blue);color:var(--brutal-bg);text-align:center;border-top:var(--brutal-border);padding:100px 48px;position:relative;overflow:hidden}.landing-module__p5ZGZq__ctaInner{z-index:2;max-width:680px;margin:0 auto;position:relative}.landing-module__p5ZGZq__ctaTitle{font-family:var(--font-okine), serif;letter-spacing:-.025em;word-spacing:.15em;margin-bottom:16px;font-size:clamp(36px,6vw,72px);font-weight:1000;line-height:1.05}.landing-module__p5ZGZq__ctaTitleAccent{color:var(--brutal-yellow);display:block}.landing-module__p5ZGZq__ctaForm{flex-direction:column;align-items:center;gap:16px;max-width:440px;margin-top:48px;margin-left:auto;margin-right:auto;display:flex}.landing-module__p5ZGZq__ctaInput{width:100%;font-family:var(--font-okine-sans), sans-serif;color:var(--brutal-bg);text-align:center;background:#ffffff14;border:2px solid #ffffff40;outline:none;padding:18px 24px;font-size:16px;font-weight:500;transition:all .2s}.landing-module__p5ZGZq__ctaInput::placeholder{color:#f5f0e659}.landing-module__p5ZGZq__ctaInput:focus{color:#000;background:#ffffff1f;border-color:#000}.landing-module__p5ZGZq__ctaButton{background:var(--brutal-yellow);width:100%;color:var(--brutal-black);border:var(--brutal-border);font-family:var(--font-inter), sans-serif;letter-spacing:1px;cursor:pointer;box-shadow:var(--brutal-shadow);justify-content:center;align-items:center;gap:12px;padding:18px 40px;font-size:16px;transition:all .15s;display:flex}.landing-module__p5ZGZq__ctaButton:hover{background:#b0e0e6}.landing-module__p5ZGZq__ctaButton:active{transform:translate(3px,3px);box-shadow:1px 1px #ffffff1a}.landing-module__p5ZGZq__ctaButton:disabled{opacity:.6;cursor:not-allowed;box-shadow:var(--brutal-shadow)!important;transform:none!important}.landing-module__p5ZGZq__ctaNote{font-family:var(--font-satoshi), sans-serif;opacity:.5;margin-top:8px;font-size:20px}.landing-module__p5ZGZq__ctaSuccess{text-align:center;border:4px solid #fff;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:64px 48px;display:flex}.landing-module__p5ZGZq__ctaSuccessTitle{font-family:var(--font-plus-jakarta), serif;color:var(--brutal-yellow);margin:0;font-size:32px;font-weight:700;line-height:1}.landing-module__p5ZGZq__ctaSuccessSub{font-family:var(--font-satoshi), sans-serif;opacity:.9;color:#fff;margin:0;font-size:20px;font-weight:500}@media (max-width:1024px){.landing-module__p5ZGZq__hero{text-align:center;grid-template-columns:1fr;gap:48px;min-height:auto;padding:120px 32px 60px}.landing-module__p5ZGZq__heroContent{align-items:center}.landing-module__p5ZGZq__heroSub{max-width:100%}.landing-module__p5ZGZq__heroActions{justify-content:center}.landing-module__p5ZGZq__pitchSection{align-items:flex-end;min-height:40vh;padding:60px 20px}.landing-module__p5ZGZq__pitchVideo{object-fit:contain}.landing-module__p5ZGZq__howTitle{padding:0 32px}.landing-module__p5ZGZq__stepsGrid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:24px;margin:0 -32px;padding-bottom:32px;padding-left:32px;padding-right:32px;display:flex;overflow-x:auto}.landing-module__p5ZGZq__stepsGrid::-webkit-scrollbar{display:none}.landing-module__p5ZGZq__stepStampContainer{scroll-snap-align:center;flex-shrink:0;min-width:320px}.landing-module__p5ZGZq__featuresGrid{grid-template-columns:1fr}.landing-module__p5ZGZq__featureCard{margin:-1.5px 0}}@media (max-width:768px){.landing-module__p5ZGZq__nav{height:56px;padding:0 16px}.landing-module__p5ZGZq__navLogoText{font-size:20px}.landing-module__p5ZGZq__navCta{padding:10px 20px;font-size:12px}.landing-module__p5ZGZq__hero{grid-template-columns:1fr;gap:32px;padding:90px 20px 40px}.landing-module__p5ZGZq__heroTitle{font-size:clamp(32px,10vw,52px)}.landing-module__p5ZGZq__heroTitleAccent{font-size:clamp(40px,12vw,70px)}.landing-module__p5ZGZq__slideshowChromeTitle{font-size:10px}.landing-module__p5ZGZq__chromeBtn{width:28px;font-size:12px}.landing-module__p5ZGZq__btnPrimary{justify-content:center;width:100%;padding:14px 28px;font-size:13px}.landing-module__p5ZGZq__problemSolution{grid-template-columns:1fr}.landing-module__p5ZGZq__problemCard,.landing-module__p5ZGZq__solutionCard{padding:48px 24px}.landing-module__p5ZGZq__howItWorks{padding:60px 20px}.landing-module__p5ZGZq__howTitle{margin-bottom:48px}.landing-module__p5ZGZq__howItWorksGrid{grid-template-columns:1fr;gap:24px}.landing-module__p5ZGZq__step{padding:36px 24px}.landing-module__p5ZGZq__stepNumber{font-size:48px}.landing-module__p5ZGZq__features{border-top:var(--brutal-border);height:auto;padding:60px 20px;overflow:visible}.landing-module__p5ZGZq__gridContainer{gap:24px;width:100%;transform:none}.landing-module__p5ZGZq__gridRow{flex-direction:column;gap:24px;transform:none!important}.landing-module__p5ZGZq__cardPlaceholder{display:none!important}.landing-module__p5ZGZq__card{width:100%;height:auto;min-height:220px}.landing-module__p5ZGZq__featureCard{padding:36px 24px}.landing-module__p5ZGZq__cta{padding:60px 20px}.landing-module__p5ZGZq__ctaForm{flex-direction:column;gap:16px;width:100%}.landing-module__p5ZGZq__ctaInput,.landing-module__p5ZGZq__ctaButton{width:100%;margin-left:0}}@media (max-width:480px){.landing-module__p5ZGZq__heroTitle{font-size:clamp(28px,9vw,42px)}.landing-module__p5ZGZq__cardTitle{font-size:clamp(24px,7vw,32px)}.landing-module__p5ZGZq__howTitle{font-size:clamp(28px,8vw,40px)}.landing-module__p5ZGZq__ctaTitle{font-size:clamp(28px,8vw,44px)}.landing-module__p5ZGZq__ctaInput{padding:14px 18px;font-size:14px}.landing-module__p5ZGZq__ctaButton{padding:14px 24px;font-size:14px}}
