:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;--bg: #0a0a0a;--bg-surface: #111111;--bg-surface-hover: #1a1a1a;--border: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .15);--text: #fafafa;--text-muted: rgba(255, 255, 255, .5);--text-secondary: rgba(255, 255, 255, .7);--primary: #3b82f6;--primary-hover: #2563eb;--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--radius: .5rem;--radius-sm: .375rem;--radius-lg: .75rem}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:var(--bg);color:var(--text)}.specimen-app{min-height:100vh;display:flex;flex-direction:column}.specimen-header{position:sticky;top:0;z-index:100;background:#0a0a0acc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding:1.5rem 2rem}.header-content{max-width:1200px;margin:0 auto;display:flex;align-items:baseline;gap:1rem;margin-bottom:1.5rem}.logo{font-size:1.5rem;font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,#fff,#71717a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{font-size:.875rem;color:var(--text-muted)}.tabs{max-width:1200px;margin:0 auto;display:flex;gap:.25rem}.tab{padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;color:var(--text-muted);background:transparent;border:none;border-radius:var(--radius);cursor:pointer;transition:all .2s}.tab:hover{color:var(--text-secondary);background:#ffffff0d}.tab.active{color:var(--text);background:#ffffff1a}.specimen-content{flex:1;padding:3rem 2rem;max-width:1200px;margin:0 auto;width:100%}.section-header{margin-bottom:3rem}.section-header h2{font-size:2rem;font-weight:600;letter-spacing:-.02em;margin-bottom:.5rem}.section-header p{color:var(--text-muted);font-size:1.05rem}.type-specimen{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:4rem}.type-row{display:grid;grid-template-columns:80px 1fr 120px;align-items:baseline;padding:1.25rem 0;border-bottom:1px solid var(--border)}.type-label{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}.type-info{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;color:var(--text-muted);text-align:right}.type-display{font-size:5rem;font-weight:100;line-height:1;letter-spacing:-.04em}.type-h1{font-size:3rem;font-weight:700;letter-spacing:-.02em}.type-h2{font-size:2.25rem;font-weight:600;letter-spacing:-.02em}.type-h3{font-size:1.875rem;font-weight:600;letter-spacing:-.01em}.type-h4{font-size:1.5rem;font-weight:500}.type-body{font-size:1rem;line-height:1.7;color:var(--text-secondary)}.type-small{font-size:.875rem;line-height:1.6;color:var(--text-secondary)}.type-caption{font-size:.75rem;line-height:1.5;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.type-weights h3{font-size:1.125rem;font-weight:500;margin-bottom:1.5rem}.weights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1.5rem}.weight-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius)}.weight-item span:first-child{font-size:2.5rem;line-height:1}.weight-item span:last-child{font-size:.75rem;color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.palettes-grid{display:flex;flex-direction:column;gap:2.5rem}.palette-name{font-size:1rem;font-weight:500;margin-bottom:1rem}.palette-colors{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.75rem}.color-swatch-wrapper{display:flex;flex-direction:column;gap:.375rem}.color-swatch{width:100%;aspect-ratio:1;border-radius:var(--radius);border:1px solid var(--border);transition:transform .2s}.color-swatch:hover{transform:scale(1.05)}.color-label{font-size:.75rem;font-weight:500}.color-value{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.625rem;color:var(--text-muted);text-transform:uppercase}.components-grid{display:flex;flex-direction:column;gap:3rem}.component-group h3{font-size:1rem;font-weight:500;margin-bottom:1.25rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.component-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.btn{padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;border:none;border-radius:var(--radius);cursor:pointer;transition:all .2s;font-family:inherit}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:#ffffff1a;color:var(--text)}.btn-secondary:hover{background:#ffffff26}.btn-outline{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-outline:hover{border-color:var(--border-hover);background:#ffffff0d}.btn-ghost{background:transparent;color:var(--text-secondary)}.btn-ghost:hover{background:#ffffff0d;color:var(--text)}.btn-sm{padding:.375rem .875rem;font-size:.8125rem}.btn-lg{padding:.875rem 1.75rem;font-size:1rem}.btn:disabled{opacity:.5;cursor:not-allowed}.inputs-stack{display:flex;flex-direction:column;gap:.75rem;max-width:400px}.input{padding:.625rem .875rem;font-size:.875rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-family:inherit;transition:all .2s;width:100%}.input::placeholder{color:var(--text-muted)}.input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #3b82f626}.textarea{resize:vertical;min-height:80px}.slider-container{display:flex;align-items:center;gap:1rem;max-width:400px}.slider{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;background:var(--bg-surface);border-radius:3px;outline:none}.slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;background:var(--primary);border-radius:50%;cursor:pointer;transition:transform .2s}.slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.slider-value{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.875rem;color:var(--text-muted);min-width:3rem}.toggle-row{display:flex;align-items:center;gap:1rem}.switch{width:44px;height:24px;background:var(--bg-surface);border:1px solid var(--border);border-radius:12px;position:relative;cursor:pointer;transition:all .3s}.switch.on{background:var(--primary);border-color:var(--primary)}.switch-thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .3s}.switch.on .switch-thumb{transform:translate(20px)}.checkbox-group,.radio-group{display:flex;flex-direction:column;gap:.75rem}.checkbox-label,.radio-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.9rem}.checkbox-label input,.radio-label input{display:none}.checkbox-custom,.radio-custom{width:20px;height:20px;border:2px solid var(--border);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:all .2s}.radio-custom{border-radius:50%}.checkbox-label input:checked+.checkbox-custom,.radio-label input:checked+.radio-custom{background:var(--primary);border-color:var(--primary)}.checkbox-label input:checked+.checkbox-custom:after{content:"";width:10px;height:6px;border:2px solid white;border-top:none;border-right:none;transform:rotate(-45deg);margin-top:-2px}.radio-label input:checked+.radio-custom:after{content:"";width:8px;height:8px;background:#fff;border-radius:50%}.badge{padding:.25rem .75rem;font-size:.75rem;font-weight:500;border-radius:9999px}.badge-default{background:#ffffff1a;color:var(--text-secondary)}.badge-primary{background:#3b82f626;color:#60a5fa}.badge-success{background:#22c55e26;color:#4ade80}.badge-warning{background:#f59e0b26;color:#fbbf24}.badge-danger{background:#ef444426;color:#f87171}.cards-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.demo-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all .2s}.demo-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.card-img{height:140px;background:linear-gradient(135deg,#1e3a5f,#0f172a)}.card-img-alt{background:linear-gradient(135deg,#3b1f5e,#1a0a2e)}.card-body{padding:1.25rem}.card-body h4{font-size:1rem;font-weight:600;margin-bottom:.5rem}.card-body p{font-size:.875rem;color:var(--text-muted);margin-bottom:1rem;line-height:1.5}@media(max-width:768px){.specimen-header{padding:1rem}.header-content{flex-direction:column;gap:.5rem;margin-bottom:1rem}.tabs{overflow-x:auto;padding-bottom:.5rem}.specimen-content{padding:2rem 1rem}.type-row{grid-template-columns:60px 1fr;gap:.5rem}.type-info{display:none}.type-display{font-size:3rem}.type-h1{font-size:2rem}.type-h2{font-size:1.5rem}.palette-colors{grid-template-columns:repeat(auto-fill,minmax(70px,1fr))}.cards-row{grid-template-columns:1fr}}
