:root{--ink:#17211d;--muted:#6f7772;--line:#e4e7e3;--paper:#f7f8f6;--green:#173f34;--accent:#b7d6c3}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,PingFang TC,sans-serif}.app-shell{height:100vh;display:flex;overflow:hidden}.sidebar{width:280px;flex:none;background:#102b24;color:#eaf2ee;display:flex;flex-direction:column;padding:24px 16px}.brand{display:flex;align-items:center;gap:12px;padding:0 8px 24px}.ai-orb,.brand-mark{display:grid;place-items:center;background:#d8e9df;color:#163d32;font-family:Georgia,serif;font-weight:700}.brand-mark{width:38px;height:38px;border-radius:10px;font-size:24px}.brand small,.brand strong{display:block}.brand strong{font-size:17px}.brand small{font-size:13px;color:#9bb3aa;margin-top:2px}.new-chat{border:1px solid #4a695f;background:#1a3a31;color:white;border-radius:10px;padding:11px 14px;text-align:left;font-weight:600}.new-chat span{font-size:21px;margin-right:8px}.main-nav{border-bottom:1px solid #29483f;padding:16px 0}.main-nav button{width:100%;border:0;background:none;color:#afc3bc;border-radius:8px;padding:10px 12px;text-align:left;font-size:16px}.main-nav button span{margin-right:9px}.main-nav button.active{background:#24483d;color:#fff}.history-title{display:flex;justify-content:space-between;color:#8da79e;font-size:13px;letter-spacing:.08em;text-transform:uppercase;padding:20px 10px 10px}.history-list{overflow:auto;flex:1 1}.history-item{width:100%;border:0;color:#dbe8e3;background:transparent;border-radius:8px;padding:10px 9px;display:flex;align-items:center;text-align:left}.history-item.selected,.history-item:hover{background:#1c3b32}.history-copy{min-width:0;flex:1 1}.history-copy small,.history-copy strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-copy strong{font-size:15px;font-weight:500}.history-copy small{font-size:12px;color:#86a198;margin-top:4px}.delete{opacity:0;color:#9db4ac;padding:3px 7px;font-size:20px}.history-item:hover .delete{opacity:1}.empty-side{color:#77938a;text-align:center;font-size:14px}.sidebar-foot{border-top:1px solid #29483f;padding:16px 8px 0;color:#9cb2aa;font-size:13px}.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#69c78f;margin-right:6px;box-shadow:0 0 0 3px #69c78f22}.workspace{min-width:0;flex:1 1;display:flex;flex-direction:column;background:#fbfcfa}.topbar{height:82px;flex:none;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 34px;background:#fff}.topbar h1{font-size:20px;margin:0}.topbar p{font-size:13px;color:var(--muted);margin:4px 0 0}.local-pill{font-size:13px;color:#35604f;background:#edf5f0;padding:7px 10px;border-radius:20px}.notice{margin:12px 28px 0;background:#edf5f0;border:1px solid #cfe1d7;color:#285444;padding:10px 14px;border-radius:8px;font-size:14px;display:flex;justify-content:space-between;cursor:pointer}.chat-view{min-height:0;flex:1 1;display:flex;flex-direction:column}.messages{flex:1 1;overflow:auto;padding:30px max(40px,calc((100% - 840px)/2))}.welcome{max-width:680px;margin:8vh auto;text-align:center}.ai-orb{width:58px;height:58px;border-radius:18px;font-size:32px;margin:0 auto 20px}.welcome h2{font-family:Georgia,"Noto Serif TC",serif;font-size:31px;margin:0 0 12px}.welcome>p{color:var(--muted);font-size:16px;line-height:1.7}.prompts{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:28px}.prompts button{border:1px solid var(--line);background:#fff;padding:14px 16px;border-radius:10px;text-align:left;color:#40504a;font-size:14px}.prompts button:last-child{grid-column:1/-1}.prompts span{float:right;color:#9ba7a2}.message{display:flex;gap:13px;margin-bottom:30px}.message.user{flex-direction:row-reverse}.avatar{width:30px;height:30px;flex:none;border-radius:9px;background:#d9e9e1;color:#194236;display:grid;place-items:center;font-family:Georgia,serif;font-weight:700}.user .avatar{background:#263b34;color:white;font-family:inherit;font-size:13px}.bubble{max-width:80%}.role{font-size:13px;font-weight:700;color:#52615b;margin:0 0 7px}.user .role{text-align:right}.content{font-size:16px;line-height:1.8;white-space:pre-wrap}.user .content{background:#173f34;color:#fff;padding:11px 15px;border-radius:14px 4px 14px 14px;line-height:1.6}.sources{border-top:1px solid var(--line);margin-top:14px;padding-top:10px}.sources>span{display:block;color:var(--muted);font-size:12px;margin-bottom:7px}.sources button{border:1px solid #dbe6df;background:#f3f7f4;color:#36584c;border-radius:6px;padding:6px 9px;margin:0 6px 5px 0;font-size:12px}.thinking{color:var(--muted);font-size:14px}.thinking i{display:inline-block;width:5px;height:5px;border-radius:50%;background:#729387;margin:0 2px;animation:pulse 1s infinite}.thinking i:nth-child(2){animation-delay:.2s}.thinking i:nth-child(3){animation-delay:.4s}@keyframes pulse{50%{opacity:.25}}.composer-wrap{padding:14px max(40px,calc((100% - 840px)/2)) 20px;background:linear-gradient(transparent,#fbfcfa 18%)}.composer{border:1px solid #ccd4cf;border-radius:14px;background:#fff;display:flex;align-items:flex-end;padding:9px 9px 9px 15px;box-shadow:0 6px 24px #193d2e0b}.composer:focus-within{border-color:#729b8c;box-shadow:0 0 0 3px #79a9951f}.composer textarea{flex:1 1;border:0;outline:0;resize:none;font:inherit;font-size:15px;line-height:28px;max-height:120px}.composer button{width:34px;height:34px;border:0;border-radius:9px;background:#173f34;color:#fff;font-size:21px}.composer button:disabled{background:#c9d0cc}.composer-wrap>p{text-align:center;font-size:11px;color:#929a96;margin:8px 0 0}.reg-view{padding:28px 34px;overflow:auto}.reg-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.search{border:1px solid var(--line);background:#fff;border-radius:9px;padding:9px 12px;width:min(440px,60%)}.search input{border:0;outline:0;width:calc(100% - 25px);margin-left:8px;font-size:14px}.doc-count{font-size:13px;color:var(--muted)}.upload-card{background:#173f34;color:white;border-radius:14px;padding:22px 24px;margin-bottom:20px}.upload-card h2{font-size:19px;margin:0 0 5px}.upload-card p{font-size:13px;color:#b6cbc3;margin:0 0 16px}.upload-fields{display:grid;grid-template-columns:1.1fr 1.1fr 1fr auto;grid-gap:8px;gap:8px}.file-picker,.upload-fields>input{min-width:0;border:1px solid #557268;background:#24483d;color:#fff;border-radius:8px;padding:9px 11px;font-size:13px}.upload-fields>input::placeholder{color:#9eb4ac}.file-picker{cursor:pointer;overflow:hidden}.file-picker input{display:none}.upload-fields button{border:0;background:#d6e7dd;color:#173f34;border-radius:8px;padding:0 20px;font-weight:700}.reg-table{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}.reg-row{display:grid;grid-template-columns:2.2fr 1.1fr .6fr .8fr .55fr;grid-gap:16px;gap:16px;align-items:center;padding:13px 18px;border-top:1px solid #eef0ed;font-size:13px;color:#5e6964}.reg-head{border-top:0;background:#f6f7f5;color:#8a928e;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.doc-name{display:flex;align-items:center;gap:10px;min-width:0}.doc-name i{font-style:normal;background:#edf2ef;color:#52675f;font-size:10px;font-weight:800;padding:7px 5px;border-radius:5px}.doc-name small,.doc-name strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-name strong{font-size:14px;color:#24312c}.doc-name small{font-size:11px;color:#929995;margin-top:3px}.reg-row a{color:#1b654e;font-weight:700;text-decoration:none}.reg-row em{font-size:11px;color:#a2a9a5}.empty-reg{text-align:center;padding:55px;color:#8c9691;font-size:14px}@media(max-width:800px){.sidebar{width:220px}.topbar{padding:0 20px}.composer-wrap,.messages{padding-left:24px;padding-right:24px}.reg-view{padding:20px}.upload-fields{grid-template-columns:1fr 1fr}.reg-row{grid-template-columns:2fr 1fr .6fr}.reg-row>:nth-child(3),.reg-row>:nth-child(4){display:none}}@media(max-width:600px){.sidebar{width:76px;padding:18px 10px}.brand>div,.history-list,.history-title,.main-nav button:not(.active),.new-chat:not(:focus),.sidebar-foot{font-size:0}.brand-mark{margin:auto}.new-chat{text-align:center}.new-chat span{margin:0}.main-nav button{text-align:center}.main-nav button span{margin:0;font-size:18px}.workspace{width:calc(100% - 76px)}.prompts{grid-template-columns:1fr}.prompts button:last-child{grid-column:auto}.upload-fields{grid-template-columns:1fr}.reg-row{grid-template-columns:2fr .7fr}.reg-row>:nth-child(2){display:none}}.role small{font-size:10px;font-weight:500;background:#edf3ef;color:#607269;padding:3px 6px;border-radius:9px;margin-left:5px}.user .role small{background:#315349;color:#d9e8e2}.sources a{display:inline-block;border:1px solid #dbe6df;background:#f3f7f4;color:#36584c;border-radius:6px;padding:6px 9px;margin:0 6px 5px 0;font-size:12px;text-decoration:none}.mode-switch{display:flex;align-items:center;gap:5px;margin:0 0 8px}.mode-switch button{border:1px solid #d8dfdb;background:#fff;color:#68756f;padding:6px 9px;border-radius:8px;font-size:12px}.mode-switch button.active{background:#173f34;color:white;border-color:#173f34}.mode-switch span{font-size:11px;color:#929a96;margin-left:5px}.assistant-controls{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.model-select{display:flex;align-items:center;gap:6px;font-size:11px;color:#7d8883}.model-select select{border:1px solid #d8dfdb;background:white;color:#40504a;border-radius:8px;padding:6px 8px;font-size:12px;max-width:245px}.model-badge{background:#e8edf3!important;color:#4f6378!important}.user .model-badge{background:#49655c!important;color:#e2ece8!important}@media(max-width:800px){.assistant-controls{display:block}.model-select{margin-bottom:8px}.model-select select{max-width:100%;flex:1 1}}.progress-message .bubble{width:min(520px,80%);background:#f6f8f6;border:1px solid #e0e6e2;border-radius:12px;padding:13px 15px}.progress-track{height:5px;background:#e2e8e4;border-radius:5px;overflow:hidden;margin:11px 0 8px}.progress-track span{display:block;height:100%;background:linear-gradient(90deg,#3d7763,#80ad9b);border-radius:5px;transition:width .35s ease}.progress-meta{display:flex;justify-content:space-between;align-items:center;color:#89928e;font-size:11px}.progress-meta button{border:1px solid #e1cbc6;background:#fff5f3;color:#8a463d;border-radius:7px;padding:5px 8px;font-size:11px}.composer .stop-send{background:#9a4b41}.composer textarea:disabled{background:white;color:#9aa19e}.mode-switch button:disabled{opacity:.65}.home-view{flex:1 1;overflow:auto;padding:50px clamp(28px,5vw,72px);background:linear-gradient(145deg,#f9faf7,#f0f5f1)}.home-hero{max-width:760px;margin-bottom:40px}.home-hero>span,.wiki-intro small{font-size:11px;letter-spacing:.18em;color:#56806f;font-weight:800}.home-hero h2{font-family:Georgia,"Noto Serif TC",serif;font-size:clamp(30px,4vw,48px);font-weight:500;line-height:1.25;margin:12px 0 14px}.home-hero p{font-size:16px;color:#6d7772;line-height:1.7}.home-hero button{margin-top:12px;border:0;background:#173f34;color:white;border-radius:9px;padding:11px 16px;font-size:14px}.home-hero button b,.hub-card b{margin-left:14px}.hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;max-width:1180px}.hub-card{position:relative;min-height:300px;border:1px solid #e0e6e1;background:#fff;border-radius:18px;padding:25px;text-align:left;color:#1d2d27;overflow:hidden;transition:.22s ease}.hub-card:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-75px;top:-80px;background:#dce9e2;opacity:.55}.hub-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #173f3415;border-color:#b8ccc1}.hub-card.projects:before{background:#d8e9df}.hub-card.assistant:before{background:linear-gradient(135deg,#cfe9e0,#dfe3f1)}.hub-card.library:before{background:linear-gradient(135deg,#d9e9e1,#dfe5ee)}.hub-card.law:before{background:#e9e4d6}.hub-icon{width:52px;height:52px;border-radius:14px;background:#edf4f0;display:grid;place-items:center;font-size:26px;margin-bottom:34px}.hub-card.projects .hub-icon{background:#e4f0e9}.hub-card.assistant .hub-icon{background:linear-gradient(135deg,#dcefe7,#e3e6f3);color:#28584a;font-family:Georgia,serif;font-weight:700}.hub-card.library .hub-icon{background:linear-gradient(135deg,#e8f2ec,#e8edf4)}.hub-card.law .hub-icon{background:#f4f1e9}.hub-card small{font-size:10px;color:#80908a;letter-spacing:.14em}.hub-card h3{font-family:Georgia,"Noto Serif TC",serif;font-size:24px;margin:8px 0 12px}.hub-card p{font-size:14px;line-height:1.7;color:#727c77}.hub-card>span{position:absolute;left:25px;bottom:24px;font-size:13px;font-weight:700;color:#285343}.library-formats{display:flex;gap:6px;margin-top:16px}.library-formats i{font-style:normal;font-size:11px;font-weight:700;color:#49665b;background:#edf3ef;border-radius:20px;padding:5px 9px}.library-formats i:last-child{color:#4a5d73;background:#edf0f5}.home-stats{display:flex;gap:45px;margin-top:32px;padding:20px 5px;border-top:1px solid #dfe5e1;max-width:1180px}.home-stats div{display:flex;flex-direction:column}.home-stats strong{font-family:Georgia,serif;font-size:21px;color:#234b3d}.home-stats span{font-size:11px;color:#87908c;margin-top:3px}.wiki-intro{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e3e7e4;border-radius:14px;padding:20px 23px;margin-bottom:18px}.wiki-intro h2{font-family:Georgia,"Noto Serif TC",serif;font-size:24px;margin:5px 0}.wiki-intro p{font-size:13px;color:#76807b;margin:0}.wiki-badge{font-size:12px;letter-spacing:.1em;background:#edf3ef;color:#365e50;padding:9px 12px;border-radius:8px}.upload-card.revit{background:#293b50}.asset-fields{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px}.asset-fields .file-picker,.asset-fields input{min-width:0;border:1px solid #557268;background:#24483d;color:#fff;border-radius:8px;padding:9px 11px;font-size:13px}.upload-card.revit .asset-fields input,.upload-card.revit .file-picker{background:#354a61;border-color:#60758c}.asset-fields input::placeholder{color:#a7b9b2}.asset-fields .wide{grid-column:span 2}.asset-fields button{border:0;background:#d6e7dd;color:#173f34;border-radius:8px;font-weight:700}.asset-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:14px;gap:14px}.asset-grid>.empty-reg{grid-column:1/-1;background:#fff;border:1px solid #e3e7e4;border-radius:12px}.asset-card{background:#fff;border:1px solid #e2e7e3;border-radius:13px;padding:16px;display:grid;grid-template-columns:52px 1fr;grid-gap:13px;gap:13px;position:relative}.file-tile{width:52px;height:62px;border-radius:8px;background:#e1eee7;color:#285846;display:grid;place-items:center;font-size:11px;font-weight:800}.file-tile.revit{background:#e6ebf2;color:#36516f}.asset-body{min-width:0}.asset-meta{display:flex;gap:5px}.asset-meta span,.tags i{font-style:normal;font-size:10px;background:#f0f3f1;color:#6a7670;padding:3px 6px;border-radius:8px}.asset-body h3{font-size:16px;margin:7px 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.asset-body p{font-size:12px;color:#76807c;line-height:1.5;min-height:30px;margin:0 0 7px}.tags{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:7px}.asset-body>small{font-size:10px;color:#9aa19e}.asset-actions{grid-column:1/-1;border-top:1px solid #eef1ef;margin-top:2px;padding-top:10px;display:flex;justify-content:space-between;align-items:center}.asset-actions a{font-size:12px;color:#1b654e;text-decoration:none;font-weight:700}.asset-actions em,.asset-actions time{font-size:10px;color:#969e9a;font-style:normal}@media(max-width:1000px){.hub-grid{grid-template-columns:1fr}.hub-card{min-height:220px}.asset-fields{grid-template-columns:1fr 1fr}}@media(max-width:700px){.home-view{padding:30px 20px}.home-stats{gap:20px;flex-wrap:wrap}.asset-fields{grid-template-columns:1fr}.asset-fields .wide{grid-column:auto}}@media(max-width:1000px){.hub-card{min-height:260px;padding-bottom:62px}}.sync-view{background:#f7f9f6}.sync-note{display:flex;gap:18px;align-items:center;background:#e8f2ec;border:1px solid #cfe1d7;border-radius:12px;padding:15px 18px;margin-bottom:18px}.sync-note strong{font-size:14px;color:#214c3d}.sync-note span{font-size:12px;color:#65736d}.sync-form{background:#173f34;color:white;border-radius:14px;padding:20px 22px;margin-bottom:24px}.sync-form h2{font-size:18px;margin:0 0 4px}.sync-form p{font-size:12px;color:#adc3ba;margin:0 0 14px}.sync-fields{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px}.sync-fields input{min-width:0;border:1px solid #557268;background:#24483d;color:white;border-radius:8px;padding:9px 10px;font-size:12px}.sync-fields input::placeholder{color:#9eb4ac}.sync-fields .wide{grid-column:span 2}.review-actions button,.rule-actions button,.sync-fields button{border:0;background:#d6e7dd;color:#173f34;border-radius:8px;padding:9px 13px;font-size:12px;font-weight:700}.sync-section{margin:24px 0}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.section-title h2{font-size:17px;margin:0}.section-title span{font-size:11px;color:#7d8883}.sync-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:12px;gap:12px}.candidate-list>article,.sync-cards>article{background:white;border:1px solid #e1e7e3;border-radius:12px;padding:16px}.candidate-head small,.sync-cards small{font-size:11px;color:#7c8882;margin-left:7px}.candidate-list h3,.sync-cards h3{font-size:15px;margin:9px 0 5px}.sync-cards p{font-size:12px;color:#68756f;margin:0 0 5px}.sync-cards a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#39705d;font-size:11px}.sync-cards time{display:block;font-size:10px;color:#949d99;margin-top:9px}.rule-actions{display:flex;gap:7px;margin-top:13px}.rule-actions .quiet{background:#f1f4f2;color:#69766f}.status{display:inline-block;border-radius:10px;padding:3px 7px;background:#eef1ef;color:#77807c;font-size:10px}.status.approved,.status.candidate,.status.enabled{background:#def0e6;color:#276046}.status.pending{background:#f5ebcb;color:#80631c}.status.error,.status.rejected{background:#f6e3df;color:#8a4035}.status.no_change{background:#e8edf3;color:#4c6179}.candidate-list{display:grid;grid-gap:10px;gap:10px}.candidate-head{display:flex;justify-content:space-between;gap:15px}.candidate-head time{font-size:10px;color:#929b97}.candidate-list>article>p{font-size:12px;line-height:1.6;color:#66736d;max-height:64px;overflow:hidden;white-space:pre-wrap}.candidate-list code{font-size:10px;color:#87908b;word-break:break-all}.review-actions{display:flex;align-items:center;gap:8px;margin-top:13px}.review-actions button:nth-child(2){background:#f4e8e5;color:#7e443b}.review-actions a{font-size:11px;color:#39705d;margin-left:auto}.run-list{background:white;border:1px solid #e2e7e3;border-radius:11px;overflow:hidden}.run-list>div{display:grid;grid-template-columns:70px 1fr 2fr 1fr;grid-gap:10px;gap:10px;align-items:center;padding:10px 13px;border-top:1px solid #edf0ee;font-size:11px}.run-list>div:first-child{border-top:0}.run-list time{color:#8a9490;text-align:right}@media(max-width:900px){.sync-fields{grid-template-columns:1fr 1fr}.run-list>div{grid-template-columns:65px 1fr}.run-list time{display:none}}@media(max-width:600px){.sync-note{display:block}.sync-note span{display:block;margin-top:5px}.sync-fields{grid-template-columns:1fr}.sync-fields .wide{grid-column:auto}.candidate-head{display:block}.review-actions{flex-wrap:wrap}}.library-kind-switch{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-bottom:14px;padding:5px;background:#e9eeeb;border-radius:13px}.library-kind-switch button{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;grid-column-gap:10px;column-gap:10px;align-items:center;border:1px solid transparent;background:transparent;color:#69756f;padding:11px 14px;border-radius:9px;text-align:left;cursor:pointer}.library-kind-switch button>span{grid-row:1/3;font-size:21px}.library-kind-switch button strong{font-size:14px}.library-kind-switch button small{font-size:10px;letter-spacing:.08em;color:#8b9590;margin-top:2px}.library-kind-switch button.active{background:#fff;border-color:#dce4df;color:#234b3d;box-shadow:0 3px 10px #173f3410}.library-tabs{display:flex;gap:5px;margin:-4px 0 18px;padding:4px;background:#edf0ee;border-radius:10px;width:max-content}.library-tabs button{border:0;background:transparent;color:#66716c;padding:8px 14px;border-radius:7px;font-size:13px;font-weight:700;cursor:pointer}.library-tabs button.active{background:#fff;color:#294d40;box-shadow:0 1px 5px #1a382a12}.file-summary{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin-bottom:14px}.file-summary div{background:#fff;border:1px solid #e2e7e3;border-radius:11px;padding:14px 16px}.file-summary span,.file-summary strong{display:block}.file-summary strong{font-family:Georgia,"Noto Serif TC",serif;font-size:20px;color:#294d40}.file-summary span{font-size:11px;color:#8a938f;margin-top:3px}.file-toolbar{justify-content:space-between;gap:16px;background:#fff;border:1px solid #e2e7e3;border-radius:11px 11px 0 0;padding:11px 14px}.breadcrumbs,.file-toolbar{display:flex;align-items:center}.breadcrumbs{min-width:0;overflow:auto}.breadcrumbs button{flex:none;border:0;background:none;color:#47665b;font-size:12px;font-weight:700;cursor:pointer;padding:4px}.breadcrumbs button span{color:#a5aca8;margin-right:8px}.file-search{flex:none;width:min(320px,40%);display:flex;align-items:center;border:1px solid #dde3df;border-radius:8px;padding:7px 10px}.file-search input{border:0;outline:0;width:100%;font-size:12px;margin-left:7px}.file-table{background:#fff;border:1px solid #e2e7e3;border-top:0}.file-row{display:grid;grid-template-columns:minmax(280px,2.2fr) .55fr .55fr .7fr .4fr;grid-gap:15px;gap:15px;align-items:center;min-height:54px;padding:8px 15px;border-top:1px solid #eef1ef;color:#69736e;font-size:12px}.file-row:first-child{border-top:0}.file-head{min-height:36px;background:#f5f7f5;color:#8e9692;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.file-name{min-width:0;border:0;background:none;display:flex;align-items:center;gap:10px;text-align:left;color:inherit;padding:0}.file-row.folder .file-name{cursor:pointer}.file-name i{width:38px;height:38px;flex:none;border-radius:8px;background:#edf1f5;color:#405c79;display:grid;place-items:center;font-style:normal;font-size:10px;font-weight:800}.file-row.folder .file-name i{background:#e7efe9;color:#3d6857;font-size:19px}.file-name span{min-width:0}.file-name small,.file-name strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-name strong{color:#29352f;font-size:13px}.file-name small{font-size:10px;color:#9aa19d;margin-top:3px}.file-row a,.open-folder{border:0;background:none;color:#1b654e;text-decoration:none;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap}.file-foot{display:flex;justify-content:space-between;color:#8b9490;font-size:11px;padding:9px 4px}.file-foot span:last-child{color:#9a6d38}@media(max-width:900px){.file-summary{grid-template-columns:1fr 1fr}.file-row{grid-template-columns:minmax(220px,2fr) .6fr .5fr}.file-row>:nth-child(3),.file-row>:nth-child(4){display:none}}@media(max-width:650px){.library-kind-switch{grid-template-columns:1fr}.file-toolbar{align-items:stretch;flex-direction:column}.file-search{width:100%}.file-row{grid-template-columns:minmax(180px,2fr) .5fr}.file-row>:nth-child(2){display:none}}.cloud-drive{padding:28px 32px;color:#23382f;position:relative;max-width:1500px;margin:auto;width:100%}.drive-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:28px;background:linear-gradient(120deg,#e9f0e9,#f5f7f1);border:1px solid #dae4d8;border-radius:16px;margin-bottom:24px}.drive-heading small{font-size:10px;letter-spacing:2px;color:#688573}.drive-heading h2{font-size:23px;margin:10px 0}.drive-heading p{font-size:13px;color:#63756b;margin:0;line-height:1.8}.drive-badge{white-space:nowrap;font-size:12px;background:#fff9;padding:9px 14px;border-radius:30px;color:#557664}.cloud-drive button,.drive-preview a,.drive-preview button{cursor:pointer;border:1px solid #dce4dd;background:#fff;color:#344f40;border-radius:7px;padding:8px 12px;font-size:12px;text-decoration:none}.cloud-drive button:disabled,.drive-preview button:disabled{opacity:.45;cursor:not-allowed}.cloud-drive button:hover:not(:disabled),.drive-preview button:hover{background:#eef3ef}.cloud-drive a:focus-visible,.cloud-drive button:focus-visible,.drive-preview button:focus-visible{outline:3px solid #91af9b;outline-offset:2px}.drive-controls,.drive-footer,.drive-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;flex-wrap:wrap}.drive-buttons,.drive-controls>div,.drive-footer>div,.drive-tabs{display:flex;gap:8px;align-items:center}.drive-tabs button{border-color:transparent;background:transparent;padding:10px 16px}.drive-tabs .active{background:#e7eee7;font-weight:600}.cloud-drive .primary{background:#315d45;color:#fff;border-color:#315d45}.drive-controls nav{font-size:12px;max-width:100%;overflow-wrap:anywhere}.drive-controls nav button{border:0;background:transparent;padding:6px}.cloud-drive input:not([type=file]),.cloud-drive select{border:1px solid #dce4dd;border-radius:7px;padding:10px 12px;background:#fff;font:inherit;font-size:12px;color:#344f40}.drive-controls input{width:260px}.drive-controls [aria-pressed=true]{background:#e5ede6;border-color:#9db6a4}.drive-files{border:1px solid #e0e6df;border-radius:12px;background:white}.drive-files.list .drive-entry,.drive-table-head{display:grid;grid-template-columns:minmax(200px,1fr) 95px 115px 155px;align-items:center;grid-gap:12px;gap:12px;padding:14px 20px}.drive-table-head{background:#f5f7f4;border-radius:12px 12px 0 0;font-size:11px;color:#7a8a80}.drive-files.list .drive-entry{border-top:1px solid #edf0ea;min-height:80px}.drive-entry:hover{background:#fafcf9}.cloud-drive .drive-file-name{display:flex;gap:13px;align-items:center;text-align:left;padding:0;border:0;background:transparent;min-width:0;color:#263f31}.drive-file-name>span:last-child{min-width:0}.drive-file-name strong{display:block;font-size:13px;font-weight:500;overflow-wrap:anywhere}.drive-file-name small{display:block;color:#8a998e;font-size:10px;margin-top:5px;overflow-wrap:anywhere}.drive-icon{width:40px;height:46px;flex-shrink:0;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;background:#eef0f2;color:#6c7c87}.drive-icon.folder{font-size:30px;color:#b89d57;background:#f6f0de}.drive-icon.pdf{background:#fcf0ec;color:#b87160}.drive-icon.dwg,.drive-icon.dxf{background:#eaf2f9;color:#608bac}.drive-entry time,.drive-file-size{font-size:11px;color:#7c8a81}.drive-entry-actions{display:flex;align-items:center;gap:6px;justify-content:flex-end}.drive-entry-actions a,.drive-entry-actions button{font-size:11px;padding:6px;border:0;background:transparent;color:#597860;white-space:nowrap}.drive-entry-actions details{position:relative}.drive-entry-actions summary{cursor:pointer;list-style:none;padding:6px;color:#718a79}.drive-entry-actions details>div{position:absolute;right:0;top:28px;display:grid;background:#fff;z-index:5;box-shadow:0 8px 24px #1b342329;padding:7px;border:1px solid #e0e6df;border-radius:8px;min-width:140px}.drive-entry-actions details>div button{text-align:left;padding:10px}.drive-files.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:16px;gap:16px;border:0;background:transparent}.drive-files.grid .drive-entry{border:1px solid #dfe6dc;border-radius:12px;background:#fff;padding:20px;display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.drive-files.grid .drive-file-name{grid-column:1/-1;align-items:flex-start;flex-direction:column}.drive-files.grid .drive-icon{width:50px;height:54px}.drive-files.grid .drive-entry-actions{grid-column:1/-1;border-top:1px solid #edf0ea;padding-top:10px}.drive-files.grid time{text-align:right}.drive-empty{text-align:center;padding:65px 20px;color:#819183;grid-column:1/-1;font-size:13px}.drive-empty h3{font-size:16px;color:#506b56;font-weight:500}.drive-empty p{line-height:1.8;max-width:520px;margin:12px auto}.drive-empty-icon{font-size:48px;color:#bfccb9}.drive-footer{font-size:11px;color:#7f8d80;margin-top:18px}.drive-footer button{padding:5px 8px}.drive-caption{font-size:12px;color:#70806f}.drive-message{background:#eef4ec;border:1px solid #d5e1d1;border-radius:8px;padding:12px 16px;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;font-size:12px;overflow-wrap:anywhere;white-space:pre-wrap}.drive-message button{border:0;background:transparent}.drive-drop{position:absolute;inset:10px;z-index:20;background:#f0f7efed;border:3px dashed #668c6f;border-radius:16px;display:grid;place-items:center;pointer-events:none;font-size:20px}.drive-trash>div:not(.drive-empty){display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #e0e6dc;background:#fff}.drive-trash strong{font-size:13px;overflow-wrap:anywhere}.drive-trash small{display:block;font-size:11px;color:#829082;margin-top:8px}.drive-modal-shade,.drive-preview-shade{position:fixed;inset:0;background:#17261fe0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}.drive-modal{background:#fff;padding:28px;border-radius:16px;width:min(480px,100%);box-shadow:0 30px 100px #0003}.drive-modal h3{margin:0 0 22px;font-size:18px}.drive-modal label{display:grid;grid-gap:10px;gap:10px;font-size:12px}.drive-modal .drive-buttons{margin-top:24px;justify-content:flex-end}.drive-modal p{font-size:12px;overflow-wrap:anywhere}.drive-destinations{display:grid;grid-gap:6px;gap:6px;max-height:300px;overflow:auto}.drive-destinations button{text-align:left}.drive-preview{display:flex;flex-direction:column;background:#f0f2ee;border-radius:12px;width:min(1500px,100%);height:94vh;overflow:hidden;color:#304638}.drive-preview header{display:flex;align-items:center;justify-content:space-between;padding:16px 22px;background:#fff;gap:15px}.drive-preview header>div:first-child{min-width:0}.drive-preview h2{font-size:16px;overflow-wrap:anywhere;margin:6px 0 0}.drive-preview small{font-size:10px;color:#839385}.drive-preview-actions{display:flex;gap:8px;flex-shrink:0;align-items:center}.drive-preview-body{flex:1 1;min-height:0;display:flex;flex-direction:column}.drive-preview-body iframe{border:0;width:100%;height:100%;flex:1 1;background:white}.drive-image-scroll{height:100%;overflow:auto;padding:20px}.drive-image-scroll img{display:block;min-height:100px;object-fit:contain}.drive-cad-note{font-size:11px;background:#e8ede5;padding:10px 20px;margin:0;color:#62745c}.drive-preview .drive-empty{margin:auto}.drive-preview .drive-empty a{display:inline-block;margin:10px}@media(max-width:1100px){.drive-files.list .drive-entry,.drive-table-head{grid-template-columns:minmax(160px,1fr) 80px 140px}.drive-files.list .drive-entry time,.drive-table-head>span:nth-child(3){display:none}.drive-controls>div{flex-wrap:wrap}.cloud-drive{padding:20px}}@media(max-width:640px){.cloud-drive{padding:14px}.drive-heading{padding:20px;align-items:flex-start}.drive-heading h2{font-size:19px}.drive-badge{display:none}.drive-controls>div{width:100%}.drive-controls input{flex:1 1;min-width:150px}.drive-table-head{display:none}.drive-files.list .drive-entry{grid-template-columns:minmax(0,1fr) auto;padding:15px 12px;gap:8px}.drive-files.list .drive-file-size{display:none}.drive-entry-actions{gap:2px}.drive-preview-shade{padding:0}.drive-preview{height:100dvh;border-radius:0}.drive-preview header{padding:12px;flex-wrap:wrap}.drive-preview-actions{width:100%;justify-content:flex-end}.drive-preview h2{font-size:14px}.drive-modal-shade{padding:16px}.drive-heading p{font-size:12px}.drive-toolbar{gap:10px}}.foundation{padding:28px 34px 50px;max-width:1700px;margin:0 auto;color:#223a38}.foundation button,.foundation input,.foundation select,.foundation textarea{font:inherit}.foundation a,.foundation button{transition:background .15s}.foundation button{cursor:pointer;border:1px solid #d6e1dc;background:white;border-radius:8px;padding:10px 15px;color:#294e46}.foundation button:hover{background:#f0f6f2}.foundation button:disabled{opacity:.5;cursor:default}.foundation a:focus-visible,.foundation button:focus-visible{outline:3px solid #57a998;outline-offset:2px}.foundation input,.foundation select,.foundation textarea{border:1px solid #d6e1dc;border-radius:7px;padding:10px;background:#fff;color:#203b35;min-width:0}.foundation textarea{resize:vertical}.foundation a{color:#286a55;text-decoration:none}.foundation .fd-primary{background:#285c4d;color:#fff;border-color:#285c4d}.foundation .fd-primary:hover{background:#204b3f}.fd-hero{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:28px 30px;background:linear-gradient(120deg,#edf4ed,#f8f7f1);border:1px solid #e0e6db;border-radius:16px}.fd-hero small{letter-spacing:3px;font-size:11px;color:#547468}.fd-hero h2{font-size:26px;margin:13px 0;font-weight:600}.fd-hero p{color:#66796e;margin:0;font-size:14px}.fd-domain{font-size:12px;color:#527363;border:1px solid #c4d9cb;border-radius:24px;padding:10px 16px;white-space:nowrap}.fd-tabs{display:flex;gap:12px;align-items:center;margin:24px 0 18px}.fd-tabs span{margin-left:auto;font-size:12px;color:#7b877d}.foundation .selected{background:#e6f0e8;border-color:#91b5a1;color:#234e3b}.fd-metrics{display:grid;grid-template-columns:1fr 1fr 1fr 1.7fr;grid-gap:18px;gap:18px;margin-bottom:25px}.fd-metrics>div{background:white;border:1px solid #e2e8e2;padding:18px 22px;border-radius:10px;display:flex;flex-direction:column;gap:7px}.fd-metrics strong{font-size:24px;font-weight:600}.fd-metrics span{font-size:12px;color:#728078}.fd-online{color:#3b7960}.fd-notice{background:#fff5db;border:1px solid #eddbaf;padding:12px 16px;border-radius:9px;margin:12px 0;display:flex;align-items:center;justify-content:space-between;gap:12px}.fd-notice button{border:0;background:transparent}.fd-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.fd-toolbar>input{flex:1 1;min-width:210px}.fd-toolbar label{display:flex;gap:7px;font-size:13px;align-items:center}.fd-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.foundation .fd-card{padding:22px;text-align:left;background:#fff;border:1px solid #dfe7de;border-radius:12px;box-shadow:0 3px 9px #243d2510}.fd-card-top{display:flex;justify-content:space-between;align-items:center}.fd-card-top>span{background:#e8f0e8;font-size:12px;padding:5px 10px;border-radius:5px}.fd-card-top small{color:#8b958d;font-size:11px}.fd-card h3{font-size:18px;line-height:1.5;margin:18px 0 8px;overflow-wrap:anywhere}.fd-card>p{font-size:13px;color:#6f7e73}.fd-card dl{display:grid;grid-template-columns:80px 1fr;grid-gap:9px;gap:9px;font-size:12px;margin:20px 0}.fd-card dt{color:#879188}.fd-card dd{margin:0;overflow-wrap:anywhere}.fd-card footer{display:flex;justify-content:space-between;gap:10px;border-top:1px solid #e7ece6;padding-top:15px;font-size:12px;color:#60806b}.fd-empty{text-align:center;padding:65px 20px;background:#fff;border:1px dashed #cfdbd1;border-radius:12px;color:#7b877c}.fd-empty h3{color:#375c48}.fd-corpus{display:flex;gap:24px;align-items:center;justify-content:space-between;padding:24px;background:#f0f3ec;border-radius:12px;margin-top:25px}.fd-corpus p{font-size:12px;color:#778473;margin-bottom:0;line-height:1.8}.fd-corpus a{white-space:nowrap;font-size:13px}.fd-chat-layout{display:grid;grid-template-columns:210px minmax(0,1fr);border:1px solid #dee7df;border-radius:12px;overflow:hidden;background:white}.fd-chats{padding:20px;background:#f5f7f3;border-right:1px solid #e1e7dc;max-height:740px;overflow:auto}.fd-chats h3{font-size:12px;color:#899381;margin:25px 0 15px}.fd-chats button{width:100%;text-align:left;font-size:12px;margin-bottom:9px;overflow-wrap:anywhere}.fd-chat-main{min-width:0}.fd-chat-scope{padding:15px 22px;border-bottom:1px solid #e6ece4;display:flex;justify-content:space-between;align-items:center;gap:14px;font-size:12px;color:#829078}.fd-chat-scope label{display:flex;align-items:center;gap:10px}.fd-chat-scope select{max-width:340px}.fd-messages{height:470px;overflow:auto;padding:25px}.fd-welcome{max-width:600px;margin:25px auto;color:#57715e}.fd-welcome>div{font-size:40px;color:#61917b}.fd-welcome h3{font-size:23px;color:#305c45}.fd-welcome p{font-size:13px;line-height:1.8}.fd-welcome button{display:block;margin:10px 0;font-size:13px;width:100%;text-align:left}.fd-message{margin:16px 0;padding:15px 18px;border-radius:10px;background:#f5f7f2}.fd-message.user{background:#eaf2ed;margin-left:12%}.fd-message>small{color:#7b8d7b;font-size:11px}.fd-message>div{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.9;margin-top:8px;font-size:14px}.fd-message nav{display:flex;flex-wrap:wrap;gap:6px;margin-top:15px}.fd-message nav button{font-size:11px;padding:7px 10px;text-align:left}.fd-thinking{color:#607e68;font-size:13px;padding:15px}.fd-composer{display:flex;gap:12px;padding:15px 22px 6px;border-top:1px solid #e6ece4}.fd-composer textarea{flex:1 1;min-height:65px;max-height:180px}.fd-footnote{font-size:11px;text-align:center;color:#879282;padding:0 12px 8px}.fd-overlay{position:fixed;inset:0;z-index:120;background:#17352788;display:flex;align-items:center;justify-content:center;padding:25px}.fd-detail{width:100%;max-width:1680px;height:92vh;display:flex;flex-direction:column;background:#fcfdf9;border-radius:14px;box-shadow:0 24px 70px #17352755;overflow:hidden}.fd-detail header,.fd-form header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:20px 25px;border-bottom:1px solid #dfe7db}.fd-detail header h2{font-size:20px;margin:6px 0}.fd-detail header small{font-size:12px;color:#72856f}.fd-detail header p{font-size:12px;color:#7a8775;margin:5px 0}.fd-detail-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;padding:12px 25px;font-size:12px;border-bottom:1px solid #e1e8de}.fd-detail-actions button{padding:7px 11px;font-size:12px}.fd-detail-body{display:grid;grid-template-columns:170px minmax(280px,1fr) 340px;min-height:0;flex:1 1}.fd-page-list{padding:14px;overflow:auto;border-right:1px solid #e0e7dc}.fd-page-list button{display:flex;flex-direction:column;width:100%;text-align:left;margin-bottom:8px;gap:7px;font-size:12px;padding:10px}.fd-page-list small{font-size:10px;color:#7c8d75}.fd-preview{background:#e6eae3;min-height:350px}.fd-preview iframe{border:0;width:100%;height:100%;min-height:350px}.fd-reference{padding:30px;overflow:auto;height:100%;background:#f3f5ef}.fd-reference p{white-space:pre-wrap;line-height:1.9;font-size:14px}.fd-review{padding:20px;overflow:auto;display:flex;flex-direction:column;gap:14px}.fd-review-state{font-size:12px;background:#fff1cf;padding:10px;border-radius:6px;color:#8b6a22}.fd-review-state.approved{background:#e2efe2;color:#397249}.fd-form label,.fd-review label{display:flex;flex-direction:column;gap:7px;font-size:12px;color:#57714f}.fd-review textarea{min-height:260px;line-height:1.8;font-size:13px}.fd-review p{font-size:11px;line-height:1.7;color:#7e8a75;margin:0}.fd-review-buttons{display:flex;flex-direction:column;gap:8px}.fd-review details{font-size:12px;color:#75876a}.fd-review pre{white-space:pre-wrap;word-break:break-word;font:inherit;line-height:1.8}.fd-form-overlay{z-index:130}.fd-form{background:#fcfdf9;max-width:720px;width:100%;padding:0 25px 22px;max-height:92vh;overflow:auto;border-radius:14px}.fd-form header{padding:18px 0}.fd-form header h2{font-size:20px;margin:8px 0}.fd-form>p{font-size:12px;color:#7a896d;line-height:1.8}.fd-form>label{margin:16px 0}.fd-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.fd-form footer{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.fd-upload{padding:18px;border:1px dashed #bdcfb4;border-radius:8px;background:#f0f5ed}.fd-upload input{background:transparent;border:0;padding:10px 0}.fd-form textarea{line-height:1.8}@media(max-width:1250px){.fd-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fd-detail-body{grid-template-columns:135px minmax(200px,1fr) 280px}.fd-metrics{gap:10px}.fd-hero h2{font-size:22px}}@media(max-width:850px){.foundation{padding:18px}.fd-hero{padding:20px;display:block}.fd-domain{display:inline-block;margin-top:15px}.fd-metrics{grid-template-columns:1fr 1fr}.fd-grid{grid-template-columns:1fr}.fd-tabs span{display:none}.fd-chat-layout{grid-template-columns:1fr}.fd-chats{max-height:150px;border-right:0;border-bottom:1px solid #e1e7dc}.fd-chat-scope{display:block}.fd-chat-scope select{max-width:230px}.fd-detail-body{display:flex;flex-direction:column;overflow:auto}.fd-page-list{display:flex;flex-shrink:0;max-height:100px;gap:6px}.fd-page-list button{min-width:125px}.fd-review{overflow:visible}.fd-preview{min-height:430px}.fd-preview iframe{height:430px}.fd-overlay{padding:8px}.fd-corpus{display:block}.fd-corpus a{display:inline-block;margin-top:15px}.fd-detail header{padding:15px}.fd-fields{grid-template-columns:1fr}.fd-messages{height:420px}}.fd-floating-notice{position:fixed;top:12px;left:50%;transform:translateX(-50%);z-index:150;width:min(680px,90vw);box-shadow:0 8px 24px #17352733}.fd-preview{display:flex;flex-direction:column;min-width:0;min-height:0}.fd-preview-tools{flex:0 0 auto;display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f4f7f1;color:#617468;font-size:12px}.fd-preview-tools>div{display:flex;align-items:center;gap:8px}.foundation .fd-preview-tools button{padding:3px 9px;font-size:18px;line-height:1}.fd-preview-scroll{overflow:auto;flex:1 1;min-height:0;text-align:center}.fd-preview-scroll img{display:block;height:auto;max-width:none;margin:0 auto;background:white}.fd-preview-scroll .fd-empty{margin:20px}.auth-screen{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 15% 10%,#dbe9e1 0,transparent 34%),linear-gradient(145deg,#f8faf7,#eaf0ec);padding:24px}.login-card{width:min(440px,100%);background:#fff;border:1px solid #dfe6e1;border-radius:22px;padding:42px;box-shadow:0 26px 80px #14382c1a}.login-card .brand-mark{margin-bottom:28px}.access-summary small,.login-card>small{font-size:11px;letter-spacing:.17em;color:#5c826f;font-weight:800}.login-card h1{font-family:Georgia,"Noto Serif TC",serif;font-size:31px;font-weight:500;margin:10px 0}.login-card>p{color:#77817c;font-size:14px;line-height:1.7;margin:0 0 24px}.login-card label{display:block;color:#52605a;font-size:13px;font-weight:700;margin-top:14px}.login-card input{display:block;width:100%;margin-top:7px;border:1px solid #d9e0dc;border-radius:9px;padding:12px;font:inherit;outline:0}.login-card input:focus{border-color:#6c9886;box-shadow:0 0 0 3px #6c98861c}.account-create>button,.group-create>button,.login-card>button{width:100%;border:0;border-radius:9px;background:#173f34;color:#fff;padding:12px;margin-top:20px;font-weight:700}.login-card>button span{float:right}.login-card footer{text-align:center;font-size:11px;color:#929b97;margin-top:18px}.login-error{background:#fff1ee;color:#8c3c32;border:1px solid #efd2cc;border-radius:8px;padding:9px 11px;font-size:13px}.auth-loading{text-align:center;color:#66736d;font-size:13px}.auth-loading .brand-mark{margin:auto}.account-foot{display:grid;grid-template-columns:30px 1fr auto;align-items:center;grid-gap:8px;gap:8px}.account-foot>span:nth-child(2){min-width:0}.account-foot small,.account-foot strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-foot strong{color:#e7f0ec;font-size:13px}.account-foot small{font-size:10px;margin-top:3px}.account-foot button{border:0;background:transparent;color:#9eb3ab;font-size:11px;padding:5px}.account-session-actions{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.account-session-actions button:first-child{color:#d6e7df;white-space:nowrap}.user-avatar{width:30px;height:30px;border-radius:9px;background:#d8e8df;color:#1e4b3c;display:grid;place-items:center;font-weight:800;flex:none}.accounts-view{flex:1 1;overflow:auto;padding:28px 34px 50px;background:#f6f8f5}.access-summary{display:flex;justify-content:space-between;gap:24px;background:#173f34;color:#fff;border-radius:16px;padding:26px 28px;margin-bottom:20px}.access-summary h2{font-family:Georgia,"Noto Serif TC",serif;font-weight:500;font-size:26px;margin:7px 0}.access-summary p{color:#b7cbc3;font-size:13px;margin:0}.access-summary>div:last-child{display:grid;grid-template-columns:auto auto;grid-gap:4px 12px;gap:4px 12px;align-content:center}.access-summary strong{font-family:Georgia,serif;font-size:24px}.access-summary span{font-size:11px;color:#afc4bc;align-self:center}.account-layout{display:grid;grid-template-columns:minmax(360px,.85fr) minmax(500px,1.15fr);grid-gap:18px;gap:18px;align-items:flex-start}.account-column{background:#fff;border:1px solid #e1e6e2;border-radius:14px;padding:20px}.account-title{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.account-title h2{font-size:18px;margin:0 0 4px}.account-title p{font-size:11px;color:#828c87;margin:0}.account-title>span{font-size:11px;background:#eef3f0;color:#4d6a5e;border-radius:20px;padding:5px 8px}.account-create,.group-create{border:1px solid #dfe6e1;background:#f8faf8;border-radius:11px;padding:13px;margin-bottom:16px}.form-row{display:grid;grid-template-columns:1fr 1.4fr;grid-gap:7px;gap:7px}.account-create input,.group-create>input{width:100%;border:1px solid #dce2de;background:#fff;border-radius:7px;padding:9px;font:inherit;font-size:12px;margin-bottom:7px}.group-picks{display:flex;gap:6px;flex-wrap:wrap}.group-picks label,.user-group-grid label{position:relative}.group-picks input,.user-group-grid input{position:absolute;opacity:0}.group-picks span,.user-group-grid span{display:block;border:1px solid #dce3df;background:#fff;border-radius:20px;padding:6px 9px;font-size:11px;color:#68746e;cursor:pointer}.group-picks input:checked+span,.user-group-grid input:checked+span{background:#dfeee6;border-color:#a8c7b9;color:#245440}.account-create>button,.group-create>button{margin-top:11px;padding:9px;font-size:12px}.group-list,.user-list{display:grid;grid-gap:10px;gap:10px}.group-list article,.user-list article{border:1px solid #e2e7e3;border-radius:11px;padding:13px}.user-list article.inactive{opacity:.62;background:#fafafa}.account-user-head{display:flex;gap:9px;align-items:center}.account-user-head>div{min-width:0;flex:1 1}.account-user-head small,.account-user-head strong{display:block}.account-user-head strong{font-size:14px}.account-user-head strong i,.group-list header i{font-style:normal;font-size:9px;color:#527363;background:#edf3ef;padding:3px 5px;border-radius:7px;margin-left:6px}.account-user-head small{color:#8a938f;font-size:11px;margin-top:3px}.account-status{font-size:10px;padding:4px 7px;border-radius:12px}.account-status.active{color:#296548;background:#e5f3e9}.account-status.inactive{color:#81544d;background:#f6e9e6}.user-group-grid{display:flex;flex-wrap:wrap;gap:5px;border-top:1px solid #edf0ee;margin-top:10px;padding-top:10px}.account-actions{display:flex;align-items:center;gap:6px;margin-top:9px}.account-actions button{border:1px solid #dde3df;background:#fff;border-radius:6px;padding:5px 7px;color:#5f6b65;font-size:10px}.account-actions button.danger{color:#925046;border-color:#ead4cf}.account-actions time{margin-left:auto;color:#999f9c;font-size:9px}.permission-picks{max-height:180px;overflow:auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:5px;gap:5px}.permission-picks label{display:flex;align-items:center;gap:7px;background:#fff;border:1px solid #e2e7e3;border-radius:7px;padding:7px}.permission-picks small,.permission-picks strong{display:block}.permission-picks strong{font-size:11px}.permission-picks small{font-size:9px;color:#949b98;margin-top:2px}.group-list header{display:flex;justify-content:space-between;gap:12px}.group-list header strong{font-size:15px}.group-list header p{font-size:11px;color:#7e8883;margin:4px 0}.group-list header>span{font-size:10px;color:#597467;background:#edf3ef;border-radius:16px;padding:5px 8px;height:max-content}.permission-matrix{display:grid;grid-template-columns:1.2fr 1fr .8fr;grid-gap:12px;gap:12px;border-top:1px solid #edf0ee;margin-top:10px;padding-top:10px}.permission-matrix h4{font-size:10px;color:#8b9490;text-transform:uppercase;letter-spacing:.08em;margin:0 0 7px}.permission-matrix label{display:flex;align-items:center;gap:5px;font-size:11px;color:#53605a;margin:6px 0}.permission-matrix input{accent-color:#2d6b55}@media(max-width:1100px){.account-layout{grid-template-columns:1fr}.accounts-view{padding:22px}.permission-matrix{grid-template-columns:1fr 1fr}}@media(max-width:650px){.login-card{padding:28px}.access-summary{display:block}.access-summary>div:last-child{margin-top:18px;justify-content:start}.form-row,.permission-matrix,.permission-picks{grid-template-columns:1fr}.accounts-view{padding:15px}}.login-card>.login-back{width:auto;background:transparent;color:#65716b;padding:0;margin:0 0 24px;font-size:12px;font-weight:600}.guest-shell .sidebar{padding-bottom:16px}.guest-space{flex:1 1;padding:24px 10px;color:#90a79f}.guest-space>span{font-size:10px;font-weight:800;letter-spacing:.16em}.guest-space p{font-size:12px;line-height:1.6;color:#718e84}.guest-login{display:block}.guest-login>div{display:flex;align-items:center;gap:9px}.guest-login small,.guest-login strong{display:block}.guest-login strong{font-size:13px;color:#e7f0ec}.guest-login small{font-size:10px;margin-top:3px}.guest-login>button{width:100%;display:flex;justify-content:space-between;border:1px solid #58736a;background:#1c3d33;color:#fff;border-radius:8px;padding:9px 10px;margin-top:12px;font-size:12px;font-weight:700}.guest-pill{font-size:12px;color:#6e5a2c;background:#f5f0df;border:1px solid #e9dfbf;padding:7px 10px;border-radius:20px}.guest-grid .hub-card{cursor:pointer;min-height:350px;padding-bottom:78px}.guest-grid .hub-card.library .library-formats{position:absolute;left:25px;bottom:56px;margin:0}.guest-access-note{max-width:1180px;margin-top:24px;background:#fff;border:1px solid #dfe6e1;border-radius:12px;padding:16px 18px;display:flex;align-items:center;gap:13px}.guest-access-note>span{width:34px;height:34px;border-radius:9px;background:#e8f1ec;color:#285442;display:grid;place-items:center}.guest-access-note strong{font-size:13px}.guest-access-note p{font-size:11px;color:#7d8782;margin:4px 0 0}.google-login{display:grid;grid-template-columns:28px 1fr auto;align-items:center;grid-gap:10px;gap:10px;width:100%;border:1px solid #d6deda;border-radius:9px;background:#fff;color:#24332d;padding:11px 13px;text-decoration:none;font-size:13px;font-weight:750;box-shadow:0 1px 3px #173f3412}.google-login:hover{border-color:#9fb8ad;background:#f8fbf9}.google-login b{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#4285f4;border:1px solid #e0e4e2;font-size:15px}.google-login i{font-style:normal;color:#769086}.google-disabled{border:1px dashed #d5ddd9;background:#f7f9f8;color:#7b8781;border-radius:9px;padding:12px;text-align:center;font-size:12px}.auth-divider{display:flex;align-items:center;gap:10px;color:#9aa39f;font-size:10px;margin:20px 0 10px}.auth-divider:after,.auth-divider:before{content:"";height:1px;background:#e7ebe9;flex:1 1}.emergency-toggle{width:100%;display:flex;justify-content:space-between;border:0;background:transparent;color:#66746e;padding:8px 2px;font-size:12px;font-weight:700}.emergency-form{border-top:1px solid #edf0ee;margin-top:5px;padding-top:5px}.emergency-form>button{width:100%;border:0;border-radius:9px;background:#173f34;color:#fff;padding:11px;margin-top:18px;font-weight:700}.emergency-form>button span{float:right}.guest-notice{max-width:1180px;margin:0 0 16px;background:#eef7f1;color:#285b43;border:1px solid #cde4d5;border-radius:9px;padding:11px 14px;font-size:13px;display:flex;justify-content:space-between;cursor:pointer}.google-account-note{display:flex;gap:11px;align-items:flex-start;border:1px solid #dbe7e0;background:#f4f9f6;border-radius:11px;padding:13px;margin-bottom:16px}.google-account-note>b{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#4285f4;border:1px solid #dce4e0;flex:none}.google-account-note strong{font-size:12px}.google-account-note p{font-size:10px;line-height:1.55;color:#75827c;margin:4px 0 0}.user-list article.pending{border-color:#eadba9;background:#fffdf6}.account-status.pending{color:#806522;background:#f7edc9}.account-user-head strong i.google-provider{color:#3568a9;background:#eaf1fb}.pm-shell{min-height:0;flex:1 1;display:flex;flex-direction:column;background:#f5f7f4;overflow:hidden;color:#26332d}.pm-tabs{height:48px;flex:none;display:flex;gap:4px;align-items:flex-end;padding:0 34px;border-bottom:1px solid #dfe5e1;background:#fff;overflow-x:auto}.pm-tabs button{height:40px;white-space:nowrap;border:0;border-bottom:2px solid transparent;background:none;color:#74807a;padding:0 17px;font-size:13px;font-weight:700}.pm-tabs button.active{color:#173f34;border-color:#2d6955}.pm-page{flex:1 1;overflow:auto;padding:26px 34px 50px}.pm-loading{flex:1 1;display:grid;place-content:center;text-align:center;color:#75817b;font-size:14px}.pm-loading i{width:30px;height:30px;border:3px solid #d9e2dd;border-top-color:#2d6955;border-radius:50%;animation:pmspin .8s linear infinite;margin:0 auto 12px}@keyframes pmspin{to{transform:rotate(1turn)}}.pm-hero,.pm-project-head{display:flex;align-items:center;justify-content:space-between;gap:30px;background:#153b31;color:#fff;border-radius:17px;padding:26px 28px;margin-bottom:18px}.pm-eval-detail header small,.pm-hero small,.pm-title>div>small{font-size:10px;letter-spacing:.17em;color:#91b9aa}.pm-hero h2,.pm-project-head h2,.pm-title h2{font-family:Georgia,"Noto Serif TC",serif;font-size:28px;margin:5px 0 7px}.pm-hero p,.pm-project-head p,.pm-title p{font-size:13px;color:#bdd0c8;margin:0}.pm-hero form{width:min(470px,48%);display:flex;align-items:center;background:#fff;border-radius:10px;padding:5px 6px 5px 12px;color:#718078}.pm-hero form input{flex:1 1;min-width:0;border:0;outline:0;padding:8px;font-size:13px}.pm-hero form button,.primary{border:0;border-radius:7px;background:#d9eadf;color:#173f34;padding:9px 13px;font-size:12px;font-weight:800}.pm-kpis{display:grid;grid-template-columns:repeat(7,minmax(110px,1fr));grid-gap:9px;gap:9px;margin-bottom:18px}.pm-kpis article{background:#fff;border:1px solid #e1e6e2;border-radius:11px;padding:13px}.pm-kpis small,.pm-kpis span{display:block;font-size:10px;color:#87918c}.pm-kpis strong{display:inline-block;font-family:Georgia,serif;font-size:25px;margin:7px 4px 2px 0}.pm-kpis .overdue strong{color:#a34337}.pm-kpis .due strong{color:#93661e}.pm-kpis .completion{grid-column:span 1}.pm-quick{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-bottom:18px}.pm-quick button{display:grid;grid-template-columns:auto 1fr;grid-column-gap:12px;column-gap:12px;border:1px solid #dfe5e1;background:#fff;border-radius:11px;padding:15px;text-align:left;color:#304139}.pm-quick button>span{grid-row:1/3;width:35px;height:35px;display:grid;place-items:center;background:#eaf2ed;border-radius:8px;font-size:19px}.pm-quick strong{font-size:14px}.pm-quick small{font-size:11px;color:#8b9490;margin-top:3px}.pm-dashboard-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;grid-gap:12px;gap:12px}.pm-panel{background:#fff;border:1px solid #e1e6e2;border-radius:13px;padding:17px;min-width:0}.pm-panel.wide{grid-column:span 2;grid-row:span 2}.pm-eval-detail>header,.pm-panel header,.pm-title{display:flex;align-items:center;justify-content:space-between;gap:15px}.pm-audit h3,.pm-panel h3,.pm-timeline h3{font-size:15px;margin:0}.pm-panel header p{font-size:11px;color:#929b97;margin:3px 0 0}.pm-panel header button{border:0;background:none;color:#35604f;font-size:11px;font-weight:700}.pm-project-overview{margin-top:12px}.pm-project-overview>button{width:100%;display:grid;grid-template-columns:1.5fr 1fr 1fr .8fr;grid-gap:12px;gap:12px;align-items:center;border:0;border-top:1px solid #edf0ee;background:none;text-align:left;padding:11px 2px;color:#35423c}.pm-project-overview>button>span{display:flex;align-items:center;gap:7px}.pm-project-overview strong{font-size:13px}.pm-project-overview em,.pm-project-overview i{font-style:normal;font-size:11px;color:#7f8984}.pm-alert-row{display:flex;align-items:center;gap:9px;border-top:1px solid #edf0ee;padding:10px 0}.pm-alert-row:first-of-type{margin-top:10px}.pm-alert-row>span:nth-child(2){min-width:0;flex:1 1}.pm-alert-row small,.pm-alert-row strong{display:block}.pm-alert-row strong{font-size:12px}.pm-alert-row small{font-size:10px;color:#8c9691;margin-top:3px}.pm-alert-row .date{font-size:10px;color:#596b63;width:65px}.pm-alert-row.late .date{color:#a34337;font-weight:800}.file{width:34px;height:34px;flex:none;border-radius:7px;background:#eaf0ed;color:#456356;display:grid;place-items:center;font-size:9px;font-weight:900}.pm-title{margin-bottom:16px}.pm-title h2{margin:3px 0 2px}.pm-title p{color:#7b8681}.pm-title .primary{background:#173f34;color:#fff;padding:11px 16px}.pm-filters{display:grid;grid-template-columns:2fr repeat(4,1fr) auto auto;grid-gap:7px;gap:7px;background:#fff;border:1px solid #e0e5e1;border-radius:12px;padding:12px;margin-bottom:12px}.pm-filters.compact{grid-template-columns:2fr 1fr 1fr 1fr 1fr auto auto}.pm-filters label{font-size:10px;color:#7d8883}.pm-filters input,.pm-filters select{width:100%;height:34px;border:1px solid #dce2de;border-radius:7px;background:#fff;padding:0 9px;font:inherit;font-size:11px;color:#46544d}.pm-filters .search{display:flex;align-items:center;border:1px solid #dce2de;border-radius:7px;padding-left:9px}.pm-filters .search input{border:0}.pm-filters button{border:0;border-radius:7px;background:#173f34;color:#fff;padding:0 13px;font-size:11px}.pm-filters button.quiet{background:#eef2ef;color:#506159}.pm-list-tools{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.pm-list-tools select{border:1px solid #dce2de;background:#fff;border-radius:7px;padding:7px;font-size:11px}.pm-list-tools div{display:flex;background:#e9eeeb;border-radius:7px;padding:3px}.pm-list-tools button{border:0;background:none;padding:6px 9px;border-radius:5px;font-size:11px;color:#6e7973}.pm-list-tools button.active{background:#fff;color:#234c3e}.pm-table-wrap{background:#fff;border:1px solid #e0e5e1;border-radius:12px;overflow:auto}.pm-table{width:100%;border-collapse:collapse;min-width:1080px}.pm-table th{background:#f1f4f1;color:#8a938e;text-align:left;font-size:10px;letter-spacing:.05em;padding:10px 12px}.pm-table td{border-top:1px solid #edf0ee;padding:11px 12px;font-size:11px;vertical-align:middle}.pm-table td>small,.pm-table td>strong{display:block}.pm-table td>small{color:#8d9691;margin-top:3px}.pm-table .link{border:0;background:none;text-align:left;padding:0;color:#293a32}.pm-table .link small,.pm-table .link strong{display:block}.pm-table .link strong{font-size:13px}.pm-table .link small{font-size:10px;color:#86908b;margin-top:3px}.row-actions{display:flex;gap:4px}.attachment-row button,.row-actions button,.stage-actions button{border:1px solid #d9e2dc;background:#fff;color:#3c5a4d;border-radius:5px;padding:5px 7px;font-size:10px}.risk{color:#a34237!important;font-weight:800}.pm-card-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:11px;gap:11px}.pm-card-grid article{background:#fff;border:1px solid #e0e5e1;border-radius:13px;padding:17px}.pm-card-grid header{display:flex;justify-content:space-between}.pm-card-grid h3{font-size:16px;margin:13px 0 4px}.pm-card-grid p{font-size:11px;color:#7b8680}.pm-card-grid dl{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin:15px 0}.pm-card-grid dt{font-size:9px;color:#929a96}.pm-card-grid dd{font-size:11px;margin:3px 0 0}.pm-card-grid footer{display:flex;justify-content:space-between;align-items:center;margin-top:13px;font-size:10px}.pm-card-grid footer button{border:0;background:none;color:#1d5b47;font-size:11px;font-weight:700}.pm-progress{position:relative;height:17px;min-width:75px}.pm-progress:before{content:"";right:32px;background:#e1e7e3}.pm-progress:before,.pm-progress>span{position:absolute;left:0;top:7px;height:4px;border-radius:5px}.pm-progress>span{max-width:calc(100% - 32px);background:#4f8b75}.pm-progress>b{position:absolute;right:0;top:2px;font-size:10px;color:#51625a}.pm-status{display:inline-block;white-space:nowrap;border-radius:20px;padding:4px 7px;background:#edf1ef;color:#5c6c64;font-size:9px;font-weight:800}.s-處理中,.s-進行中{background:#e6f2ec;color:#27704f}.s-已完成,.s-已核准,.s-已解決{background:#e9f2ed;color:#32684f}.s-待審核,.s-待確認,.s-評估中{background:#fff3d9;color:#8a641f}.s-暫停,.s-需修改,.s-高{background:#fce9e6;color:#98483c}.s-緊急,.s-逾期{background:#a84338;color:#fff}.pm-pagination{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:14px;font-size:11px;color:#78837d}.pm-pagination button{border:1px solid #dce3de;background:#fff;border-radius:7px;padding:7px 10px;font-size:11px}.pm-eval-layout{display:grid;grid-template-columns:330px 1fr;grid-gap:12px;gap:12px;min-height:500px}.pm-eval-detail,.pm-eval-list{background:#fff;border:1px solid #e0e5e1;border-radius:12px;overflow:auto}.pm-count{padding:12px 14px;background:#f1f4f1;font-size:11px;color:#7e8883}.pm-eval-list>button{width:100%;border:0;border-top:1px solid #edf0ee;background:#fff;text-align:left;padding:14px;color:#35423c}.pm-eval-list>button.selected{background:#eff5f1;box-shadow:inset 3px 0 #3e745f}.pm-eval-list>button>span{display:flex;justify-content:space-between;align-items:center}.pm-eval-list strong{display:block;font-size:13px;margin-top:8px}.pm-eval-list em,.pm-eval-list p{display:block;font-style:normal;font-size:10px;color:#838d88}.pm-eval-detail{padding:20px}.pm-eval-detail>header h3{font-size:19px;margin:8px 0 4px}.pm-eval-detail>header p{font-size:11px;color:#7f8a84}.pm-eval-detail>header button{border:1px solid #d8e2dc;background:#fff;color:#315b4b;border-radius:7px;padding:7px 9px;margin-left:5px;font-size:10px}.pm-eval-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin:18px 0}.pm-eval-fields>div{background:#f6f8f6;border-radius:8px;padding:11px}.pm-eval-fields small{font-size:9px;color:#84908a}.pm-eval-fields p{font-size:12px;line-height:1.5;margin:5px 0 0;white-space:pre-wrap}.pm-timeline{border-top:1px solid #e5e9e6;padding-top:17px}.pm-timeline>div{display:grid;grid-template-columns:8px 110px 1fr;grid-gap:10px;gap:10px;position:relative;padding:10px 0}.pm-timeline>div>i{width:7px;height:7px;border-radius:50%;background:#4e7f6c;margin-top:4px}.pm-timeline time{font-size:10px;color:#85908a}.pm-timeline span strong{display:block;font-size:12px;margin-top:5px}.pm-timeline p,.pm-timeline small{font-size:10px;color:#7d8882}.progress-title select{min-width:360px;border:1px solid #d7dfda;background:#fff;border-radius:8px;padding:10px;font-size:12px}.pm-project-head{background:linear-gradient(125deg,#173f34,#28594a)}.pm-project-head>div:last-child{text-align:right}.pm-project-head>div:last-child strong{font-family:Georgia,serif;font-size:36px;display:block}.pm-project-head>div:last-child small,.pm-project-head>div:last-child span{display:block;font-size:10px;color:#b9d0c6;margin-top:3px}.pm-view-switch{display:flex;gap:4px;background:#e7ece9;padding:4px;border-radius:9px;width:max-content;max-width:100%;overflow-x:auto;margin-bottom:12px}.pm-view-switch button{border:0;background:none;color:#6b7770;border-radius:6px;padding:7px 12px;white-space:nowrap;font-size:11px}.pm-view-switch button.active{background:#fff;color:#264d3e;box-shadow:0 2px 8px #173f3410}.pm-stages{display:grid;grid-gap:7px;gap:7px}.pm-stages>article{background:#fff;border:1px solid #e0e5e1;border-radius:11px;overflow:hidden}.stage-main{width:100%;border:0;background:#fff;display:grid;grid-template-columns:34px minmax(190px,1.4fr) minmax(120px,.7fr) minmax(170px,.8fr) 60px;grid-gap:12px;gap:12px;align-items:center;padding:11px 14px;text-align:left;color:#33433b}.stage-main>i{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#edf1ef;font-style:normal;font-size:11px}.complete .stage-main>i{background:#3e7a62;color:#fff}.stage-main>span em,.stage-main>span small,.stage-main>span strong{display:block}.stage-main>span small{font-size:9px;color:#73827b}.stage-main>span strong{font-size:13px;margin:2px 0}.stage-main>span em{font-style:normal;font-size:10px;color:#89928e}.stage-main>b{font-size:10px;color:#79847e}.stage-main>u{text-decoration:none;font-size:10px;color:#396552}.stage-detail{border-top:1px solid #e7ebe8;padding:15px;background:#fafbf9}.stage-actions{display:flex;justify-content:flex-end;gap:5px;margin-bottom:11px}.stage-info{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px}.stage-info>div{background:#fff;border:1px solid #e6eae7;border-radius:8px;padding:10px}.stage-info small{font-size:9px;color:#84908a}.stage-info p{font-size:11px;line-height:1.5}.stage-columns{display:grid;grid-template-columns:1fr 1fr 1.2fr;grid-gap:10px;gap:10px;margin-top:11px}.stage-columns>div{background:#fff;border:1px solid #e6eae7;border-radius:8px;padding:11px;min-width:0}.stage-columns h4{font-size:12px;margin:0 0 8px}.record-row,.task-row{display:flex;align-items:center;gap:7px;border-top:1px solid #edf0ee;padding:8px 0}.record-row>span,.task-row>span{min-width:0;flex:1 1}.record-row small,.record-row strong,.task-row small,.task-row strong{display:block}.record-row strong,.task-row strong{font-size:10px}.record-row small,.task-row small{font-size:9px;color:#8d9692;margin-top:2px}.attachment-row{display:flex;align-items:center;gap:5px;border-top:1px solid #edf0ee;padding:7px 0;min-width:0}.attachment-row>span:nth-child(2){flex:1 1;min-width:90px}.attachment-row small,.attachment-row strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attachment-row strong{font-size:10px}.attachment-row small{font-size:9px;color:#8d9692}.attachment-row a{font-size:9px;color:#28614b;text-decoration:none}.attachment-row .danger{color:#9a443b}.muted{font-size:10px;color:#929a96}.mode-flow{grid-template-columns:repeat(4,1fr)}.mode-flow .stage-main{display:block;text-align:center;min-height:145px}.mode-flow .stage-main>*{margin:6px auto}.mode-flow .stage-detail{grid-column:1/-1}.mode-timeline{padding-left:20px;border-left:2px solid #dce5df}.mode-timeline>article{position:relative}.mode-timeline>article:before{content:"";position:absolute;left:-26px;top:20px;width:10px;height:10px;border:2px solid #fff;border-radius:50%;background:#668f7f}.mode-list .stage-main{grid-template-columns:34px 2fr 1fr 1fr 60px}.mode-gantt{grid-template-columns:repeat(12,minmax(110px,1fr));overflow-x:auto;padding-bottom:8px}.mode-gantt>article{min-width:150px}.mode-gantt .stage-main{display:block;min-height:150px}.mode-gantt .stage-main>*{margin:7px auto}.mode-gantt .stage-detail{position:absolute;left:35px;right:35px;z-index:3}.pm-audit{background:#fff;border:1px solid #e0e5e1;border-radius:12px;padding:17px;margin-top:14px}.pm-audit>div{display:flex;gap:10px;border-left:1px solid #dfe6e1;margin-left:4px;padding:7px 0 7px 13px;position:relative}.pm-audit>div>i{position:absolute;left:-4px;top:13px;width:7px;height:7px;border-radius:50%;background:#638d7c}.pm-audit small,.pm-audit strong{display:block}.pm-audit strong{font-size:11px}.pm-audit small{font-size:9px;color:#8a948f;margin-top:3px}.pm-empty{text-align:center;padding:36px;color:#89938e}.pm-empty>span{display:block;font-size:27px}.pm-empty strong{font-size:13px}.pm-empty p{font-size:10px}.pm-modal-backdrop{position:fixed;inset:0;z-index:50;background:#10231cb8;display:grid;place-items:center;padding:24px}.pm-modal{width:min(900px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:15px;box-shadow:0 24px 70px #0004}.pm-modal>header{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:#173f34;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:18px 22px}.pm-modal>header small{font-size:9px;color:#9ebcaf;letter-spacing:.15em}.pm-modal>header h2{font-family:Georgia,"Noto Serif TC",serif;font-size:21px;margin:4px 0 0}.pm-modal>header>button{border:0;background:none;color:#fff;font-size:27px}.pm-form{padding:20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:11px;gap:11px}.form-grid label{font-size:10px;color:#67736d;font-weight:700}.form-grid input,.form-grid select,.form-grid textarea{width:100%;margin-top:5px;border:1px solid #d9e1dc;border-radius:7px;background:#fff;padding:9px;font:inherit;font-size:12px;color:#26372f}.form-grid textarea{resize:vertical;line-height:1.5}.form-grid .wide{grid-column:1/-1}.form-banner{background:#eef4f0;border-radius:8px;padding:12px}.form-banner span,.form-banner strong{display:block}.form-banner strong{font-size:14px}.form-banner span{font-size:10px;color:#78847e;margin-top:3px}.form-footer{display:flex;justify-content:flex-end;gap:7px;border-top:1px solid #e6eae7;margin-top:18px;padding-top:14px}.form-footer button{border:1px solid #d8e0db;background:#fff;color:#53645b;border-radius:7px;padding:9px 15px;font-size:11px}.form-footer .primary{background:#173f34;color:#fff}.dropzone{border:1px dashed #8eaa9d!important;background:#f2f7f4;padding:20px!important;text-align:center;border-radius:10px}.dropzone input{border:0}.dropzone span{display:block;font-size:10px;color:#84918a;margin-top:7px}.upload-meter{height:30px;background:#e3e9e5;border-radius:7px;position:relative;overflow:hidden}.upload-meter span{display:block;height:100%;background:#bcd8c9}.upload-meter b{position:absolute;inset:0;display:grid;place-items:center;font-size:10px}.pm-version-view{padding:20px}.version-current,.version-list>div{display:flex;align-items:center;gap:10px;border:1px solid #e0e6e2;border-radius:8px;padding:11px;margin-bottom:7px}.version-current>div,.version-list span{flex:1 1}.version-current small,.version-current strong,.version-list small,.version-list strong{display:block}.version-current small,.version-list small{font-size:10px;color:#86908b;margin-top:3px}.version-current a,.version-list a{color:#28614b;font-size:10px}.pm-version-view form{display:grid;grid-template-columns:1fr 1fr auto;grid-gap:7px;gap:7px;margin-top:16px}.pm-version-view form h3{grid-column:1/-1;font-size:13px}.pm-version-view form input{border:1px solid #d9e1dc;border-radius:7px;padding:8px;font-size:11px}.pm-version-view form button{border:0;background:#173f34;color:#fff;border-radius:7px;font-size:11px}.pm-timeline button{border:0;background:none;color:#28614b;font-size:10px;padding:0}.pm-eval-list>button,.pm-quick button,.pm-table button,.pm-tabs button,.pm-view-switch button,.stage-main{cursor:pointer}@media(max-width:1200px){.pm-kpis{grid-template-columns:repeat(4,1fr)}.pm-dashboard-grid{grid-template-columns:1fr 1fr}.pm-panel.wide{grid-column:1/-1}.pm-filters{grid-template-columns:2fr repeat(3,1fr)}.pm-filters.compact{grid-template-columns:2fr 1fr 1fr}.pm-card-grid,.stage-info{grid-template-columns:1fr 1fr}.stage-columns{grid-template-columns:1fr}.mode-flow{grid-template-columns:repeat(3,1fr)}}@media(max-width:850px){.pm-page{padding:20px}.pm-tabs{padding:0 20px}.pm-hero,.pm-project-head{align-items:stretch;flex-direction:column}.pm-hero form{width:100%}.pm-kpis{grid-template-columns:repeat(2,1fr)}.pm-dashboard-grid,.pm-quick{grid-template-columns:1fr}.pm-filters,.pm-filters.compact{grid-template-columns:1fr 1fr}.pm-eval-layout{grid-template-columns:1fr}.pm-eval-list{max-height:270px}.progress-title{align-items:stretch;flex-direction:column}.progress-title select{min-width:0;width:100%}.stage-main{grid-template-columns:30px 1fr 100px}.stage-main>b,.stage-main>u{display:none}.mode-flow{grid-template-columns:1fr 1fr}.pm-card-grid,.pm-version-view form{grid-template-columns:1fr}.pm-version-view form h3{grid-column:auto}}@media(max-width:600px){.pm-page{padding:14px}.pm-tabs{padding:0 12px}.pm-tabs button{padding:0 10px}.pm-hero,.pm-project-head{padding:20px}.pm-hero h2,.pm-title h2{font-size:23px}.pm-kpis{grid-template-columns:1fr 1fr}.form-grid,.pm-eval-fields,.pm-filters,.pm-filters.compact,.pm-quick,.stage-info{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.pm-modal-backdrop{padding:8px}.pm-modal{width:100%;max-height:96vh}.mode-flow{grid-template-columns:1fr}.stage-main{grid-template-columns:28px 1fr}.stage-main>.pm-progress{display:none}.pm-view-switch{width:100%}.pm-project-overview>button{grid-template-columns:1fr 1fr}.pm-project-overview>button>.pm-progress,.pm-project-overview>button>i{display:none}.pm-timeline>div{grid-template-columns:8px 1fr}.pm-timeline time{grid-column:2}.attachment-row{flex-wrap:wrap}.attachment-row>span:nth-child(2){flex-basis:70%}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important}}