.focused-page{max-width:1120px;margin:0 auto;padding:30px 24px 0;letter-spacing:0}.focused-heading{margin-bottom:22px}.focused-heading h1{font-family:var(--font-display),sans-serif;font-size:32px;font-weight:750;line-height:1.2;margin:0 0 10px}.focused-heading p{color:var(--muted-foreground);max-width:740px;line-height:1.55;margin:0}.focused-page h2{font-size:21px;line-height:1.3;font-weight:700;margin-bottom:12px}.focused-page h3{font-size:16px;font-weight:650}.focused-workspace{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:32px}.focused-controls{min-width:0}.focused-drop{display:flex;position:relative;min-height:158px;align-items:center;justify-content:center;flex-direction:column;gap:9px;border:2px dashed var(--primary);border-radius:8px;background:var(--card);cursor:pointer;text-align:center;padding:20px}.focused-drop:focus-within{outline:3px solid var(--ring);outline-offset:4px}.focused-drop input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.focused-drop strong{overflow-wrap:anywhere}.focused-note,.focused-page small{color:var(--muted-foreground);font-size:13px;line-height:1.5}.focused-options{display:flex;flex-wrap:wrap;align-items:center;gap:10px 18px;margin:16px 0}.focused-options legend{font-size:13px;font-weight:650;margin-bottom:8px}.focused-options label{display:inline-flex;align-items:center;gap:6px;font-size:14px;min-height:32px}.focused-page input[type=checkbox],.focused-page input[type=radio]{accent-color:var(--primary);width:17px;height:17px}.focused-button{display:inline-flex;justify-content:center;align-items:center;gap:8px;min-height:44px;border-radius:6px;padding:10px 18px;font-size:14px;font-weight:650;background:var(--primary);color:var(--primary-foreground);cursor:pointer;text-decoration:none}.focused-button.secondary{background:var(--card);color:var(--foreground);border:1px solid var(--border)}.focused-button:disabled{opacity:.5;cursor:not-allowed}.focused-page :is(button,a,input,select):focus-visible{outline:3px solid var(--ring);outline-offset:3px}.focused-result{border-left:1px solid var(--border);padding-left:32px;min-width:0}.focused-preview{display:flex;align-items:center;justify-content:center;gap:20px;min-height:112px;padding:16px;background:var(--muted);border-radius:6px;margin:12px 0}.focused-preview figure{display:flex;flex-direction:column;align-items:center;gap:8px}.focused-preview figcaption{font:12px var(--font-geist-mono),monospace;color:var(--muted-foreground)}.focused-tab{display:flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid var(--border);border-bottom:3px solid var(--primary);border-radius:6px 6px 0 0;font-size:13px;min-height:42px}.focused-tab img{flex:none}.focused-tab span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.focused-actions{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0}.focused-error{color:var(--destructive);font-size:14px;margin:10px 0}.focused-status{min-height:24px;font-size:13px;color:var(--muted-foreground);overflow-wrap:anywhere}.focused-section{margin-top:36px;padding-top:24px;border-top:1px solid var(--border)}.focused-section p{line-height:1.7;max-width:780px;margin:10px 0}.focused-note a,.focused-related a,.focused-section a{color:var(--primary);text-decoration:underline;text-underline-offset:3px}.focused-columns{display:grid;grid-template-columns:1fr 1fr;gap:28px}.focused-related{display:flex;flex-wrap:wrap;gap:12px 24px;font-size:14px;margin-top:40px;border-top:1px solid var(--border);padding-top:24px}.focused-code{display:flex;gap:12px;align-items:flex-start;background:var(--muted);padding:14px;border-radius:6px;margin:12px 0}.focused-code pre{flex:1;min-width:0;white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;line-height:1.8}.focused-icon-button{display:inline-flex;width:36px;height:36px;flex:none;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:6px;cursor:pointer}.focused-search{display:flex;gap:12px;margin-bottom:16px;align-items:center}.focused-search input,.focused-search select{border:1px solid var(--border);background:var(--card);border-radius:6px;min-height:44px;padding:8px 12px;font-size:14px;min-width:0}.focused-search input{flex:1;width:100%}.emoji-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:8px;max-height:330px;overflow:auto;padding:4px}.emoji-grid button{display:flex;align-items:center;justify-content:center;aspect-ratio:1;min-width:0;border:1px solid var(--border);border-radius:6px;background:var(--card);cursor:pointer}.emoji-grid button[aria-pressed=true]{outline:2px solid var(--primary);background:var(--muted)}.emoji-grid img{width:32px;height:32px}.example-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.example-item{border:1px solid var(--border);border-radius:8px;padding:16px;min-width:0}.example-item p{color:var(--muted-foreground);line-height:1.6;font-size:13px;margin:10px 0}.example-item .focused-tab{margin-bottom:14px}.example-item .example-sizes{display:flex;align-items:center;gap:20px;height:68px;margin:12px 0}.example-item a{color:var(--primary);font-size:13px;text-decoration:underline}.example-grid[data-theme=dark] .example-sizes,.example-grid[data-theme=dark] .focused-tab{background:#242424;color:#fff}.example-grid[data-theme=light] .example-sizes,.example-grid[data-theme=light] .focused-tab{background:#fff;color:#171717}.example-sizes{border-radius:4px;padding:10px}.focused-steps{list-style:decimal;padding-left:24px;line-height:1.7}.focused-steps li{padding-left:6px;margin-bottom:12px}@media (max-width:700px){.focused-page{padding:22px 16px 0}.focused-heading h1{font-size:27px}.focused-heading p{font-size:14px}.focused-columns,.focused-workspace{grid-template-columns:1fr;gap:22px}.focused-result{border-left:0;padding-left:0;border-top:1px solid var(--border);padding-top:18px}.focused-drop{min-height:136px}.example-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.example-item{padding:10px}.example-item .example-sizes{gap:10px}.focused-search{flex-wrap:wrap}.emoji-grid{grid-template-columns:repeat(6,minmax(0,1fr));max-height:220px}}@media (prefers-reduced-motion:reduce){.focused-page *{scroll-behavior:auto}}