@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#102239;background:#f5f9ff;font-synthesis:none}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 10% 0,#e1efff 0,transparent 30%),#f7faff}button,input,textarea,select{font:inherit}button,a{cursor:pointer}.app{min-height:100vh}header{height:82px;padding:0 max(4vw,28px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d9e5f2;background:#ffffffd9;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0;z-index:5}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:#102239}.brand img{width:48px;height:48px;border-radius:14px}.brand div{display:flex;flex-direction:column}.brand b{font:800 19px Manrope}.brand span{font-size:12px;color:#6b7c91}nav{display:flex;gap:28px}nav a{color:#52667e;text-decoration:none;font-weight:600}.wallets{display:flex;align-items:center;gap:12px;font-size:13px;color:#53708c}.wallets button,.hero-actions button{border:1px solid #c9d9eb;background:#fff;padding:11px 16px;border-radius:12px}.wallets button{background:#102b47;color:#fff}.hero{max-width:1180px;margin:64px auto 24px;padding:0 24px;display:grid;grid-template-columns:1.55fr .8fr;gap:40px;align-items:center}.eyebrow,.step small,.section-head small{font-weight:800;letter-spacing:.14em;font-size:11px;color:#167b64}.hero h1{font:800 clamp(46px,6vw,76px)/1.03 Manrope;margin:16px 0;color:#102239;letter-spacing:-.055em}.hero h1 em{font-style:normal;color:#197bd3}.lead{font-size:18px;line-height:1.7;color:#607288;max-width:760px}.hero-actions{display:flex;gap:12px;margin-top:28px}.hero-actions a,.primary{border:0;border-radius:12px;background:#147bd1;color:#fff;padding:13px 20px;text-decoration:none;font-weight:700}.hero-actions button{display:flex;gap:8px;align-items:center}.hero aside{background:linear-gradient(155deg,#102a44,#164a62);color:#fff;border-radius:28px;padding:24px;box-shadow:0 22px 60px #163c6130;display:grid;grid-template-columns:1fr 1fr;gap:14px}.hero aside img{width:100%;grid-column:1/-1;border-radius:22px}.hero aside div{background:#ffffff10;padding:14px;border-radius:14px}.hero aside span,.hero aside b{display:block}.hero aside span{font-size:12px;color:#a9c6dc}.roles{max-width:1180px;margin:42px auto;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.roles article{display:flex;gap:14px;background:#fff;border:1px solid #dae6f1;border-radius:18px;padding:20px}.roles svg{color:#168b70;flex:none}.roles p{color:#687b90;line-height:1.5;margin:6px 0 0}.notice{max-width:1132px;margin:0 auto 24px;background:#e9f4ff;border:1px solid #bddcf8;border-radius:14px;padding:15px 18px;color:#245678;display:flex;justify-content:space-between}.notice a{display:flex;align-items:center;gap:5px;color:#1266ac}.workspace{max-width:1180px;margin:auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.workspace form,.ledger,.flow{background:#fff;border:1px solid #dbe5ef;border-radius:22px;padding:26px;box-shadow:0 12px 35px #12385a0a}.step{display:flex;align-items:center;gap:12px;margin-bottom:22px}.step>span{width:42px;height:42px;display:grid;place-items:center;background:#dff7ef;color:#08735b;border-radius:12px;font-weight:800}.step h2,.section-head h2{font:800 25px Manrope;margin:2px 0}.workspace label{display:block;font-size:12px;font-weight:700;color:#526b82;margin:13px 0}.workspace input,.workspace textarea,.section-head select{width:100%;margin-top:7px;border:1px solid #cfdae7;border-radius:10px;padding:11px 12px;background:#fbfdff;color:#152a40}.workspace textarea{height:105px;resize:vertical;line-height:1.5}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.grid:has(>label:nth-child(3)){grid-template-columns:repeat(3,1fr)}.primary{width:100%;margin-top:10px}.primary:disabled,button:disabled{opacity:.45;cursor:not-allowed}.ledger,.flow{max-width:1132px;margin:22px auto}.section-head{display:flex;justify-content:space-between;align-items:end}.section-head label{font-size:12px;font-weight:700}.section-head select{min-width:120px}.verdict{margin-top:20px;border:1px solid #cfe0ed;background:#f6faff;border-radius:16px;padding:22px;display:flex;justify-content:space-between;gap:20px}.verdict.MATCH{border-color:#85d6bd;background:#edfbf6}.verdict h3{font:800 28px Manrope;margin:8px 0}.verdict p{color:#60738a;word-break:break-all}.actions{display:flex;align-items:center;gap:10px}.actions button{display:flex;align-items:center;gap:7px;padding:11px 14px;border:1px solid #b9ccdd;border-radius:10px;background:#fff}.empty{padding:38px;text-align:center;color:#708298}.flow h2{font:800 27px Manrope}.flow>div{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.flow p{line-height:1.6;color:#60738a}footer{text-align:center;color:#76879a;padding:45px 20px}@media (max-width:850px){nav{display:none}.hero,.workspace{grid-template-columns:1fr}.roles,.flow>div{grid-template-columns:1fr}.wallets span{display:none}.grid,.grid:has(>label:nth-child(3)){grid-template-columns:1fr}.verdict,.section-head{align-items:stretch;flex-direction:column}.actions{flex-wrap:wrap}}@media (max-width:520px){header{padding:0 14px}.brand span{display:none}.hero{margin-top:34px}.hero h1{font-size:42px}.notice{margin:0 14px 20px;display:block}.workspace,.roles,.hero{padding-left:14px;padding-right:14px}}
