.system-icon-library{max-width:100%}.library-header{text-align:center;margin-bottom:2rem}.library-header h3{font-size:1.5rem;color:#2d3748;margin-bottom:.5rem}.library-header p{color:#4a5568}.library-filters{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.search-box{flex:1;min-width:200px;position:relative;display:flex;align-items:center}.search-box svg{position:absolute;left:.75rem;color:#9ca3af;z-index:1}.search-box input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;background:white}.search-box input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.category-filter{padding:.75rem;border:1px solid #d1d5db;border-radius:8px;background:white;font-size:1rem;min-width:150px}.category-filter:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.loading{text-align:center;padding:2rem;color:#6b7280}.icons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-bottom:2rem}.icon-card{background:white;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;text-align:center;cursor:pointer;transition:all .2s;min-height:140px;display:flex;flex-direction:column;justify-content:space-between}.icon-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26;transform:translateY(-2px)}.icon-preview{height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;color:#374151}.icon-card .icon-preview{width:64px;height:64px;margin:0 auto .75rem;border:none!important;background:transparent!important;padding:0!important}.icon-info h4{font-size:.875rem;font-weight:500;color:#1f2937;margin:0 0 .25rem;line-height:1.2}.icon-info p{font-size:.75rem;color:#6b7280;margin:0}.no-results{grid-column:1 / -1;text-align:center;padding:3rem;color:#6b7280}@media (max-width: 768px){.library-filters{flex-direction:column}.icons-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem}.icon-card{padding:.75rem;min-height:120px}.icon-preview{height:40px}.icon-preview svg{width:40px;height:40px}}.svg-uploader{max-width:100%}.uploader-header{text-align:center;margin-bottom:2rem}.uploader-header h3{font-size:1.5rem;color:#2d3748;margin-bottom:.5rem}.uploader-header p{color:#4a5568}.upload-area{border:2px dashed #d1d5db;border-radius:12px;padding:2rem 1.5rem;text-align:center;cursor:pointer;transition:all .2s;background:#fafbfc}.upload-area:hover,.upload-area.drag-active{border-color:#667eea;background:#f0f4ff}.upload-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.upload-icon{color:#9ca3af;transition:color .2s}.upload-area:hover .upload-icon,.upload-area.drag-active .upload-icon{color:#667eea}.upload-text{margin:0;font-size:1.1rem;color:#374151}.upload-main{font-weight:600;color:#667eea}.upload-hint{margin:0;font-size:.875rem;color:#6b7280}.error-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;margin-top:1rem;font-size:.875rem}@media (max-width: 768px){.upload-area{padding:1.5rem 1rem}.upload-content{gap:.75rem}.upload-icon{width:40px;height:40px}.upload-text{font-size:1rem}}.home-page{min-height:100vh;display:flex;flex-direction:column}.page-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a}.header-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.logo-section h1{margin:0;font-size:2rem;font-weight:700}.logo-section p{margin:0;opacity:.9;font-size:.9rem}.header-features{display:flex;gap:1rem;flex-wrap:wrap}.feature-badge{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:rgba(255,255,255,.2);border-radius:20px;font-size:.75rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.editor-interface{flex:1;max-width:1200px;margin:0 auto;padding:2rem;width:100%}.svg-source-selector{background:white;border-radius:16px;box-shadow:0 10px 30px #0000001a;overflow:hidden}.selector-header{text-align:center;padding:2rem 2rem 1rem;background:linear-gradient(to bottom,#fafbfc,white)}.selector-header h2{margin:0 0 .5rem;color:#1f2937;font-size:1.75rem;font-weight:600}.selector-header p{margin:0;color:#6b7280;font-size:1rem}.unified-content{background:white;display:grid;grid-template-columns:1fr 1px 2fr;grid-template-areas:"upload divider library";gap:2rem;padding:2rem}.upload-section{grid-area:upload;padding:0;background:white}.section-divider{grid-area:divider;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;margin:0}.section-divider:before{content:"";width:1px;flex:1;background:linear-gradient(to bottom,transparent,#e5e7eb,transparent)}.section-divider:after{content:"";width:1px;flex:1;background:linear-gradient(to top,transparent,#e5e7eb,transparent)}.divider-text{padding:1rem .5rem;color:#6b7280;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;background:rgba(255,255,255,.9);border-radius:20px;writing-mode:horizontal-tb;text-orientation:initial;white-space:nowrap;transform:rotate(-90deg);min-width:120px;text-align:center}.library-section{grid-area:library;padding:0;background:white}.page-footer{background:white;border-top:1px solid #e5e7eb;padding:1rem 2rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.875rem;color:#6b7280}.footer-content p{margin:0}.footer-links{display:flex;align-items:center;gap:.75rem}.footer-link{display:flex;align-items:center;gap:.375rem;color:#6b7280;text-decoration:none;transition:color .2s}.footer-link:hover{color:#374151}.footer-divider{color:#d1d5db}@media (max-width: 1024px){.unified-content{grid-template-columns:1fr;grid-template-areas:"upload" "divider" "library";gap:1rem;padding:1.5rem}.section-divider{flex-direction:row;height:auto;margin:1rem 0}.section-divider:before,.section-divider:after{width:auto;height:1px;flex:1;background:linear-gradient(to right,transparent,#e5e7eb,transparent)}.divider-text{writing-mode:horizontal-tb;text-orientation:initial;padding:0 1.5rem}}@media (max-width: 768px){.page-header{padding:1rem}.header-content{flex-direction:column;text-align:center;gap:1rem}.header-features{justify-content:center}.feature-badge{font-size:.7rem;padding:.25rem .5rem}.editor-interface{padding:1rem}.selector-header{padding:1.5rem 1rem .75rem}.selector-header h2{font-size:1.5rem}.unified-content{padding:1rem}.footer-content{flex-direction:column;text-align:center;gap:.5rem}}.svg-editor{background:white;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;overflow:visible}.editor-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#f8f9fa;border-bottom:1px solid #e9ecef}.back-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:none;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;transition:all .2s}.back-button:hover{background:#f3f4f6;border-color:#9ca3af}.editor-header h2{margin:0;color:#1f2937;font-size:1.25rem;flex:1;text-align:center}.editor-actions{display:flex;gap:.5rem}.reset-button,.download-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;border:none;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s}.reset-button{background:#f3f4f6;color:#374151}.reset-button:hover{background:#e5e7eb}.download-button{background:#667eea;color:#fff}.download-button:hover{background:#5a67d8}.editor-content{display:flex;flex-direction:column;max-width:1200px;margin:0 auto;min-height:100vh}.svg-preview{position:sticky;top:0;z-index:100;background:#fafbfc;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:2rem;display:flex;flex-direction:column;align-items:center;min-height:200px;width:100%}.svg-preview h3{margin:0 0 1rem;color:#1f2937;font-size:1.125rem;text-align:center}.responsive-svg{width:100%!important;height:auto!important;max-width:min(500px,calc(100vw - 8rem))!important;max-height:min(500px,50vh)!important}.color-panel{background:white;padding:2rem;flex:1;min-height:800px}.panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.panel-header h3{display:flex;align-items:center;gap:.5rem;margin:0;color:#1f2937;font-size:1.125rem}.color-controls{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem}.coming-soon h4{color:#1f2937;margin:0 0 1rem;font-size:1rem}.coming-soon ul{margin:0 0 1rem;padding-left:1.5rem;color:#4b5563}.coming-soon li{margin-bottom:.5rem}.coming-soon p{margin:0;color:#6b7280;font-size:.875rem;font-style:italic}@media (max-width: 768px){.editor-header{flex-direction:column;gap:1rem;text-align:center}.editor-header h2{order:-1}.editor-header .editor-actions{flex-direction:column;width:100%}.svg-preview{padding:1rem;min-height:150px}.responsive-svg{max-width:calc(100vw - 4rem)!important;max-height:40vh!important}.color-panel{padding:1rem}}@media (max-width: 480px){.editor-header{padding:1rem}.svg-preview{padding:.5rem;min-height:120px}.responsive-svg{max-width:calc(100vw - 2rem)!important;max-height:35vh!important}.color-panel{padding:.5rem}}.App{min-height:100vh;display:flex;flex-direction:column}.app-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:2rem;text-align:center}.app-header h1{margin:0;font-size:3rem;font-weight:700}.app-header p{margin:.5rem 0 0;font-size:1.2rem;opacity:.9}main{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.app-footer{background:#f8f9fa;border-top:1px solid #e9ecef;padding:1rem;text-align:center;color:#6c757d}.app-footer p{margin:0}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.08) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(120,200,255,.06) 0%,transparent 50%),linear-gradient(to bottom,#fafbfc 0%,#f0f2f5 100%);background-attachment:fixed}#root{width:100%;min-height:100vh}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}
