*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}.design-system{background:linear-gradient(#f8fafc 0%,#f1f5f9 100%);font-family:DM Sans,-apple-system,sans-serif;position:fixed;inset:0;overflow:hidden auto}.toast{color:#fff;z-index:10000;opacity:0;background:#1e293bf2;border-radius:30px;align-items:center;gap:10px;padding:14px 24px;font-size:14px;font-weight:500;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)translateY(100px);box-shadow:0 10px 40px #0003}.toast.visible{opacity:1;transform:translate(-50%)translateY(0)}.toast-icon{background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;display:flex}.modal-overlay{backdrop-filter:blur(4px);z-index:9000;background:#0f172a99;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:#fff;border-radius:20px;width:90%;max-width:440px;animation:.3s cubic-bezier(.34,1.56,.64,1) modalIn;box-shadow:0 25px 50px #00000040}@keyframes modalIn{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-header h3{color:#1e293b;font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:600}.modal-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;width:32px;height:32px;font-size:20px;transition:all .2s}.modal-close:hover{color:#1e293b;background:#e2e8f0}.modal-body{color:#64748b;padding:24px;line-height:1.6}.modal-footer{border-top:1px solid #e2e8f0;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.ds-header{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.ds-header-left{align-items:center;gap:16px;display:flex}.ds-logo{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700;display:flex;box-shadow:0 4px 14px #667eea66}.ds-title{color:#1e293b;font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700}.ds-subtitle{color:#64748b;margin-top:2px;font-size:14px}.ds-header-right{align-items:center;gap:12px;display:flex}.version-badge{color:#667eea;background:#f1f5f9;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600}.ds-nav{background:#fff;border-bottom:1px solid #e2e8f0;gap:8px;padding:16px 32px;display:flex;overflow-x:auto}.nav-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:24px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s}.nav-tab:hover{color:#1e293b;background:#f1f5f9}.nav-tab.active{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 4px 12px #667eea4d}.ds-content{max-width:1400px;margin:0 auto;padding:32px}.tab-content{animation:.3s fadeSlideIn}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ds-section{margin-bottom:48px}.section-title{color:#1e293b;margin-bottom:8px;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:600}.section-desc{color:#64748b;margin-bottom:20px;font-size:14px}.color-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.color-swatch{cursor:pointer;background:#fff;border-radius:16px;transition:all .2s;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008}.color-swatch:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.swatch-preview{justify-content:center;align-items:center;height:80px;display:flex;position:relative}.copied-badge{color:#10b981;background:#fff;border-radius:20px;padding:6px 12px;font-size:14px;font-weight:600;box-shadow:0 2px 8px #00000026}.swatch-info{padding:14px}.swatch-name{color:#1e293b;margin-bottom:4px;font-weight:600;display:block}.swatch-value{color:#667eea;background:#f0f4ff;border-radius:6px;margin-bottom:8px;padding:4px 8px;font-size:12px;display:block}.swatch-usage{color:#94a3b8;font-size:12px}.font-families{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}.font-card{cursor:pointer;background:#fff;border-radius:16px;padding:24px;transition:all .2s;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008}.font-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.font-sample{color:#1e293b;margin-bottom:16px;font-size:32px;display:block}.font-info{flex-direction:column;gap:4px;display:flex}.font-name{color:#1e293b;font-weight:600}.font-info code{color:#667eea;font-size:13px}.font-usage{color:#94a3b8;font-size:12px}.type-scale{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008}.type-row{cursor:pointer;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:16px 24px;transition:background .2s;display:flex}.type-row:hover{background:#f8fafc}.type-row:last-child{border-bottom:none}.type-sample{color:#1e293b;flex:1}.type-specs{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.type-name{color:#64748b;font-size:13px;font-weight:600}.type-specs code{color:#94a3b8;font-size:11px}.btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 4px 12px #667eea4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-secondary{color:#64748b;background:#fff;border:2px solid #e2e8f0}.btn-secondary:hover{color:#667eea;border-color:#667eea}.btn-ghost{color:#667eea;background:0 0}.btn-ghost:hover{background:#f0f4ff}.btn-danger{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);box-shadow:0 4px 12px #ef44444d}.btn-danger:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ef444466}.btn-icon{color:#64748b;background:#fff;border:2px solid #e2e8f0;border-radius:12px;width:44px;height:44px;padding:0;font-size:18px}.btn-icon:hover{color:#667eea;background:#f0f4ff;border-color:#667eea}.btn-loading{pointer-events:none;opacity:.8}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.pills-showcase{flex-wrap:wrap;gap:8px;display:flex}.pill{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:10px 18px;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s}.pill:hover{color:#667eea;border-color:#667eea}.pill.active{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#0000;box-shadow:0 4px 12px #667eea4d}.badge{color:#64748b;background:#f1f5f9;border-radius:20px;align-items:center;padding:6px 12px;font-size:12px;font-weight:500;display:inline-flex}.badge-success{color:#10b981;background:#10b9811a}.badge-error{color:#ef4444;background:#ef44441a}.badge-warning{color:#f59e0b;background:#f59e0b1a}.badge-info{color:#3b82f6;background:#3b82f61a}.component-showcase,.component-row{flex-wrap:wrap;gap:24px;margin-bottom:24px;display:flex}.component-item{flex-direction:column;gap:8px;display:flex}.component-item.wide{flex:1;min-width:300px}.component-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:500}.inputs-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.input-group{flex-direction:column;gap:8px;display:flex}.input-group label{color:#1e293b;font-size:14px;font-weight:500}.input{color:#1e293b;background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:12px 16px;font-family:inherit;font-size:14px;transition:all .2s}.input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.input:disabled{color:#94a3b8;cursor:not-allowed;background:#f8fafc}.input-error{border-color:#ef4444}.input-error:focus{box-shadow:0 0 0 3px #ef44441a}.input-error-message{color:#ef4444;font-size:12px}.input-with-icon{position:relative}.input-with-icon .input{padding-left:44px}.input-icon{font-size:18px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748B' d='M6 8L2 4h8z'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.textarea{resize:vertical;min-height:80px}.switch{width:52px;height:28px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.switch-slider{cursor:pointer;background:#e2e8f0;border-radius:28px;transition:all .3s;position:absolute;inset:0}.switch-slider:before{content:"";background:#fff;border-radius:50%;width:22px;height:22px;transition:all .3s;position:absolute;bottom:3px;left:3px;box-shadow:0 2px 4px #0000001a}.switch input:checked+.switch-slider{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.switch input:checked+.switch-slider:before{transform:translate(24px)}.checkbox-wrapper,.radio-wrapper{cursor:pointer;align-items:center;gap:10px;display:flex}.checkbox,.radio-wrapper input{accent-color:#667eea;cursor:pointer;width:20px;height:20px}.checkbox-label,.radio-label{color:#1e293b;font-size:14px}.radio-group{flex-direction:column;gap:8px;display:flex}.cards-showcase{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}.demo-card{background:#fff;border-radius:20px;padding:20px;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008}.card-kpi{position:relative;overflow:hidden}.kpi-glow{opacity:.08;border-radius:0 20px 0 100%;width:120px;height:120px;position:absolute;top:0;right:0}.kpi-header{align-items:center;gap:8px;margin-bottom:12px;display:flex}.kpi-icon{font-size:20px}.kpi-label{color:#64748b;font-size:13px;font-weight:500}.kpi-value{color:#1e293b;letter-spacing:-1px;margin-bottom:8px;font-family:Space Grotesk,sans-serif;font-size:32px;font-weight:700}.kpi-footer{align-items:center;gap:8px;display:flex}.kpi-compare{color:#94a3b8;font-size:11px}.channel-header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.channel-icon-wrapper{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:flex}.channel-info{flex:1}.channel-title{color:#1e293b;font-size:16px;font-weight:600}.channel-subtitle{color:#64748b;margin-top:2px;font-size:13px}.channel-total{color:#1e293b;font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700}.channel-stats{background:#f8fafc;border-radius:12px;align-items:center;padding:14px;display:flex}.channel-stat{text-align:center;flex:1}.stat-value{color:#1e293b;font-size:15px;font-weight:600;display:block}.stat-label{color:#64748b;margin-top:4px;font-size:12px;display:block}.channel-divider{background:#e2e8f0;width:1px;height:32px;margin:0 12px}.card-item{align-items:center;gap:14px;display:flex}.rank-number{color:#fff;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:700;display:flex}.rank-1{background:linear-gradient(135deg,gold,orange)}.top-item-info{flex:1}.top-item-name{color:#1e293b;margin-bottom:6px;font-size:15px;font-weight:600;display:block}.top-item-bar{background:#e2e8f0;border-radius:3px;height:6px;overflow:hidden}.top-item-bar-fill{background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);border-radius:3px;height:100%}.top-item-stats{text-align:right}.top-item-qty{color:#1e293b;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:700;display:block}.top-item-label{color:#94a3b8;font-size:11px}.notifications-preview{flex-direction:column;gap:12px;margin-top:24px;display:flex}.notification{background:#fff;border-left:4px solid;border-radius:14px;align-items:flex-start;gap:12px;padding:16px;display:flex;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008}.notification-success{border-color:#10b981}.notification-success .notif-icon{color:#10b981;background:#10b9811a}.notification-error{border-color:#ef4444}.notification-error .notif-icon{color:#ef4444;background:#ef44441a}.notification-warning{border-color:#f59e0b}.notification-warning .notif-icon{color:#f59e0b;background:#f59e0b1a}.notification-info{border-color:#3b82f6}.notification-info .notif-icon{color:#3b82f6;background:#3b82f61a}.notif-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;display:flex}.notif-content{flex:1}.notif-content strong{color:#1e293b;margin-bottom:2px;font-size:14px;font-weight:600;display:block}.notif-content p{color:#64748b;font-size:13px}.notif-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;width:24px;height:24px;font-size:18px;transition:all .2s}.notif-close:hover{color:#64748b;background:#f1f5f9}.progress-bar{background:#e2e8f0;border-radius:4px;width:100%;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);border-radius:4px;height:100%;transition:width .8s cubic-bezier(.34,1.56,.64,1)}.spinner-large{border:3px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}.loading-dots{gap:6px;display:flex}.loading-dots span{background:#667eea;border-radius:50%;width:10px;height:10px;animation:1.4s ease-in-out infinite bounce}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{opacity:.5;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.skeleton-demo{align-items:center;gap:12px;display:flex}.skeleton{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-circle{border-radius:50%;flex-shrink:0;width:44px;height:44px}.skeleton-lines{flex-direction:column;flex:1;gap:8px;display:flex}.skeleton-line{border-radius:6px;height:12px}.skeleton-line.short{width:60%}.avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;justify-content:center;align-items:center;font-family:Space Grotesk,sans-serif;font-weight:700;display:flex}.avatar-sm{width:32px;height:32px;font-size:12px}.avatar-md{width:44px;height:44px;font-size:16px}.avatar-lg{border-radius:16px;width:56px;height:56px;font-size:22px}.avatar-group{display:flex}.avatar-group .avatar{border:2px solid #fff;margin-left:-8px}.avatar-group .avatar:first-child{margin-left:0}.icons-grid{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.icon-item{cursor:pointer;background:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000a}.icon-item:hover{transform:scale(1.1);box-shadow:0 4px 12px #0000001a}.tooltip-wrapper{display:inline-block;position:relative}.tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;z-index:100;background:#1e293b;border-radius:8px;padding:8px 12px;font-size:12px;transition:all .2s;position:absolute}.tooltip-top{bottom:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(4px)}.tooltip-bottom{top:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(-4px)}.tooltip-wrapper:hover .tooltip{opacity:1}.tooltip-wrapper:hover .tooltip-top,.tooltip-wrapper:hover .tooltip-bottom{transform:translate(-50%)translateY(0)}.demo-tabs{background:#f1f5f9;border-radius:14px;gap:4px;width:fit-content;padding:4px;display:flex}.demo-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:10px;padding:10px 20px;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s}.demo-tab:hover{color:#1e293b}.demo-tab.active{color:#1e293b;background:#fff;box-shadow:0 1px 3px #00000014}.spacing-scale{flex-wrap:wrap;gap:16px;display:flex}.spacing-item{cursor:pointer;background:#fff;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:16px;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000a}.spacing-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.spacing-name{color:#1e293b;font-size:14px;font-weight:600}.spacing-visual{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:4px}.spacing-item code{color:#667eea;font-size:12px}.radius-scale{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;display:grid}.radius-item{cursor:pointer;background:#fff;border-radius:12px;padding:16px;transition:all .2s;box-shadow:0 1px 3px #0000000a}.radius-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.radius-visual{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);width:100%;height:60px;margin-bottom:12px}.radius-info{flex-direction:column;gap:4px;display:flex}.radius-name{color:#1e293b;font-weight:600}.radius-info code{color:#667eea;font-size:12px}.radius-usage{color:#94a3b8;font-size:11px}.shadows-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;display:grid}.shadow-item{cursor:pointer;background:#f1f5f9;border-radius:16px;padding:20px;transition:all .2s}.shadow-item:hover{background:#e2e8f0}.shadow-preview{background:#fff;border-radius:12px;width:100%;height:80px;margin-bottom:16px}.shadow-info{flex-direction:column;gap:4px;display:flex}.shadow-name{color:#1e293b;font-weight:600}.shadow-usage{color:#64748b;font-size:12px}.animations-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;display:grid}.animation-item{text-align:center;background:#fff;border-radius:16px;padding:20px}.animation-label{color:#1e293b;margin-bottom:16px;font-weight:600;display:block}.animation-preview{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:16px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 12px;font-weight:600;display:flex}.animation-item code{color:#94a3b8;font-size:10px}.anim-fade{animation:2s ease-in-out infinite demoFade}@keyframes demoFade{0%,to{opacity:.3}50%{opacity:1}}.anim-slide{animation:2s ease-in-out infinite demoSlide}@keyframes demoSlide{0%,to{transform:translateY(10px)}50%{transform:translateY(0)}}.anim-scale{animation:2s ease-in-out infinite demoScale}@keyframes demoScale{0%,to{transform:scale(.9)}50%{transform:scale(1)}}.anim-wiggle{animation:.5s ease-in-out infinite demoWiggle}@keyframes demoWiggle{0%,to{transform:rotate(-2deg)}50%{transform:rotate(2deg)}}.transitions-info{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;display:grid}.transition-item{cursor:pointer;background:#fff;border-radius:12px;padding:16px;transition:all .2s;box-shadow:0 1px 3px #0000000a}.transition-item:hover{transform:translate(4px);box-shadow:0 4px 12px #0000001a}.transition-name{color:#1e293b;margin-bottom:8px;font-weight:600;display:block}.transition-item code{color:#667eea;font-size:12px}.states-demo{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;display:grid}.state-card{text-align:center}.state-label{color:#64748b;margin-bottom:8px;font-size:12px;font-weight:500;display:block}.state-preview{color:#1e293b;background:#fff;border:2px solid #0000;border-radius:16px;padding:24px;font-weight:600}.state-default{box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008}.state-hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.state-active{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.state-disabled{opacity:.5;background:#f8fafc}.state-edit{border:2px dashed #667eea;animation:.5s ease-in-out infinite wiggle}@keyframes wiggle{0%,to{transform:rotate(-.5deg)}50%{transform:rotate(.5deg)}}.state-dragging{opacity:.4;transform:scale(.98)}@media (width<=768px){.ds-header{flex-direction:column;align-items:flex-start;gap:16px}.ds-content{padding:20px}.ds-nav{padding:12px 20px}}