:root{font-family:Pretendard,Noto Sans KR,Inter,system-ui,sans-serif;color:#f7f8fa;background:#050607;font-synthesis:none;--bg:#050607;--sidebar:#08090b;--surface:#111315;--elevated:#181b1f;--hover:#20242a;--border:#2a2f36;--strong:#3a414b;--text:#f7f8fa;--sub:#a8b0bc;--muted:#727c89;--blue:#3b82f6;--violet:#8b5cf6;--green:#22c55e;--danger:#ef4444}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--bg);color:var(--text)}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.app-shell{display:grid;grid-template-columns:240px minmax(0,1fr);min-height:100vh;background:var(--bg)}.sidebar{display:flex;flex-direction:column;min-height:100vh;padding:24px 14px 16px;background:var(--sidebar);border-right:1px solid var(--border)}.brand{display:flex;align-items:center;gap:12px;padding:0 10px 30px}.brand strong{display:block;font-size:15px;letter-spacing:.04em}.brand span{display:block;color:var(--muted);font-size:12px;margin-top:4px}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;color:#fff;font-weight:800;font-size:22px;background:linear-gradient(145deg,#3b82f6,#8b5cf6);box-shadow:0 0 24px #3b82f633}.nav{display:grid;gap:4px}.nav-item{display:flex;align-items:center;gap:12px;width:100%;min-height:44px;padding:0 12px;border:0;border-radius:8px;color:var(--sub);background:transparent;text-align:left}.nav-item:hover,.nav-item.active{color:var(--text);background:var(--hover)}.nav-item.active{box-shadow:inset 3px 0 var(--blue)}.nav-icon{width:18px;height:18px;border:1.5px solid currentColor;border-radius:4px;opacity:.8}.nav-chat{border-radius:50%}.nav-work{transform:rotate(45deg);border-radius:3px}.nav-files{border-radius:2px}.nav-calendar{border-radius:3px}.nav-settings,.nav-admin{border-radius:50%}.sidebar-footer{display:grid;gap:10px;margin-top:auto}.member-chip{display:flex;align-items:center;gap:10px;padding:10px 8px;border-top:1px solid var(--border);color:var(--sub)}.member-chip strong,.member-chip small{display:block}.member-chip strong{color:var(--text);font-size:13px}.member-chip small{font-size:11px;margin-top:3px}.avatar{display:grid;place-items:center;flex:0 0 auto;width:34px;height:34px;border-radius:50%;color:#dbeafe;background:#1d4ed8;font-size:13px;font-weight:700}.main{min-width:0}.topbar{display:flex;justify-content:space-between;align-items:center;min-height:84px;padding:20px 32px;border-bottom:1px solid var(--border);background:#080a0c}.topbar h1,.page h2,.panel h2,.panel h3{margin:0}.topbar h1{font-size:20px}.eyebrow{margin:0 0 5px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.session-badge{display:flex;align-items:center;gap:8px;color:var(--sub);font-size:12px}.online-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 10px var(--green)}.content{max-width:1440px;margin:0 auto;padding:32px}.page{display:grid;gap:24px}.page-intro{display:flex;justify-content:space-between;align-items:flex-end;gap:16px}.page-intro h2{font-size:28px;letter-spacing:-.04em}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border:1px solid transparent;border-radius:7px;font-weight:700;font-size:13px}.button.primary{color:#fff;background:var(--blue)}.button.primary:hover{background:#2563eb}.button.secondary{color:var(--sub);border-color:var(--border);background:var(--surface)}.button.secondary:hover{color:var(--text);background:var(--hover)}.link-button{min-height:44px;padding:0 6px;border:0;color:#8db6ff;background:transparent;font-size:12px}.danger-text{color:#f08a93}.icon-button{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--border);border-radius:7px;color:var(--sub);background:transparent}.metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.metric-card{display:grid;gap:10px;min-height:145px;padding:20px;border:1px solid var(--border);border-radius:10px;color:var(--text);background:var(--surface);text-align:left}.metric-card:hover{border-color:var(--strong);background:var(--elevated)}.metric-card span,.metric-card small{color:var(--sub);font-size:12px}.metric-card strong{font-size:32px;letter-spacing:-.05em}.split-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.panel{min-width:0;padding:20px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.panel-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.panel-heading h2{font-size:18px}.panel-heading h3{font-size:15px}.list-row,.task-row,.file-row,.schedule-row,.approval-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:64px;padding:10px 0;border-bottom:1px solid #22272d}.list-row>span:nth-child(2),.task-row>div:first-child,.file-row>span:nth-child(2),.schedule-row>div:first-child,.approval-row>div:first-child{min-width:0;flex:1}.list-row strong,.list-row small,.task-row strong,.task-row small,.file-row strong,.file-row small,.schedule-row strong,.schedule-row small,.approval-row strong,.approval-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-row small,.task-row small,.file-row small,.schedule-row small,.approval-row small{margin-top:5px;color:var(--muted);font-size:12px}.status-dot{width:10px;height:10px;border-radius:50%;background:var(--muted)}.status-in_progress{background:var(--blue)}.status-review{background:#f59e0b}.status-done{background:var(--green)}.status-canceled{background:var(--danger)}.count{padding:4px 8px;border-radius:6px;color:var(--sub);background:var(--elevated);font-size:12px}.state-card{display:grid;justify-items:center;gap:8px;min-height:92px;padding:24px;border:1px dashed var(--border);border-radius:8px;color:var(--muted);text-align:center}.state-card strong{color:var(--text)}.state-error{border-color:#6b2b34;color:#f3a2aa}.state-card .button{margin-top:8px}.notice{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:16px 32px 0;padding:12px 14px;border:1px solid var(--border);border-radius:8px;color:var(--sub);background:var(--surface);font-size:13px}.notice button{border:0;color:var(--sub);background:transparent;font-size:18px}.notice-success{border-color:#23613c}.notice-error{border-color:#6b2b34}.chat-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:16px;min-height:calc(100vh - 150px)}.module-side{padding:16px}.conversation{display:flex;align-items:center;gap:10px;width:100%;min-height:60px;padding:8px;border:0;border-radius:7px;color:var(--sub);background:transparent;text-align:left}.conversation:hover,.conversation.active{color:var(--text);background:var(--hover)}.conversation span:last-child{min-width:0}.conversation strong,.conversation small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation small{margin-top:4px;color:var(--muted);font-size:11px}.chat-main{display:grid;grid-template-rows:auto 1fr auto;min-height:0}.message-list{min-height:300px;overflow:auto;padding:8px 4px}.message{display:flex;gap:12px;max-width:760px;padding:14px 8px}.message>div{min-width:0}.message p{margin:6px 0;color:var(--sub);white-space:pre-wrap;word-break:keep-all}.message small{color:var(--muted);font-size:11px}.composer{display:flex;gap:8px;padding-top:16px;border-top:1px solid var(--border)}.composer input,.inline-form input,.stack-form input,.stack-form textarea,.auth-form input,.auth-form textarea{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--border);border-radius:7px;color:var(--text);background:#0b0e11}.composer input{flex:1}.toggle{min-width:44px;border:1px solid var(--border);border-radius:7px;color:var(--sub);background:transparent}.toggle.active{border-color:var(--violet);color:#d8c8ff;background:#241b39}.select-label{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.select-label select,.task-row select{min-height:40px;padding:0 8px;border:1px solid var(--border);border-radius:6px;color:var(--sub);background:var(--elevated)}.inline-form{display:flex;gap:8px;margin-bottom:12px}.work-grid{align-items:start}.stack-form{display:grid;gap:12px}.stack-form label,.auth-form label{display:grid;gap:6px;color:var(--sub);font-size:12px}.stack-form textarea,.auth-form textarea{min-height:90px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.file-input{position:relative;overflow:hidden}.file-input input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.file-row>div:last-child{display:flex;gap:5px}.file-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:7px;color:#8db6ff;background:#172b4c}.detail-list{display:grid;gap:14px;margin-bottom:20px}.detail-list div{display:flex;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border)}.detail-list span{color:var(--muted);font-size:12px}.detail-list strong{font-size:13px}.auth-page{display:grid;place-items:center;min-height:100vh;padding:24px;background:radial-gradient(circle at 50% 10%,#15233d 0,#050607 45%)}.auth-panel{width:min(440px,100%);padding:36px;border:1px solid var(--border);border-radius:14px;background:#0c0f13;box-shadow:0 24px 90px #0008}.auth-panel h1{margin:18px 0 10px;font-size:28px;letter-spacing:-.04em}.auth-copy{margin:0 0 28px;color:var(--sub);line-height:1.6}.auth-form{display:grid;gap:14px}.form-error{margin:0;color:#f3a2aa;font-size:12px}.auth-form .button{width:100%;margin-top:4px}.file-table{display:grid}.approval-row>div:last-child{display:flex;gap:8px}.approval-row .button{min-width:70px}.screen-reader-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1180px){.app-shell{grid-template-columns:200px minmax(0,1fr)}.content{padding:24px}.topbar{padding:18px 24px}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.chat-layout{grid-template-columns:260px minmax(0,1fr)}}@media(max-width:768px){.app-shell{display:block}.sidebar{position:fixed;z-index:10;bottom:0;left:0;right:0;display:block;min-height:64px;height:64px;padding:6px 8px;border-top:1px solid var(--border);border-right:0}.brand,.sidebar-footer{display:none}.nav{display:grid;grid-template-columns:repeat(5,1fr);gap:2px;height:100%}.nav-item{display:grid;justify-items:center;gap:2px;min-height:52px;padding:4px 2px;font-size:10px;text-align:center}.nav-item.active{box-shadow:inset 0 2px var(--blue)}.nav-icon{width:16px;height:16px}.nav-item:nth-child(n+6){display:none}.main{padding-bottom:76px}.topbar{min-height:74px;padding:16px}.topbar h1{font-size:18px}.session-badge{font-size:0}.content{padding:16px}.page-intro h2{font-size:23px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.metric-card{min-height:120px;padding:14px}.metric-card strong{font-size:26px}.split-grid,.chat-layout{grid-template-columns:1fr}.chat-layout{min-height:calc(100vh - 160px)}.module-side{max-height:240px;overflow:auto}.chat-main{min-height:560px}.notice{margin:12px 16px 0}.panel{padding:16px}.page-chat .module-side{order:2}.page-chat .chat-main{order:1}.approval-row{align-items:flex-start;flex-direction:column}.approval-row>div:last-child{width:100%}.approval-row .button{flex:1}.auth-panel{padding:26px}.auth-panel h1{font-size:24px}}@media(max-width:390px){.content{padding:12px}.topbar{padding:14px 12px}.topbar h1{font-size:17px}.metric-card{padding:12px}.page-intro{align-items:flex-start;flex-direction:column}.page-intro .button{width:100%}.composer{gap:5px}.composer .button{padding:0 11px}.inline-form{flex-wrap:wrap}.inline-form input{flex-basis:100%}}.select-label select,.task-row select{min-height:44px}.link-button{min-width:44px}.file-row>div:last-child .link-button{flex:0 0 44px}.file-input input{min-height:44px}.app-shell{grid-template-columns:220px minmax(0,1fr)}.sidebar{padding:0 8px 12px;background:#101620;border-right-color:#2c394b}.brand{height:65px;padding:0 14px 0 10px;border-bottom:1px solid #2c394b}.brand strong{color:#fff;font-size:14px}.brand span{color:#7e8da2;font-size:9px;margin-top:2px}.brand-mark{width:31px;height:31px;border:1px solid #2d4364;border-radius:8px;background:#1a2940;color:#7da6ff;font-size:14px;box-shadow:none}.nav{gap:2px;padding-top:9px}.nav-item{min-height:44px;border-radius:7px;color:#f4f7fb}.nav-item.active{background:#18263c;box-shadow:inset 3px 0 #4f83ff}.sidebar-footer{gap:8px}.topbar{min-height:54px;height:54px;padding:0 19px;background:#111823;border-bottom-color:#2c394b}.topbar h1{font-size:12px}.topbar .eyebrow{font-size:9px}.content{max-width:none;padding:17px 20px 40px}.page{gap:21px}.page-intro h2{font-size:19px}.metric-grid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:9px}.metric-card{min-height:86px;padding:12px;border-radius:9px}.metric-card strong{font-size:22px}.metric-card span{font-size:13px;color:#fff}.metric-card small{font-size:10px}.panel{border-radius:9px;background:#151d29}@media(max-width:1350px){.metric-grid{grid-template-columns:repeat(3,minmax(180px,1fr))}}@media(max-width:1050px){.metric-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}}.reference-dashboard-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;grid-template-columns:220px minmax(0,1fr);background:#0b0f16;color:#fff;font-family:Pretendard,Noto Sans KR,Arial,sans-serif;font-size:13px}.reference-sidebar{display:flex;flex-direction:column;min-height:100vh;background:#101620;border-right:1px solid #2c394b}.reference-brand{height:65px;padding:0 14px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #2c394b}.reference-brand-mark{width:31px;height:31px;display:grid;place-items:center;border:1px solid #2d4364;border-radius:8px;background:#1a2940;color:#7da6ff;font-weight:900}.reference-brand-copy strong,.reference-brand-copy span{display:block}.reference-brand-copy strong{font-size:14px}.reference-brand-copy span{margin-top:2px;color:#7e8da2;font-size:9px}.reference-sidebar-nav{flex:1;padding:9px 8px 20px;overflow:auto;scrollbar-width:none}.reference-sidebar-nav::-webkit-scrollbar{display:none}.reference-nav-group-title{padding:15px 11px 6px;color:#8290a5;font-size:10px;font-weight:800;letter-spacing:.6px}.reference-nav-item{position:relative;width:100%;min-height:44px;margin-bottom:2px;padding:0 11px;display:flex;align-items:center;gap:10px;border:0;border-radius:7px;background:transparent;color:#f4f7fb;text-align:left}.reference-nav-item svg{width:17px;height:17px;flex:0 0 17px;color:#a4b5cc;stroke-width:1.9}.reference-nav-item span{font-size:13px;font-weight:600}.reference-nav-item:hover{background:#172236}.reference-nav-item.active{background:#18263c}.reference-nav-item.active:before{content:"";position:absolute;left:-8px;width:3px;height:22px;border-radius:0 4px 4px 0;background:#4f83ff}.reference-nav-item.active svg{color:#82a8ff}.reference-sidebar-user{min-height:61px;padding:10px 13px;display:flex;align-items:center;gap:9px;border-top:1px solid #2c394b}.reference-user-avatar{width:33px;height:33px;display:grid;place-items:center;border-radius:50%;background:#243247;font-size:12px;font-weight:800}.reference-user-copy{min-width:0;flex:1}.reference-user-copy strong,.reference-user-copy span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reference-user-copy strong{font-size:11px}.reference-user-copy span{margin-top:2px;color:#7e8da2;font-size:9px}.reference-online-dot{width:7px;height:7px;border-radius:50%;background:#30cf7d;box-shadow:0 0 7px #30cf7d73}.reference-main{min-width:0;min-height:100vh;overflow:auto}.reference-topbar{height:54px;padding:0 19px;display:flex;align-items:center;justify-content:space-between;background:#111823;border-bottom:1px solid #2c394b}.reference-topbar-left{display:flex;flex-direction:column;gap:2px}.reference-topbar-left strong{font-size:12px}.reference-topbar-left span{color:#7e8da2;font-size:9px}.reference-topbar-actions{display:flex;align-items:center;gap:7px}.reference-system-state{height:29px;padding:0 9px;display:flex;align-items:center;gap:6px;border:1px solid #2c394b;border-radius:7px;color:#abb6c5;font-size:8px;font-weight:800}.reference-system-state span{width:6px;height:6px;border-radius:50%;background:#30cf7d}.reference-top-icon-button{width:44px;height:44px;padding:0;display:grid;place-items:center;border:1px solid #2c394b;border-radius:7px;background:#151d29;color:#aab6c7}.reference-top-icon-button svg{width:15px;height:15px}.reference-dashboard-page{padding:17px 20px 40px}.reference-page-header{margin-bottom:17px}.reference-page-header h1{margin:0;font-size:19px;font-weight:800}.reference-page-header p{margin:5px 0 0;color:#aab6c6;font-size:11px}.reference-team-section{margin-bottom:21px}.reference-team-heading{margin-bottom:8px;display:flex;align-items:center;gap:8px}.reference-team-heading>svg{width:17px;height:17px;color:#7ea5fb;stroke-width:1.9}.reference-team-heading h2{margin:0;font-size:14px;font-weight:800}.reference-team-heading p{margin:3px 0 0;color:#7e8da2;font-size:9px}.reference-dashboard-grid{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:9px}.reference-dashboard-card{min-height:86px;padding:12px;display:grid;grid-template-columns:35px minmax(0,1fr) 15px;align-items:center;gap:9px;border:1px solid #2c394b;border-radius:9px;background:#151d29;color:#fff;text-align:left}.reference-dashboard-card:hover{background:#192332;border-color:#43556e}.reference-card-icon{width:35px;height:35px;display:grid;place-items:center;border:1px solid #2e466c;border-radius:8px;background:#1a2b47;color:#80a9ff}.reference-card-icon svg{width:17px;height:17px;stroke-width:1.9}.reference-card-copy{min-width:0}.reference-card-copy strong,.reference-card-copy span{display:block}.reference-card-copy strong{font-size:13px;font-weight:750}.reference-card-copy span{margin-top:4px;overflow:hidden;color:#adbacb;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.reference-card-arrow{width:14px;height:14px;color:#8391a5}.reference-dashboard-notice{display:flex;justify-content:space-between;gap:12px;margin-bottom:14px;padding:10px 12px;border:1px solid #7b5524;border-radius:7px;color:#f3c887;background:#251a0e}.reference-dashboard-notice button{min-width:44px;min-height:44px;border:0;color:inherit;background:transparent}@media(max-width:1350px){.reference-dashboard-grid{grid-template-columns:repeat(3,minmax(180px,1fr))}}@media(max-width:1050px){.reference-dashboard-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media(max-width:768px){.reference-dashboard-layer{display:block}.reference-sidebar{position:fixed;left:0;right:0;bottom:0;z-index:5;display:block;min-height:64px;height:64px;border-top:1px solid #2c394b;border-right:0}.reference-brand,.reference-sidebar-user,.reference-nav-group-title{display:none}.reference-sidebar-nav{padding:6px 8px;height:64px;overflow:hidden}.reference-sidebar-nav>div{display:contents}.reference-nav-item{display:none}.reference-nav-item:nth-of-type(-n+5){display:grid;justify-items:center;gap:2px;min-height:52px;padding:4px 2px;font-size:10px;text-align:center}.reference-sidebar-nav{display:grid;grid-template-columns:repeat(5,1fr);gap:2px}.reference-nav-item.active:before{left:0;top:-6px;width:100%;height:3px;border-radius:0}.reference-main{padding-bottom:76px}.reference-topbar{height:60px;padding:0 12px}.reference-system-state{display:none}.reference-dashboard-page{padding:14px 12px 88px}.reference-dashboard-grid{grid-template-columns:1fr}.reference-dashboard-card{min-height:86px}.reference-page-header h1{font-size:18px}}.direct-dashboard-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;overflow-x:hidden;overflow-y:auto}.direct-dashboard-root button,.direct-dashboard-root input,.direct-dashboard-root select,.direct-dashboard-root textarea{height:auto;min-width:44px;min-height:44px}.direct-dashboard-root .main{max-width:100%;min-width:0;overflow-x:hidden}.direct-dashboard-root .sidebar{height:100vh;min-height:100vh}.direct-dashboard-root .sidebar-nav{padding-bottom:90px}.direct-dashboard-root .sidebar-user{position:absolute;right:0;bottom:0;left:0;z-index:2;background:var(--sidebar)}body:has(.direct-dashboard-root) .app-shell{display:none}@media(max-width:768px){.direct-dashboard-root .sidebar{top:auto;right:0;bottom:0;left:0;width:100%;height:64px;min-height:64px;border-top:1px solid var(--border);border-right:0}.direct-dashboard-root .brand,.direct-dashboard-root .sidebar-user,.direct-dashboard-root .nav-group-title{display:none}.direct-dashboard-root .sidebar-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));height:64px;padding:6px 8px;overflow:hidden}.direct-dashboard-root .nav-item{display:none;min-height:52px;padding:4px 2px;justify-content:center;text-align:center}.direct-dashboard-root .nav-item:nth-of-type(-n+5){display:grid;gap:2px}.direct-dashboard-root .nav-item.active:before{top:-6px;left:0;width:100%;height:3px}.direct-dashboard-root .main{width:100%;margin-left:0;padding-bottom:76px}.direct-dashboard-root .topbar{height:60px;padding:0 12px}.direct-dashboard-root .topbar-actions .system-state{display:none}.direct-dashboard-root .dashboard-page{padding:14px 12px 88px}.direct-dashboard-root .dashboard-grid{grid-template-columns:1fr}.direct-dashboard-root .dashboard-card{min-height:86px}}.direct-chat-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;overflow-x:hidden;overflow-y:auto}.direct-chat-root button,.direct-chat-root input,.direct-chat-root select,.direct-chat-root textarea{height:auto;min-width:44px;min-height:44px}.direct-chat-root .main{max-width:100%;min-width:0;overflow-x:hidden}.direct-chat-root #dashboardPage,.direct-chat-root #filesPage,.direct-chat-root #blankPage{display:none!important}.direct-chat-root #chatPage{display:block!important}.direct-chat-notice{position:fixed;right:20px;bottom:20px;z-index:1000;padding:12px 16px;border:1px solid #7b5524;border-radius:8px;color:#f3c887;background:#251a0e}.direct-chat-notice button{margin-left:12px;min-width:44px;min-height:44px}body:has(.direct-chat-root) .app-shell{display:none}@media(max-width:768px){.direct-chat-root .sidebar{top:auto;right:0;bottom:0;left:0;width:100%;height:64px;min-height:64px;border-top:1px solid var(--border);border-right:0}.direct-chat-root .brand,.direct-chat-root .sidebar-user,.direct-chat-root .nav-group-title{display:none}.direct-chat-root .sidebar-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));height:64px;padding:6px 8px;overflow:hidden}.direct-chat-root .nav-item{display:none;min-height:52px;padding:4px 2px;justify-content:center;text-align:center}.direct-chat-root .nav-item:nth-of-type(-n+5){display:grid;gap:2px}.direct-chat-root .nav-item.active:before{top:-6px;left:0;width:100%;height:3px}.direct-chat-root .main{width:100%;margin-left:0;padding-bottom:76px}.direct-chat-root .topbar{height:60px;padding:0 12px}.direct-chat-root .topbar-actions .system-state{display:none}.direct-chat-root .chat-page{grid-template-columns:1fr;min-height:calc(100vh - 136px);height:auto}.direct-chat-root .chat-room-panel{max-height:220px;border-right:0;border-bottom:1px solid var(--border)}.direct-chat-root .chat-center{min-height:420px}.direct-chat-root .chat-composer{position:sticky;bottom:64px}.direct-chat-root .chat-info-panel{display:none}}.direct-menu-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;overflow-x:hidden;overflow-y:auto}.direct-menu-root button,.direct-menu-root input,.direct-menu-root select,.direct-menu-root textarea{height:auto;min-width:44px;min-height:44px}.direct-menu-root .main{max-width:100%;min-width:0;overflow-x:hidden}.direct-menu-root .sidebar{max-width:100vw}.direct-menu-root .schedule-main,.direct-menu-root .calendar-view-container,.direct-menu-root .files-main,.direct-menu-root .automation-main{min-width:0;max-width:100%}.direct-menu-root #dashboardPage,.direct-menu-root #chatPage,.direct-menu-root #blankPage{display:none!important}.direct-menu-files #filesPage,.direct-menu-calendar #schedulePage,.direct-menu-calendar #automationPage{display:block!important}body:has(.direct-menu-root) .app-shell{display:none}@media(max-width:768px){.direct-menu-root .schedule-main,.direct-menu-root .calendar-view-container,.direct-menu-root .files-main,.direct-menu-root .automation-main{overflow-x:hidden}.direct-menu-root .schedule-toolbar,.direct-menu-root .files-toolbar,.direct-menu-root .automation-toolbar{flex-wrap:wrap}}
