:root{--bg-page: #ffffff;--bg-card: #ffffff;--bg-subtle: #f8fafc;--bg-muted: #f1f5f9;--bg-input: #ffffff;--border-color: #e2e8f0;--border-subtle: #f1f5f9;--border-focus: #2563eb;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #64748b;--text-inverse: #ffffff;--accent-primary: #2563eb;--accent-primary-hover: #1d4ed8;--accent-light: #eff6ff;--success-color: #10b981;--success-bg: #ecfdf5;--success-border: #a7f3d0;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .04);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .06), 0 2px 4px -2px rgba(0, 0, 0, .04);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .06), 0 4px 6px -4px rgba(0, 0, 0, .03);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", Menlo, Monaco, Consolas, monospace;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px}[data-theme=dark]{--bg-page: #0b0f17;--bg-card: #131b2e;--bg-subtle: #182238;--bg-muted: #1e293b;--bg-input: #0f172a;--border-color: #27354f;--border-subtle: #1e293b;--border-focus: #3b82f6;--text-primary: #f8fafc;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--text-inverse: #ffffff;--accent-primary: #3b82f6;--accent-primary-hover: #2563eb;--accent-light: #1e293b;--success-color: #34d399;--success-bg: #064e3b;--success-border: #047857;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .5)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-page);color:var(--text-primary);min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .2s ease,color .2s ease}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;max-width:900px;width:100%;margin:0 auto;padding:2.5rem 1.5rem 4rem}.navbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid var(--border-color);background-color:var(--bg-page);position:sticky;top:0;z-index:50;transition:background-color .2s ease,border-color .2s ease}.nav-brand{display:flex;align-items:center;gap:.6rem;font-weight:700;font-size:1.15rem;color:var(--text-primary);letter-spacing:-.02em}.brand-icon{width:24px;height:24px;color:var(--accent-primary);display:flex;align-items:center;justify-content:center}.nav-actions{display:flex;align-items:center;gap:1rem}.nav-link{font-size:.9rem;font-weight:500;color:var(--text-secondary);background:none;border:none;cursor:pointer;padding:.4rem .6rem;border-radius:var(--radius-sm);transition:color .15s ease}.nav-link:hover{color:var(--text-primary)}.icon-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;transition:all .15s ease}.icon-btn:hover{color:var(--text-primary);border-color:var(--text-muted)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:var(--accent-primary);color:var(--text-inverse);font-weight:600;font-size:.88rem;padding:.55rem 1.1rem;border-radius:var(--radius-md);border:none;cursor:pointer;transition:background-color .15s ease,transform .05s ease;white-space:nowrap}.btn-primary:hover{background-color:var(--accent-primary-hover)}.btn-primary:active{transform:scale(.98)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color);font-weight:600;font-size:.88rem;padding:.55rem 1.1rem;border-radius:var(--radius-md);cursor:pointer;transition:all .15s ease;white-space:nowrap}.btn-secondary:hover{border-color:var(--text-muted);background-color:var(--bg-subtle)}.hero{text-align:center;margin-bottom:2.25rem}.hero-title{font-size:2.25rem;font-weight:700;letter-spacing:-.03em;color:var(--text-primary);margin-bottom:.6rem}.hero-title .highlight{color:var(--accent-primary)}.hero-subtitle{font-size:.95rem;color:var(--text-muted);max-width:460px;margin:0 auto;line-height:1.45}.editor-container{display:flex;flex-direction:column;gap:1rem}.editor-box{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:border-color .2s ease,box-shadow .2s ease}.editor-box:focus-within{border-color:var(--border-focus);box-shadow:0 0 0 1px var(--border-focus)}.editor-textarea{width:100%;min-height:260px;max-height:500px;padding:1.25rem;border:none;outline:none;resize:vertical;background:transparent;color:var(--text-primary);font-family:var(--font-mono);font-size:.875rem;line-height:1.6}.editor-textarea::placeholder{color:var(--text-muted);font-family:var(--font-mono)}.editor-footer-bar{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1.25rem;border-top:1px solid var(--border-subtle);background:var(--bg-subtle);font-size:.78rem;color:var(--text-muted)}.editor-clear-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.78rem;padding:.2rem .4rem;border-radius:var(--radius-sm);transition:color .15s ease}.editor-clear-btn:hover{color:var(--text-primary)}.editor-controls-row{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.control-selectors{display:flex;gap:1rem;flex-wrap:wrap}.control-group{display:flex;flex-direction:column;gap:.35rem}.control-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.control-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:.55rem 2.2rem .55rem .85rem;font-size:.86rem;font-weight:500;cursor:pointer;outline:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%2364748b%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right .75rem center;background-size:14px;transition:border-color .15s ease}.control-select:focus{border-color:var(--border-focus)}.result-card-container{display:flex;flex-direction:column;align-items:center;max-width:600px;margin:1rem auto;text-align:center}.result-card{width:100%;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);padding:2.25rem 2rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;align-items:center;gap:1.25rem}.success-icon-wrapper{width:48px;height:48px;border-radius:var(--radius-full);background-color:var(--success-bg);border:1px solid var(--success-border);color:var(--success-color);display:flex;align-items:center;justify-content:center}.result-header{text-align:center}.result-title{font-size:1.35rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.result-subtitle{font-size:.88rem;color:var(--text-muted)}.metadata-pills{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.pill{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .65rem;border-radius:var(--radius-full);font-size:.78rem;font-weight:500;color:var(--text-secondary);background-color:var(--bg-subtle);border:1px solid var(--border-color)}.pill-icon{display:flex;align-items:center;color:var(--text-muted)}.url-input-group{display:flex;width:100%;gap:.5rem}.url-input{flex:1;background:var(--bg-input);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:.6rem .85rem;font-family:var(--font-mono);font-size:.84rem;color:var(--text-primary);outline:none;text-overflow:ellipsis}.url-input:focus{border-color:var(--border-focus)}.copy-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.84rem;font-weight:600;border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--bg-card);color:var(--text-primary);cursor:pointer;transition:all .15s ease;white-space:nowrap}.copy-btn:hover{background:var(--bg-subtle);border-color:var(--text-muted)}.copy-btn.copied{background:var(--success-bg);border-color:var(--success-border);color:var(--success-color)}.result-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;width:100%}.result-card-footer{margin-top:1rem;font-size:.78rem;color:var(--text-muted)}.how-it-works-section{margin-top:5rem;padding-top:3.5rem;border-top:1px solid var(--border-subtle);text-align:center}.section-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:2.5rem}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center}.step-card{display:flex;flex-direction:column;align-items:center;padding:.5rem}.step-icon-wrapper{color:var(--accent-primary);margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.step-badge{font-size:.7rem;font-weight:700;color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem}.step-title{font-size:.95rem;font-weight:700;color:var(--text-primary);margin-bottom:.45rem}.step-desc{font-size:.82rem;color:var(--text-muted);line-height:1.45;max-width:240px}.paste-view-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;gap:1rem;flex-wrap:wrap}.paste-view-actions{display:flex;align-items:center;gap:.6rem}.mac-window{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.mac-titlebar{display:flex;align-items:center;justify-content:space-between;padding:.65rem 1rem;background:var(--bg-subtle);border-bottom:1px solid var(--border-color);font-size:.78rem;color:var(--text-muted)}.mac-dots{display:flex;align-items:center;gap:6px}.mac-dot{width:10px;height:10px;border-radius:var(--radius-full)}.mac-dot.red{background-color:#ef4444}.mac-dot.yellow{background-color:#f59e0b}.mac-dot.green{background-color:#10b981}.mac-path{font-family:var(--font-mono);color:var(--text-secondary);font-size:.78rem;font-weight:500}.mac-meta{font-size:.76rem;color:var(--text-muted)}.code-viewer-body{display:flex;min-height:140px;max-height:650px;overflow:auto;background:var(--bg-card);position:relative}.line-numbers{display:flex;flex-direction:column;padding:1rem .85rem;background:var(--bg-subtle);border-right:1px solid var(--border-subtle);text-align:right;-webkit-user-select:none;user-select:none;font-family:var(--font-mono);font-size:.85rem;line-height:1.6;color:var(--text-muted)}.code-content{flex:1;padding:1rem 1.25rem;font-family:var(--font-mono);font-size:.85rem;line-height:1.6;white-space:pre;overflow-x:auto;color:var(--text-primary)}.paste-footer-bar{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;font-size:.82rem;color:var(--text-muted)}.paste-id-text{font-family:var(--font-mono)}.paste-id-text strong{color:var(--text-primary)}.create-link{color:var(--accent-primary);font-weight:500;display:inline-flex;align-items:center;gap:.25rem;transition:color .15s ease}.create-link:hover{text-decoration:underline}.not-found-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem;gap:1.25rem}.not-found-badge{font-size:.82rem;font-weight:600;color:var(--accent-primary);background:var(--accent-light);padding:.35rem .85rem;border-radius:var(--radius-full)}.not-found-title{font-size:2rem;font-weight:700;letter-spacing:-.02em;color:var(--text-primary)}.not-found-subtitle{font-size:.95rem;color:var(--text-muted);max-width:400px;line-height:1.5}.app-footer{border-top:1px solid var(--border-color);padding:1.25rem 2rem;display:flex;align-items:center;justify-content:space-between;font-size:.78rem;color:var(--text-muted);background:var(--bg-page);flex-wrap:wrap;gap:.75rem}@media (max-width: 768px){.steps-grid{grid-template-columns:1fr;gap:2rem}.paste-view-header{flex-direction:column;align-items:flex-start}.paste-view-actions{width:100%;justify-content:flex-end}.editor-controls-row{flex-direction:column;align-items:stretch}.control-selectors{flex-direction:column}.control-select{width:100%}.app-footer{flex-direction:column;text-align:center;gap:.5rem}}
