:root{--bg:#ffffff;--ink:#221f1a;--ink-soft:#655c4f;--ink-faint:#9a9184;--line:#ece7de;--line-soft:#f3efe8;--brand:#149a5b;--brand-ink:#0f7043;--green:#149a5b;--amber:#d79a1e;--grey:#9a9184;--risk:#c0392b;--gold:#c08a2e;--radius:12px;--serif:"Iowan Old Style","Palatino Linotype",Palatino,"Book Antiqua",Georgia,serif;--sans:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,Roboto,"Helvetica Neue",sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:var(--sans);line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.icon{width:18px;height:18px;flex:none;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.wrap{max-width:620px;margin:0 auto;padding:0 20px}.hr{height:1px;background:var(--line-soft)}.nx-form{margin-top:26px}.nx-form .field{margin-bottom:18px}.nx-form label{display:block;font-size:14px;font-weight:600;color:var(--ink);margin-bottom:6px}.nx-form label .opt{font-weight:400;color:var(--ink-faint)}.nx-form .req{color:var(--brand)}.nx-form .desc{font-size:13px;color:var(--ink-faint);margin:-2px 0 8px}.nx-form input,.nx-form select,.nx-form textarea{width:100%;font-family:var(--sans);font-size:16px;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:10px;padding:11px 13px;transition:border-color .15s}.nx-form textarea{min-height:120px;resize:vertical;line-height:1.55}.nx-form select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%239a9184' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}.nx-form input:focus,.nx-form select:focus,.nx-form textarea:focus{outline:none;border-color:var(--brand)}.nx-form .hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.nx-form .submit{display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--brand);color:#fff;font-size:15px;font-weight:600;border:0;border-radius:11px;padding:13px 22px;cursor:pointer;transition:background .15s}.nx-form .submit:hover{background:var(--brand-ink)}.nx-form .submit:disabled{opacity:.6;cursor:default}.nx-form .status{margin-top:16px;font-size:14.5px;line-height:1.5;padding:13px 15px;border-radius:10px;display:none}.nx-form .status.show{display:block}.nx-form .status.ok{background:#eef6f0;border:1px solid #cfe6d6;color:#2c7a4b}.nx-form .status.err{background:#fbeee9;border:1px solid #f0d3c8;color:var(--risk)}.nx-form .prefill{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--ink-soft);background:#faf8f4;border:1px solid var(--line);border-radius:10px;padding:10px 13px}.nx-form .prefill .icon{width:16px;height:16px;color:var(--brand)}.nx-form .prefill b{color:var(--ink)}.auth-card{max-width:400px;margin:8px 0 0;border:1px solid var(--line);border-radius:14px;padding:24px}.auth-tabs{display:flex;gap:6px;background:#f6f2ec;border-radius:10px;padding:4px;margin-bottom:16px}.auth-tabs button{flex:1;border:0;background:none;border-radius:8px;padding:9px;font-size:14px;font-weight:600;color:var(--ink-soft);cursor:pointer;font-family:var(--sans)}.auth-tabs button.active{background:#fff;color:var(--ink);box-shadow:0 1px 2px #0000000f}.auth-intro{font-size:14px;color:var(--ink-faint);margin-bottom:16px}.auth-card .field{margin-bottom:14px}.auth-card .field label{display:block;font-size:14px;font-weight:600;color:var(--ink);margin-bottom:6px}.auth-card .field input{width:100%;font-family:var(--sans);font-size:16px;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:10px;padding:11px 13px}.auth-card .field input:focus{outline:none;border-color:var(--brand)}.google-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;background:#fff;border:1px solid var(--line);border-radius:11px;padding:11px;font-size:15px;font-weight:600;color:var(--ink);cursor:pointer;font-family:var(--sans)}.google-btn:hover{border-color:var(--ink-faint)}.auth-or{display:flex;align-items:center;gap:12px;color:var(--ink-faint);font-size:12.5px;margin:16px 0}.auth-or:before,.auth-or:after{content:"";flex:1;height:1px;background:var(--line)}.auth-toggle-email{display:block;width:100%;margin-top:14px;background:none;border:0;color:var(--ink-soft);font-size:14px;font-weight:600;cursor:pointer;font-family:var(--sans);text-decoration:underline;text-underline-offset:3px;padding:6px}.auth-toggle-email:hover{color:var(--brand-ink)}.auth-email{margin-top:6px;border-top:1px solid var(--line);padding-top:16px}.auth-consent{display:flex;gap:9px;align-items:flex-start;font-size:13px;color:var(--ink-soft);line-height:1.45;margin:4px 0 16px;cursor:pointer}.auth-consent input{width:16px;height:16px;margin-top:2px;flex:none}.auth-card .submit{display:block;width:100%;background:var(--brand);color:#fff;border:0;border-radius:11px;padding:12px 16px;font-size:15px;font-weight:600;cursor:pointer;font-family:var(--sans);transition:background .15s}.auth-card .submit:hover{background:var(--brand-ink)}.auth-card .submit:disabled{opacity:.6}.auth-check{text-align:center}.auth-check .ac-mail{width:52px;height:52px;margin:0 auto 14px;border-radius:50%;background:#fbf1ec;color:var(--brand);display:grid;place-items:center;font-size:24px}.auth-check h3{font-family:var(--serif);font-weight:600;font-size:21px;margin-bottom:10px}.auth-check p{font-size:14.5px;color:var(--ink-soft);line-height:1.55;margin-bottom:8px}.auth-check .ac-hint{font-size:13px;color:var(--ink-faint)}.auth-gate-note{font-size:13px;color:var(--ink-faint);margin-top:14px;text-align:center}.signed-as{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px;color:var(--ink-faint);background:#faf8f4;border:1px solid var(--line);border-radius:10px;padding:9px 13px;margin-bottom:18px}.signed-as b{color:var(--ink)}.signed-as button{background:none;border:0;color:var(--brand-ink);font-weight:600;font-size:13px;cursor:pointer;font-family:var(--sans);text-decoration:underline}
