:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#121412;background:#f4f5f1;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--paper: #ffffff;--paper-soft: #f7f8f4;--ink: #111311;--muted: #5d6661;--faint: #868e88;--line: #cdd1cb;--line-soft: #e5e8e2;--green: #006b43;--green-dark: #003f29;--amber: #946405;--danger: #8a211b;--font-serif: Georgia, "DejaVu Serif", "Times New Roman", serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}h1,h2,h3,p{margin:0}.app-shell{position:relative;min-height:100vh;padding:28px 24px 34px;overflow:hidden;background:linear-gradient(90deg,rgba(17,19,17,.06) 1px,transparent 1px),linear-gradient(180deg,rgba(17,19,17,.055) 1px,transparent 1px),var(--paper-soft);background-size:72px 72px}.topbar,.crossword-sheet,.bottom-axis{width:min(100%,1240px);margin-inline:auto}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:72px;padding:0 0 22px}.brand-lockup,.topbar-actions,.status-pill,.section-label,.primary-action,.secondary-action,.examples button{display:flex;align-items:center}.brand-lockup{min-width:0;gap:18px}.brand-mark{display:grid;grid-template-columns:repeat(2,1fr);width:50px;height:50px;flex:0 0 auto;overflow:hidden;background:var(--paper);border:1px solid var(--ink)}.brand-mark span{min-width:0;min-height:0;border:1px solid var(--line-soft)}.brand-mark span:first-child,.brand-mark span:last-child{background:var(--ink);border-color:var(--ink)}.brand-copy{display:flex;align-items:baseline;min-width:0;gap:20px}.brand-copy h1{font-family:var(--font-serif);font-size:44px;line-height:1;letter-spacing:0}.brand-copy p{max-width:260px;padding-left:20px;color:var(--muted);border-left:1px solid var(--line);font-size:15px;line-height:1.4}.topbar-actions{justify-content:flex-end;gap:12px}.status-pill{gap:9px;min-height:42px;padding:0 13px;color:var(--ink);background:#ffffffb8;border:1px solid transparent;font-size:14px;font-weight:600;white-space:nowrap}.icon-button,.clear-field,.letter-control button{display:grid;place-items:center;color:var(--ink);background:var(--paper);border:1px solid var(--line);border-radius:6px}.icon-button{width:44px;height:44px}.crossword-sheet{display:grid;grid-template-columns:80px minmax(0,1fr) minmax(420px,1.02fr);min-height:760px;overflow:hidden;background:#fffffff0;border:1px solid var(--line);box-shadow:0 20px 60px #14191514}.axis-rail{display:grid;align-content:stretch;background:linear-gradient(90deg,transparent 49%,var(--line-soft) 50%,transparent 51%),repeating-linear-gradient(180deg,transparent 0 63px,var(--line-soft) 63px 64px),var(--paper-soft);border-right:1px solid var(--line)}.axis-row{position:relative;min-height:76px;padding:21px 15px;color:#444b47;font-family:Courier New,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:15px;line-height:1}.axis-row i{position:absolute;right:0;bottom:14px;width:29px;height:29px;background:var(--ink)}.entry-pane,.result-pane{min-width:0;padding:42px 34px 38px}.entry-pane{border-right:1px solid var(--line)}.field,.style-block,.examples{display:grid;gap:11px}.field+.form-grid,.form-grid+.style-block,.style-block+.primary-action,.primary-action+.examples,.error-banner+.examples{margin-top:30px}.section-label,.field>span{color:var(--ink);font-size:13px;font-weight:800;line-height:1.2;text-transform:uppercase}.textarea-shell,.pattern-control,.letter-control{position:relative}textarea,input{width:100%;color:var(--ink);background:var(--paper);border:1px solid #aeb5ae;border-radius:6px;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}textarea{min-height:116px;padding:19px 54px 19px 19px;resize:vertical;font-size:26px;line-height:1.32}input{height:60px;padding:0 16px;font-size:26px}input[type=number]{appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{margin:0;appearance:none}textarea:focus,input:focus{border-color:var(--green);box-shadow:0 0 0 3px #006b4324}.clear-field{position:absolute;top:16px;right:14px;width:34px;height:34px;border:0}.form-grid{display:grid;grid-template-columns:minmax(158px,.65fr) minmax(0,1fr);gap:26px}.letter-control{display:grid;grid-template-columns:minmax(0,1fr) 46px 46px}.letter-control input{border-radius:6px 0 0 6px;border-right:0;font-weight:800}.letter-control button{height:60px;border-radius:0}.letter-control button:last-child{border-left:0;border-radius:0 6px 6px 0}.pattern-control input{padding-right:48px;font-family:var(--font-serif)}.pattern-control svg{position:absolute;right:16px;top:50%;color:var(--ink);transform:translateY(-50%)}.style-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #aeb5ae;border-radius:6px;overflow:hidden}.segmented{display:grid;min-height:78px;place-items:center;gap:7px;padding:11px 8px;color:var(--ink);background:var(--paper);border:0;border-right:1px solid var(--line);font-size:13px;font-weight:750}.segmented:last-child{border-right:0}.segmented.active{color:var(--paper);background:var(--ink)}.primary-action{justify-content:center;gap:11px;width:100%;min-height:66px;color:var(--paper);background:linear-gradient(180deg,rgba(255,255,255,.08),transparent),linear-gradient(90deg,var(--green-dark),var(--green));border:1px solid var(--green-dark);border-radius:6px;font-size:19px;font-weight:850}.primary-action:disabled{opacity:.78}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-banner{margin-top:18px;padding:12px 14px;color:var(--danger);background:#fff2ef;border:1px solid #f0c1ba;border-radius:6px;font-size:14px;font-weight:750;line-height:1.45}.examples{padding-top:30px;border-top:1px solid var(--line)}.examples button{justify-content:space-between;min-width:0;min-height:54px;gap:14px;padding:0 14px 0 16px;color:var(--ink);background:var(--paper);border:1px solid var(--line);border-radius:6px;font-size:17px;line-height:1.25;text-align:left}.examples button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-pane{display:flex;flex-direction:column;background:linear-gradient(180deg,rgba(255,255,255,0),var(--paper) 68%),repeating-linear-gradient(0deg,transparent 0 71px,rgba(17,19,17,.055) 71px 72px),var(--paper)}.result-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:28px}.result-heading h2,.history-heading h3{font-size:14px;font-weight:850;line-height:1.2;text-transform:uppercase}.result-heading span{color:var(--ink);font-family:Courier New,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px;font-weight:700}.result-display{display:flex;align-items:center;min-height:246px;padding-bottom:28px;border-bottom:1px solid var(--line)}.result-display p{width:100%;font-family:var(--font-serif);font-size:64px;line-height:1.08;letter-spacing:0;overflow-wrap:anywhere}.result-placeholder{color:#7b827d}.result-meta{display:grid;grid-template-columns:.55fr .76fr 1.15fr .84fr;border-bottom:1px solid var(--line)}.result-meta div{min-width:0;padding:26px 20px 24px 0}.result-meta span{display:block;margin-bottom:14px;color:#313733;font-size:13px;font-weight:800;line-height:1.2;text-transform:uppercase}.result-meta strong{display:block;min-width:0;color:var(--ink);font-family:var(--font-serif);font-size:24px;font-weight:400;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-block{display:flex;flex:1;flex-direction:column;padding-top:28px}.history-heading{margin-bottom:14px}.history-block ul{display:grid;gap:0;padding:0;margin:0;overflow:hidden;border:1px solid var(--line);border-radius:6px;list-style:none}.history-block li+li{border-top:1px solid var(--line-soft)}.history-block li button{display:grid;grid-template-columns:30px minmax(0,1fr) 42px minmax(64px,.25fr) 24px;align-items:center;width:100%;min-height:58px;gap:12px;padding:0 13px;color:var(--ink);background:#ffffffe0;border:0;text-align:left}.row-number,.row-extra{color:#2d342f;font-family:Courier New,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:15px}.row-clue{min-width:0;overflow:hidden;font-family:var(--font-serif);font-size:17px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.empty-history{color:var(--muted);font-size:15px;line-height:1.5}.secondary-action{align-self:flex-start;justify-content:center;gap:10px;min-height:48px;margin-top:22px;padding:0 16px;color:var(--ink);background:var(--paper);border:1px solid var(--line);border-radius:6px;font-size:15px;font-weight:650}.secondary-action:disabled{color:var(--faint);background:#f6f7f4}.skeleton{height:30px;background:linear-gradient(90deg,#e6e9e3,#fff,#e6e9e3);background-size:200% 100%;border-radius:6px;animation:shimmer 1.2s ease-in-out infinite}.result-display.loading{display:block;padding-top:40px}.line-wide{width:82%;height:54px}.line{width:66%;height:54px;margin-top:18px}.line-short{width:42%;margin-top:26px}@keyframes shimmer{to{background-position:-200% 0}}.bottom-axis{display:grid;grid-template-columns:repeat(12,1fr);height:54px;overflow:hidden;background:#ffffff9e;border:1px solid var(--line);border-top:0}.bottom-axis span{display:grid;place-items:center;color:#393f3b;border-right:1px solid var(--line-soft);font-family:var(--font-serif);font-size:15px}.bottom-axis span:last-child{border-right:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media(max-width:1040px){.crossword-sheet{grid-template-columns:minmax(0,1fr)}.axis-rail,.bottom-axis{display:none}.entry-pane{border-right:0;border-bottom:1px solid var(--line)}.result-pane{min-height:560px}}@media(max-width:720px){.app-shell{padding:14px 12px 22px;background-size:42px 42px}.topbar{align-items:flex-start;flex-direction:column;gap:14px;min-height:0;padding-bottom:14px}.brand-lockup{width:100%;gap:12px}.brand-mark{width:40px;height:40px}.brand-copy{display:grid;gap:5px}.brand-copy h1{font-size:31px}.brand-copy p{max-width:none;padding-left:0;border-left:0;font-size:12px}.topbar-actions{width:100%;justify-content:space-between}.status-pill{min-height:38px;padding-inline:0;background:transparent;font-size:12px}.icon-button{width:38px;height:38px}.crossword-sheet{min-height:0;border-radius:0;box-shadow:0 12px 32px #14191514}.entry-pane,.result-pane{padding:22px 14px}.field+.form-grid,.form-grid+.style-block,.style-block+.primary-action,.primary-action+.examples,.error-banner+.examples{margin-top:22px}textarea{min-height:70px;padding:13px 46px 13px 13px;font-size:17px}input{height:45px;padding-inline:11px;font-size:17px}.clear-field{top:7px;right:8px;width:31px;height:31px}.form-grid{grid-template-columns:1fr 1fr;gap:11px}.letter-control{grid-template-columns:minmax(0,1fr) 35px 35px}.letter-control button{height:45px}.pattern-control svg{right:10px}.style-row{grid-template-columns:repeat(4,minmax(0,1fr))}.segmented{min-height:58px;gap:5px;padding:8px 4px;font-size:11px}.primary-action{min-height:51px;font-size:15px}.examples{padding-top:22px}.examples button{min-height:49px;font-size:15px}.result-heading{margin-bottom:18px}.result-display{min-height:148px;padding-bottom:22px}.result-display p{font-size:36px;line-height:1.08}.result-meta{grid-template-columns:repeat(3,minmax(0,1fr))}.result-meta div{padding:18px 10px 18px 0}.result-meta div:last-child{display:none}.result-meta span{margin-bottom:9px;font-size:11px}.result-meta strong{font-size:18px}.history-block{padding-top:22px}.history-block li button{grid-template-columns:22px minmax(0,1fr) 22px;min-height:54px;gap:9px;padding-inline:10px}.row-extra{display:none}.row-clue{font-size:16px}.secondary-action{width:100%;min-height:45px}}@media(max-width:420px){.form-grid{grid-template-columns:1fr}.style-row{grid-template-columns:repeat(2,minmax(0,1fr))}.segmented{min-height:52px}.result-meta{grid-template-columns:1fr 1fr}.result-meta div:nth-child(3){display:none}}
