@font-face{font-family:FZYanSJW_Zhun;src:url(/fonts/FZYanSJW_Zhun.ttf) format("truetype");font-display:swap;unicode-range:U+4E00-9FFF,U+3400-4DBF,U+20000-2A6DF,U+2A700-2B73F,U+2B740-2B81F,U+2B820-2CEAF,U+F900-FAFF,U+2F800-2FA1F,U+3000-303F,U+FF00-FFEF,U+FE30-FE4F}.login-panel-desc{color:var(--color-muted);margin:0 0 24px;font-size:.9rem}.login-panel .feishu-btn:disabled{cursor:not-allowed;opacity:.58;transform:none}.feishu-login-status{margin-top:16px;padding:10px 12px;border:1px solid rgba(180,0,0,.22);border-radius:10px;background:#fff5f3;color:#8b160f;font-size:.82rem;line-height:1.5}.feishu-callback-page{min-height:100dvh;display:grid;place-items:center;padding:24px;background:#fff4dc}.feishu-callback-card{width:min(460px,100%);padding:52px 40px;text-align:center;border:1px solid #ead8ba;border-radius:28px;background:#fff;box-shadow:0 20px 56px #61160826}.feishu-callback-card>img{width:190px;max-width:70%;height:auto;margin-bottom:30px}.feishu-callback-card h1{margin:18px 0;color:#5d0b08}.feishu-callback-card .form-error{margin:0 0 22px}.feishu-callback-spinner{display:block;width:42px;height:42px;margin:0 auto;border:4px solid #f1ded5;border-top-color:#c51f16;border-radius:50%;animation:feishu-callback-spin .8s linear infinite}@keyframes feishu-callback-spin{to{transform:rotate(360deg)}}.permission-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#00000073;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:permissionFadeIn .2s ease}.permission-modal{background:#fff;border-radius:16px;padding:2rem 2.5rem;max-width:360px;width:90%;text-align:center;box-shadow:0 20px 60px #0000002e;animation:permissionScaleIn .25s ease}.permission-modal-msg{font-size:1rem;color:#1a1a1a;margin:0 0 1.5rem;line-height:1.6}.permission-modal-btn{background:#1a1a1a;color:#fff;border:none;border-radius:10px;padding:.65rem 2.2rem;font-size:.92rem;cursor:pointer;transition:background .15s}.permission-modal-btn:hover{background:#333}@keyframes permissionFadeIn{0%{opacity:0}to{opacity:1}}@keyframes permissionScaleIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@font-face{font-family:ABCArizonaFlare BoldItalic;src:url(/fonts/ABCArizonaFlare-BoldItalic.otf) format("opentype");font-display:swap;font-weight:700;font-style:italic}@font-face{font-family:ABCArizonaFlare Light;src:url(/fonts/ABCArizonaFlare-Light.otf) format("opentype");font-display:swap;font-weight:300;font-style:normal}:root{--color-primary: #8a4305;--color-primary-light: #b85d10;--color-primary-dark: #6b3404;--color-bg: #faf7f2;--color-bg-warm: #f5ede0;--color-surface: #ffffff;--color-text: #1a1a1a;--color-text-secondary: #6b6b6b;--color-muted: #9e9e9e;--color-border: #e5ddd0;--color-success: #2e7d32;--color-danger: #c0392b;--color-blue: #1a6fb5;--color-purple: #6f3d8c;--color-gray: #8a8a8a;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 4px 16px rgba(0,0,0,.08);--shadow-lg: 0 8px 32px rgba(0,0,0,.1);--font-sans: "ABCArizonaFlare Light", "FZYanSJW_Zhun", -apple-system, BlinkMacSystemFont, sans-serif;--font-heading: "ABCArizonaFlare BoldItalic", "FZYanSJW_Zhun", -apple-system, BlinkMacSystemFont, sans-serif;--font-brand: Georgia, "Times New Roman", serif;--sidebar-w: 260px;--header-h: 56px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100dvh;overflow-x:hidden}h1,h2,h3,h4,h5,h6,strong,b,th,.font-heading{font-family:var(--font-heading)}a{color:var(--color-primary);text-decoration:none}button{cursor:pointer;font-family:inherit;border:none;background:none}input,textarea,select{font-family:inherit;font-size:inherit}img{max-width:100%;height:auto}.small{font-size:.82rem}.muted{color:var(--color-muted)}.brand-serif{font-family:var(--font-brand)}.screen{display:none;min-height:100dvh}.screen.active{display:flex;flex-direction:column}.toast{position:fixed;top:20px;right:20px;z-index:9999;background:var(--color-text);color:#fff;padding:12px 24px;border-radius:var(--radius-md);font-size:.9rem;opacity:0;transform:translateY(-10px);transition:all .3s ease;pointer-events:none;max-width:360px}.toast.show{opacity:1;transform:translateY(0)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;transition:all .2s;white-space:nowrap;min-height:44px}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-light)}.btn-outline{border:1.5px solid var(--color-border);color:var(--color-text);background:var(--color-surface)}.btn-outline:hover{border-color:var(--color-primary);color:var(--color-primary)}.btn-soft{color:var(--color-text-secondary)}.btn-soft:hover{color:var(--color-primary)}.btn-danger{background:var(--color-danger);color:#fff}.btn-danger:hover{opacity:.9}.btn-icon{width:44px;height:44px;padding:0;border-radius:50%;font-size:1.2rem}.btn:disabled{opacity:.5;cursor:not-allowed}.status{display:inline-block;padding:3px 10px;border-radius:20px;font-size:.75rem;font-weight:700}.status.s-gray{background:#f0f0f0;color:#666}.status.s-blue{background:#e3f0fa;color:var(--color-blue)}.status.s-red{background:#fde8e8;color:var(--color-danger)}.status.s-green{background:#e6f4e8;color:var(--color-success)}.status.s-purple{background:#f0e6f6;color:var(--color-purple)}.lang-switch{display:flex;gap:4px}.lang-switch button{width:36px;height:36px;border-radius:50%;font-size:.8rem;font-weight:600;color:var(--color-muted);transition:all .2s}.lang-switch button.active{background:var(--color-primary);color:#fff}.lang-switch button:not(.active):hover{color:var(--color-primary)}.card{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--color-border)}.cardbox{padding:32px;text-align:center;color:var(--color-muted)}.project-card,.task-card{background:var(--color-surface);border-radius:var(--radius-md);padding:20px 24px;display:flex;align-items:center;gap:20px;box-shadow:var(--shadow-sm);border:1px solid var(--color-border);transition:box-shadow .2s}.project-card:hover,.task-card:hover{box-shadow:var(--shadow-md)}.project-title{font-size:1.05rem;font-weight:700;color:var(--color-primary-dark);margin-bottom:6px}.meta-row{display:flex;gap:16px;flex-wrap:wrap;font-size:.8rem;color:var(--color-text-secondary)}.meta-row span{white-space:nowrap}.card-status-top{position:absolute;top:12px;right:16px}.card-actions{margin-left:auto;display:flex;gap:8px;flex-shrink:0}.card-detail-btn{display:inline-flex;align-items:center;gap:6px;color:var(--color-primary);font-weight:600}.card-detail-arrow{transition:transform .2s}.card-detail-btn:hover .card-detail-arrow{transform:translate(3px)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1000;display:none;align-items:center;justify-content:center}.modal-backdrop.show{display:flex}.modal{background:var(--color-surface);border-radius:var(--radius-lg);padding:32px;max-width:520px;width:90%;max-height:80dvh;overflow-y:auto;box-shadow:var(--shadow-lg)}.modal h2{font-size:1.3rem;margin-bottom:8px}.modal .modal-close{position:absolute;top:16px;right:16px}.login-page{display:flex;min-height:100dvh}.login-hero{flex:1;background:linear-gradient(135deg,#f5ede0,#e8d5b8,#d4a96a);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;position:relative;overflow:hidden}.login-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.6}.login-brand-logo{max-width:280px;position:relative;z-index:1}.login-title{font-size:1.8rem;text-align:center;color:var(--color-primary-dark);margin-top:32px;position:relative;z-index:1;max-width:480px;line-height:1.4}.login-copy{font-size:.75rem;letter-spacing:.2em;color:var(--color-primary);margin-top:16px;position:relative;z-index:1;text-transform:uppercase}.login-panel-wrap{width:440px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;background:var(--color-surface)}.login-panel{width:100%;max-width:360px;text-align:center}.login-panel h2{font-size:1.5rem;margin-bottom:8px}.login-lang{margin-bottom:24px}.feishu-btn{width:100%;padding:14px;background:#1a6fb5;color:#fff;border-radius:var(--radius-sm);font-size:1rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:20px;transition:background .2s}.feishu-btn:hover{background:#155d96}.feishu-mark{width:20px;height:20px;background:#fff;border-radius:4px}.feishu-note{margin-top:12px;font-size:.78rem;color:var(--color-muted)}.role-grid{display:flex;flex-direction:column;gap:10px;margin-top:20px}.role-option{display:flex;align-items:center;gap:14px;padding:16px;border:2px solid var(--color-border);border-radius:var(--radius-md);text-align:left;transition:all .2s}.role-option:hover{border-color:var(--color-primary);background:#fefaf5}.role-avatar{width:44px;height:44px;border-radius:50%;background:var(--color-bg-warm);display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--color-primary);font-size:.9rem;flex-shrink:0}.role-info{flex:1}.role-info b{display:block;margin-bottom:2px}.brand-hub{min-height:100dvh;display:flex;flex-direction:column;background:linear-gradient(180deg,#faf7f2,#f0e6d5)}.brand-hub-header{display:flex;justify-content:space-between;align-items:center;padding:20px 40px}.brand-hub-logo{height:48px}.brand-hub-main{flex:1;display:flex;flex-direction:column;align-items:center;padding:40px 20px 80px}.brand-hub-hero{text-align:center;margin-bottom:48px}.brand-hub-title{font-size:3.5rem;font-weight:200;letter-spacing:.15em;color:var(--color-primary-dark)}.brand-hub-cards{display:grid;grid-template-columns:repeat(3,320px);gap:24px;max-width:1100px;width:100%;justify-content:center}.hub-card{background:var(--color-surface);border-radius:var(--radius-lg);padding:36px 28px;box-shadow:var(--shadow-sm);border:1px solid var(--color-border);text-align:left;transition:all .3s;display:flex;flex-direction:column;gap:12px}.hub-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.hub-card-num{font-size:.75rem;color:var(--color-muted);letter-spacing:.1em}.hub-card-title{font-size:1.3rem;font-weight:700;color:var(--color-primary-dark)}.hub-card-desc{font-size:.9rem;color:var(--color-text-secondary);line-height:1.5;flex:1}.hub-card-arrow{font-size:1.2rem;color:var(--color-primary)}.resource-page{min-height:100dvh;display:flex;flex-direction:column}.resource-tools{display:flex;justify-content:space-between;align-items:center;padding:14px 32px;background:var(--color-surface);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:100}.resource-shell{max-width:1400px;margin:0 auto;padding:40px 32px;width:100%}.resource-head{text-align:center;margin-bottom:48px}.resource-kicker{font-size:.8rem;letter-spacing:.1em;color:var(--color-primary);text-transform:uppercase;margin-bottom:8px}.resource-head h1{font-size:2.5rem;font-weight:700;color:var(--color-primary-dark);margin-bottom:8px}.resource-head p{font-size:1rem;color:var(--color-text-secondary);max-width:600px;margin:0 auto}.resource-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.resource-card{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--color-border);transition:all .3s;cursor:pointer}.resource-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.resource-visual{height:180px;overflow:hidden;background:var(--color-bg-warm)}.resource-visual img{width:100%;height:100%;object-fit:cover}.resource-card-body{padding:20px}.resource-index{font-size:.75rem;color:var(--color-muted);margin-bottom:8px}.resource-card-body h2{font-size:1.1rem;margin-bottom:6px;color:var(--color-primary-dark)}.resource-card-body p{font-size:.85rem;color:var(--color-text-secondary)}.resource-arrow{float:right;color:var(--color-primary);font-size:1.1rem}.section-detail{max-width:1200px;margin:0 auto;padding:32px}.section-detail-header{display:flex;gap:32px;margin-bottom:40px;align-items:flex-start}.section-detail-header img{width:400px;border-radius:var(--radius-lg)}.section-detail-subs{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.foundation-subcard{display:flex;align-items:center;gap:16px;padding:16px;border:1px solid var(--color-border);border-radius:var(--radius-md);text-align:left;transition:all .2s}.foundation-subcard:hover{border-color:var(--color-primary)}.foundation-subcard img{width:80px;height:60px;border-radius:var(--radius-sm);object-fit:cover}.foundation-subcard h2{font-size:.95rem;flex:1}.sub-badge{display:inline-block;background:var(--color-bg-warm);color:var(--color-primary);padding:2px 8px;border-radius:10px;font-size:.7rem;margin-left:6px;vertical-align:middle}.workspace-layout{display:flex;min-height:100dvh}.sidebar{width:var(--sidebar-w);background:var(--color-surface);border-right:1px solid var(--color-border);display:flex;flex-direction:column;padding:20px;flex-shrink:0;position:sticky;top:0;height:100dvh;overflow-y:auto}.sidebar-user{padding-bottom:16px;border-bottom:1px solid var(--color-border);margin-bottom:16px}.sidebar-user b{display:block;font-size:.95rem}.side-logout{margin-top:12px;font-size:.82rem;color:var(--color-muted)}.side-nav{display:flex;flex-direction:column;gap:2px;flex:1}.side-nav button{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:var(--radius-sm);font-size:.88rem;color:var(--color-text-secondary);transition:all .15s}.side-nav button:hover{background:var(--color-bg-warm)}.side-nav button.active{background:var(--color-bg-warm);color:var(--color-primary);font-weight:700}.nav-count{font-size:.75rem;color:var(--color-muted);background:#f0f0f0;padding:1px 8px;border-radius:10px}.main-area{flex:1;min-width:0;display:flex;flex-direction:column}.top-bar{display:flex;align-items:center;gap:12px;padding:0 24px;height:var(--header-h);border-bottom:1px solid var(--color-border);background:var(--color-surface);position:sticky;top:0;z-index:50}.top-bar .breadcrumb{font-size:.82rem;color:var(--color-muted)}.top-bar .breadcrumb span{color:var(--color-text)}.page{display:none;flex:1;padding:24px;overflow-y:auto}.page.active{display:flex;flex-direction:column}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;flex-wrap:wrap;gap:12px}.page-header h1{font-size:1.5rem;color:var(--color-primary-dark)}.metrics-bar{display:flex;gap:12px;margin-bottom:20px;flex-wrap:wrap}.metric{background:var(--color-surface);border-radius:var(--radius-md);padding:14px 20px;border:1px solid var(--color-border);min-width:100px;flex:1;text-align:center}.metric b{display:block;font-size:1.5rem;color:var(--color-primary);margin-top:2px}.filters{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap;align-items:center}.filters input[type=text]{padding:8px 14px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.88rem;min-width:240px}.filters select{padding:8px 14px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.88rem;background:var(--color-surface)}.date-filter{display:flex;align-items:center;gap:8px;position:relative}.date-filter select{min-width:130px;color:#3d3226;cursor:pointer}.date-filter input[type=date]{width:140px;padding:8px 10px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fff;color:#3d3226;font:inherit;font-size:.82rem}.date-cal-btn{display:grid;width:36px;height:36px;flex:0 0 36px;padding:0;place-items:center;border:1px solid #dacdbd;border-radius:10px;background:#fff;color:#8d7b66;cursor:pointer;font-family:inherit;transition:.2s}.date-cal-btn:hover,.date-cal-btn.active{background:#f5efe5;color:#a90000;border-color:#a90000}.date-range{display:none;align-items:center;gap:6px}.date-range.open{display:flex}.date-range span{color:#8d7b66;font-size:.82rem}.wizard-date-input{position:relative;width:100%}.wizard-date-input input{width:100%}.wizard-date-input.empty input::-webkit-datetime-edit{color:transparent}.wizard-date-placeholder{position:absolute;left:16px;top:50%;z-index:1;transform:translateY(-50%);color:#8d7b66;pointer-events:none}.wizard-date-input:focus-within .wizard-date-placeholder{opacity:0}.project-list{display:flex;flex-direction:column;gap:12px}.detail-grid{display:grid;grid-template-columns:1fr 340px;gap:24px}.detail-main{display:flex;flex-direction:column;gap:20px}.detail-side{display:flex;flex-direction:column;gap:20px;position:sticky;top:80px;align-self:flex-start}.detail-section{background:var(--color-surface);border-radius:var(--radius-md);padding:20px 24px;border:1px solid var(--color-border)}.detail-section h3{font-size:.95rem;margin-bottom:12px;color:var(--color-primary-dark)}.check-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f5f0e8;font-size:.88rem}.file-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:.88rem}.timeline{display:flex;flex-direction:column;gap:0;position:relative}.timeline-item{display:flex;gap:14px;padding:12px 0;position:relative}.timeline-item:before{content:"";position:absolute;left:10px;top:36px;bottom:0;width:2px;background:var(--color-border)}.timeline-item:last-child:before{display:none}.timeline-item.done:before{background:var(--color-success)}.timeline-item.current:before{background:var(--color-primary)}.workflow-status-timeline .timeline-item.returned:before{background:var(--color-danger)}.tdot{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;flex-shrink:0;margin-top:2px;background:#f0f0f0;color:var(--color-muted)}.timeline-item.done .tdot{background:var(--color-success);color:#fff}.timeline-item.current .tdot{background:var(--color-primary);color:#fff}.timeline-item.returned .tdot{background:var(--color-danger);color:#fff}.workflow-node-title{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:4px}.workflow-node-title .status{padding:2px 8px;font-size:.68rem}.activity-row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f5f0e8}.avatar{width:32px;height:32px;border-radius:50%;background:var(--color-bg-warm);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;color:var(--color-primary);flex-shrink:0}.activity-row .small{flex:1}.kv{display:grid;grid-template-columns:120px 1fr;gap:8px 12px;font-size:.86rem}.kv dt{color:var(--color-muted)}.kv dd{color:var(--color-text)}.approval-actions{display:flex;gap:10px;margin-top:16px}.approval-actions textarea{flex:1;padding:10px 14px;border:1px solid var(--color-border);border-radius:var(--radius-sm);resize:vertical;min-height:80px}.wizard-container{max-width:1040px;margin:0 auto;width:100%}.wizard-page-header{align-items:flex-end;gap:24px;margin-bottom:22px}.wizard-page-header p{color:var(--color-text-secondary);font-size:.9rem}.wizard-project-ref{display:flex;flex-direction:column;align-items:flex-end;gap:2px;padding:10px 14px;border:1px solid var(--color-border);border-radius:12px;background:#fff;font-size:.76rem;color:var(--color-muted);white-space:nowrap}.wizard-project-ref b{color:var(--color-primary-dark);font-size:.9rem}.wizard-steps{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-bottom:14px}.wizard-step-dot{min-width:0;min-height:62px;padding:10px 12px;border:1px solid #e6d7c3;border-radius:14px;background:#ffffffc7;color:var(--color-muted);font:inherit;text-align:left;display:flex;align-items:center;gap:8px}.wizard-step-dot b{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;background:#6d000014;font-size:.76rem}.wizard-step-dot span{font-size:.76rem;line-height:1.3}.wizard-step-dot:disabled{cursor:default;opacity:1}.wizard-step-dot:not(:disabled){cursor:pointer}.wizard-step-dot:hover:not(:disabled){border-color:var(--color-primary)}.wizard-step-dot.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.wizard-step-dot.active b{background:#ffffff2e}.wizard-step-dot.done{background:#fff7e7;border-color:#dfbb75;color:#6d0000}.wizard-step-dot.done b{background:#e4af42;color:#fff}.wizard-save-status{min-height:22px;margin-bottom:6px;color:var(--color-success);font-size:.78rem;text-align:right}.wizard-form{display:flex;flex-direction:column;gap:20px}.wizard-form-heading h2{color:var(--color-primary-dark);font-size:clamp(1.2rem,2vw,1.55rem);margin-bottom:6px}.wizard-form-heading p{color:var(--color-muted);font-size:.88rem}.wizard-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:.88rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{padding:10px 14px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.9rem}.form-group textarea{min-height:100px;resize:vertical}.form-group .helper{font-size:.78rem;color:var(--color-muted)}.choice-grid{display:grid;gap:10px}.wizard-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.wizard-scope-grid,.wizard-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wizard-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.choice-card{display:flex;align-items:flex-start;gap:10px;min-height:54px;padding:14px 16px;border:1px solid #dbcab4;border-radius:14px;background:#fff;color:#46342b;cursor:pointer;transition:border-color .18s,background .18s,transform .18s}.choice-card:hover{border-color:#b88c58;transform:translateY(-1px)}.choice-card.selected{border-color:var(--color-primary);background:#fff7e9;box-shadow:0 0 0 1px #a10d1414}.choice-card input{width:17px;height:17px;margin-top:1px;accent-color:var(--color-primary);flex:0 0 auto}.choice-card span{display:flex;flex-direction:column;gap:4px;line-height:1.35;font-size:.87rem}.choice-card small{color:var(--color-muted);font-size:.75rem}.conditional{padding:18px;border:1px solid #e2cda6;border-radius:16px;background:#fff8e9;animation:wizardReveal .24s ease both}.conditional>p,.wizard-details p{margin-top:7px;color:var(--color-text-secondary);font-size:.82rem;line-height:1.6}.wizard-details summary{color:var(--color-primary-dark);font-weight:700;cursor:pointer}.wizard-inline-guidance{margin-top:10px}.wizard-upload-section{padding-bottom:16px;border-bottom:1px solid #eee4d6}.wizard-file-chip{display:flex;justify-content:space-between;gap:12px;padding:8px 10px;border-radius:8px;background:#f8f4ed;color:var(--color-text-secondary);font-size:.78rem}.wizard-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.wizard-review-card{min-height:130px;padding:18px;border:1px solid #e3d4c0;border-radius:16px;background:#fff;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.wizard-review-card p{margin-top:8px;color:var(--color-muted);font-size:.8rem;line-height:1.55}.wizard-review-card>div{min-width:0;flex:1}.wizard-review-details{display:grid;grid-template-columns:minmax(118px,.35fr) minmax(0,1fr);gap:7px 12px;margin:14px 0 0;font-size:.8rem;line-height:1.5}.wizard-review-details dt{color:var(--color-muted);font-weight:500}.wizard-review-details dd{min-width:0;margin:0;color:var(--color-text);font-weight:600;overflow-wrap:anywhere;white-space:pre-wrap}.wizard-review-card .btn{padding:6px 10px;font-size:.75rem;flex:0 0 auto}.wizard-confirm{align-items:center;margin-top:4px}.wizard-actions{display:flex;justify-content:space-between;gap:12px;margin-top:24px}.wizard-action-group{display:flex;gap:8px}.upload-box{border:2px dashed var(--color-border);border-radius:var(--radius-md);padding:32px;text-align:center;color:var(--color-muted);cursor:pointer;transition:border-color .2s}.upload-box:hover{border-color:var(--color-primary)}.submission-modal{max-height:min(86vh,820px);overflow:auto}.submission-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.submission-review-card{position:relative;padding:18px;border:1px solid #e4d5c0;border-radius:16px;background:#fff}.submission-review-card>span{position:absolute;top:12px;right:14px;color:#6d000047;font-size:1.3rem;font-weight:800}.submission-review-card h3{margin:0 38px 14px 0!important;color:var(--color-primary-dark);font-size:1rem!important}.submission-review-card .kv{grid-template-columns:132px minmax(0,1fr)}.submission-review-card .kv dd{overflow-wrap:anywhere}.submission-review-card-wide{grid-column:1 / -1}@keyframes wizardReveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.confirmation-page{max-width:600px;margin:60px auto;text-align:center}.confirmation-page .check-icon{font-size:3rem;margin-bottom:16px}.confirmation-page h1{font-size:1.8rem;color:var(--color-primary-dark);margin-bottom:8px}.next-steps{display:flex;flex-direction:column;gap:16px;text-align:left;margin:32px 0}.ns-step{display:flex;gap:14px;align-items:flex-start}.ns-num{width:32px;height:32px;border-radius:50%;background:var(--color-bg-warm);display:flex;align-items:center;justify-content:center;font-weight:800;flex-shrink:0;color:var(--color-primary)}.checkin-confirmation-shell{width:100%}.checkin-confirmation-header{margin-bottom:20px}.workspace-screen .checkin-confirmation-card{width:min(900px,100%);margin:0 auto;padding:24px}.checkin-confirmation-summary{padding:20px 0;text-align:center}.checkin-confirmation-summary .check-icon{margin-bottom:12px;font-size:48px;line-height:1}.checkin-reference{align-items:center}.checkin-reference label{color:var(--color-muted)}.checkin-reference strong{color:#8a4305;font-size:22px;font-weight:800}.checkin-confirmation-card>h3{margin:0}.checkin-confirmation-card .next-steps{gap:16px;margin:32px 0}.checkin-confirmation-card .ns-step p{margin-top:4px}.checkin-confirmation-note{margin-top:12px;text-align:center}.checkin-confirmation-actions{justify-content:center}.empty-account{text-align:center;padding:80px 20px}.empty-account h2{font-size:1.5rem;margin-bottom:12px;color:var(--color-primary-dark)}.empty-account p{margin-bottom:24px;color:var(--color-text-secondary)}.ai-studio-placeholder{text-align:center;padding:100px 20px}.ai-studio-placeholder h1{font-size:2rem;color:var(--color-primary-dark);margin-bottom:12px}.user-pill{display:flex;align-items:center;gap:8px;font-size:.88rem}.user-pill b{color:var(--color-text)}.user-dropdown{display:none;position:absolute;top:100%;right:0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);padding:4px;min-width:140px}.user-pill:hover .user-dropdown{display:block}.hamburger{display:none;width:44px;height:44px;flex-direction:column;justify-content:center;gap:5px;padding:8px}.hamburger span{display:block;height:2px;background:var(--color-text);border-radius:1px;transition:all .2s}.sep{border:none;border-top:1px solid var(--color-border);margin:16px 0}.choice{display:flex;align-items:center;gap:8px;font-size:.88rem;cursor:pointer}.choice input[type=checkbox]{width:18px;height:18px;accent-color:var(--color-primary)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#d0c8b8;border-radius:3px}@media (max-width: 1023px){:root{--sidebar-w: 220px}.brand-hub-cards{grid-template-columns:repeat(2,1fr);max-width:680px}.brand-hub-title{font-size:2.5rem}.detail-grid{grid-template-columns:1fr}.detail-side{position:static}.login-panel-wrap{width:360px;padding:32px}.resource-grid{grid-template-columns:repeat(2,1fr)}.section-detail-header{flex-direction:column}.section-detail-header img{width:100%;max-width:400px}}@media (max-width: 767px){:root{--sidebar-w: 0;--header-h: 52px}.brand-hub-title{font-size:2rem;letter-spacing:.1em}.brand-hub-cards{grid-template-columns:1fr;max-width:400px;padding:0 16px}.brand-hub-header{padding:14px 20px}.brand-hub-logo{height:36px}.hub-card{padding:24px 20px}.hub-card-title{font-size:1.1rem}.login-page{flex-direction:column}.login-hero{flex:none;padding:40px 20px 24px;min-height:auto}.login-title{font-size:1.3rem;margin-top:20px}.login-brand-logo{max-width:200px}.login-panel-wrap{width:100%;flex:1;padding:24px 20px}.workspace-layout{flex-direction:column}.sidebar{position:fixed;top:0;left:0;width:280px;height:100dvh;z-index:200;transform:translate(-100%);transition:transform .3s ease;box-shadow:var(--shadow-lg)}.sidebar.open{transform:translate(0)}.hamburger{display:flex}.main-area{width:100%}.top-bar{padding:0 12px}.page{padding:16px}.page-header{flex-direction:column}.page-header h1{font-size:1.2rem}.project-card,.task-card{flex-direction:column;align-items:flex-start;padding:16px}.card-actions{margin-left:0;margin-top:12px;width:100%;justify-content:flex-end}.card-status-top{position:static;margin-bottom:8px}.detail-grid{grid-template-columns:1fr}.approval-actions{flex-direction:column;position:sticky;bottom:0;background:var(--color-surface);padding:12px;border-top:1px solid var(--color-border);z-index:50}.wizard-steps{overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.wizard-step-dot{white-space:nowrap}.wizard-actions{flex-direction:column;gap:8px}.wizard-actions button{width:100%}.resource-tools{padding:12px 16px}.resource-shell{padding:24px 16px}.resource-head h1{font-size:1.8rem}.resource-grid,.section-detail-subs{grid-template-columns:1fr}.filters{flex-direction:column}.filters input[type=text]{min-width:auto;width:100%}.date-filter{width:100%;flex-wrap:wrap}.date-filter select{flex:1}.date-range{width:100%}.date-filter input[type=date]{width:auto;min-width:0;flex:1}.metrics-bar{gap:8px}.metric{min-width:0;padding:10px 12px}.metric b{font-size:1.2rem}.modal{padding:20px;margin:16px;max-width:none}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:199}.sidebar-overlay.show{display:block}.toast{left:16px;right:16px;max-width:none;top:auto;bottom:20px}.btn,.side-nav button,.role-option,.hub-card{min-height:44px}input,select,textarea{font-size:16px!important}}.mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--color-surface);border-top:1px solid var(--color-border);z-index:150;padding:4px 8px env(safe-area-inset-bottom,8px);justify-content:space-around}.mobile-nav button{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 10px;font-size:.68rem;color:var(--color-muted)}.mobile-nav button.active{color:var(--color-primary)}.mobile-nav button .nav-icon{font-size:1.2rem}@media (max-width: 767px){.mobile-nav{display:flex}.main-area{padding-bottom:70px}.sidebar{padding-bottom:80px}}:root{--color-primary: #a80000;--color-primary-light: #c81a16;--color-primary-dark: #650000;--color-bg: #f8f2e7;--color-bg-warm: #f1e4cf;--color-surface: #fff;--color-text: #35271e;--color-text-secondary: #78695c;--color-muted: #918277;--color-border: #dfcfb8;--lkk-gold: #dfaa39;--lkk-cream: #fff0c4;--lkk-red: #aa0000;--lkk-deep-red: #5a0000;--shadow-sm: 0 8px 20px rgba(81, 24, 10, .08);--shadow-md: 0 14px 32px rgba(81, 24, 10, .14);--shadow-lg: 0 24px 70px rgba(55, 0, 0, .28);--radius-sm: 10px;--radius-md: 16px;--radius-lg: 26px}body{background:var(--color-bg);font-family:Georgia,Times New Roman,Songti SC,STSong,serif}.btn{border-radius:12px;font-weight:700}.btn-primary{background:var(--lkk-red);box-shadow:0 8px 18px #a800002e}.btn-primary:hover{background:#c21410;transform:translateY(-1px)}.btn-outline{border-color:#d8c5a9;background:#fffffff0;color:#634a37}.btn-outline:hover{border-color:var(--lkk-red);color:var(--lkk-red)}.lang-switch{display:inline-flex;gap:0;padding:4px;border:1px solid rgba(255,255,255,.38);border-radius:16px;background:#4e0000b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lang-switch button{width:48px;height:38px;border-radius:11px;color:#ffffffb8;font-size:.9rem}.lang-switch button.active{color:#fff;background:var(--lkk-gold)}.login-page{background:#fff}.login-hero{flex:1 1 54%;padding:clamp(36px,6vw,92px);justify-content:center;background:var(--lkk-red)}.login-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(83,0,0,.18),transparent 60%);pointer-events:none}.login-hero-bg{opacity:1}.login-brand-logo{width:min(42vw,390px);max-width:68%;z-index:2;filter:drop-shadow(0 12px 24px rgba(80,0,0,.24))}.login-title{color:#f7d16b;font-size:clamp(1.65rem,3.1vw,3.2rem);line-height:1.35;max-width:760px;margin-top:48px;text-shadow:0 3px 10px rgba(69,0,0,.42);z-index:2}.login-copy{color:#ffe6a0;letter-spacing:.13em;font-size:clamp(.7rem,1vw,1rem);z-index:2}.login-panel-wrap{flex:0 0 46%;width:auto;min-width:420px;background:#fff;position:relative}.login-lang{position:absolute;top:34px;right:38px;margin:0}.login-panel{max-width:430px}.login-panel h2{font-size:clamp(1.8rem,2.5vw,2.8rem);color:#16253d}.login-panel .feishu-btn{background:#fff;color:#14243a;border:1px solid #cbd3df;border-radius:10px;min-height:66px;box-shadow:0 10px 28px #14243a12}.login-panel .feishu-btn:hover{background:#f8fafc;border-color:#9caec6}.feishu-mark{background:linear-gradient(135deg,#13c2c2 0,#13c2c2 45%,#3478f6 45%,#3478f6);border-radius:50% 50% 50% 8px}.login-panel-wrap .lang-switch{border-color:#c8d0dd;background:#f3f5f8}.login-panel-wrap .lang-switch button{color:#18253a}.login-panel-wrap .lang-switch button.active{color:#fff;background:#15253d}.modal{border:1px solid #e8d8be;background:#fffdf8}.role-option{background:#fff}.role-option:hover{border-color:var(--lkk-red);background:#fff8ef;transform:translateY(-2px)}.brand-hub{min-height:100dvh;overflow:hidden;isolation:isolate;background:#b00000;color:#fff;position:relative}.brand-hub:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(circle at 20% 20%,rgba(255,72,58,.34),transparent 45%),linear-gradient(90deg,#96000014,#48000047)}.brand-hub-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;width:100%;height:100%;object-fit:cover}.brand-hub-header{padding:clamp(24px,4vw,64px) clamp(28px,5vw,84px);position:relative;z-index:5}.brand-hub-logo{width:clamp(180px,18vw,310px);height:auto}.brand-hub-actions{display:flex;align-items:center;gap:14px}.brand-hub .user-pill{color:#fff;padding:6px 8px 6px 7px;background:#53000094;border:1px solid rgba(255,255,255,.22);border-radius:999px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand-hub .user-pill .avatar{color:#5d0000;background:#f4c85c}.user-pill-copy{display:flex;flex-direction:column;min-width:96px}.brand-hub .user-pill b{color:#fff}.user-pill-copy small{color:#ffffffb8;font-size:.68rem}.hub-logout{color:#fff3cf;padding:7px 10px;border-left:1px solid rgba(255,255,255,.2)}.brand-hub-main{width:100%;padding:clamp(20px,4vh,60px) clamp(28px,4.5vw,76px) clamp(32px,6vh,72px);justify-content:flex-end;align-items:stretch;position:relative;z-index:2}.brand-hub-hero{margin:0 0 clamp(22px,3vh,42px);text-align:left}.brand-hub-title{color:#fff;font-family:Arial,PingFang SC,sans-serif;font-size:clamp(4.6rem,10vw,10.5rem);font-weight:500;line-height:.88;letter-spacing:-.045em;text-transform:uppercase;text-shadow:0 12px 34px rgba(84,0,0,.24)}.brand-hub-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2.4vw,38px);max-width:none}.hub-card{min-height:clamp(260px,32vh,390px);padding:clamp(28px,3vw,52px);color:#fff;background:linear-gradient(135deg,#ff534ca8,#5800008f);border:1px solid rgba(255,255,255,.38);border-radius:24px;box-shadow:0 18px 46px #41000033;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overflow:hidden;position:relative}.hub-card:hover{transform:translateY(-10px);border-color:#ffe2a7cc;box-shadow:0 30px 60px #39000052}.hub-card-num{position:absolute;top:22px;right:30px;color:#ffffff5c;font:italic 4.2rem Georgia,serif}.hub-card-title{color:#fff;font-size:clamp(1.5rem,2.2vw,2.5rem);margin-top:auto}.hub-card-desc{color:#ffffffd1;font-size:clamp(.9rem,1.05vw,1.16rem);max-width:85%;flex:0}.hub-card-arrow{align-self:flex-end;display:grid;place-items:center;width:56px;height:56px;margin-top:12px;border-radius:50%;background:#fff;color:#e02920;font-size:1.75rem;box-shadow:0 10px 24px #4700002e}.resource-page{min-height:100dvh;color:#fff;background:#be0000 url(/assets/paper-texture.jpg) center/cover fixed;position:relative}.resource-page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:#bf000057;mix-blend-mode:multiply}.resource-tools{position:absolute;inset:24px 34px auto;padding:0;background:transparent;border:0;display:flex;justify-content:flex-end;gap:12px}.resource-user{margin-right:auto;align-self:center;color:#fff;background:#510000ad;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:9px 20px}.resource-tools .btn-outline{border-color:#fff9;color:#694316}.resource-shell{max-width:1540px;min-height:100dvh;padding:clamp(130px,18vh,200px) clamp(30px,7vw,110px) 70px;display:flex;flex-direction:column;justify-content:center}.resource-head{margin-bottom:26px;color:#fff}.resource-kicker{display:inline-block;color:#fff;border:1px solid rgba(255,255,255,.5);border-radius:999px;padding:4px 18px;margin-bottom:10px}.resource-head h1{color:#fff;font-size:clamp(2.3rem,4vw,4.8rem);line-height:1.05}.resource-head p{color:#ffffffe0;max-width:760px}.resource-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(14px,1.5vw,24px)}.resource-card{min-width:0;background:#fff;color:#17100d;border:0;border-radius:28px;box-shadow:0 20px 38px #4700003d;display:flex;flex-direction:column;overflow:hidden}.resource-card:hover{transform:translateY(-10px);box-shadow:0 30px 54px #45000057}.resource-visual{height:clamp(160px,21vw,280px);background:#fff}.resource-visual img{object-fit:contain}.resource-card-body{flex:1;min-height:240px;padding:28px clamp(20px,2vw,30px) 24px;display:flex;flex-direction:column;position:relative}.resource-index{display:grid;place-items:center;width:48px;height:48px;margin-top:-52px;margin-bottom:24px;border-radius:50%;color:#fff;background:#202020;box-shadow:0 10px 18px #0000003d}.resource-card-body h2{color:#111;font-size:clamp(1.05rem,1.35vw,1.5rem);line-height:1.25}.resource-card-body p{color:#706a66;line-height:1.55}.resource-card-body .resource-arrow,.foundation-subcard .resource-arrow{float:none;display:grid;place-items:center;margin:auto 0 0 auto;width:42px;height:42px;border:1px solid #eee5da;border-radius:50%;color:#111;background:#fff;box-shadow:0 7px 16px #00000014}.foundation-layout{display:grid;grid-template-columns:minmax(240px,320px) minmax(0,500px);gap:40px;align-items:stretch;justify-content:center}.foundation-main-card{position:relative;display:flex;flex-direction:column;border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 24px 55px #48000038}.foundation-main-visual{flex:1;min-height:260px;overflow:hidden;background:#fff}.foundation-main-body h2{margin:14px 0 8px;font-size:22px;line-height:1.25}.foundation-main-body .resource-index{margin-top:-26px;margin-bottom:0}.foundation-subgrid{display:grid;height:448px;grid-auto-rows:minmax(0,1fr);gap:12px}.foundation-subcard{display:grid;grid-template-columns:112px minmax(0,1fr) 30px;min-height:0;height:100%;align-items:center;gap:16px;width:100%;padding:4px 18px 4px 10px;border:1px solid rgba(255,255,255,.78);border-radius:20px;background:#fff;color:#151311;text-align:left;font:inherit;box-shadow:0 18px 42px #48000038;cursor:pointer;transition:transform .28s ease,box-shadow .28s ease}.foundation-subcard img{display:block;width:112px;height:62px;object-fit:cover;border-radius:12px;transition:transform .4s cubic-bezier(.2,.75,.25,1)}.foundation-subcard h2{margin:0;font-size:clamp(15px,1.6vw,20px);line-height:1.25;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.foundation-sub-arrow{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:#f6f2ed;color:#8f0000;font-size:20px;transition:.25s}.foundation-back{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;margin-bottom:14px;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:#78000052;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:14px;cursor:pointer;transition:.2s;white-space:nowrap}.foundation-back:hover{background:#ffffff2e}.sub-badge{display:inline-flex;align-items:center;padding:3px 10px;border:1px solid #d7a3a0;border-radius:999px;background:#fbeceb;color:#a3332e;font-size:11px;font-weight:700;line-height:1;white-space:nowrap}.workspace-layout{background:var(--color-bg)}.sidebar{width:286px;padding:26px 18px;color:var(--lkk-cream);background:linear-gradient(180deg,#720000,#b00000 45%,#920000);border:0;box-shadow:12px 0 36px #4b00001f}.sidebar-brand{padding:8px 10px 24px;border-bottom:1px solid rgba(255,235,180,.24);margin-bottom:18px}.sidebar-brand h2{color:#fff0bd;font-size:1.75rem}.sidebar-brand p{color:#fff0c1c7;font-size:.77rem;line-height:1.65;margin-top:6px}.sidebar-user{padding:16px;margin-bottom:18px;border:1px solid rgba(255,238,190,.18);border-radius:18px;background:#ffffff1a}.sidebar-user .avatar{background:var(--lkk-gold);color:#6b0000}.sidebar-user b{color:#fff4ca}.sidebar-user .muted{color:#fff4cab3}.side-logout{width:34%;min-width:92px;margin:8px 0 0 auto;padding:6px 10px;color:#fff1c2;border:1px solid rgba(255,241,194,.36);border-radius:9px}.side-logout:hover{background:#ffffff1f}.side-nav{gap:7px}.side-nav button{color:#fff0c5;border-radius:12px}.side-nav button:hover{background:#ffffff1a}.side-nav button.active{color:#fff;background:#fff3}.nav-count{color:#ffe7a5;background:#ffffff29}.sidebar .sep{border-color:#ffefc133}.main-area{background:var(--color-bg)}.top-bar{min-height:70px;height:auto;padding:12px 28px;background:#fff;border-color:#e6d7c3}.top-bar .breadcrumb{color:#8c796a}.top-bar .breadcrumb span{color:#5a4535}.top-bar .lang-switch{border-color:#b8aa9c;background:#8f8f8f}.page{padding:clamp(22px,3vw,46px);background:var(--color-bg)}.page-header h1{font-size:clamp(1.7rem,2.4vw,2.8rem);color:#382820}.page-header p{color:#857365}.metric,.project-card,.task-card,.detail-section,.card{background:#fff;border-color:#e5d4bd;box-shadow:var(--shadow-sm)}.metric{min-height:110px;text-align:left;border-radius:20px}.metric b{color:#6d0000;font-size:2.2rem}.project-card,.task-card{border-radius:20px;padding:24px 26px}.project-card:hover,.task-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.project-title{color:#3b2820;font-size:1.18rem}.filters input[type=text],.filters select,.form-group input,.form-group select,.form-group textarea,.approval-actions textarea{background:#fff;border-color:#d9c8b1;color:#3b2a22}.status.s-blue{background:#e7f1ff;color:#145c9b}.status.s-red{background:#ffe4e4;color:#a10d14}.status.s-green{background:#dff4e9;color:#14744e}.status.s-purple{background:#f0e6f7;color:#60347d}.detail-section{border-radius:20px}.wizard-step-dot.active{background:var(--lkk-red)}.wizard-form,.confirmation-page{padding:clamp(24px,4vw,46px);background:#fff;border:1px solid #e5d4bd;border-radius:24px}.upload-box{background:#fffaf1}.mobile-nav{background:#fff}@media (max-width: 1180px){.brand-hub-title{font-size:clamp(4rem,9vw,7rem)}.hub-card{min-height:270px}.resource-shell{padding-left:42px;padding-right:42px}.resource-grid{grid-template-columns:repeat(3,1fr)}.resource-card:nth-child(n+4){grid-column:span 1}}@media (max-width: 860px){.brand-hub-header{align-items:flex-start}.brand-hub-actions{align-items:flex-end;flex-direction:column-reverse}.brand-hub .user-pill{display:none}.brand-hub-main{justify-content:center}.brand-hub-cards{grid-template-columns:1fr}.hub-card{min-height:220px}.login-panel-wrap{min-width:360px}.resource-grid{grid-template-columns:repeat(2,1fr)}.section-detail{grid-template-columns:1fr;width:calc(100% - 44px)}.section-detail-header{display:grid;grid-template-columns:220px 1fr}.section-detail-header img{aspect-ratio:1/1}}@media (max-width: 767px){.login-page{min-height:100dvh}.login-hero{min-height:44dvh;padding:86px 22px 34px}.login-brand-logo{width:240px}.login-title{font-size:1.35rem;margin-top:22px}.login-panel-wrap{min-width:0;padding:70px 22px 34px}.login-lang{top:16px;right:18px}.wizard-page-header,.wizard-project-ref{align-items:flex-start}.wizard-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.wizard-step-dot{min-height:52px}.wizard-field-grid,.wizard-choice-grid,.wizard-scope-grid,.wizard-mode-grid,.wizard-product-grid,.wizard-review-grid,.submission-review-grid{grid-template-columns:1fr}.submission-review-card-wide{grid-column:auto}.submission-review-card .kv{grid-template-columns:1fr}.wizard-actions{align-items:stretch;flex-direction:column-reverse}.wizard-actions>div,.wizard-action-group{width:100%}.wizard-action-group .btn,.wizard-actions>div>.btn{flex:1;width:100%}.brand-hub{overflow:auto}.brand-hub-header{padding:22px 20px}.brand-hub-logo{width:150px}.brand-hub-main{padding:52px 20px 36px}.brand-hub-title{font-size:clamp(3.2rem,16vw,5.2rem)}.hub-card{border-radius:20px;padding:28px 24px}.hub-card-num{font-size:3.2rem}.resource-tools{inset:16px 16px auto;flex-wrap:wrap}.resource-user{max-width:55%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resource-shell{padding:132px 22px 42px;justify-content:flex-start}.resource-head h1{font-size:2.25rem}.resource-grid{grid-template-columns:1fr}.resource-card{max-width:430px;margin:0 auto}.resource-visual{height:270px}.resource-card-body{min-height:250px}.section-detail{padding-top:130px}.section-detail-header{display:flex}.foundation-subcard{padding:12px 16px}.foundation-subcard img{width:88px;height:70px}.sidebar{width:min(88vw,320px)}.top-bar{padding:8px 10px}.top-bar .breadcrumb{display:none}}.login-page{min-height:100dvh;display:grid;grid-template-columns:1fr 1fr;background:#fff}.login-hero{min-width:0;padding:clamp(38px,6vw,100px);color:#f6c45a;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;text-align:center;background:#b00000}.login-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#0000000a,#00000014);pointer-events:none}.login-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;object-fit:cover;opacity:1}.login-brand-logo,.login-title,.login-copy{display:none}.login-panel-wrap{width:auto;min-width:0;display:flex;align-items:center;justify-content:center;padding:clamp(28px,6vw,110px);position:relative;background:radial-gradient(circle at 45% 42%,#fff 0,#fff 34%,#f8f9fc)}.login-panel{width:min(440px,100%);max-width:none;text-align:center}.login-panel h2{font-size:34px;margin:12px 0 14px;color:#10213c}.login-panel .feishu-btn{width:100%;min-height:0;margin-top:38px;padding:17px 22px;border:1px solid #c7d0df;border-radius:10px;background:#fff;color:#14233b;font-size:18px;box-shadow:0 4px 18px #2437580a}.login-panel .feishu-btn:hover{border-color:#3370ff;background:#fff;box-shadow:0 10px 25px #3370ff1f;transform:translateY(-1px)}.login-lang{position:absolute;right:clamp(24px,5vw,72px);top:30px;margin:0}.login-lang.lang-switch{padding:0;overflow:hidden;border:1px solid #cbd3df;border-radius:10px;background:#fff;box-shadow:0 3px 12px #21304a0a}.login-lang.lang-switch button{width:58px;height:42px;color:#26364f;border-radius:8px;font-size:15px}.login-lang.lang-switch button.active{color:#10213c;background:#f1f4f8;box-shadow:0 2px 8px #22324b1f}.brand-hub{position:relative;width:100vw;height:100dvh;min-width:0;min-height:0;display:grid;grid-template-rows:auto 1fr auto;grid-template-areas:"header" "main" "cards";padding:clamp(18px,2.4vw,42px) clamp(24px,3.2vw,60px) clamp(28px,3.6vw,56px);color:#fff;overflow:hidden;isolation:isolate;background:#b91c1c}.brand-hub-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:#b91c1c}.brand-hub-bg img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center}.brand-hub:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#7500001f,#75000000 48%,#4200001f),linear-gradient(0deg,#4800002e,#48000000 43%)}.brand-hub-header,.brand-hub-main,.brand-hub-cards{position:relative;z-index:2}.brand-hub-header{grid-area:header;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0}.brand-hub-header-actions{display:flex;align-items:center;gap:clamp(12px,1.4vw,22px);min-width:0}.brand-hub-logo{width:auto;height:clamp(44px,5.2vw,72px);max-width:58vw;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))}.brand-hub-user-shell{position:relative;display:flex;align-items:stretch;flex:0 1 auto;min-width:0}.brand-hub .brand-hub-user{display:flex;min-width:0;max-width:min(430px,48vw);padding:9px 15px;gap:8px;border-radius:999px;background:#461005e6;border:0;color:#fff;font-size:clamp(12px,1vw,15px);line-height:1.2;white-space:nowrap}.brand-hub .brand-hub-user b,.brand-hub .brand-hub-user>span{overflow:hidden;text-overflow:ellipsis}.brand-hub .brand-hub-user:hover,.brand-hub .brand-hub-user.open,.brand-hub-user-shell:hover .brand-hub-user,.brand-hub-user-shell:focus-within .brand-hub-user{border-radius:12px 0 0 12px}.brand-hub .brand-hub-user:focus-visible{outline:2px solid #f0c866;outline-offset:3px}.brand-hub .brand-hub-user-logout{display:none;padding:7px 12px;border:0;border-left:1px solid rgba(255,255,255,.18);border-radius:0 12px 12px 0;background:#461005f0;color:#ffffffc7;white-space:nowrap}.brand-hub-user-shell:hover .brand-hub-user-logout,.brand-hub-user-shell.open .brand-hub-user-logout,.brand-hub-user-shell:focus-within .brand-hub-user-logout{display:block}.brand-hub .brand-hub-user-logout:hover{background:#ffffff1a;color:#fff}.brand-hub-lang{display:inline-flex;align-items:center;gap:8px;padding:7px 15px;border:2px solid rgba(255,255,255,.78);border-radius:999px;background:#5600002e;color:#fff;box-shadow:0 8px 30px #3700001f}.brand-hub-lang button{width:auto;height:auto;min-width:34px;padding:2px 5px;border:0;background:transparent;color:#ffffffbf;font-size:clamp(13px,1.1vw,16px);font-weight:700;transition:color .2s ease,transform .2s ease}.brand-hub-lang button.active,.brand-hub-lang button:hover{color:#fff}.brand-hub-lang button:hover{transform:translateY(-1px)}.brand-hub-lang button:focus-visible{outline:2px solid #fff;outline-offset:3px}.brand-hub-lang span{opacity:.55}.brand-hub-main{grid-area:main;width:auto;padding:clamp(20px,4vh,60px) 0 0;display:grid;grid-template-columns:1fr;align-items:center;justify-content:stretch}.brand-hub-hero{max-width:min(820px,52vw);margin:0;text-align:left}.brand-hub-title{margin:0;color:#fff;font-family:Arial,PingFang SC,sans-serif;font-size:clamp(56px,10vw,140px);font-weight:800;line-height:.95;letter-spacing:-.02em;text-transform:uppercase;text-shadow:0 4px 24px rgba(0,0,0,.25)}.brand-hub-cards{grid-area:cards;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,1.6vw,28px);width:100%;max-width:none}.hub-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;display:flex;flex-direction:column;align-items:stretch;gap:clamp(10px,1.2vh,18px);min-height:clamp(170px,22vh,260px);padding:clamp(20px,2.2vw,34px);overflow:hidden;border:1px solid rgba(255,255,255,.22);border-radius:clamp(16px,1.4vw,24px);background:linear-gradient(135deg,#ffffff2e,#ffffff0f);color:#fff;text-align:left;box-shadow:inset 0 1px #ffffff1f,0 14px 34px #4f00001f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease;animation:hub-card-rise .62s cubic-bezier(.2,.75,.25,1) backwards}.hub-card:nth-child(2){animation-delay:.08s}.hub-card:nth-child(3){animation-delay:.16s}.hub-card:hover{transform:translateY(-6px) scale(1.01);border-color:#ffffff73;background:linear-gradient(135deg,#ffffff3b,#ffffff17);box-shadow:0 24px 50px #00000038}.hub-card-num{position:absolute;top:clamp(12px,1.2vw,20px);right:clamp(16px,1.6vw,26px);color:#ffffff47;font-size:clamp(36px,4vw,64px);font-weight:800;font-style:italic;line-height:1}.hub-card-title{margin:clamp(28px,3.5vh,46px) 0 0;color:#fff;font-size:clamp(18px,2vw,32px);font-weight:800;letter-spacing:.02em;line-height:1.15}.hub-card-desc{margin:0;max-width:90%;color:#ffffffd1;font-size:clamp(12px,1.05vw,17px);line-height:1.55}.hub-card-arrow{align-self:flex-end;display:grid;place-items:center;width:clamp(38px,3.1vw,50px);height:clamp(38px,3.1vw,50px);margin-top:auto;border-radius:50%;background:#fff;color:#c41e1e;font-size:clamp(22px,2vw,30px);line-height:1;box-shadow:0 8px 20px #48000029;transition:transform .25s ease,box-shadow .25s ease}.hub-card:hover .hub-card-arrow{transform:translate(5px);box-shadow:0 10px 26px #48000038}@keyframes hub-card-rise{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.login-page{grid-template-columns:1fr}.login-hero{min-height:48dvh;padding:48px 24px}.login-panel-wrap{min-height:52dvh;padding:76px 24px 34px}.login-lang{top:18px;right:20px}.brand-hub{width:100%;height:auto;min-height:100dvh;grid-template-rows:auto auto auto;padding:18px;overflow:visible}.brand-hub-bg{position:fixed}.brand-hub-main{padding:64px 0 34px}.brand-hub-hero{max-width:100%}.brand-hub-cards{grid-template-columns:1fr}.hub-card{min-height:190px;gap:8px;padding:22px}.hub-card-title{margin-top:24px;font-size:20px}.hub-card-desc{font-size:13px}}@media (max-width: 520px){.brand-hub-header{align-items:flex-start}.brand-hub-header-actions{align-items:flex-end;flex-direction:column;gap:8px}.brand-hub-logo{width:auto;height:40px;max-width:58vw;object-position:left center}.brand-hub .brand-hub-user{display:flex;max-width:66vw;padding:7px 11px}.brand-hub-lang{gap:4px;padding:6px 10px}.brand-hub-main{padding-top:56px}.brand-hub-title{font-size:clamp(48px,18vw,76px)}}@media (max-height: 700px) and (min-width: 901px){.brand-hub{padding-top:16px;padding-bottom:18px}.brand-hub-logo{height:46px}.brand-hub-main{padding-top:12px}.brand-hub-title{font-size:clamp(52px,8.5vw,116px)}.hub-card{min-height:168px;padding:18px 22px;gap:8px}.hub-card-title{margin-top:26px}}@media (prefers-reduced-motion: reduce){.hub-card,.hub-card-arrow,.brand-hub-lang button{transition:none}.hub-card{animation:none}}.workspace-screen{min-height:100dvh;background:#fff5e0}.workspace-screen .app-shell{min-height:100dvh;display:grid;grid-template-columns:250px minmax(0,1fr);background:#fff5e0}.workspace-screen .sidebar{width:auto;height:100dvh;padding:22px 16px;position:sticky;top:0;z-index:100;overflow-y:auto;color:#fff5e0;border:0;box-shadow:none}.workspace-screen .sidebar.role-submitter{background:#e02923}.workspace-screen .sidebar.role-approver{background:#5c087e}.workspace-screen .brand-mark{padding:10px 12px 22px;border-bottom:1px solid rgba(255,227,183,.18)}.workspace-screen .brand-mark b{display:block;color:#fff0bd;font-family:Georgia,Songti SC,serif;font-size:24px;line-height:1.15}.workspace-screen .brand-mark span{display:block;margin-top:7px;color:#fff0c1c7;font-size:12px;line-height:1.55}.workspace-screen .side-user{position:relative;margin:18px 4px;padding:13px 13px 48px;border:0;border-radius:13px;background:#ffffff14}.workspace-screen .side-user b,.workspace-screen .side-user strong,.workspace-screen .side-user>span{display:block}.workspace-screen .side-user b{color:#fff4ca;font-family:Georgia,Songti SC,serif;font-size:17px}.workspace-screen .side-user strong{margin-top:2px;color:#fff4ca;font-size:12px;line-height:1.35}.workspace-screen .side-user>span{margin-top:6px;color:#fff4cab3;font-size:12px}.workspace-screen .side-logout{position:absolute;right:13px;bottom:12px;width:33.333%;min-width:72px;min-height:0;margin:0;padding:7px 8px;color:#fff1c2;border:1px solid rgba(255,241,194,.36);border-radius:9px;background:transparent;font-size:11px;text-align:center}.workspace-screen .side-nav{display:flex;flex-direction:column;gap:10px}.workspace-screen .side-nav-group{display:grid;position:relative;border-radius:12px}.workspace-screen .side-nav button{width:100%;min-height:0;padding:10px 12px;color:#fff0c5;border-radius:10px;background:transparent;font-size:13px}.workspace-screen .side-nav button:hover,.workspace-screen .side-nav button.active{color:#fff;background:#ffffff2b}.workspace-screen .side-nav-root{min-height:48px!important;font-size:15px!important;font-weight:800}.workspace-screen .side-nav-root-meta{display:flex;align-items:center;gap:8px}.workspace-screen .side-nav-chevron{display:inline-block;margin-left:auto;transition:transform .22s ease}.workspace-screen .side-nav-group.open .side-nav-chevron{transform:rotate(180deg)}.workspace-screen .side-nav-menu{display:grid;gap:6px;width:85%;max-height:0;margin-top:0;margin-left:auto;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transition:max-height .22s ease,margin-top .22s ease,opacity .16s ease,visibility 0s linear .22s}.workspace-screen .side-nav-group.open .side-nav-menu{max-height:260px;margin-top:7px;opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}.workspace-screen .side-nav-archive-hint{margin:6px 10px 2px;padding:9px 10px;border-left:2px solid rgba(255,231,165,.72);color:#ffe7a5;font-size:.68rem;line-height:1.45}.workspace-screen .nav-count:empty{display:none}.workspace-screen .app-main{min-width:0;min-height:100dvh;display:block;background:#fff5e0}.workspace-screen .topbar{height:70px;min-height:70px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:18px;position:sticky;top:0;z-index:50;border-bottom:1px solid #eadfce;background:#fff}.workspace-screen .topbar-copy{min-width:0}.workspace-screen .breadcrumb{display:flex;align-items:center;gap:7px;color:#7f6d5f;font-size:12px;line-height:1.2;white-space:nowrap}.workspace-screen .breadcrumb span{color:inherit}.workspace-screen .breadcrumb i{font-style:normal;opacity:.72}.workspace-screen .top-title{display:block;margin-top:4px;overflow:hidden;color:#3c2c22;font-family:Georgia,Songti SC,serif;font-size:15px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.workspace-screen .top-actions{display:flex;align-items:center;gap:10px;margin-left:auto;flex:0 0 auto}.workspace-screen .top-actions .btn{min-height:42px;padding:9px 17px;border-color:#d8c4aa;background:#fff;color:#6c4b31}.workspace-screen .top-actions .lang-switch{flex:0 0 auto;border-color:#888;background:#8e8e8e}.workspace-screen .content{min-height:calc(100dvh - 70px);padding:26px 28px 48px;background:#fff5e0}.workspace-screen .content>.page{min-height:100%;padding:0;overflow:visible;background:transparent}.workspace-screen .page-header{margin-bottom:24px}.workspace-screen .page-header h1{color:#382820;font-family:Georgia,Songti SC,serif;font-size:clamp(1.8rem,2.4vw,2.8rem)}.workspace-screen .metrics-bar{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:12px}.workspace-screen .metric{min-width:0;min-height:0;padding:14px 20px;text-align:left;border:1px solid #e7dbca;border-radius:16px;background:#fff}.workspace-screen .metric b{color:#6d0000;font-family:Georgia,Songti SC,serif}.workspace-screen .filters input[type=text]{min-width:260px;background:#fff}.workspace-screen .toolbar-primary{margin-left:auto}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.workspace-screen .project-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.workspace-screen .project-card,.workspace-screen .task-card{min-height:0;display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid #e7dbca;border-radius:16px;background:#fff}.workspace-screen .card-actions{margin-top:auto}@media (max-width: 1100px){.workspace-screen .project-list{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-screen .metrics-bar{grid-template-columns:repeat(3,minmax(0,1fr))}}html[lang^=zh] body,html[lang^=zh] body *{font-family:FZYanSJW_Zhun,PingFang SC,Microsoft YaHei,sans-serif!important;font-style:normal}html[lang^=en] body,html[lang^=en] body *{font-family:ABCArizonaFlare Light,Georgia,Times New Roman,serif;font-style:normal;font-weight:300}html[lang^=en] :is(h1,h2,h3,h4,h5,h6,strong,b,th,.font-heading,.brand-hub-title,.hub-card-title,.hub-card-num,.resource-index,.foundation-subcard h2,.workspace-screen .top-title,.workspace-screen .metric b){font-family:ABCArizonaFlare BoldItalic,Georgia,Times New Roman,serif;font-style:italic;font-weight:700}html[lang^=en] :is(p,small,label,input,textarea,select,button,.muted,.brand-hub-subtitle,.hub-card-desc,.resource-kicker,.resource-head>p,.workspace-screen .brand-mark span,.workspace-screen .side-user>span,.workspace-screen .page-header p,.wizard-page-header p){font-family:ABCArizonaFlare Light,Georgia,Times New Roman,serif;font-style:normal;font-weight:300}html[lang^=en] .brand-hub-hero{max-width:min(980px,76vw)}html[lang^=en] .brand-hub-title{max-width:100%;font-size:clamp(56px,8vw,124px);white-space:nowrap}.workspace-screen .cardbox{padding:18px;text-align:left;color:var(--color-text);background:#fff;border:1px solid #eadfce;border-radius:16px}.workspace-screen .cardbox h3,.workspace-screen .detail-section h3,.workspace-screen .stuck-card h3{margin:0 0 14px;color:#382820;font-size:1rem}.workspace-screen .card-actions{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-end;gap:8px;padding-top:4px}.workspace-screen .card-detail-btn{min-height:0;padding:0;border:0;border-radius:0;background:transparent;color:#9b0000;box-shadow:none;font-size:13px;font-weight:700}.workspace-screen .card-detail-btn:hover{color:#7a0000;background:transparent}.submitter-detail-head,.approver-detail-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px}.submitter-detail-head h1,.approver-detail-head h1{margin:14px 0 0;color:#382820;font-family:Georgia,Songti SC,serif;font-size:clamp(1.5rem,2.2vw,2rem)}.submitter-back-button,.approver-back-button{min-height:34px;padding:6px 14px;font-size:.85rem}.submitter-detail-page .detail-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.8fr);gap:16px;align-items:start}.submitter-detail-page .detail-main{display:grid;gap:16px}.submitter-detail-page .detail-section{padding:18px;border:1px solid #eadfce;border-radius:16px;background:#fff;box-shadow:none}.submitter-detail-page .detail-side{position:static;display:block}.submitter-detail-page .stuck-card{position:sticky;top:90px;padding:18px;border:1px solid #e8c98c;border-radius:16px;background:linear-gradient(135deg,#fff5e7,#fff)}.stuck-status-title{margin-bottom:8px;color:#8c3d08;font-size:1.35rem;font-weight:800}.stuck-status-title.returned{color:#c0392b}.stuck-status-title.completed{color:#2e7d32}.stuck-status-title.closed{color:#6f3d8c}.submitter-detail-page .stuck-card>p{margin-bottom:14px;color:#67574b;line-height:1.55}.submitter-progress-summary{display:flex;align-items:center;gap:16px;margin-bottom:14px}.submitter-progress-summary>div:last-child>b{color:#8a4305;font-size:1rem}.submitter-progress-summary p{margin-top:5px}.submitter-progress-circle{width:80px;height:80px;flex:0 0 auto}.submitter-detail-page .checklist{display:grid;gap:9px}.submitter-detail-page .check-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:11px 0;border-bottom:1px solid #eee5da}.approver-detail-meta{margin-top:6px}.approver-detail-page .approval-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr) minmax(220px,.75fr);gap:14px;align-items:start}.approver-detail-page .approval-grid>.cardbox{min-width:0}.approver-material-card .kv{grid-template-columns:118px minmax(0,1fr)}.approver-submission-button{margin-top:8px}.approver-file-name{min-width:0;overflow-wrap:anywhere}.approver-file-button{flex:0 0 auto;min-height:34px;padding:6px 10px;font-size:.78rem}.review-panel textarea{width:100%;min-height:115px;padding:12px;border:1px solid #d9cbbb;border-radius:10px;background:#fffdfa;resize:vertical}.approver-review-meta{margin-bottom:12px}.approver-review-empty{margin-bottom:12px;padding:16px;color:var(--color-muted);text-align:center}.approver-comment-label{display:block;margin:12px 0 7px;font-weight:800}.approver-detail-page .approval-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.approver-record-card .timeline{margin-top:2px}.submission-modal{width:min(860px,calc(100vw - 32px))}.submission-detail-stack{display:block}.submission-detail-section{gap:10px}.submission-detail-title{display:block;color:#382820;font-size:1rem}.submission-detail-section .kv{grid-template-columns:190px minmax(0,1fr)}.submission-detail-section .kv dd{overflow-wrap:anywhere}.timeline-copy{min-width:0}.timeline-comment{margin-top:3px;color:#8c3d08;overflow-wrap:anywhere}.unified-project-detail-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:18px;align-items:start}.unified-project-detail-main,.unified-project-detail-side{min-width:0}.unified-project-detail-side{position:sticky;top:90px;display:grid;gap:16px}.unified-project-detail-side>.detail-section,.unified-project-detail-side>.cardbox{margin:0}.unified-workflow-action{width:100%;min-height:44px}.submission-information-stack{display:grid;gap:16px}.submission-information-card,.submission-files-card{min-width:0;padding:20px}.submission-information-heading{margin-bottom:16px}.submission-information-heading h3,.submission-files-heading h3{margin:0 0 5px;color:var(--color-primary-dark);font-size:1.08rem}.submission-information-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.submission-information-section{position:relative;min-width:0;min-height:150px;padding:18px;border:1px solid #e3d4c0;border-radius:16px;background:#fffdfa}.submission-information-section>span{position:absolute;top:13px;right:15px;color:#6d000040;font-size:1.25rem;font-weight:800}.submission-information-section h4{margin:0 38px 14px 0;color:#382820;font-size:.96rem}.submission-information-file-count{margin:-5px 0 10px}.submission-information-details{display:grid;grid-template-columns:minmax(116px,.38fr) minmax(0,1fr);gap:7px 12px;margin:0;font-size:.8rem;line-height:1.5}.submission-information-details dt{color:var(--color-muted);font-weight:500}.submission-information-details dd{min-width:0;margin:0;color:var(--color-text);font-weight:650;overflow-wrap:anywhere;white-space:pre-wrap}.submission-files-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.submission-files-empty{padding:14px 0 2px}.submission-file-list{display:grid;gap:9px}.submission-file-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid #eadfce;border-radius:12px;background:#fffdfa}.submission-file-row>div{min-width:0}.submission-file-row b,.submission-file-row span{display:block;overflow-wrap:anywhere}.submission-file-row b{color:#382820;font-size:.84rem}.submission-file-row span{margin-top:3px;color:var(--color-muted);font-size:.74rem}.submission-file-row .btn{flex:0 0 auto;min-height:34px;padding:6px 11px;font-size:.76rem}.submission-dam-row{display:grid;grid-template-columns:130px minmax(0,1fr);gap:12px;margin-top:12px;padding:12px 14px;border-radius:12px;background:#fff5e7;font-size:.8rem}.submission-dam-row span{min-width:0;color:var(--color-muted);overflow-wrap:anywhere}.approver-detail-side .review-panel,.approver-detail-side .approver-record-card{padding:18px}.approver-workflow-archive-hint{width:100%;margin:14px 0 0;padding-top:12px;border-top:1px solid #eadfce;color:#9b2828;font-size:.72rem;line-height:1.45;text-align:right}.timeline-date{margin-top:2px}.workspace-screen .wizard-container{width:100%;max-width:none;margin:0}.workspace-screen .wizard-page-header{align-items:flex-start;margin-bottom:20px}.wizard-header-status{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.wizard-header-status small{color:var(--color-muted)}.workspace-screen .wizard-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:18px;align-items:start}.workspace-screen .step-list.wizard-steps{position:sticky;top:90px;display:block;height:max-content;margin:0;padding:14px;overflow:visible;border:1px solid #eadfce;border-radius:16px;background:#fff}.workspace-screen .wizard-step-dot.step-link{width:100%;min-height:0;margin:0;padding:11px;border:0;border-radius:10px;background:transparent;color:#6f6257;text-align:left}.workspace-screen .wizard-step-dot.step-link b{width:auto;height:auto;background:transparent;color:inherit}.workspace-screen .wizard-step-dot.step-link.active{color:#8a4305;background:#fff0d9;font-weight:800}.workspace-screen .wizard-step-dot.step-link.done{color:#27704a;background:transparent}.workspace-screen .form-card{min-width:0;padding:24px;border:1px solid #eadfce;border-radius:16px;background:#fff}.workspace-screen .form-card>.wizard-form{padding:0;border:0;border-radius:0;background:transparent}.workspace-screen .wizard-form{gap:17px}.workspace-screen .wizard-choice-grid,.workspace-screen .wizard-scope-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-screen .wizard-summary-fields,.workspace-screen .wizard-timing-fields{display:grid;gap:17px}.workspace-screen .wizard-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-screen .choice-card{min-height:0;padding:13px;border:1px solid #e3d6c6;border-radius:12px;background:#fffaf4}.workspace-screen .choice-card.selected{border-color:#a90000;background:#fff0d9}.workspace-screen .conditional{padding:14px;border:0;border-left:3px solid var(--lkk-gold);border-radius:0 12px 12px 0;background:#fff8eb}.workspace-screen .form-card .upload-box{padding:18px;border:1.5px dashed #cdb79d;border-radius:12px;background:#fffaf2}.workspace-screen .form-actions{display:flex;justify-content:space-between;gap:10px;margin-top:22px}.workspace-screen .final-checkout-page{width:100%}.workspace-screen .final-checkout-header{width:min(900px,100%);margin:0 0 20px}.workspace-screen .final-checkout-header>div{width:100%}.workspace-screen .final-checkout-header h1{margin-top:14px}.workspace-screen .final-checkout-header p{margin-top:6px;color:var(--color-muted)}.workspace-screen .final-checkout-card{width:min(900px,100%);max-width:900px;margin:0}.workspace-screen .final-checkout-form{display:flex;flex-direction:column;gap:17px}.workspace-screen .final-checkout-readonly{color:#4b3b31;background:#f8f3eb;cursor:default}.workspace-screen .final-checkout-upload{display:block;cursor:pointer}.workspace-screen .final-checkout-existing-files{margin-top:7px;overflow-wrap:anywhere}.workspace-screen .final-checkout-confirm{align-items:flex-start;padding:13px 14px;border:1px solid #e3d6c6;border-radius:12px;background:#fffaf4}.workspace-screen .final-checkout-confirm.selected{border-color:#a90000;background:#fff0d9}.workspace-screen .final-checkout-actions{width:100%}@media (max-width: 1100px){.submitter-detail-page .detail-grid,.approver-detail-page .approval-grid,.unified-project-detail-grid{grid-template-columns:1fr}.submitter-detail-page .stuck-card,.unified-project-detail-side{position:static}}@media (max-width: 850px){.workspace-screen .wizard-layout{grid-template-columns:1fr}.workspace-screen .step-list.wizard-steps{position:static;display:flex;overflow-x:auto}.workspace-screen .wizard-step-dot.step-link{min-width:max-content}.workspace-screen .wizard-choice-grid,.workspace-screen .wizard-scope-grid,.workspace-screen .wizard-mode-grid,.workspace-screen .wizard-product-grid,.workspace-screen .wizard-review-grid,.submission-information-grid{grid-template-columns:1fr}}@media (max-width: 560px){.submission-information-details,.submission-dam-row{grid-template-columns:1fr}.submission-file-row{align-items:flex-start;flex-direction:column}}.resource-page{position:relative;height:100dvh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;background:#e02923 url(/assets/paper-texture.jpg) center / cover}.resource-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:#e029238c}.resource-page>*{position:relative;z-index:1}.resource-scaler{position:relative;width:1600px;flex-shrink:0;transform-origin:center center}.resource-tools{position:fixed;top:18px;left:0;right:0;z-index:20;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:0 22px;pointer-events:none}.resource-tools>*{pointer-events:auto}.resource-tools .resource-user{margin-right:auto}.resource-tool-actions{display:flex;flex:0 0 auto;align-items:center;gap:10px}.resource-tools .btn-outline{min-height:42px;padding:9px 17px;border-color:#d8c4aa;background:#fff;color:#6c4b31;box-shadow:none}.resource-shell{position:relative;z-index:1;width:min(1320px,calc(100% - 60px));margin:0 auto;padding:100px 0 40px}.resource-head{width:100%;max-width:1000px;margin:0 auto 20px;text-align:center}.resource-kicker{display:inline-flex;margin:0;padding:6px 20px;border:1px solid rgba(255,255,255,.58);border-radius:999px;background:#9600002e;color:#fff;font-size:14px;font-weight:800;letter-spacing:.05em;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.resource-head h1{margin:16px 0 6px;color:#fff;font-size:clamp(42px,5vw,68px);line-height:1.08;letter-spacing:.02em}html[lang=en] .resource-head h1{font-size:clamp(34px,4vw,54px)}.resource-head>p:not(.resource-kicker){max-width:100%;margin:0 auto;color:#ffffffe6;font-size:clamp(14px,1.5vw,18px);line-height:1.6;text-align:center}html[lang=en] .resource-head>p:not(.resource-kicker){font-size:clamp(11px,1.2vw,14px)}.resource-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.resource-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;min-width:0;min-height:440px;display:flex;flex-direction:column;overflow:hidden;padding:0;border:0;border-radius:28px;background:#fff;color:#171412;text-align:left;font:inherit;box-shadow:0 20px 48px #48000038;cursor:pointer;animation:resource-card-in .72s cubic-bezier(.2,.75,.25,1) backwards;transition:transform .32s ease,box-shadow .32s ease}.resource-card:nth-child(2){animation-delay:.08s}.resource-card:nth-child(3){animation-delay:.16s}.resource-card:nth-child(4){animation-delay:.24s}.resource-card:nth-child(5){animation-delay:.32s}.resource-card:hover{transform:translateY(-10px);box-shadow:0 28px 60px #4800004d}.resource-card:focus-visible{outline:none;box-shadow:0 0 0 3px #ffffffeb,0 0 0 6px #a9000094,0 24px 55px #48000047}.resource-visual{width:100%;height:auto;aspect-ratio:1.35 / 1;flex:0 0 auto;overflow:hidden;background:#fff}.resource-visual img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.01);transition:transform .55s cubic-bezier(.2,.75,.25,1),filter .4s ease}.resource-card:hover .resource-visual img{transform:scale(1.06) translateY(-3px);filter:saturate(1.06)}.resource-card-body{position:relative;min-width:0;display:flex;flex:1;flex-direction:column;align-items:center;padding:24px 28px 28px}.resource-index{flex:0 0 auto;display:grid;width:48px;height:48px;margin-top:-16px;place-items:center;border-radius:50%;background:linear-gradient(145deg,#454545,#111);color:#fff;font:18px Georgia,serif;box-shadow:0 8px 16px #00000040}.resource-card h2{width:100%;min-height:2.5em;display:flex;align-items:center;justify-content:center;margin:22px 0 10px;color:#171412;font-size:23px;line-height:1.25;text-align:center;text-wrap:balance}html[lang=en] .resource-card h2{font-size:18px}.resource-card p{box-sizing:border-box;width:100%;margin:0 0 22px;padding:0;color:#77716c;font-size:15px;line-height:1.55;text-align:left}html[lang=en] .resource-card p{font-size:12px}.resource-arrow{position:absolute;right:24px;bottom:24px;display:grid;width:42px;height:42px;place-items:center;border:1px solid #ece9e5;border-radius:50%;background:#fff;color:#111;font-size:24px;box-shadow:0 6px 14px #00000014;transition:transform .25s ease,color .25s ease,background .25s ease}.resource-card:hover .resource-arrow{transform:translate(3px);border-color:#a90000;background:#a90000;color:#fff}.foundation-detail .resource-head{margin-bottom:44px}.foundation-layout{display:grid;grid-template-columns:minmax(240px,320px) minmax(0,500px);align-items:stretch;justify-content:center;gap:40px}.foundation-main-wrap{position:relative;min-width:0;height:448px}.foundation-main-wrap .foundation-back{position:absolute;top:-200px;left:0;z-index:2;margin:0;padding:6px 16px}.foundation-main-card{position:relative;min-width:0;min-height:448px;height:448px;display:flex;flex-direction:column;overflow:hidden;border-radius:30px;background:#fff;color:#171412;box-shadow:0 24px 58px #48000042;animation:foundation-main-in .65s cubic-bezier(.2,.75,.25,1) both}.foundation-main-visual{min-height:260px;flex:1;overflow:hidden;background:#fff}.foundation-main-visual img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform .55s cubic-bezier(.2,.75,.25,1)}.foundation-main-card:hover .foundation-main-visual img{transform:scale(1.07) translateY(-4px)}.resource-visual-placeholder,.foundation-sub-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#fff,#f2e5d6)}.foundation-main-body{position:relative;padding:0 30px 34px}.foundation-main-body .resource-index{margin-top:-18px}.foundation-main-body h2{margin:14px 0 8px;color:#171412;font-size:22px;line-height:1.25}.foundation-main-body p{margin:0;color:#6f6964;font-size:14px;line-height:1.7}.foundation-subgrid{min-width:0;min-height:448px;height:448px;display:grid;grid-auto-rows:minmax(0,1fr);gap:12px}.foundation-subcard{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:0;min-height:0;height:100%;width:100%;display:grid;grid-template-columns:112px minmax(0,1fr) 30px;align-items:center;gap:16px;padding:4px 18px 4px 10px;border:1px solid rgba(255,255,255,.78);border-radius:20px;background:#fff;color:#151311;text-align:left;font:inherit;box-shadow:0 18px 42px #48000038;cursor:pointer;animation:foundation-rise .58s cubic-bezier(.18,.78,.24,1) backwards;transition:transform .28s ease,box-shadow .28s ease}.foundation-subcard:nth-child(4){animation-delay:.08s}.foundation-subcard:nth-child(3){animation-delay:.18s}.foundation-subcard:nth-child(2){animation-delay:.28s}.foundation-subcard:nth-child(1){animation-delay:.38s}.foundation-subcard img,.foundation-sub-placeholder{display:block;width:112px;height:62px;object-fit:cover;border-radius:12px;transition:transform .4s cubic-bezier(.2,.75,.25,1)}.foundation-subcard h2{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0;color:#151311;font-size:clamp(15px,1.6vw,20px);line-height:1.25}html[lang=en] .foundation-subcard h2{font-size:clamp(12px,1.3vw,16px)}.foundation-sub-arrow{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:#f6f2ed;color:#8f0000;font-size:20px;transition:transform .25s ease,color .25s ease,background .25s ease}.foundation-subcard:hover{transform:translateY(-5px);box-shadow:0 26px 56px #4800004d}.foundation-subcard:hover img{transform:scale(1.045)}.foundation-subcard:hover .foundation-sub-arrow{transform:translate(4px);background:#a90000;color:#fff}.foundation-subcard:focus-visible{outline:3px solid rgba(255,255,255,.95);outline-offset:4px}.foundation-subcard:disabled:hover{transform:none}.foundation-subgrid>.cardbox{height:100%;display:grid;place-items:center;color:#6f6964;background:#fff}@keyframes resource-card-in{0%{opacity:0;transform:translateY(44px)}to{opacity:1;transform:translateY(0)}}@keyframes foundation-main-in{0%{opacity:0;transform:translate(-28px)}to{opacity:1;transform:translate(0)}}@keyframes foundation-rise{0%{opacity:0;transform:translateY(42px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.resource-page{height:auto;min-height:100dvh;display:block;overflow-x:hidden;overflow-y:auto;background-attachment:scroll}.resource-scaler{width:100%;transform:none!important}.resource-shell{width:min(92%,780px);padding:120px 0 64px}.resource-head{margin-bottom:26px}.resource-head h1{font-size:clamp(34px,7vw,48px)}html[lang=en] .resource-head h1{font-size:clamp(27px,5.6vw,38px)}.resource-head>p:not(.resource-kicker){font-size:15px}html[lang=en] .resource-head>p:not(.resource-kicker){font-size:12px}.resource-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.resource-card{min-height:370px}.resource-visual{height:clamp(170px,26vw,220px);aspect-ratio:auto}.resource-card-body{min-height:200px;padding:8px 18px 18px}.resource-card h2{font-size:20px}html[lang=en] .resource-card h2{font-size:16px}.resource-card p{margin:0 0 50px;font-size:14px}html[lang=en] .resource-card p{font-size:11px}.resource-index{width:42px;height:42px;font-size:16px}.resource-arrow{right:18px;bottom:18px;width:38px;height:38px}.foundation-layout{grid-template-columns:minmax(200px,260px) minmax(0,400px);justify-content:center;gap:28px}.foundation-main-wrap,.foundation-main-card,.foundation-subgrid{min-height:416px;height:416px}.foundation-main-visual{min-height:210px;aspect-ratio:1.4 / 1}.foundation-subcard{grid-template-columns:84px minmax(0,1fr) 28px;gap:12px;padding:4px 12px 4px 6px}.foundation-subcard img,.foundation-sub-placeholder{width:84px;height:54px}.foundation-subcard h2{font-size:15px}html[lang=en] .foundation-subcard h2{font-size:12px}}@media (max-width: 760px){.resource-tools{top:14px;align-items:flex-start;padding:0 14px}.resource-tools .resource-user{max-width:min(50%,320px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resource-tool-actions{gap:8px}.resource-tools .btn-outline{min-height:40px;padding:8px 11px}.resource-shell{width:calc(100% - 28px);padding-top:112px;padding-bottom:48px}.resource-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.resource-card{min-height:360px}.resource-head{margin-bottom:22px}.resource-head h1{font-size:36px}html[lang=en] .resource-head h1{font-size:29px}.resource-card-body{min-height:195px;padding:8px 16px 18px}.resource-card h2{font-size:19px}html[lang=en] .resource-card h2{font-size:15px}.resource-card p{font-size:14px}html[lang=en] .resource-card p{font-size:11px}.foundation-detail .resource-head{margin-bottom:26px}.foundation-layout{grid-template-columns:1fr;gap:26px}.foundation-main-wrap{height:auto}.foundation-main-wrap .foundation-back{position:static;margin-bottom:14px}.foundation-main-card{min-height:400px;height:auto}.foundation-subgrid{min-height:0;height:auto;grid-auto-rows:auto;gap:11px}.foundation-main-body{padding-right:22px;padding-left:22px}.foundation-subcard{min-height:90px;height:auto;grid-template-columns:76px minmax(0,1fr) 26px;gap:11px;padding:8px 12px 8px 8px;border-radius:19px}.foundation-subcard img,.foundation-sub-placeholder{width:76px;height:66px;border-radius:11px}.foundation-subcard h2{font-size:15px}html[lang=en] .foundation-subcard h2{font-size:12px}.foundation-sub-arrow{width:26px;height:26px;font-size:17px}}@media (max-width: 520px){.resource-tools{align-items:stretch;flex-direction:column;gap:8px}.resource-tools .resource-user{max-width:100%;width:fit-content}.resource-tool-actions{width:100%;justify-content:flex-end}.resource-shell{padding-top:148px}.resource-grid{grid-template-columns:1fr}.resource-card{min-height:0;max-width:440px;width:100%}.resource-visual{height:auto;aspect-ratio:1.7 / 1}.resource-card-body{min-height:210px}.foundation-main-card{max-width:440px;width:100%;margin:0 auto}}@media (prefers-reduced-motion: reduce){.resource-card,.foundation-main-card,.foundation-subcard{animation:none;transform:none;transition:none}.resource-visual img,.resource-arrow,.foundation-main-visual img,.foundation-subcard img,.foundation-sub-arrow{transition:none}}@media (max-width: 767px){.workspace-screen .app-shell{grid-template-columns:1fr}.workspace-screen .sidebar{position:fixed;left:0;transform:translate(-105%);width:min(88vw,320px);transition:transform .25s ease}.workspace-screen .sidebar.open{transform:translate(0)}.workspace-screen .topbar{height:70px;padding:8px 12px}.workspace-screen .topbar-copy{display:none}.workspace-screen .top-actions{gap:6px}.workspace-screen .top-actions .btn{padding:8px 11px}.workspace-screen .content{padding:22px 16px 88px}.workspace-screen .metrics-bar,.workspace-screen .project-list{grid-template-columns:1fr}.workspace-screen .project-card,.workspace-screen .task-card{min-height:0}}
