@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
:root{--ink:#17211f;--muted:#6b7773;--line:#dce3df;--paper:#fff;--bg:#f3f5f2;--navy:#102c29;--navy2:#173a35;--sage:#dfe8df;--mint:#edf3ed;--accent:#87a883;--gold:#b89b62;--danger:#a34b42;--shadow:0 12px 30px rgba(20,42,37,.06)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',ui-sans-serif,system-ui,sans-serif;color:var(--ink);background:var(--bg);font-size:15px}a{color:#315f57;text-decoration:none}h1,h2,h3,.brand{font-family:'Manrope',sans-serif}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:248px;background:var(--navy);color:#fff;padding:28px 20px;display:flex;flex-direction:column;z-index:20}.brand{font-weight:800;letter-spacing:.025em;padding:0 12px 30px}.brand-mark{display:inline-grid;place-items:center;width:34px;height:34px;margin-right:10px;border:1px solid rgba(255,255,255,.28);border-radius:10px;color:#c9ddc6}.brand small{display:block;margin:5px 0 0 45px;color:#9db3ae;font-size:.57rem;letter-spacing:.16em}.side-label{padding:0 12px 10px;color:#75918b;font-size:.66rem;font-weight:700;letter-spacing:.12em}.nav{display:grid;gap:5px}.nav a{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:9px;color:#bdcbc8;font-weight:500}.nav a:hover,.nav a.active{background:rgba(255,255,255,.08);color:#fff}.nav-icon{width:19px;text-align:center;color:#9fbaa3}.sidebar-foot{margin-top:auto;border-top:1px solid rgba(255,255,255,.1);padding:18px 12px 0}.sidebar-foot strong{display:block;font-size:.82rem}.sidebar-foot span{color:#8fa7a2;font-size:.74rem}.content-shell{margin-left:248px;min-height:100vh}.topbar{height:72px;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 4vw;position:sticky;top:0;z-index:10}.breadcrumb{color:var(--muted);font-size:.86rem}.userbar{display:flex;gap:14px;align-items:center}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--sage);color:var(--navy);font-weight:800}.userbar form{margin:0}.linkbtn{border:0;background:none;color:var(--muted);cursor:pointer}.layout{max-width:1250px;margin:0 auto;padding:36px 3.5vw 70px}.hero-bank{border-radius:18px;background:linear-gradient(130deg,#12322e,#1c423c);color:#fff;padding:34px 38px;margin-bottom:20px;display:flex;justify-content:space-between;gap:32px;align-items:end;box-shadow:var(--shadow);overflow:hidden;position:relative}.hero-bank:after{content:"";position:absolute;width:300px;height:300px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-80px;top:-170px;box-shadow:0 0 0 45px rgba(255,255,255,.025),0 0 0 90px rgba(255,255,255,.018)}.hero-bank>*{position:relative;z-index:1}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#b9d2b6;font-size:.71rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:#a9c86f}.hero-bank h1{font-size:2rem;margin:12px 0 7px}.hero-bank p{color:#c4d1ce;margin:0}.completion{min-width:240px}.completion-head{display:flex;justify-content:space-between;font-size:.8rem;margin-bottom:9px;color:#d8e3e0}.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.card{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:23px;box-shadow:var(--shadow)}.span4{grid-column:span 4}.span6{grid-column:span 6}.span8{grid-column:span 8}.span12{grid-column:span 12}.metric{position:relative;min-height:134px}.metric .metric-icon{position:absolute;right:19px;top:19px;width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:var(--mint);color:#507166}.metric strong{display:block;font-family:'Manrope';font-size:1.7rem;margin:12px 0 4px}.metric small{color:var(--muted)}.section-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px}.section-head p{margin:4px 0 0;color:var(--muted);font-size:.86rem}.badge{display:inline-block;border-radius:999px;padding:5px 10px;background:var(--mint);color:#45675e;font-size:.72rem;font-weight:700}.badge.pending{background:#f4eedf;color:#806a3d}.badge.approved{background:#e3eee3;color:#37623e}.badge.rejected,.badge.revoked{background:#f5e6e4;color:#93463f}h2{margin:0;font-size:1.08rem}h3{font-size:1rem}label{display:block;font-size:.78rem;font-weight:700;margin:13px 0 6px;color:#3f4b48}input,textarea,select{width:100%;padding:11px 12px;border:1px solid #d2dad6;border-radius:8px;background:#fbfcfb;color:var(--ink);font:inherit;transition:.15s}input:focus,textarea:focus,select:focus{outline:3px solid rgba(121,157,139,.15);border-color:#7f9d8e;background:#fff}textarea{min-height:90px;resize:vertical}.row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.btn{display:inline-block;margin-top:14px;border:1px solid transparent;border-radius:8px;background:var(--navy2);color:#fff;padding:10px 16px;font-weight:700;cursor:pointer}.btn:hover{background:#234d46}.btn.secondary{background:#eef2ef;color:#31534c;border-color:#d9e1dd}.btn.danger{background:#fff;color:var(--danger);border-color:#e7cac6}.progress{height:7px;background:rgba(255,255,255,.16);border-radius:20px;overflow:hidden}.progress i{height:100%;display:block;background:#b6ce86;border-radius:20px}table{width:100%;border-collapse:collapse;font-size:.86rem}th,td{text-align:left;border-bottom:1px solid #e7ece9;padding:13px 9px;vertical-align:top}th{color:#7b8683;font-size:.67rem;text-transform:uppercase;letter-spacing:.06em}.opportunity-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.opportunity{border:1px solid var(--line);border-radius:12px;padding:20px;background:#fbfcfb}.opportunity h3{margin:12px 0 7px}.opportunity p{color:var(--muted);line-height:1.55}.notice{border:1px solid #dfd7be;border-left:3px solid var(--gold);padding:12px 14px;border-radius:8px;background:#faf8f1;color:#6d603e;font-size:.83rem}.auth{min-height:100vh;display:grid;grid-template-columns:1.15fr .85fr}.authaside{background:linear-gradient(145deg,#102f2b,#1b453e);color:#fff;padding:9vw 7vw;position:relative;overflow:hidden}.authaside:after{content:"";position:absolute;width:500px;height:500px;border:1px solid rgba(255,255,255,.08);border-radius:50%;bottom:-350px;right:-180px;box-shadow:0 0 0 75px rgba(255,255,255,.025)}.authaside h1{font-size:3.2rem;max-width:620px;line-height:1.08;margin-top:100px}.authaside p{color:#bbcbc7;max-width:540px;font-size:1.05rem}.authbox{display:flex;align-items:center;justify-content:center;padding:45px;background:#f7f8f6}.authbox .card{max-width:430px;width:100%;padding:34px}.error{background:#f5e6e4;color:#93463f;padding:10px;border-radius:8px}.demo{font-size:.68rem;color:#75602f;background:#f4eedf;padding:3px 7px;border-radius:5px}.confidential{display:flex;align-items:center;gap:8px;font-size:.75rem;color:#6e7b77;margin-bottom:16px}.confidential:before{content:"●";color:#b89b62;font-size:.65rem}.mobile-brand{display:none}@media(max-width:900px){.sidebar{transform:translateX(-100%)}.content-shell{margin-left:0}.mobile-brand{display:block;font-family:'Manrope';font-weight:800}.breadcrumb{display:none}.hero-bank{display:block}.completion{margin-top:25px}.span4,.span6,.span8,.span12{grid-column:span 12}.opportunity-grid{grid-template-columns:1fr}}@media(max-width:600px){.auth{grid-template-columns:1fr}.authaside{padding:45px 25px}.authaside h1{font-size:2.2rem;margin-top:60px}.layout{padding:24px 16px 55px}.hero-bank{padding:26px 22px}.hero-bank h1{font-size:1.55rem}.row{grid-template-columns:1fr}.topbar{padding:0 16px}.userbar span{display:none}.card{padding:18px}table{display:block;overflow:auto}}

.form-feedback{display:block;min-height:20px;margin-top:9px;font-size:.8rem}.form-feedback.success{color:#37623e}.form-feedback.failure{color:var(--danger)}.btn:disabled{cursor:wait;opacity:.65}.question-history article{animation:question-in .22s ease-out}@keyframes question-in{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}

.span3{grid-column:span 3}.partner-role{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.partner-role .btn{margin-top:12px;background:#eef4ef;color:#173a35}.proponent-stats strong{font-size:1rem;margin-right:3px}@media(max-width:900px){.span3{grid-column:span 6}}@media(max-width:600px){.span3{grid-column:span 12}}
.span5{grid-column:span 5}.span7{grid-column:span 7}.communications-layout{align-items:start}.message-composer,.message-history-card{min-width:0}.message-composer textarea{min-height:180px}.message-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.message-actions .form-feedback{flex:1;min-width:180px;margin-top:14px}.message-history-card .question-history{display:grid;gap:12px;max-height:620px;overflow:auto;padding-right:4px}.message-history-card .question-history article{border:1px solid var(--line);border-radius:11px;padding:17px 18px;background:#fbfcfb}.message-history-card .question-history article>div{display:grid;grid-template-columns:auto 1fr;gap:7px 12px;align-items:center}.message-history-card .question-history strong{font-size:.96rem}.message-history-card .question-history small{grid-column:2;color:var(--muted)}.message-history-card .question-history p{grid-column:1/-1;margin:8px 0 0;line-height:1.6;overflow-wrap:anywhere}.message-history-card .question-history .notice{margin-top:4px}@media(max-width:900px){.span5,.span7{grid-column:span 12}.message-history-card .question-history{max-height:none}}@media(max-width:600px){.message-history-card .section-head{gap:12px}.message-history-card .question-history article>div{grid-template-columns:1fr}.message-history-card .question-history small{grid-column:1}}
.welcome-hero{background:linear-gradient(130deg,#12322e,#1b403a);color:#fff;border-radius:18px;padding:34px 38px;margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:35px;box-shadow:var(--shadow)}.welcome-hero h1{font-size:2rem;margin:12px 0 8px}.welcome-hero p{max-width:760px;margin:0;color:#c7d6d2;line-height:1.6}.welcome-step{min-width:150px;border-left:1px solid rgba(255,255,255,.18);padding-left:28px;display:grid}.welcome-step span{font-size:.66rem;letter-spacing:.14em;color:#a9c5be}.welcome-step strong{font-family:'Manrope';font-size:2.5rem}.welcome-step small{color:#c7d6d2}.onboarding-form{display:grid;gap:16px}.onboarding-section{padding:28px 30px}.step-number{display:inline-grid;place-items:center;width:35px;height:35px;border-radius:10px;background:var(--mint);color:#42665d;font-family:'Manrope';font-weight:800;font-size:.74rem;float:left;margin-right:12px}.required-note{font-size:.72rem;color:var(--muted)}.field-help{display:block;margin-top:6px;color:var(--muted)}.upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.upload-box,.video-box{margin:0;border:1px dashed #b8c8c1;border-radius:12px;padding:22px;background:#f8faf8;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.upload-box input{margin-top:10px;background:#fff}.upload-icon{display:inline-flex;border-radius:7px;padding:5px 8px;background:#dfeae3;color:#315d52;font-size:.66rem;font-weight:800;letter-spacing:.06em}.upload-box small,.video-box small,.upload-box em,.video-box em{color:var(--muted);font-size:.76rem}.video-box>div{display:flex;flex-direction:column;align-items:flex-start;gap:7px;margin-bottom:3px}.video-box label{margin-top:5px}.onboarding-submit{position:sticky;bottom:18px;z-index:5;display:flex;justify-content:space-between;align-items:center;gap:20px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:16px 20px;box-shadow:0 16px 40px rgba(20,42,37,.14)}.onboarding-submit div{display:grid;gap:3px}.onboarding-submit small{color:var(--muted)}.onboarding-submit .btn{margin:0}@media(max-width:800px){.welcome-hero{display:block;padding:27px 24px}.welcome-step{border-left:0;border-top:1px solid rgba(255,255,255,.18);padding:18px 0 0;margin-top:22px}.upload-grid{grid-template-columns:1fr}.onboarding-submit{position:static;align-items:flex-start;flex-direction:column}.onboarding-submit .btn{width:100%}}
.ecosystem-hero{background:linear-gradient(132deg,#0f302c 0%,#1d4a42 67%,#28584c 100%);color:#fff;border-radius:20px;padding:46px;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(270px,.65fr);gap:45px;box-shadow:0 22px 55px rgba(14,45,40,.16);position:relative;overflow:hidden}.ecosystem-hero:after{content:"";position:absolute;width:410px;height:410px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-210px;top:-180px;box-shadow:0 0 0 64px rgba(255,255,255,.025),0 0 0 128px rgba(255,255,255,.016)}.ecosystem-hero>*{position:relative;z-index:1}.ecosystem-copy h1{font-size:2.55rem;line-height:1.14;max-width:850px;margin:14px 0}.ecosystem-copy>p{font-size:1rem;line-height:1.7;color:#c6d8d3;max-width:760px}.ecosystem-actions{display:flex;align-items:center;gap:18px;margin-top:28px}.ecosystem-actions .btn{margin:0;background:#dce9bd;color:#17382f}.ecosystem-actions span{font-size:.76rem;color:#b8ccc6}.trust-panel{align-self:stretch;border:1px solid rgba(255,255,255,.16);border-radius:15px;padding:25px;background:rgba(255,255,255,.055);backdrop-filter:blur(8px)}.trust-panel>span{font-size:.65rem;letter-spacing:.14em;color:#bad0c8}.trust-panel strong{display:block;font-family:'Manrope';font-size:1.25rem;margin:10px 0}.trust-panel p{color:#c5d5d0;line-height:1.55;font-size:.84rem}.trust-panel ul{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:9px}.trust-panel li{font-size:.8rem;color:#dbe6e3}.trust-panel li:before{content:"✓";margin-right:9px;color:#c7df91}.journey-intro{text-align:center;max-width:780px;margin:42px auto 24px}.journey-intro h2{font-size:1.65rem;margin:11px 0}.journey-intro p{color:var(--muted);line-height:1.65}.ecosystem-model{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ecosystem-model article{background:#fff;border:1px solid var(--line);border-radius:15px;padding:25px;position:relative;box-shadow:var(--shadow)}.model-index{position:absolute;right:20px;top:18px;color:#a1afa9;font-size:.7rem;font-weight:700}.model-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:var(--navy2);color:#fff;font-family:'Manrope';font-weight:800}.ecosystem-model h3{font-size:1.15rem;margin:17px 0 7px}.ecosystem-model p{color:var(--muted);line-height:1.6;min-height:126px}.ecosystem-model small{display:block;border-top:1px solid var(--line);padding-top:13px;color:#41685e;font-weight:700}.curated-section{margin-top:16px;padding:30px;display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:center}.curated-section h2{font-size:1.35rem;margin:10px 0}.curated-section p{color:var(--muted);line-height:1.65}.curated-flow{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.curated-flow span{padding:10px 12px;border:1px solid var(--line);border-radius:9px;background:#f7faf7;font-size:.75rem;font-weight:700}.curated-flow i{font-style:normal;color:#7f968e}.ecosystem-footer{margin-top:16px;background:#e7eee8;border:1px solid #d4dfd7;border-radius:15px;padding:25px 29px;display:flex;align-items:center;justify-content:space-between;gap:24px}.ecosystem-footer p{margin:5px 0 0;color:var(--muted)}.ecosystem-footer .btn{margin:0;white-space:nowrap}@media(max-width:980px){.ecosystem-hero{grid-template-columns:1fr}.trust-panel{max-width:none}.ecosystem-model{grid-template-columns:1fr}.ecosystem-model p{min-height:0}.curated-section{grid-template-columns:1fr}.curated-flow{justify-content:flex-start}}@media(max-width:600px){.ecosystem-hero{padding:29px 23px}.ecosystem-copy h1{font-size:1.8rem}.ecosystem-actions,.ecosystem-footer{align-items:flex-start;flex-direction:column}.ecosystem-footer .btn{width:100%;text-align:center}.curated-flow{display:grid;grid-template-columns:1fr}.curated-flow i{transform:rotate(90deg);text-align:center}}
.goals-section,.goals-detail{padding:28px 30px}.goal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.goal-option{margin:0;display:grid;grid-template-columns:21px 26px 1fr;align-items:start;gap:9px;border:1px solid var(--line);border-radius:11px;padding:16px;background:#fbfcfb;cursor:pointer;transition:.16s}.goal-option:hover{border-color:#9eb5ab;background:#f6faf7}.goal-option:has(input:checked){border-color:#76998a;background:#edf5ef;box-shadow:inset 0 0 0 1px #76998a}.goal-option input{width:18px;height:18px;margin:2px 0 0;accent-color:#315d52}.goal-check{width:24px;height:24px;border-radius:7px;background:#e6eee8;color:#6d887d;display:grid;place-items:center;font-size:.72rem}.goal-option:has(input:checked) .goal-check{background:#315d52;color:#fff}.goal-option strong{display:block;font-size:.88rem}.goal-option small{display:block;color:var(--muted);font-weight:400;line-height:1.45;margin-top:4px}.goals-detail textarea{min-height:115px}@media(max-width:760px){.goal-grid{grid-template-columns:1fr}.goals-section,.goals-detail{padding:22px 19px}}
.readiness-section{padding:28px 30px}.readiness-section textarea{min-height:118px}.factor-list{display:flex;flex-wrap:wrap;gap:9px;margin:8px 0 18px}.factor-list label{margin:0;border:1px solid var(--line);border-radius:999px;padding:8px 12px;background:#fafcfa;font-weight:600;cursor:pointer}.factor-list label:has(input:checked){background:#e6f0e8;border-color:#7e9e90;color:#274f46}.factor-list input{width:auto;margin:0 6px 0 0;accent-color:#315d52}.drive-hero{background:linear-gradient(130deg,#12322e,#1d473f);color:#fff;border-radius:18px;padding:34px 38px;margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:30px}.drive-hero h1{font-size:2rem;margin:12px 0 8px}.drive-hero p{max-width:800px;color:#c7d7d2;line-height:1.6;margin:0}.drive-summary{min-width:145px;border-left:1px solid rgba(255,255,255,.18);padding-left:28px;display:grid}.drive-summary strong{font-family:'Manrope';font-size:2.4rem}.drive-summary span{font-weight:700}.drive-summary small{color:#b9cdc7;margin-top:5px}.drive-layout{align-items:start}.drive-layout textarea{min-height:110px}.drive-list{display:grid;gap:10px}.drive-list article{display:grid;grid-template-columns:46px 1fr auto;gap:13px;align-items:center;border:1px solid var(--line);border-radius:11px;padding:14px;background:#fbfcfb}.file-mark{width:42px;height:42px;border-radius:9px;background:#e4eee7;color:#315d52;display:grid;place-items:center;font-size:.64rem;font-weight:800}.drive-list strong,.drive-list small{display:block}.drive-list small{color:var(--muted);margin-top:3px}.drive-list p{margin:6px 0 0;color:#53615d;font-size:.8rem}.drive-list article>div:last-child{display:grid;justify-items:end;gap:8px}.drive-empty{text-align:center;padding:55px 20px;border:1px dashed #bdcbc5;border-radius:12px;background:#fafcfa}.drive-empty p{color:var(--muted)}@media(max-width:760px){.readiness-section{padding:22px 19px}.drive-hero{display:block;padding:27px 23px}.drive-summary{border-left:0;border-top:1px solid rgba(255,255,255,.18);padding:17px 0 0;margin-top:22px}.drive-list article{grid-template-columns:42px 1fr}.drive-list article>div:last-child{grid-column:1/-1;display:flex;justify-content:space-between}}
.legal-hero{background:linear-gradient(130deg,#132f2c,#234b43);color:#fff;border-radius:18px;padding:35px 39px;margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:30px}.legal-hero h1{font-size:2rem;margin:12px 0 8px}.legal-hero p{max-width:810px;color:#c7d6d2;line-height:1.6;margin:0}.legal-status{min-width:160px;border-left:1px solid rgba(255,255,255,.18);padding-left:27px;display:grid}.legal-status span{font-size:.64rem;letter-spacing:.13em;color:#a9c0ba}.legal-status strong{font-family:'Manrope';font-size:2.2rem}.legal-status small{color:#d8e6c1;font-weight:700;margin-top:4px}.legal-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.55fr);gap:16px;align-items:start}.legal-document,.signature-panel{min-width:0}.legal-scroll{max-height:610px;overflow:auto;border:1px solid var(--line);border-radius:11px;background:#fafbfa;padding:22px}.legal-scroll p{white-space:pre-line;line-height:1.65;color:#3f4b48}.legal-scroll p:first-child{margin-top:0}.signature-panel{position:sticky;top:90px}.signature-panel>h2{margin-top:10px}.legal-consent{display:grid;grid-template-columns:20px 1fr;gap:9px;align-items:start;margin:18px 0}.legal-consent input{width:18px;height:18px;margin:2px 0 0;accent-color:#315d52}.legal-consent span{font-weight:500;line-height:1.5}.full-btn{display:block;width:100%;text-align:center}.signature-success{text-align:center;border-bottom:1px solid var(--line);padding:8px 0 20px;margin-bottom:18px}.signature-success>span{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 10px;border-radius:50%;background:#e3eee3;color:#37623e;font-size:1.3rem}.signature-success p{color:var(--muted)}.signature-panel dl{display:grid;grid-template-columns:100px 1fr;gap:9px;margin:0 0 18px;font-size:.8rem}.signature-panel dt{color:var(--muted)}.signature-panel dd{margin:0;font-weight:700;overflow-wrap:anywhere}.hash-value{font-family:monospace;font-size:.68rem}@media(max-width:980px){.legal-layout{grid-template-columns:1fr}.signature-panel{position:static}}@media(max-width:600px){.legal-hero{display:block;padding:27px 23px}.legal-status{border-left:0;border-top:1px solid rgba(255,255,255,.18);padding:17px 0 0;margin-top:22px}}

.dossier-sections{display:flex;flex-wrap:wrap;gap:8px}.dossier-sections a{padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:var(--mint);font-size:.78rem}.dossier-item{border-top:1px solid var(--line);padding:18px 0}.dossier-item:first-of-type{border-top:0}.agreement-body{white-space:pre-line;line-height:1.7}.native-file-input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none}.file-picker-english{display:inline-block;margin:0;padding:10px 14px;border:1px solid #d2dad6;border-radius:8px;background:#eef2ef;color:#31534c;cursor:pointer}.file-picker-name{display:inline-block;margin-left:10px;color:var(--muted);font-size:.8rem}.partner-channel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.partner-channel-card{display:flex;flex-direction:column;min-height:520px}.collaboration-thread{display:grid;gap:10px;max-height:300px;overflow:auto;padding:5px 3px 14px}.collaboration-thread article{max-width:85%;border:1px solid var(--line);border-radius:10px;padding:11px 13px;background:#f8faf8}.collaboration-thread article.mine{margin-left:auto;background:#e7f0e9;border-color:#cadbce}.collaboration-thread p{margin:5px 0;line-height:1.5}.collaboration-thread small{display:block;color:var(--muted);margin-top:7px}.collaboration-form{margin-top:auto;border-top:1px solid var(--line);padding-top:12px}.collaboration-form textarea{min-height:78px}@media(max-width:900px){.partner-channel-grid{grid-template-columns:1fr}}
