:root{--teal:#00475a;--teal2:#005e73;--cream:#f5e0b4;--paper:#fbf8f0;--ink:#073f52;--muted:#7d8b91;--line:#d8d6cf;--danger:#c33;--shadow:0 20px 55px rgba(0,49,63,.14)}
*{box-sizing:border-box} body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#f6f2e8}
a{color:inherit}.page{min-height:100vh;display:grid;grid-template-columns:minmax(380px,46%) 1fr;background:linear-gradient(90deg,var(--teal) 0 46%,#f8f4e9 46%)}
.hero{position:relative;padding:62px 6vw;color:white;overflow:hidden;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.hero:before,.hero:after{content:"";position:absolute;border:1.5px solid rgba(255,255,255,.10);border-radius:46% 54% 58% 42%/52% 40% 60% 48%;width:620px;height:420px;transform:rotate(18deg)}.hero:before{top:-160px;left:-130px}.hero:after{bottom:-210px;left:-80px;width:720px;height:520px}
.brand{position:relative;z-index:1;margin-bottom:54px;width:max-content}.first{font-weight:950;font-style:italic;font-size:42px;letter-spacing:-2px;line-height:1}.canopy{margin-top:8px;background:var(--cream);color:var(--ink);font-size:54px;font-weight:800;letter-spacing:-3px;padding:6px 18px 10px;border-radius:10px;line-height:1}
.hero h1{position:relative;z-index:1;font-size:58px;line-height:1.02;letter-spacing:-2.3px;margin:0 0 14px;max-width:620px}.hero p{position:relative;z-index:1;margin:0;color:#b9cbd0;font-size:23px;line-height:1.35;max-width:620px}.tags{position:relative;z-index:1;display:flex;gap:14px;margin-top:42px;flex-wrap:wrap}.tag{border:1px solid rgba(255,255,255,.25);padding:17px 24px;border-radius:16px;min-width:145px;text-align:center;color:#f6f3e7;background:rgba(255,255,255,.03);font-weight:650}
.content{position:relative;display:flex;align-items:center;justify-content:center;padding:54px}.content:before,.content:after{content:"";position:absolute;border:1px solid rgba(0,71,90,.08);width:440px;height:320px;border-radius:50%;transform:rotate(-20deg)}.content:before{right:-130px;top:-120px}.content:after{left:-160px;bottom:-150px}
.card{position:relative;z-index:1;background:rgba(255,255,255,.94);border:1px solid rgba(0,71,90,.07);border-radius:30px;box-shadow:var(--shadow);padding:46px;width:min(620px,100%)}.card h2{font-size:38px;margin:0 0 8px;letter-spacing:-1.3px}.card>.lead{color:#677780;font-size:17px;margin:0 0 30px;line-height:1.45}
.field{margin:20px 0}.field label{display:block;font-size:14px;font-weight:750;margin-bottom:8px}.input,.select,.filebox{width:100%;height:58px;border:1.5px solid #d3d5d2;border-radius:12px;background:#fffdf8;padding:0 16px;color:var(--ink);font-size:16px;outline:none}.input:focus{border-color:var(--teal2);box-shadow:0 0 0 3px rgba(0,94,115,.08)}.input[readonly]{background:#f2f0e9;color:#6f7d82;cursor:not-allowed}.hint{font-size:12px;color:#829097;margin-top:6px}.row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:58px;border:0;border-radius:12px;background:var(--teal);color:#fff;font-weight:800;font-size:17px;padding:0 28px;cursor:pointer;text-decoration:none}.btn.secondary{background:transparent;color:var(--ink);border:1.5px solid var(--teal)}.btn.full{width:100%}.under{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-top:14px;font-size:13px}.under a{text-decoration:underline}.divider{height:1px;background:#e6e0d4;margin:30px 0}.small-link{text-align:center;margin-top:18px;font-size:14px}
.topbar{position:fixed;z-index:30;right:32px;top:22px}.bubble{border:1px solid rgba(255,255,255,.72);color:#fff;background:rgba(0,71,90,.92);height:48px;padding:0 18px;border-radius:999px;display:flex;align-items:center;gap:10px;font-weight:750;cursor:pointer;box-shadow:0 8px 25px rgba(0,0,0,.12)}.bubble-menu{display:none;position:absolute;right:0;top:56px;width:230px;background:#fff;border-radius:16px;box-shadow:var(--shadow);overflow:hidden;color:var(--ink)}.bubble-menu.open{display:block}.bubble-menu a,.bubble-menu button{display:block;width:100%;padding:15px 18px;border:0;background:#fff;text-align:left;font:inherit;color:inherit;text-decoration:none;cursor:pointer}.bubble-menu a:hover,.bubble-menu button:hover{background:#f6f1e5}
.app-shell{min-height:100vh;background:linear-gradient(180deg,var(--teal) 0 265px,#f5f0e5 265px)}.app-head{padding:34px max(4vw,30px) 120px;color:white;position:relative;overflow:hidden}.app-head:after{content:"";position:absolute;inset:0;background:repeating-radial-gradient(ellipse at 70% 20%,transparent 0 45px,rgba(255,255,255,.07) 46px 47px);opacity:.45}.app-head .brand{margin:0;transform:scale(.66);transform-origin:left top}.app-title{position:relative;z-index:1;text-align:center;margin-top:12px}.app-title h1{margin:0;font-size:34px}.app-title p{color:#b9cbd0;margin:8px 0 0}
.form-wrap{width:min(1080px,92%);margin:-90px auto 70px;position:relative;z-index:3}.panel{background:#fffaf0;border-radius:24px;padding:34px 38px;box-shadow:var(--shadow);border:1px solid rgba(0,71,90,.08)}.section{padding:10px 0 26px;border-bottom:1px solid #ebe4d6;margin-bottom:25px}.section:last-child{border-bottom:0;margin-bottom:0}.section h3{font-size:20px;margin:0 0 4px}.section .sub{margin:0 0 18px;color:#6d7b81;font-size:14px}.member-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.member{display:flex;gap:8px;align-items:center}.member .input{height:46px}.remove{border:0;background:transparent;color:#587078;font-size:20px;cursor:pointer}.add-member{margin-top:12px;width:100%;height:46px;border:1.5px dashed #8ea6ae;border-radius:11px;background:transparent;color:var(--ink);font-weight:750;cursor:pointer}.upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.filebox{height:132px;border-style:dashed;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;background:#fbf7ed}.filebox strong{display:block}.filebox small{color:#7b898e;margin-top:6px}.actions{display:flex;justify-content:space-between;gap:16px}.status{display:flex;gap:10px;align-items:center;background:#f7f2e7;border-radius:13px;padding:14px 16px;font-size:14px}.locknote{display:inline-flex;gap:7px;align-items:center;font-size:12px;color:#7a888e;margin-top:7px}
.modal{display:none;position:fixed;z-index:50;inset:0;background:rgba(0,30,40,.55);align-items:center;justify-content:center;padding:24px}.modal.open{display:flex}.modal-card{width:min(650px,100%);background:#fffaf0;border-radius:22px;padding:28px;box-shadow:var(--shadow)}.modal-card h3{margin-top:0}.summary{display:grid;gap:10px}.summary div{padding:12px 0;border-bottom:1px solid #eee5d8}
@media(max-width:900px){.page{grid-template-columns:1fr;background:#f8f4e9}.hero{min-height:auto;padding:46px 28px 52px}.hero h1{font-size:42px}.hero .brand{margin-bottom:34px}.content{padding:26px 18px 46px}.card{padding:30px 24px}.topbar{right:16px;top:16px}.member-list,.upload-grid,.row{grid-template-columns:1fr}.app-head{padding-bottom:100px}.form-wrap{width:94%}}
