@import"https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Noto+Sans+KR:wght@400;500;600;700&display=swap";:root{font-family:Manrope,Noto Sans KR,sans-serif;color:#182033;background:#f4f6f9;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #182033;--muted: #6c7587;--line: #e2e6ed;--surface: #ffffff;--brand: #263045}*{box-sizing:border-box}html{min-width:320px;background:#f4f6f9}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh}.app-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;height:68px;padding:0 max(28px,calc((100vw - 1440px)/2));background:#ffffffeb;border-bottom:1px solid rgba(218,223,232,.85);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;border:0;padding:0;background:transparent;cursor:pointer}.brand-identity{display:inline-flex;height:22px;align-items:stretch;line-height:1}.brand-logo-crop{display:block;width:190px;height:22px;overflow:hidden}.brand-logo{display:block;width:249.33px;max-width:none;height:22px}.brand-publishing{display:inline-flex;height:22px;align-items:center;justify-content:center;padding:0 9px 1px;color:#fff;background:#7560c9;font-family:Georgia,Times New Roman,serif;font-size:12px;font-weight:700;letter-spacing:-.015em;white-space:nowrap}.home-page,.tree-page{width:min(1440px,100%);margin:0 auto;padding:0 28px 80px}.home-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;padding:76px 0 48px}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:#69738a;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.home-hero h1{margin:14px 0 9px;color:#151c2d;font-size:clamp(34px,4vw,50px);line-height:1.15;letter-spacing:-.055em}.home-hero p,.tree-hero p{margin:0;color:var(--muted);font-size:15px}.search-box{display:flex;align-items:center;gap:10px;width:min(340px,100%);padding:0 15px;color:#8790a1;border:1px solid #dce1e9;border-radius:12px;background:#fff;box-shadow:0 5px 18px #2b364b0a;transition:border-color .2s,box-shadow .2s}.search-box:focus-within{border-color:#8f99ac;box-shadow:0 0 0 3px #3b486314}.search-box input{width:100%;height:46px;border:0;outline:0;color:var(--ink);background:transparent;font-size:13px}.search-box input::placeholder{color:#a2a9b6}.home-actions{display:flex;align-items:stretch;gap:9px}.add-root-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:154px;padding:0 14px;color:#fff;border:1px solid #263045;border-radius:12px;background:#263045;box-shadow:0 6px 18px #26304526;font-size:11px;font-weight:700;cursor:pointer}.add-root-button:hover{background:#182033}.section-title{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:18px}.section-title h2{margin:0;font-size:15px;letter-spacing:-.02em}.section-title span{color:#8991a1;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.project-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.project-card{position:relative;min-height:270px;padding:23px;overflow:hidden;text-align:left;border:1px solid #e0e5ec;border-radius:18px;background:var(--surface);box-shadow:0 8px 28px #212c430d;cursor:pointer;transition:transform .22s ease,border-color .22s,box-shadow .22s}.project-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:3px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .22s ease}.project-card:hover{transform:translateY(-5px);border-color:#cfd5df;box-shadow:0 16px 36px #212c431c}.project-card:hover:before{transform:scaleX(1)}.project-card:focus-visible{outline:3px solid rgba(79,107,237,.28);outline-offset:3px}.project-card-head{display:flex;align-items:center;justify-content:space-between}.folder-icon{display:grid;width:46px;height:46px;place-items:center;border-radius:14px;color:var(--accent);background:color-mix(in srgb,var(--accent) 10%,white)}.card-arrow{display:grid;width:30px;height:30px;place-items:center;color:#929aaa;border:1px solid #e4e7ed;border-radius:50%;transition:transform .2s,color .2s}.project-card:hover .card-arrow{transform:translate(3px);color:var(--ink)}.project-card-body{position:relative;min-height:88px;padding:22px 0 8px}.framework-chip{display:inline-flex;margin-bottom:8px;padding:3px 7px;color:#596378;border:1px solid #e1e5ec;border-radius:5px;background:#f7f8fa;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.project-card h2{margin:0 0 8px;font-size:18px;letter-spacing:-.035em}.project-card p{margin:0;color:var(--muted);font-family:Noto Sans KR,sans-serif;font-size:12px;line-height:1.55}.project-progress{padding:14px 0 20px}.progress-label{display:flex;justify-content:space-between;margin-bottom:8px;color:#848c9b;font-size:10px;font-weight:700}.progress-label strong{color:var(--accent)}.progress-track{height:5px;overflow:hidden;border-radius:100px;background:#edf0f4}.progress-track span{display:block;height:100%;border-radius:inherit;background:var(--accent)}.project-card-foot{display:flex;align-items:center;justify-content:space-between;padding-top:16px;color:#8a93a3;border-top:1px solid #edf0f4;font-size:10px;font-weight:700}.empty-state{padding:72px 20px;color:var(--muted);text-align:center;border:1px dashed #d6dce6;border-radius:16px;background:#fff}.project-topbar{display:flex;align-items:center;justify-content:space-between;padding:26px 0 18px}.breadcrumb{display:flex;align-items:center;gap:9px;color:#939baa;font-size:12px}.breadcrumb button{padding:0;color:#7a8497;border:0;background:transparent;cursor:pointer}.breadcrumb strong{color:#3c4659}.back-button,.outline-button{display:inline-flex;align-items:center;gap:7px;height:36px;padding:0 13px;color:#5d6677;border:1px solid #dce1e8;border-radius:9px;background:#fff;font-size:11px;font-weight:700;cursor:pointer}.back-button:hover,.outline-button:hover{color:var(--ink);border-color:#bcc4d0}.tree-hero{display:flex;align-items:center;justify-content:space-between;padding:30px 34px;color:#fff;border-radius:20px;background:linear-gradient(125deg,#1e2637,#303b53 65%,#39445b);box-shadow:0 14px 40px #1e263729}.tree-hero-copy{display:flex;align-items:center;gap:17px}.project-badge{display:grid;width:50px;height:50px;place-items:center;color:var(--accent);border:1px solid rgba(255,255,255,.1);border-radius:15px;background:#ffffff17}.project-badge.has-logo{width:auto;min-width:62px;padding:0 14px;border-color:#ffffff4d;border-radius:12px;background:#fff}.project-badge img{display:block;width:auto;max-width:126px;height:auto;max-height:34px;object-fit:contain}.tree-hero h1{margin:0 0 6px;font-size:24px;letter-spacing:-.04em}.tree-hero p{color:#b9c0cd;font-size:12px}.tree-summary{display:flex;gap:8px}.tree-summary div{display:flex;flex-direction:column;align-items:center;justify-content:center;width:82px;height:64px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff0f}.tree-summary strong{font-size:18px}.tree-summary span{margin-top:2px;color:#aeb6c5;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.tree-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 0 16px}.tree-search{width:300px}.tree-search input{height:40px}.toolbar-actions{display:flex;align-items:center;gap:18px}.legend{display:flex;align-items:center;gap:5px}.legend button{display:inline-flex;height:30px;align-items:center;gap:6px;padding:0 9px;color:#a4abb7;border:1px solid transparent;border-radius:7px;background:transparent;font-size:9px;font-weight:600;opacity:.48;transition:color .16s,border-color .16s,background .16s,opacity .16s}.legend button:hover,.legend button.is-active{color:#667083;opacity:1}.legend button.is-selected{color:#39445a;border-color:#dce2ec;background:#fff;box-shadow:0 3px 10px #27334a0f}.legend button:disabled{color:#b8bec8;opacity:.35;cursor:not-allowed}.legend button>span{display:grid;min-width:17px;height:17px;place-items:center;color:#7c8698;border-radius:5px;background:#eef1f5;font-family:Manrope,sans-serif;font-size:8px}.legend i{width:6px;height:6px;border-radius:50%}.tree-board{padding:8px 0}.menu-section{position:relative;display:grid;grid-template-columns:210px minmax(0,1fr);gap:36px;min-width:960px;padding:22px 0 30px;border-top:1px solid var(--line)}.menu-section:first-child{border-top:0}.menu-heading{position:relative}.menu-heading:after{content:"";position:absolute;top:22px;left:160px;width:87px;height:1px;background:#ccd2dd}.menu-heading p{margin:10px 0 0 12px;color:#9aa2b0;font-size:10px}.menu-groups{display:flex;flex-direction:column;gap:12px;min-width:0}.tree-node{position:relative;display:flex;align-items:center;min-height:42px;border-radius:9px}.menu-node{width:162px;gap:9px;padding:0 14px;color:#fff;background:#4b566b;box-shadow:0 6px 16px #333e541f;font-size:12px}.tree-group{position:relative;display:grid;grid-template-columns:176px minmax(0,1fr);gap:30px}.tree-group:before{content:"";position:absolute;top:21px;left:-36px;width:36px;height:1px;background:#ccd2dd}.tree-group:after{content:"";position:absolute;top:-13px;bottom:-13px;left:-36px;width:1px;background:#ccd2dd}.tree-group:first-child:after{top:21px}.tree-group:last-child:after{bottom:calc(100% - 22px)}.group-node{width:176px;height:42px;padding:0 10px 0 14px;color:#465066;text-align:left;border:1px solid #dce1e8;background:#eef1f5;font-family:Noto Sans KR,sans-serif;font-size:11px;font-weight:600;cursor:pointer}.group-node:hover{border-color:#c5ccd7;background:#e9edf2}.node-counts{display:flex;align-items:center;gap:3px;margin-left:auto}.node-count,.popup-count{display:grid;min-width:20px;height:20px;padding:0 5px;place-items:center;color:#747e91;border-radius:6px;background:#fff;font-family:Manrope,sans-serif;font-size:9px}.popup-count{color:#5971ad;background:#e5ebfa}.chevron{display:grid;margin-left:3px;transition:transform .2s}.tree-group.is-expanded .chevron{transform:rotate(180deg)}.group-pages{display:flex;flex-direction:column;gap:8px;min-width:0}.tree-page-item{position:relative;min-width:0}.tree-page-branch{display:grid;grid-template-columns:minmax(290px,430px) minmax(0,1fr);align-items:start;gap:26px;min-width:0}.group-pages>.tree-page-item:before{content:"";position:absolute;top:21px;left:-30px;width:30px;height:1px;background:#d6dbe4}.group-pages>.tree-page-item:after{content:"";position:absolute;top:-9px;bottom:-9px;left:-30px;width:1px;background:#d6dbe4}.group-pages>.tree-page-item:first-child:after{top:21px}.group-pages>.tree-page-item:last-child:after{bottom:calc(100% - 22px)}.page-node-wrap{min-width:0}.page-node{min-width:0;min-height:42px;align-self:start;gap:10px;padding:7px 14px 7px 11px;color:#fff;background:#303a50;box-shadow:0 4px 12px #252f441a;transition:transform .18s,background .18s}.page-node:hover{z-index:2;transform:translateY(-1px);background:#202a3d}.page-node.is-popup-entry{background:#536b9c}.page-node.is-popup-entry:hover{background:#405885}.page-node.is-context{background:#697386;box-shadow:none}.page-node.is-context:hover{background:#596477}.page-node.is-subpage{border-left:3px solid #8195cb;background:#46536b;box-shadow:0 3px 10px #252f4414}.page-node.is-subpage:hover{background:#354158}.page-node.has-subpages{cursor:pointer}.node-icon{display:grid;flex:0 0 auto;width:27px;height:27px;place-items:center;color:#aeb7c8;border-radius:7px;background:#ffffff12}.node-copy{display:flex;min-width:0;flex:1;align-items:baseline;gap:9px}.node-copy strong{flex:0 0 auto;font-family:Noto Sans KR,sans-serif;font-size:11px;font-weight:600}.node-copy small{overflow:hidden;color:#adb5c5;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.version-chip{flex:0 0 auto;padding:3px 6px;color:#ffe0d8;border:1px solid rgba(255,107,74,.28);border-radius:5px;background:#ff6b4a1f;font-size:8px;font-weight:800}.context-chip{flex:0 0 auto;padding:3px 6px;color:#d6dbe4;border:1px solid rgba(255,255,255,.13);border-radius:5px;background:#ffffff0f;font-size:7px;font-weight:700}.depth-chip{flex:0 0 auto;padding:3px 6px;color:#dce5ff;border:1px solid rgba(190,205,247,.24);border-radius:5px;background:#becdf71a;font-family:Manrope,sans-serif;font-size:7px;font-weight:800}.page-child-count{display:grid;min-width:22px;height:22px;flex:0 0 auto;place-items:center;color:#fff;border-radius:6px;background:#ffffff1a;font-family:Manrope,sans-serif;font-size:10px;font-weight:800}.page-expand-chevron{display:grid;flex:0 0 auto;transition:transform .18s}.page-expand-chevron.is-open{transform:rotate(180deg)}.page-node-open{display:grid;width:27px;height:27px;flex:0 0 auto;place-items:center;color:#c6cfdf;border-radius:6px}.page-node-open:hover{color:#fff;background:#ffffff1a}.status-dot{flex:0 0 auto;width:7px;height:7px;border:2px solid rgba(255,255,255,.75);border-radius:50%;box-shadow:0 0 0 1px #00000014}.subpage-tree{position:relative;display:flex;flex-direction:column;gap:7px;margin-top:7px;margin-left:34px;padding-left:28px}.subpage-tree:before{content:"";position:absolute;top:-7px;bottom:21px;left:0;width:1px;background:#bfc8d9}.subpage-tree>.tree-page-item:before{content:"";position:absolute;top:21px;left:-28px;width:28px;height:1px;background:#bfc8d9}.subpage-tree>.tree-page-item:last-child:after{content:"";position:absolute;top:22px;bottom:-1px;left:-28px;width:2px;background:#f4f6f9}.subpage-tree .tree-page-branch{grid-template-columns:minmax(270px,400px) minmax(0,1fr)}.subpage-tree .subpage-tree{margin-left:26px}.child-tree{min-width:0}.popup-branch-toggle{display:inline-flex;min-height:38px;align-items:center;gap:7px;padding:0 10px;color:#52617d;border:1px solid #d9e1f4;border-radius:8px;background:#f5f7fc;font-family:Noto Sans KR,sans-serif;font-size:9px;font-weight:600}.popup-branch-toggle:hover{border-color:#b8c7e9;background:#edf2ff}.popup-branch-toggle strong{display:grid;min-width:21px;height:20px;place-items:center;color:#5570b1;border-radius:6px;background:#e4ebfb;font-family:Manrope,sans-serif;font-size:9px}.popup-branch-dot{width:7px;height:7px;border-radius:50%;background:#5b67f1;box-shadow:0 0 0 3px #5b67f11a}.popup-chevron{display:grid;margin-left:2px;transition:transform .2s}.child-tree.is-expanded .popup-chevron{transform:rotate(180deg)}.child-nodes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding-top:8px}.popup-node{gap:7px;min-height:38px;padding:6px 10px;color:#405070;border:1px solid #dce4f8;background:#edf2ff;font-family:Noto Sans KR,sans-serif;font-size:9px;font-weight:600;transition:border-color .18s,background .18s}.popup-node:hover{border-color:#b9c9ef;background:#e4ecff}.popup-node>span:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:2px}.popup-node strong{font-size:9px}.popup-node small{overflow:hidden;max-width:230px;color:#8693ac;font-size:7px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.popup-node>svg{margin-left:auto;color:#8492ae}.popup-node .status-dot{border-color:#edf2ff}.popup-layer{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none}.popup-layer-panel{position:fixed;max-width:calc(100vw - 48px);max-height:calc(100vh - 96px);overflow:hidden;border:1px solid #dbe2ee;border-radius:13px;background:#fff;box-shadow:0 18px 50px #1c263b33;pointer-events:auto;animation:popup-layer-enter .14s ease-out}.popup-layer-head{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:20px;padding:14px 18px 14px 20px;border-bottom:1px solid #e9edf3}.popup-layer-head>div{display:flex;align-items:center;gap:12px}.popup-layer-head .popup-branch-dot{width:9px;height:9px}.popup-layer-head strong,.popup-layer-head small{display:block}.popup-layer-head strong{color:#283247;font-size:15px}.popup-layer-head small{margin-top:4px;color:#8a94a5;font-size:9px;font-weight:500}.popup-layer-head>button{display:grid;width:34px;height:34px;place-items:center;color:#7f8999;border:1px solid #e0e5ec;border-radius:8px;background:#fff;cursor:pointer}.popup-layer-head>button:hover{color:#4f5b70;background:#f6f8fb}.popup-layer-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:8px;max-height:min(620px,calc(100vh - 230px));overflow-y:auto;padding:18px;background:#f8faff}.popup-layer-list .popup-node{min-height:44px;padding:8px 12px;font-size:10px}.popup-layer-list .popup-node strong{font-size:10px}@keyframes popup-layer-enter{0%{opacity:0;transform:translateY(-5px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.tree-empty{margin-top:16px}.modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#161d2b7a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.root-modal{width:min(520px,100%);overflow:hidden;border:1px solid rgba(255,255,255,.55);border-radius:18px;background:#fff;box-shadow:0 28px 80px #1821323d}.root-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:23px 24px 18px;border-bottom:1px solid #edf0f4}.root-modal-head>div{display:flex;align-items:center;gap:13px}.root-modal-head .folder-icon{--accent: #5b67f1;width:42px;height:42px;flex:0 0 auto}.root-modal-head h2{margin:0 0 5px;color:#252e41;font-size:17px;letter-spacing:-.03em}.root-modal-head p{margin:0;color:#8b93a2;font-size:10px}.root-modal-head>button{display:grid;width:32px;height:32px;place-items:center;color:#8992a1;border:1px solid #e2e6ec;border-radius:8px;background:#fff;cursor:pointer}.root-modal form{padding:22px 24px 24px}.root-modal label{display:flex;flex-direction:column;gap:9px;color:#586275;font-size:11px;font-weight:700}.root-modal input{width:100%;height:46px;padding:0 13px;color:#263045;border:1px solid #dce1e9;border-radius:9px;outline:0;font-family:Consolas,monospace;font-size:11px}.root-modal input:focus{border-color:#8699dc;box-shadow:0 0 0 3px #5b67f117}.root-guide{display:flex;flex-direction:column;gap:5px;margin-top:14px;padding:13px 14px;color:#7c8595;border-radius:9px;background:#f5f7fa;font-size:9px;line-height:1.5}.root-guide strong{margin-bottom:1px;color:#566074;font-size:10px}.root-guide span:before{content:"•";margin-right:6px;color:#8d98aa}.root-error{margin:12px 0 0;padding:10px 12px;color:#b94f50;border:1px solid #f1d2d2;border-radius:8px;background:#fff7f7;font-size:9px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.modal-primary{height:36px;padding:0 14px;color:#fff;border:1px solid #4f5be0;border-radius:9px;background:#5b67f1;font-size:10px;font-weight:700;cursor:pointer}.modal-primary:disabled{color:#aab0bd;border-color:#e7e9ee;background:#eceef2;cursor:not-allowed}@media(max-width:1100px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tree-board{overflow-x:auto;padding-bottom:24px}.tree-toolbar{align-items:flex-start}.toolbar-actions{align-items:flex-end;flex-direction:column-reverse;gap:10px}}@media(max-width:700px){.app-header{height:60px;padding:0 18px}.home-page,.tree-page{padding-right:18px;padding-left:18px}.home-hero{align-items:stretch;flex-direction:column;padding:48px 0 36px}.home-hero h1{font-size:36px}.search-box{width:100%}.home-actions{align-items:stretch;flex-direction:column}.add-root-button{min-height:46px}.project-grid{grid-template-columns:1fr}.project-card{min-height:250px}.tree-hero{align-items:flex-start;flex-direction:column;gap:26px;padding:25px}.tree-summary{width:100%}.tree-summary div{flex:1}.tree-toolbar{flex-direction:column}.toolbar-actions{width:100%;align-items:flex-start;flex-direction:column}.project-topbar{padding-top:20px}.breadcrumb{display:none}.back-button{margin-left:auto}.popup-layer-list{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
