@import "https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Geist:wght@300;400;450;500;600&family=Geist+Mono:wght@400;500&display=swap";
.ck-theme{--cream:#efece5;--cloud:#f2f1ef;--paper:#fbfaf6;--paper-edge:#f4f1ea;--ink:#2e2a25;--ink-soft:#5b564e;--ink-faint:#8e867a;--taupe:#7c756b;--line:#2e2a2524;--line-strong:#2e2a2542;--yellow:#fce07e;--yellow-soft:#fbf1c9;--mustard:#c9a300;--mustard-deep:#a2820b;--sage:#5e8050;--sage-soft:#e7ede1;--sage-deep:#486236;--orange:#f23e03;--orange-soft:#fbe2d7;--serif:"Instrument Serif", "Times New Roman", serif;--sans:"Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--mono:"Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--r-sm:8px;--r-md:12px;--r-lg:18px;--r-xl:26px;--shadow-sm:0 1px 2px #2e2a250f, 0 2px 8px #2e2a250a;--shadow-md:0 2px 6px #2e2a250f, 0 14px 40px #2e2a251a;--shadow-lg:0 8px 24px #2e2a251a, 0 30px 70px #2e2a2524;--space:8px;font-family:var(--sans);color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;min-height:100vh;margin:0;line-height:1.5}.ck-theme *,.ck-theme :before,.ck-theme :after{box-sizing:border-box}.ck-theme a{color:inherit;text-decoration:none}.ck-theme img{max-width:100%;display:block}.ck-theme button,.ck-theme input,.ck-theme textarea,.ck-theme select{font:inherit;color:inherit}.ck-theme h1,.ck-theme h2,.ck-theme h3,.ck-theme h4,.ck-theme h5,.ck-theme h6{color:var(--ink)}.ck-theme p{color:var(--ink-soft)}.ck-theme .ck-eyebrow{font-family:var(--mono);letter-spacing:.22em;text-transform:uppercase;color:var(--ink-faint);font-size:12px;font-weight:500}.ck-theme .ck-mono{font-family:var(--mono)}.ck-theme .ck-serif{font-family:var(--serif)}.ck-theme .ck-display{font-family:var(--serif);letter-spacing:-.02em;color:var(--ink);margin:0;font-weight:400;line-height:1.02}.ck-theme .ck-display em{color:var(--mustard);font-style:italic}.ck-theme h1,.ck-theme h2,.ck-theme h3,.ck-theme h4{letter-spacing:-.01em;margin:0;font-weight:500}.ck-theme .ck-logo{width:auto;height:30px}.ck-theme .ck-wordmark{font-family:var(--serif);letter-spacing:-.02em;color:var(--ink);font-size:30px;line-height:1}.ck-theme .ck-wordmark em{color:var(--mustard);font-style:italic}.ck-theme .ck-btn{--bg:var(--ink);--fg:#f6f2e9;border-radius:var(--r-md);background:var(--bg);height:52px;color:var(--fg);letter-spacing:.01em;cursor:pointer;-webkit-tap-highlight-color:transparent;border:1px solid #0000;justify-content:center;align-items:center;gap:10px;padding:0 26px;font-size:16px;font-weight:500;transition:transform .15s,box-shadow .2s,background .2s,border-color .2s,color .2s;display:inline-flex}.ck-theme .ck-btn:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.ck-theme .ck-btn:active{transform:translateY(0)}.ck-theme .ck-btn--block{width:100%}.ck-theme .ck-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.ck-theme .ck-btn--ghost{--bg:transparent;--fg:var(--ink);border-color:var(--line-strong)}.ck-theme .ck-btn--ghost:hover{box-shadow:none;background:#2e2a250a}.ck-theme .ck-btn--mustard{--bg:var(--mustard);--fg:#2a2410}.ck-theme .ck-btn--sage{--bg:var(--sage);--fg:#f4f7ef}.ck-theme .ck-btn--danger{color:var(--orange);background:#fff;border-color:#f23e0366}.ck-theme .ck-btn--danger:hover{background:var(--orange);color:#fff;box-shadow:var(--shadow-md)}.ck-theme .ck-btn--sm{border-radius:var(--r-sm);height:42px;padding:0 18px;font-size:14px}.ck-theme .ck-field{flex-direction:column;gap:8px;display:flex}.ck-theme .ck-label{letter-spacing:.01em;color:var(--ink-soft);align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.ck-theme .ck-label .req{color:var(--mustard-deep)}.ck-theme .ck-input,.ck-theme .ck-textarea,.ck-theme .ck-select{background:var(--paper);border:1px solid var(--line-strong);border-radius:var(--r-md);width:100%;height:52px;color:var(--ink);padding:0 16px;font-size:16px;transition:border-color .18s,box-shadow .18s,background .18s}.ck-theme .ck-textarea{resize:vertical;height:auto;min-height:120px;padding:14px 16px;line-height:1.5}.ck-theme .ck-input::placeholder,.ck-theme .ck-textarea::placeholder{color:var(--ink-faint)}.ck-theme .ck-input:focus,.ck-theme .ck-textarea:focus,.ck-theme .ck-select:focus{border-color:var(--mustard);background:#fff;outline:none;box-shadow:0 0 0 4px #c9a30029}.ck-theme .ck-hint{color:var(--ink-faint);font-size:12.5px}.ck-theme .ck-hint--error{color:var(--orange)}.ck-theme .ck-input-wrap{position:relative}.ck-theme .ck-input-wrap .ck-input{padding-right:52px}.ck-theme .ck-input-affix{width:40px;height:40px;color:var(--ink-faint);cursor:pointer;border-radius:var(--r-sm);background:0 0;border:0;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.ck-theme .ck-input-affix:hover{color:var(--ink);background:#2e2a250d}.ck-theme .ck-check{color:var(--ink-soft);cursor:pointer;align-items:flex-start;gap:12px;font-size:14px;display:flex}.ck-theme .ck-check input{width:20px;height:20px;accent-color:var(--sage);flex:none;margin:1px 0 0}.ck-theme .ck-badge{height:28px;font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;background:var(--sage-soft);color:var(--sage-deep);border:1px solid #5e805047;border-radius:999px;align-items:center;gap:7px;padding:0 12px;font-size:11px;font-weight:500;display:inline-flex}.ck-theme .ck-badge .dot{background:var(--sage);border-radius:50%;width:7px;height:7px}.ck-theme .ck-badge--pilot{background:var(--yellow-soft);color:var(--mustard-deep);border-color:#a2820b47}.ck-theme .ck-badge--pilot .dot{background:var(--mustard)}.ck-theme .ck-badge--alert{background:var(--orange-soft);color:#b0330a;border-color:#f23e0347}.ck-theme .ck-badge--alert .dot{background:var(--orange)}.ck-theme .ck-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-sm)}.ck-theme .ck-divider{background:var(--line);border:0;height:1px;margin:0}.ck-theme .ck-or{color:var(--ink-faint);font-size:12px;font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:16px;display:flex}.ck-theme .ck-or:before,.ck-theme .ck-or:after{content:"";background:var(--line);flex:1;height:1px}.ck-theme .ck-nav{z-index:50;background:color-mix(in srgb, var(--cream) 86%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:72px;padding:0 32px;display:flex;position:sticky;top:0}.ck-theme .ck-nav__brand{align-items:center;gap:12px;display:flex}.ck-theme .ck-nav__right{align-items:center;gap:16px;display:flex}.ck-theme .ck-nav__logolink{align-items:center;display:inline-flex}.ck-theme .ck-nav__brand .ck-logo{width:auto;height:26px}.ck-theme .ck-nav__links{align-items:center;gap:6px;display:flex}.ck-theme .ck-nav__link{border-radius:var(--r-sm);color:var(--ink-soft);padding:8px 14px;font-size:14.5px;font-weight:450;transition:background .15s,color .15s}.ck-theme .ck-nav__link:hover{color:var(--ink);background:#2e2a250d}.ck-theme .ck-nav__link--active{color:var(--ink);background:#2e2a250f}.ck-theme .ck-footer{border-top:1px solid var(--line);flex-direction:column;gap:18px;padding:34px 32px;display:flex}.ck-theme .ck-footer__legal{max-width:880px;font-family:var(--sans);color:var(--ink-soft);margin:0;font-size:12.5px;line-height:1.55}.ck-theme .ck-footer__row{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ink-faint);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;font-size:11px;display:flex}.ck-theme .ck-footer__row a{color:var(--ink-faint);border-bottom:1px solid var(--line-strong);text-transform:none;letter-spacing:0;padding-bottom:1px}.ck-theme .ck-footer__row a:hover{color:var(--ink-soft)}.ck-theme .ck-footer__made{font-family:var(--serif);text-transform:none;letter-spacing:0;color:var(--ink-soft);font-size:16px;font-style:italic}.ck-theme .ck-footer__made .accent{color:var(--mustard)}.ck-theme .ck-container{width:100%;max-width:1120px;margin:0 auto;padding:0 32px}.ck-theme .ck-container--narrow{max-width:760px}.ck-theme :focus-visible{outline:2px solid var(--mustard);outline-offset:2px}.ck-theme .ck-grain{position:relative}.ck-theme .ck-grain:after{content:"";pointer-events:none;opacity:.6;background-image:radial-gradient(#2e2a2506 1px,#0000 1px);background-size:4px 4px;position:absolute;inset:0}@media (max-width:640px){.ck-theme .ck-nav{height:60px;padding:0 18px}.ck-theme .ck-nav__links--main{display:none}.ck-theme .ck-container{padding:0 20px}.ck-theme .ck-footer{gap:16px;padding:28px 20px}.ck-theme .ck-footer__row{gap:12px}}
