@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #6366f1;--primary-color: #7c3aed;--primary-dark: #4f46e5;--secondary: #8b5cf6;--secondary-color: #a855f7;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--dark: #1f2937;--dark-light: #374151;--text-primary: #1f2937;--text-secondary: #6b7280;--gray: #6b7280;--gray-light: #d1d5db;--gray-lighter: #f3f4f6;--white: #ffffff;--bg: #f9fafb;--background: #ffffff;--border: #e5e7eb;--border-color: #e5e7eb;--shadow: rgba(0, 0, 0, .1);--shadow-md: rgba(0, 0, 0, .15);--radius: 12px;--radius-sm: 8px;--transition: all .3s ease}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg);color:var(--dark);line-height:1.6;margin:0;min-width:320px;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--gray-lighter)}::-webkit-scrollbar-thumb{background:var(--gray-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gray)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.layout{min-height:100vh;display:flex;flex-direction:column}.header{background:var(--foreground);box-shadow:0 2px 8px #00000012;position:sticky;top:0;z-index:100}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--primary-color);font-weight:700;font-size:1.5rem;transition:var(--transition, color .2s)}.logo:hover{transform:scale(1.05)}.logo-icon{font-size:2rem}.logo-text{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;gap:.5rem}.nav-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:var(--radius-sm, 12px);text-decoration:none;color:var(--text-primary);font-weight:600;font-size:.95rem;transition:var(--transition, background .2s, color .2s)}.nav-link:hover{background:var(--gray-lighter);color:var(--primary-color)}.nav-link.active{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;box-shadow:0 2px 8px #7c3aed40}.user-menu{display:flex;align-items:center;gap:1rem;padding-left:1rem;border-left:1px solid var(--gray-lighter)}.user-email{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-primary);font-weight:500;padding:.5rem .75rem;background:var(--gray-lighter);border-radius:8px}.logout-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--foreground);border:2px solid var(--border);border-radius:8px;color:var(--text-primary);font-weight:600;font-size:.875rem;cursor:pointer;transition:all .3s ease}.logout-btn:hover{background:#fee2e2;border-color:#ef4444;color:#dc2626;transform:translateY(-1px)}.login-link{margin-left:1rem;border:2px solid var(--primary);font-weight:600}.login-link:hover{background:var(--primary);color:#fff}.menu-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--dark);padding:.5rem}.theme-toggle-wrapper{display:flex;align-items:center;margin-left:1rem}.theme-toggle-btn{background:none;border:none;color:var(--text-primary);cursor:pointer;padding:.25rem .5rem;border-radius:6px;transition:color .2s,background .2s;font-size:1.1rem}.theme-toggle-btn:hover{background:var(--gray-lighter);color:var(--primary-color)}.main{flex:1;padding:2rem 0}.footer{background:var(--dark);color:var(--gray-light);padding:2rem 0;text-align:center}.footer p{margin:.5rem 0}.footer-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--success);color:var(--white);padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600;margin-right:.75rem}.footer-copyright{font-size:.875rem;opacity:.8}@media (max-width: 768px){.menu-toggle{display:block}.nav{position:fixed;top:70px;left:0;right:0;background:var(--white);flex-direction:column;padding:1rem;box-shadow:0 4px 12px var(--shadow);transform:translateY(-100%);opacity:0;transition:var(--transition);pointer-events:none}.nav.nav-open{transform:translateY(0);opacity:1;pointer-events:all}.nav-link{width:100%;justify-content:flex-start}.logo-text{display:none}}.tool-card{background:var(--foreground);border:2px solid var(--border-color);border-radius:var(--radius, 16px);padding:1.5rem;text-decoration:none;color:var(--text-primary);transition:var(--transition, box-shadow .2s, border-color .2s);display:block;cursor:pointer}.tool-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #7c3aed1a;border-color:var(--primary-color)}.tool-card-disabled{opacity:.6;cursor:not-allowed}.tool-card-disabled:hover{transform:none;box-shadow:none;border-color:var(--border-color)}.tool-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.tool-icon{width:60px;height:60px;border-radius:var(--radius-sm, 12px);display:flex;align-items:center;justify-content:center;font-size:2rem;background:var(--gray-lighter)}.badge-soon{background:#fbbf24;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.tool-name{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.tool-description{color:var(--text-secondary);font-size:.95rem;line-height:1.5;margin-bottom:1rem}.tool-action{display:flex;align-items:center;gap:.5rem;color:var(--primary-color);font-weight:500;font-size:.95rem}.tool-card:hover .tool-action{gap:.75rem}.home{padding:2rem 0;background:var(--background)}.hero{text-align:center;margin-bottom:3rem}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2rem}.search-box{max-width:600px;margin:0 auto;position:relative}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--gray);pointer-events:none}.search-input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid var(--border-color);border-radius:var(--radius, 16px);font-size:1rem;transition:var(--transition, box-shadow .2s, border-color .2s);background:var(--foreground);color:var(--text-primary)}.search-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #6366f11a}.tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-top:2rem}.no-results{text-align:center;padding:3rem;color:var(--text-secondary);font-size:1.125rem}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.125rem}.tools-grid{grid-template-columns:1fr}}.password-page{max-width:900px;margin:0 auto}.page-header h1{font-size:2rem;margin-bottom:.5rem;color:var(--primary-color)}.page-header p{color:var(--text-secondary);font-size:1.125rem}.templates-section{background:var(--foreground);border-radius:var(--radius, 16px);padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #00000012}.templates-section h3{margin:0 0 1rem;font-size:1.125rem;color:var(--text-primary)}.templates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.template-card{display:flex;align-items:center;gap:.75rem;padding:1rem;border:2px solid var(--border);background:var(--foreground);border-radius:var(--radius-sm, 12px);cursor:pointer;transition:var(--transition, box-shadow .2s, border-color .2s);text-align:left}.template-card:hover{border-color:var(--primary-color);background:var(--gray-lighter);transform:translateY(-2px);box-shadow:0 4px 8px #7c3aed1a}.template-icon{font-size:1.75rem;flex-shrink:0}.template-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.template-info strong{color:var(--text-primary);font-size:.95rem}.template-info span{color:var(--text-secondary);font-size:.8rem;line-height:1.2}.mode-selector{display:flex;gap:.75rem;margin-bottom:1.5rem}.mode-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;border:2px solid var(--border-color);background:var(--foreground);border-radius:var(--radius-sm, 12px);cursor:pointer;transition:var(--transition, box-shadow .2s, border-color .2s);font-weight:600;font-size:1rem;color:var(--text-secondary)}.mode-btn:hover{border-color:var(--primary-color);background:var(--gray-lighter);box-shadow:0 4px 12px #7c3aed1a}.mode-btn.active{border-color:var(--primary-color);background:var(--primary-color);color:var(--text-primary)}.password-card{background:var(--foreground);border-radius:var(--radius, 16px);padding:2rem;box-shadow:0 4px 12px #00000012}.password-display{display:flex;gap:.75rem;margin-bottom:1.5rem}.password-input{flex:1;padding:1rem;border:2px solid var(--border);border-radius:var(--radius-sm, 12px);font-size:1.125rem;font-family:Courier New,monospace;font-weight:600;background:var(--gray-lighter);color:var(--text-primary)}.password-input:focus{outline:none;border-color:var(--primary-color)}.password-actions{display:flex;gap:.5rem}.btn{padding:.75rem 1.25rem;border:none;border-radius:var(--radius-sm);font-size:1rem;font-weight:500;cursor:pointer;transition:var(--transition);display:flex;align-items:center;gap:.5rem;background:var(--gray-lighter);color:var(--dark)}.btn:hover:not(:disabled){background:var(--gray-light);transform:translateY(-2px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-icon{padding:1rem}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover:not(:disabled){background:var(--primary-dark)}.strength-indicator{margin-bottom:1.5rem;padding:1rem;background:var(--gray-lighter);border-radius:var(--radius-sm)}.strength-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:var(--text-primary)}.strength-bar{height:8px;background:var(--border);border-radius:4px;overflow:hidden}.strength-fill{height:100%;transition:all .5s ease;border-radius:4px}.strength-indicator-enhanced{margin-bottom:1.5rem;padding:1.25rem;background:var(--gray-lighter);border-radius:var(--radius-sm)}.strength-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:.75rem}.strength-stats{display:flex;gap:1rem;flex-wrap:wrap;color:var(--gray)}.strength-stats .stat{font-size:.875rem;color:var(--text-secondary)}.strength-stats .stat strong{color:var(--text-primary)}.strength-feedback{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.feedback-item{font-size:.8rem;padding:.25rem .75rem;background:var(--white);border-radius:20px;color:var(--success);border:1px solid var(--success)}.memorable-options{display:flex;flex-direction:column;gap:1.5rem}.separator-options{display:flex;gap:.5rem;flex-wrap:wrap}.separator-btn{padding:.5rem 1rem;border:2px solid var(--border);background:var(--white);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);font-weight:500;min-width:60px}.separator-btn:hover{border-color:var(--primary);background:var(--gray-lighter)}.separator-btn.active{border-color:var(--primary);background:var(--primary);color:var(--white)}.password-options,.option-group{margin-bottom:1.5rem}.option-label{display:block;margin-bottom:.75rem;color:var(--text-primary);font-size:1rem}.slider{width:100%;height:6px;border-radius:3px;background:var(--text-secondary);outline:none;-webkit-appearance:none;appearance:none}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--primary);cursor:pointer;transition:var(--transition)}.slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--primary);cursor:pointer;border:none}.slider-marks{display:flex;justify-content:space-between;margin-top:.25rem;color:var(--text-secondary);font-size:.875rem}.checkbox-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:2px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition)}.checkbox-label:hover{border-color:var(--primary);background:var(--gray-lighter)}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:var(--primary)}.info-box{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:var(--gray-lighter);border:2px solid var(--primary-color);border-radius:var(--radius-sm, 12px);color:var(--primary-color)}.info-box svg{flex-shrink:0;margin-top:.125rem}.info-box p{margin:0;font-size:.95rem;line-height:1.5}@media (max-width: 768px){.templates-grid{grid-template-columns:1fr}.mode-selector,.password-display{flex-direction:column}.password-actions{width:100%}.password-actions .btn{flex:1}.checkbox-group{grid-template-columns:1fr}.strength-header{flex-direction:column;align-items:flex-start}.strength-stats,.separator-options{width:100%}.separator-btn{flex:1}}.hash-calculator-container{max-width:900px;margin:0 auto;padding:2rem}.hash-header{text-align:center;margin-bottom:2rem}.hash-header h1{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:2rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem}.hash-header p{font-size:1rem;color:var(--text-secondary);margin:0}.hash-content{background:var(--foreground);border:2px solid var(--border-color);border-radius:16px;padding:2rem}.input-type-selector{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid var(--gray-lighter);padding-bottom:1rem}.type-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:var(--foreground);border:2px solid var(--border);border-radius:12px;font-weight:600;font-size:1rem;color:var(--text-secondary);cursor:pointer;transition:all .3s ease;flex:1}.type-btn:hover{border-color:var(--primary-color);color:var(--primary-color);background:#7c3aed0d}.type-btn.active{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;border-color:var(--primary-color);box-shadow:0 4px 12px #7c3aed4d}.algorithm-selector{margin-bottom:2rem}.algorithm-selector label{display:block;font-weight:600;color:var(--text-primary);margin-bottom:1rem;font-size:1rem}.algorithm-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.algo-btn{padding:.75rem 1.25rem;background:var(--foreground);border:2px solid var(--border);border-radius:10px;font-weight:600;font-size:.95rem;color:var(--text-secondary);cursor:pointer;transition:all .3s ease}.algo-btn:hover{border-color:var(--primary-color);color:var(--primary-color);background:#7c3aed0d}.algo-btn.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color);box-shadow:0 2px 8px #7c3aed40}.input-area{margin-bottom:2rem}.text-input-section label,.file-input-section label{display:block;font-weight:600;color:var(--text-primary);margin-bottom:.75rem;font-size:1rem}.text-input-section textarea{width:100%;padding:1rem;border:2px solid var(--border);border-radius:12px;font-size:1rem;font-family:Courier New,monospace;color:var(--text-primary);resize:vertical;transition:all .3s ease;margin-bottom:1rem;background:var(--foreground)}.text-input-section textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #7c3aed1a}.file-label{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:2rem;background:var(--gray-lighter);border:2px dashed var(--border-color);border-radius:12px;cursor:pointer;transition:all .3s ease;font-weight:600;color:var(--text-secondary);margin-bottom:1rem}.file-label:hover{border-color:var(--primary-color);background:#7c3aed0d;color:var(--primary-color)}.file-info{background:var(--gray-lighter);padding:1rem;border-radius:8px;margin-bottom:1rem}.file-info p{margin:.25rem 0;font-size:.95rem;color:var(--text-primary)}.btn-calculate{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #7c3aed4d}.btn-calculate:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed66}.btn-calculate:disabled{opacity:.5;cursor:not-allowed;transform:none}.error-message{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#fee2e2;color:#dc2626;border:2px solid #fca5a5;border-radius:12px;margin-bottom:1.5rem;font-weight:500}.hash-result{margin-bottom:2rem;padding:1.5rem;background:var(--foreground);border-radius:12px}.hash-result h3{margin:0 0 1rem;font-size:1.1rem;color:var(--text-primary)}.hash-output{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--foreground);border:2px solid var(--border);border-radius:8px}.hash-output code{flex:1;font-family:Courier New,monospace;font-size:.95rem;color:var(--primary-color);word-break:break-all;font-weight:600}.btn-copy{padding:.5rem;background:var(--foreground);border:2px solid var(--border);border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;color:var(--text-secondary);flex-shrink:0}.btn-copy:hover{border-color:var(--primary-color);color:var(--primary-color)}.hash-compare{margin-bottom:2rem;padding:1.5rem;background:var(--foreground);border-radius:12px}.hash-compare h3{margin:0 0 .5rem;font-size:1.1rem;color:var(--text-primary)}.compare-hint{margin:0 0 1rem;font-size:.9rem;color:var(--text-secondary)}.compare-input-group{position:relative}.compare-input-group input{width:100%;padding:1rem;background:var(--foreground);border:2px solid var(--border);border-radius:12px;font-size:1rem;font-family:Courier New,monospace;color:var(--text-primary);transition:all .3s ease}.compare-input-group input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #7c3aed1a}.match-indicator{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.75rem 1rem;border-radius:8px;font-weight:600;font-size:.95rem}.match-indicator.match{background:#d1fae5;color:#065f46;border:2px solid #6ee7b7}.match-indicator.no-match{background:#fee2e2;color:#dc2626;border:2px solid #fca5a5}.pbkdf2-config{margin-bottom:2rem;padding:1.5rem;background:#fef3c7;border:2px solid #fbbf24;border-radius:12px}.pbkdf2-note{margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:8px;color:var(--text-primary);line-height:1.6}.pbkdf2-inputs{display:flex;flex-direction:column;gap:1rem}.pbkdf2-input-group label{display:block;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;font-size:.95rem}.pbkdf2-input-group input{width:100%;padding:.875rem;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;color:var(--text-primary);transition:all .3s ease}.pbkdf2-input-group input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #7c3aed1a}.pbkdf2-input-group small{display:block;margin-top:.5rem;font-size:.875rem;color:var(--text-secondary)}.hash-info{padding:1.5rem;background:var(--foreground);border:2px solid #bae6fd;border-radius:12px}.quick-facts{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}.fact-chip{background:#fff;border:2px solid #bae6fd;padding:.4rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.5px;color:var(--text-secondary);display:flex;align-items:center;gap:.25rem;line-height:1}.fact-chip.warn{background:#fff7ed;border-color:#fbbf24;color:#b45309}.info-tabs{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.info-tab{background:#fff;border:2px solid #bae6fd;color:var(--text-secondary);padding:.6rem .9rem;border-radius:10px;font-weight:600;font-size:.8rem;display:flex;align-items:center;gap:.4rem;cursor:pointer;transition:all .25s ease}.info-tab:hover{border-color:var(--primary-color);color:var(--primary-color)}.info-tab.active{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border-color:var(--primary-color);box-shadow:0 2px 8px #7c3aed40}.info-panels{position:relative}.info-panel{animation:fadeIn .25s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.hash-info h3{margin:0 0 1.5rem;font-size:1.1rem;color:var(--text-primary)}.hash-info h4{margin:1.5rem 0 .75rem;font-size:1rem;color:var(--text-primary)}.hash-info h4:first-of-type{margin-top:0}.info-section{margin-bottom:1.5rem}.info-section:last-child{margin-bottom:0}.hash-info ul{margin:.5rem 0;padding-left:1.5rem}.hash-info li{margin:.75rem 0;line-height:1.6;color:var(--text-secondary)}.hash-info strong{color:var(--text-secondary)}.info-note{margin-top:1rem;padding:1rem;background:#fef3c7;border:2px solid #fbbf24;border-radius:8px;color:var(--text-secondary);line-height:1.6}.info-highlight{margin-top:1rem;padding:1rem;background:#dbeafe;border:2px solid #60a5fa;border-radius:8px;color:var(--text-primary);line-height:1.6}@media (max-width: 768px){.hash-calculator-container{padding:1rem}.hash-content{padding:1.5rem}.input-type-selector{flex-direction:column}.algorithm-buttons{justify-content:center}.hash-output{flex-direction:column;align-items:stretch}.btn-copy{width:100%;justify-content:center}}.image-converter{max-width:1200px;margin:0 auto;padding:2rem}.converter-header{text-align:center;margin-bottom:3rem}.converter-header h1{font-size:2.5rem;color:var(--text-primary);margin:0}.converter-header p{font-size:1.1rem;color:var(--text-secondary);margin:0}.converter-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}.upload-section{background:var(--card-bg);border-radius:12px;padding:2rem;border:1px solid var(--border-color)}.upload-area{border:3px dashed var(--border-color);border-radius:12px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .3s ease;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.upload-area:hover{border-color:var(--primary);background:var(--bg-secondary)}.upload-area svg{color:var(--text-secondary)}.upload-area h3{margin:0;color:var(--text-primary);font-size:1.3rem}.upload-area p{margin:0;color:var(--text-secondary)}.upload-formats{display:inline-block;padding:.5rem 1rem;background:var(--bg-secondary);border-radius:6px;font-size:.9rem;color:var(--text-secondary);margin-top:.5rem}.preview-section{display:flex;flex-direction:column;gap:1rem}.preview-header{display:flex;justify-content:space-between;align-items:center}.preview-header h3{margin:0;color:var(--text-primary);font-size:1.1rem}.btn-icon:hover{background:var(--danger);color:#fff;border-color:var(--danger)}.preview-image-container{border:1px solid var(--border-color);border-radius:8px;overflow:hidden;background:repeating-conic-gradient(#f0f0f0 0% 25%,transparent 0% 50%) 50% / 20px 20px;display:flex;align-items:center;justify-content:center;min-height:300px;max-height:400px}.preview-image{max-width:100%;max-height:400px;object-fit:contain}.image-info{display:flex;gap:1.5rem;padding:1rem;background:var(--bg-secondary);border-radius:8px;font-size:.9rem;color:var(--text-secondary)}.image-info strong{color:var(--text-primary)}.bg-removed-badge{background:var(--success);color:#fff;padding:.35rem .75rem;border-radius:6px;font-size:.85rem;font-weight:600}.btn-remove-bg{margin-top:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.9rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%}.btn-remove-bg:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.bg-remover-controls{margin-top:1rem;padding:1.5rem;background:var(--bg-secondary);border-radius:8px;border:2px dashed var(--primary);display:flex;flex-direction:column;gap:1rem}.control-group-small{display:flex;flex-direction:column;gap:.75rem}.control-label-small{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--text-primary);font-size:.9rem}.threshold-value{margin-left:auto;color:var(--primary);background:var(--card-bg);padding:.25rem .75rem;border-radius:4px;font-size:.95rem}.help-text{font-size:.85rem;color:var(--text-secondary);margin:0;padding:.75rem;background:var(--card-bg);border-radius:6px;border-left:3px solid var(--primary);line-height:1.5}.btn-apply-bg{background:var(--success);color:#fff;border:none;padding:.9rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%}.btn-apply-bg:hover:not(:disabled){background:#059669;transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.btn-apply-bg:disabled{opacity:.7;cursor:not-allowed;transform:none}.spinning{animation:spin 1s linear infinite}.controls-section{background:var(--card-bg);border-radius:12px;padding:2rem;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:2rem}.control-group{display:flex;flex-direction:column;gap:1rem}.control-label{display:flex;justify-content:space-between;align-items:center;font-weight:600;color:var(--text-primary);font-size:.95rem}.quality-value{color:var(--primary);font-size:1rem}.format-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media (max-width: 768px){.format-buttons{grid-template-columns:repeat(2,1fr)}}.format-btn{background:var(--bg-secondary);border:2px solid var(--border-color);padding:1rem;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;gap:.25rem;text-align:left}.format-btn:hover{border-color:var(--primary);background:var(--card-bg)}.format-btn.active{border-color:var(--primary);background:var(--primary)}.format-name{font-weight:600;font-size:1rem;color:var(--text-primary)}.format-btn.active .format-name,.format-btn.active .format-desc{color:#fff}.format-desc{font-size:.8rem;color:var(--text-secondary)}.quality-slider{width:100%;height:6px;border-radius:3px;background:var(--text-secondary);outline:none;-webkit-appearance:none}.quality-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--primary);cursor:pointer;border:3px solid white;box-shadow:0 2px 4px #0003}.quality-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--primary);cursor:pointer;border:3px solid white;box-shadow:0 2px 4px #0003}.quality-labels{display:flex;justify-content:space-between;font-size:.8rem;color:var(--text-secondary);margin-top:-.5rem}.btn-reset{background:transparent;border:1px solid var(--border-color);padding:.4rem .75rem;border-radius:6px;cursor:pointer;color:var(--text-secondary);font-size:.85rem;display:flex;align-items:center;gap:.4rem;transition:all .2s}.btn-reset:hover{background:var(--bg-secondary);color:var(--text-primary)}.dimensions-inputs{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:end}.dimension-input{display:flex;flex-direction:column;gap:.5rem}.dimension-input label{font-size:.85rem;color:var(--text-secondary);font-weight:500}.dimension-input input{padding:.75rem;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-primary);color:var(--text-primary);font-size:1rem;width:100%}.dimension-input input:focus{outline:none;border-color:var(--primary)}.dimension-input .unit{position:absolute;right:.75rem;color:var(--text-secondary);font-size:.9rem;pointer-events:none}.dimension-input{position:relative}.aspect-ratio-btn{background:var(--bg-secondary);border:2px solid var(--border-color);padding:.75rem;border-radius:6px;cursor:pointer;color:var(--text-secondary);transition:all .2s;display:flex;align-items:center;justify-content:center;margin-bottom:0}.aspect-ratio-btn:hover{border-color:var(--primary)}.aspect-ratio-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{cursor:pointer}.btn-convert{background:var(--primary);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;width:100%}.btn-convert:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.btn-convert:disabled{opacity:.6;cursor:not-allowed}.result-section{border-top:1px solid var(--border-color);padding-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.result-header{display:flex;justify-content:space-between;align-items:center}.result-header h3{margin:0;color:var(--text-primary);font-size:1.1rem}.result-size{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--text-secondary);font-weight:600}.size-diff{padding:.25rem .5rem;border-radius:4px;font-size:.85rem;font-weight:600}.size-diff.smaller{background:#10b98126;color:var(--success)}.size-diff.larger{background:#ef444426;color:var(--danger)}.btn-download{background:var(--success);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-download:hover{background:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.format-info{background:var(--card-bg);padding:2rem;border-radius:12px;border:1px solid var(--border-color);margin-top:2rem}.format-info h3{font-size:1.3rem;color:var(--text-primary);margin:0 0 1.5rem;text-align:center}.format-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.format-detail{background:var(--bg-secondary);padding:1rem;border-radius:8px;font-size:.9rem;line-height:1.6;color:var(--text-secondary);border-left:3px solid var(--primary)}.format-detail strong{color:var(--primary);display:block;margin-bottom:.3rem;font-size:1rem}@media (max-width: 968px){.converter-container,.info-section,.format-buttons{grid-template-columns:1fr}.header-content{flex-direction:column;gap:1rem}}@media (max-width: 640px){.image-converter{padding:1rem}.converter-header h1{font-size:1.8rem}.upload-section,.controls-section{padding:1.5rem}.dimensions-inputs{grid-template-columns:1fr}.aspect-ratio-btn{order:-1}.image-info{flex-direction:column;gap:.5rem}}.text-formatter{max-width:1400px;margin:0 auto;padding:2rem}.formatter-header{text-align:center;margin-bottom:3rem}.header-content{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:1rem}.header-icon{color:var(--primary)}.formatter-header h1{font-size:2.5rem;color:var(--text-primary);margin:0}.formatter-header p{font-size:1.1rem;color:var(--text-secondary);margin:0}.formatter-container{display:flex;flex-direction:column;gap:2rem}.text-areas{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.text-area-wrapper{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;position:relative}.area-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:var(--bg-secondary);border-bottom:1px solid var(--border-color)}.area-header h3{margin:0;font-size:1rem;color:var(--text-primary)}.area-actions{display:flex;gap:.5rem}.btn-icon{background:transparent;border:1px solid var(--border-color);padding:.5rem;border-radius:6px;cursor:pointer;color:var(--text-secondary);transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-icon:hover:not(:disabled){background:var(--primary);color:#fff;border-color:var(--primary)}.btn-icon:disabled{opacity:.4;cursor:not-allowed}.text-area{flex:1;min-height:300px;max-height:400px;padding:1.5rem;border:none;background:var(--card-bg);color:var(--text-primary);font-family:Courier New,monospace;font-size:.95rem;line-height:1.6;resize:vertical;outline:none}.text-area::placeholder{color:var(--text-secondary);opacity:.6}.btn-use-output{margin:.75rem 1rem;padding:.75rem;background:var(--primary);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.btn-use-output:hover{background:var(--primary-dark);transform:translateY(-1px)}.stats-section{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;padding:1.5rem;background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:var(--bg-secondary);border-radius:8px}.stat-label{font-size:.85rem;color:var(--text-secondary);font-weight:500}.stat-value{font-size:1.5rem;font-weight:700;color:var(--primary)}.transforms-section{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;overflow:hidden}.tabs{display:flex;background:var(--bg-secondary);border-bottom:2px solid var(--border-color);overflow-x:auto}.tab{flex:1;padding:1rem 1.5rem;background:transparent;border:none;color:var(--text-secondary);font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-bottom:3px solid transparent}.tab:hover{background:var(--card-bg);color:var(--text-primary)}.tab.active{color:var(--primary);background:var(--card-bg);border-bottom-color:var(--primary)}.tab-content{padding:2rem}.transform-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.transform-btn{padding:.9rem 1.2rem;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.transform-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.transform-btn:active{transform:translateY(0)}.info-section{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.info-card{background:var(--card-bg);padding:1.5rem;border-radius:12px;border:1px solid var(--border-color)}.info-card h3{font-size:1.1rem;color:var(--text-primary);margin:0 0 .5rem}.info-card p{color:var(--text-secondary);font-size:.9rem;margin:0;line-height:1.6}@media (max-width: 1200px){.text-areas{grid-template-columns:1fr}.stats-section{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.text-formatter{padding:1rem}.formatter-header h1{font-size:1.8rem}.header-content{flex-direction:column;gap:1rem}.stats-section{grid-template-columns:repeat(2,1fr)}.transform-grid{grid-template-columns:1fr}.tabs{justify-content:flex-start}.tab{font-size:.85rem;padding:.9rem 1rem}.info-section{grid-template-columns:1fr}}@media (max-width: 480px){.stats-section{grid-template-columns:1fr}.area-header{flex-direction:column;gap:.75rem;align-items:flex-start}.text-area{font-size:.85rem}}.spell-checker{max-width:1400px;margin:0 auto;padding:2rem}@media (max-width: 768px){.spell-checker{padding:1rem}}.spell-checker-header{text-align:center;margin-bottom:3rem}.spell-checker-header h1{font-size:2.5rem;color:var(--text-primary);margin:0}@media (max-width: 768px){.spell-checker-header h1{font-size:1.8rem}}.spell-checker-header p{font-size:1.1rem;color:var(--text-secondary);margin:0}@media (max-width: 768px){.spell-checker-header p{font-size:.95rem}}.spell-checker-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}@media (max-width: 1024px){.spell-checker-content{grid-template-columns:1fr}}@media (max-width: 768px){.spell-checker-content{grid-template-columns:1fr;gap:1.5rem}}.input-section{grid-column:1}@media (max-width: 1024px){.input-section{grid-column:auto}}.output-section{grid-column:2}@media (max-width: 1024px){.output-section{grid-column:auto}}.input-section,.output-section{background:var(--card-bg);border-radius:12px;padding:1.5rem;border:1px solid var(--border)}@media (max-width: 768px){.input-section,.output-section{padding:1rem;border-radius:10px}}.input-section label,.output-section label{display:block;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.input-section textarea,.corrected-text-display{width:100%;min-height:250px;padding:1rem;border:1px solid var(--border);border-radius:8px;background:var(--input-bg);color:var(--text-primary);font-family:inherit;font-size:1rem;resize:vertical}@media (max-width: 768px){.input-section textarea,.corrected-text-display{min-height:200px;font-size:.95rem;padding:.75rem}}.input-section textarea:focus,.corrected-text-display:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(var(--primary-rgb),.1)}.buttons{display:flex;gap:1rem;margin-top:1rem}@media (max-width: 768px){.buttons{flex-direction:column;gap:.75rem}}.buttons button{padding:.75rem 1.5rem;border:none;border-radius:8px;background:var(--primary);color:#fff;font-weight:600;cursor:pointer;transition:all .2s}@media (max-width: 768px){.buttons button{padding:.65rem 1rem;font-size:.9rem}}.buttons button:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px)}.buttons button:disabled{opacity:.6;cursor:not-allowed}.reset-btn{background:var(--secondary)}.reset-btn:hover{background:var(--secondary-hover)}.copy-btn{background:var(--success);margin-top:1rem}.copy-btn:hover{background:var(--success-hover)}@media (max-width: 768px){.copy-btn{margin-top:.75rem;padding:.65rem 1rem;font-size:.9rem}}.corrected-text-display{line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.highlighted-word{background-color:#ef444433;border-bottom:2px solid #ef4444;cursor:help;position:relative;padding:0 2px;border-radius:3px;transition:all .2s}.highlighted-word:hover{background-color:#ef44444d}.tooltip-suggestions{position:absolute;bottom:120%;left:50%;transform:translate(-50%);background:#1e1e23f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid var(--primary);border-radius:8px;padding:1rem;min-width:250px;max-width:300px;box-shadow:0 8px 24px #0006;z-index:1000;animation:tooltipFadeIn .2s ease-out;pointer-events:auto;white-space:normal;word-break:break-word}@media (max-width: 768px){.tooltip-suggestions{min-width:200px;max-width:250px;padding:.75rem;font-size:.9rem;bottom:auto;top:100%;margin-top:.5rem}}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(5px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.tooltip-suggestions:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgba(30,30,35,.95)}@media (max-width: 768px){.tooltip-suggestions:after{top:auto;bottom:100%;border-top:none;border-bottom:6px solid rgba(30,30,35,.95)}}.tooltip-header{color:#fff;font-size:.9rem;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.2)}.tooltip-message{color:#e0e0e0;font-size:.85rem;margin-bottom:.75rem;line-height:1.4}.tooltip-buttons{display:flex;flex-direction:column;gap:.5rem}.tooltip-suggestion-btn{padding:.5rem .75rem;border:1px solid var(--primary);border-radius:6px;background:transparent;color:var(--primary);cursor:pointer;font-weight:500;font-size:.9rem;transition:all .2s;text-align:left}.tooltip-suggestion-btn:hover{background:var(--primary);color:#fff;transform:translate(2px);box-shadow:0 4px 8px rgba(var(--primary-rgb),.3)}.tooltip-suggestion-btn:active{transform:translate(2px) scale(.98)}.suggestions-panel{background:var(--card-bg);border-radius:12px;padding:1.5rem;border:1px solid var(--border);margin-top:1rem;box-shadow:0 4px 6px #0000001a}.suggestions-panel h4{color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem}.suggestions-panel p{color:var(--text-secondary);margin-bottom:1rem}.suggestions-buttons{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.suggestion-btn{padding:.5rem 1rem;border:1px solid var(--primary);border-radius:6px;background:transparent;color:var(--primary);cursor:pointer;transition:all .2s}.suggestion-btn:hover{background:var(--primary);color:#fff}.close-btn{padding:.5rem 1rem;border:none;border-radius:6px;background:var(--secondary);color:#fff;cursor:pointer;transition:all .2s}.close-btn:hover{background:var(--secondary-hover)}@media (max-width: 768px){.error-message{padding:.75rem;font-size:.9rem;gap:.4rem}}.dns-checker{max-width:1400px;margin:0 auto;padding:2rem}@media (max-width: 768px){.dns-checker{padding:1rem}}.dns-checker-header{text-align:center;margin-bottom:3rem}.dns-checker-header h1{font-size:2.5rem;color:var(--text-primary);margin:0}@media (max-width: 768px){.dns-checker-header h1{font-size:1.8rem}}.dns-checker-header p{font-size:1.1rem;color:var(--text-secondary);margin:.5rem 0 0}@media (max-width: 768px){.dns-checker-header p{font-size:.95rem}}.dns-checker-content{display:flex;flex-direction:column;gap:2rem}.input-section{background:var(--card-bg);border-radius:12px;padding:2rem;border:1px solid var(--border);display:flex;flex-direction:column;gap:1.5rem;box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.input-section{padding:1.5rem}}.input-wrapper{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}@media (max-width: 768px){.input-wrapper{grid-template-columns:1fr;gap:1rem}}.input-group label{font-weight:600;color:var(--text-primary);display:flex;align-items:center;gap:.5rem;font-size:.95rem}.input-group input,.input-group select{padding:.85rem;border:1px solid var(--border);border-radius:8px;background:var(--foreground);color:var(--text-primary);font-size:1rem;transition:all .3s ease}.input-group input:focus,.input-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(var(--primary-rgb),.1);background:var(--foreground)}.domain-input::placeholder{color:var(--text-secondary);opacity:.7}.lookup-btn{padding:.85rem 2rem;border:none;border-radius:8px;background:var(--primary);color:#fff;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1rem;width:100%}.lookup-btn:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--primary-rgb),.3)}.lookup-btn:active:not(:disabled){transform:translateY(0)}.lookup-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.lookup-btn{padding:.75rem 1.5rem;font-size:.95rem}}.error-message{display:flex;align-items:center;gap:.5rem;color:var(--error);background:rgba(var(--error-rgb),.1);padding:1rem;border-radius:8px;border:1px solid var(--error)}@media (max-width: 768px){.error-message{padding:.75rem;font-size:.9rem}}.results-section{background:var(--card-bg);border-radius:12px;padding:2rem;border:1px solid var(--border);box-shadow:0 2px 8px #0000001a}@media (max-width: 1024px){.results-section{padding:1.75rem}}@media (max-width: 768px){.results-section{padding:1.25rem}}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--border)}@media (max-width: 768px){.results-header{flex-direction:column;gap:.75rem;align-items:flex-start;margin-bottom:1rem;padding-bottom:.75rem}}.results-title{display:flex;align-items:center;gap:1rem}.results-title h3{color:var(--text-primary);margin:0;font-size:1.5rem}@media (max-width: 1024px){.results-title h3{font-size:1.3rem}}@media (max-width: 768px){.results-title h3{font-size:1.1rem}}.results-title p{color:var(--text-secondary);margin:0;font-size:.9rem}.record-type-badge{display:inline-block;background:var(--primary);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-top:.25rem}.status-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;font-weight:600;font-size:.95rem}.status-badge.success{background:#22c55e1a;color:var(--success);border:1px solid var(--success)}.status-badge.error{background:#ef44441a;color:var(--error);border:1px solid var(--error)}.results-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}@media (max-width: 1200px){.results-content-wrapper{grid-template-columns:1fr;gap:1rem}}.results-left-column,.results-right-column{display:flex;flex-direction:column;gap:1.5rem}.record-description{background:linear-gradient(135deg,rgba(var(--primary-rgb),.1),rgba(var(--primary-rgb),.05));padding:1rem;border-radius:10px;margin-bottom:0;border:1px solid var(--border)}.description-content{display:flex;flex-direction:column;gap:.4rem}.description-content strong{color:var(--text-primary);font-size:.9rem}.description-content p{color:var(--text-secondary);margin:0;line-height:1.4;font-size:.9rem}@media (max-width: 768px){.record-description{padding:.75rem;margin-bottom:1rem}.description-content strong{font-size:.85rem}.description-content p{font-size:.8rem}}.result-item{margin-bottom:2rem}.result-item:last-child{margin-bottom:0}@media (max-width: 768px){.result-item{margin-bottom:1.5rem}}.result-item:has(.json-response){margin-top:2rem;padding-top:1.5rem;border-top:2px solid var(--border)}.result-item-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:var(--text-primary)}.result-item-header strong{font-size:1.05rem}@media (max-width: 768px){.result-item-header{font-size:.95rem}.result-item-header strong{font-size:1rem}}.record-icon{color:var(--primary);flex-shrink:0}.comment-box{background:var(--foreground);padding:1rem;border-radius:8px;border:1px solid var(--border);color:var(--text-primary);font-size:.95rem}.answers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin-bottom:1.5rem}@media (max-width: 1400px){.answers-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width: 1024px){.answers-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (max-width: 768px){.answers-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}}@media (max-width: 500px){.answers-grid{grid-template-columns:1fr}}.answer-card{background:var(--foreground);padding:1rem;border-radius:10px;border:1px solid var(--border);display:flex;flex-direction:column;gap:.5rem;transition:all .3s ease;box-shadow:0 2px 4px #0000000d;min-height:100%}.answer-card:hover{border-color:var(--primary);box-shadow:0 4px 12px rgba(var(--primary-rgb),.1);transform:translateY(-2px)}.answer-value{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;color:var(--text-primary);word-break:break-word;line-height:1.3;flex-grow:1}.answer-ttl{font-size:.75rem;color:var(--text-secondary);display:flex;align-items:center;gap:.25rem;margin-top:auto}.answer-ttl:before{content:"⏱"}.json-response{background:var(--foreground);border:1px solid var(--border);border-radius:10px;padding:1rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;color:var(--text-primary);overflow-x:auto;white-space:pre;max-height:300px;overflow-y:auto;line-height:1.4}@media (max-width: 1024px){.json-response{max-height:250px;font-size:.75rem}}@media (max-width: 768px){.json-response{max-height:200px;padding:.75rem;font-size:.7rem}}.json-response::-webkit-scrollbar{width:8px;height:8px}.json-response::-webkit-scrollbar-track{background:var(--foreground);border-radius:10px}.json-response::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}.json-response::-webkit-scrollbar-thumb:hover{background:var(--primary)}.copy-btn{margin-top:1rem;padding:.65rem 1.25rem;border:1px solid var(--primary);border-radius:8px;background:transparent;color:var(--primary);cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:.5rem;font-weight:500;font-size:.95rem}.copy-btn:hover{background:var(--primary);color:#fff;box-shadow:0 4px 12px rgba(var(--primary-rgb),.3);transform:translateY(-1px)}.copy-btn:active{transform:translateY(0)}.qr-page{max-width:1400px;margin:0 auto}.mode-selector{display:flex;gap:1rem;margin-bottom:1.5rem}.mode-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem;border:2px solid var(--border);background:var(--background);border-radius:var(--radius);cursor:pointer;transition:var(--transition)}.mode-btn span{font-weight:600;font-size:1rem;color:var(--text-primary)}.mode-btn small{font-size:.85rem;color:var(--gray);font-weight:400}.mode-btn:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow)}.mode-btn.active{border-color:var(--primary);background:linear-gradient(135deg,#6366f1,#8b5cf6);color:var(--white)}.mode-btn.active span,.mode-btn.active small{color:var(--white)}.dynamic-info{background:var(--bg-secondary);border:2px solid var(--warning);border-radius:var(--radius);padding:1rem;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:.75rem;color:var(--text-primary)}.dynamic-info svg{flex-shrink:0;margin-top:.125rem}.dynamic-info p{margin:.25rem 0}.qr-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.qr-input-section{display:flex;flex-direction:column;gap:1.5rem}.qr-preview-section{position:sticky;top:90px;height:fit-content}.content-types{background:var(--foreground);padding:1.5rem;border-radius:var(--radius);box-shadow:0 2px 8px var(--shadow)}.content-types label{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:600;color:var(--text-primary)}.content-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.content-type-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;border:2px solid var(--border);background:var(--foreground);color:var(--text-primary);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition)}.content-type-btn:hover{border-color:var(--primary)}.content-type-btn.active{border-color:var(--primary);background:var(--primary);color:var(--white)}.type-icon{font-size:1.5rem}.type-name{font-size:.8rem;font-weight:500;text-align:center}.color-palettes-section{background:var(--foreground);padding:1.5rem;border-radius:var(--radius);box-shadow:0 2px 8px var(--shadow)}.color-palettes-section label{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:600;color:var(--text-primary)}.color-palettes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.75rem}.palette-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem;border:2px solid var(--border);background:var(--foreground);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition)}.palette-btn:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 8px var(--shadow)}.palette-colors{display:flex;gap:.25rem}.palette-color{width:32px;height:32px;border-radius:50%;border:2px solid var(--border)}.palette-btn span{font-size:.75rem;font-weight:500;color:var(--text-primary)}.custom-colors{display:grid;grid-template-columns:1fr 1fr;gap:1rem;background:var(--background);padding:1.5rem;border-radius:var(--radius);box-shadow:0 2px 8px var(--shadow)}.color-input-group{display:flex;flex-direction:column;gap:.5rem}.color-input-group label{font-weight:500;color:var(--text-primary);font-size:.95rem}.logo-section{background:var(--background);padding:1.5rem;border-radius:var(--radius);box-shadow:0 2px 8px var(--shadow)}.logo-section label{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:600;color:var(--text-primary)}.logo-upload{display:flex;align-items:center;gap:1rem}.btn-upload{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:2px solid var(--primary);background:var(--foreground);color:var(--primary);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);font-weight:500}.btn-upload:hover{background:var(--primary);color:var(--text-secondary)}.logo-preview{position:relative;width:60px;height:60px}.logo-preview img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-sm);border:2px solid var(--border)}.btn-remove{position:absolute;top:-8px;right:-8px;width:24px;height:24px;border-radius:50%;border:none;background:var(--danger);color:var(--white);cursor:pointer;font-size:1.25rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.btn-remove:hover{transform:scale(1.1)}.frames-section{background:var(--foreground);padding:1.5rem;border-radius:var(--radius);box-shadow:0 2px 8px var(--shadow)}.frames-section label{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:600;color:var(--text-primary)}.frames-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem}.frame-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .75rem;border:2px solid var(--border);background:var(--foreground);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);color:var(--text-primary)}.frame-btn:hover{border-color:var(--primary)}.frame-btn.active{border-color:var(--primary);background:var(--primary);color:#fff}.frame-icon{font-size:1.5rem}.frame-name{font-size:.8rem;font-weight:500;text-align:center}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-group label{color:var(--text-primary);font-weight:500}.qr-textarea{width:100%;padding:1rem;border:2px solid var(--border);border-radius:var(--radius-sm);font-size:1rem;font-family:inherit;resize:vertical;transition:var(--transition);background:var(--foreground);color:var(--text-primary)}.qr-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.presets{background:var(--foreground);padding:1.5rem;border-radius:var(--radius);box-shadow:0 2px 8px var(--shadow)}.presets label{display:block;margin-bottom:.75rem;color:var(--text-primary);font-weight:500}.preset-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.preset-btn{padding:.75rem;border:2px solid var(--border);background:var(--foreground);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);font-weight:500;color:var(--text-primary)}.preset-btn:hover{border-color:var(--primary);color:var(--primary)}.options-grid{background:var(--foreground);padding:1.5rem;border-radius:var(--radius);box-shadow:0 2px 8px var(--shadow);display:flex;flex-direction:column;gap:1.5rem}.color-inputs{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.color-picker{display:flex;gap:.5rem;align-items:center}.color-picker input[type=color]{width:60px;height:45px;border:2px solid var(--border);border-radius:var(--radius-sm);cursor:pointer}.color-input{flex:1;padding:.75rem;border:2px solid var(--border);border-radius:var(--radius-sm);font-family:Courier New,monospace;font-size:.95rem;background:var(--foreground);color:var(--text-primary)}.color-input:focus{outline:none;border-color:var(--primary)}.qr-preview-card{background:var(--foreground);padding:2rem;border-radius:var(--radius);box-shadow:0 4px 12px var(--shadow);display:flex;flex-direction:column;gap:1.5rem}.qr-preview-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:2px solid var(--border)}.qr-preview-header h3{margin:0;font-size:1.25rem;color:var(--text-primary)}.frame-badge{padding:.25rem .75rem;background:var(--primary);color:#fff;border-radius:20px;font-size:.85rem;font-weight:500}.qr-wrapper{padding:2rem;background:var(--foreground);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:350px}.qr-wrapper.with-frame{background:var(--bg-tertiary);border:3px dashed var(--primary)}.qr-wrapper canvas{display:block;border-radius:var(--radius-sm);max-width:100%;height:auto;box-shadow:0 4px 12px var(--shadow)}.frame-text{font-weight:700;font-size:1.25rem;color:var(--text-primary);text-align:center;letter-spacing:2px;margin-top:.5rem}.qr-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;padding:1rem;background:var(--bg-secondary);border-radius:var(--radius-sm)}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-label{font-size:.8rem;color:var(--text-secondary);font-weight:500}.info-value{font-size:.95rem;color:var(--text-primary);font-weight:600}.qr-actions{display:flex;gap:.75rem;width:100%}.qr-actions .btn{flex:1}.qr-placeholder{text-align:center;color:var(--text-secondary);padding:3rem 2rem;min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.placeholder-icon{font-size:5rem;display:block;opacity:.5}.qr-placeholder h3{margin:0;color:var(--text-primary);font-size:1.5rem}.qr-placeholder p{margin:0;font-size:1.125rem;max-width:300px}.placeholder-features{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.placeholder-features span{font-size:.9rem;color:var(--success);font-weight:500}@media (max-width: 968px){.mode-selector{flex-direction:column}.qr-container{grid-template-columns:1fr}.qr-preview-section{position:relative;top:0}.content-type-grid{grid-template-columns:repeat(2,1fr)}.custom-colors{grid-template-columns:1fr}.color-palettes-grid{grid-template-columns:repeat(4,1fr)}.frames-grid{grid-template-columns:repeat(3,1fr)}}.auth-required{background:var(--bg-secondary);border:2px solid var(--warning);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:1rem}.auth-required svg{flex-shrink:0;color:var(--warning);margin-top:.25rem}.auth-required p{margin:.25rem 0;color:var(--text-primary)}.auth-required .btn-primary{margin-top:.75rem;background:var(--warning)}.auth-required .btn-primary:hover{background:#d97706}.dynamic-success{background:var(--bg-secondary);border:2px solid var(--success);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:1rem}.dynamic-success svg{flex-shrink:0;color:var(--success);margin-top:.25rem}.success-content{flex:1}.success-content h3{margin:0 0 1rem;color:var(--text-primary);font-size:1.25rem}.short-url-box{background:var(--background);border:2px solid var(--success);border-radius:8px;padding:1rem;display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.short-url-box svg{color:var(--success);flex-shrink:0}.short-url-box code{flex:1;font-family:Courier New,monospace;font-size:.95rem;color:var(--text-primary);font-weight:600}.copy-url-btn{padding:.5rem;background:var(--success);color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .2s;display:flex;align-items:center}.copy-url-btn:hover{background:#059669}.success-info{margin:.5rem 0;color:var(--text-primary);font-size:.95rem}.success-hint{margin:1rem 0;padding:.75rem;background:var(--bg-tertiary);border-radius:6px;color:var(--text-primary);font-size:.9rem}.success-actions{display:flex;gap:.75rem;margin-top:1rem}.btn-secondary{padding:.75rem 1.25rem;background:var(--success);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.btn-secondary:hover{background:#059669;transform:translateY(-2px)}.btn-outline{padding:.75rem 1.25rem;background:transparent;color:var(--success);border:2px solid var(--success);border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-outline:hover{background:var(--success);color:#fff}.error-message{background:var(--bg-secondary);border:2px solid var(--danger);border-radius:var(--radius);padding:1rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;color:var(--danger)}.required{color:var(--danger);margin-left:.25rem}.optional{color:var(--text-secondary);font-weight:400;font-size:.875rem}.qr-input{width:100%;padding:.75rem;border:2px solid var(--border);border-radius:8px;font-size:1rem;transition:all .2s;background:var(--background);color:var(--text-primary)}.qr-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.input-group small{display:block;margin-top:.5rem;color:var(--gray);font-size:.875rem}.btn-create-dynamic{width:100%;background:linear-gradient(135deg,#8b5cf6,#6366f1);font-size:1.05rem;padding:1rem}.btn-create-dynamic:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf666}.btn-create-dynamic:disabled{opacity:.6;cursor:not-allowed;transform:none}.dashboard-container{max-width:1400px;margin:0 auto;padding:2rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:2rem}.header-content h1{margin:0;font-size:2rem;font-weight:700;color:var(--text-primary);line-height:1.2}.header-content p{margin:.5rem 0 0;color:var(--text-secondary);font-size:1rem;font-weight:400}.btn-create-new{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #7c3aed4d;white-space:nowrap}.btn-create-new:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed66}.btn-create-new svg{flex-shrink:0}.search-bar{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:var(--foreground);border:2px solid var(--border-color);border-radius:12px;margin-bottom:2rem;transition:all .3s ease}.search-bar:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px #7c3aed1a}.search-bar input{flex:1;border:none;outline:none;font-size:1rem;color:var(--text-primary);background:transparent}.search-bar input::placeholder{color:var(--text-secondary)}.search-bar svg{color:var(--text-secondary)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:var(--foreground);border-radius:16px;border:2px dashed var(--border-color)}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{margin:0;font-size:1.5rem;color:var(--text-primary)}.empty-state p{margin:.5rem 0 2rem;color:var(--text-secondary)}.btn-primary{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed66}.qr-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem;margin-bottom:2rem}.qr-card{background:var(--foreground);border:2px solid var(--border-color);border-radius:16px;padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden}.qr-card:hover{border-color:var(--primary-color);box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.qr-card.inactive{opacity:.6;background:var(--text-secondary);color:var(--text-primary)}.qr-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.qr-title{flex:1}.qr-title h3{margin:0;font-size:1.25rem;font-weight:700;color:var(--text-primary);word-break:break-word;line-height:1.3}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;margin-top:.5rem}.status-badge.active{background:#d1fae5;color:#065f46}.status-badge.inactive{background:#fee2e2;color:#991b1b}.toggle-active-btn{padding:.5rem;background:transparent;border:2px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;color:var(--text-secondary)}.toggle-active-btn:hover{border-color:var(--primary-color);color:var(--primary-color);background:#7c3aed0d}.qr-description{color:var(--text-secondary);font-size:.9rem;margin:0 0 1rem;line-height:1.5}.qr-destination{margin-bottom:1rem}.qr-destination .label{display:block;font-size:.75rem;font-weight:600;color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.destination-link{display:flex;align-items:center;gap:.5rem;color:var(--primary-color);text-decoration:none;font-size:.9rem;word-break:break-all;transition:color .3s ease}.destination-link:hover{color:var(--secondary-color);text-decoration:underline}.qr-short-url{margin-bottom:1rem}.qr-short-url .label{display:block;font-size:.75rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.short-url-container{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:var(--foreground);border:1px solid var(--border);border-radius:8px}.short-url-container code{flex:1;font-family:Courier New,monospace;font-size:.85rem;color:var(--text-primary);word-break:break-all}.copy-btn{padding:.5rem;background:#fff;border:1px solid var(--border-color);border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;color:var(--text-secondary)}.copy-btn:hover{border-color:var(--primary-color);color:var(--primary-color)}.qr-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem;background:var(--foreground);border-radius:8px;margin-bottom:1rem}.stat{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.75rem;color:var(--text-secondary);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:1.1rem;font-weight:700;color:var(--text-primary)}.qr-actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem}.btn-action{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:2px solid var(--border-color);border-radius:8px;background:#fff;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-action:hover:not(:disabled){transform:translateY(-2px)}.btn-action:disabled{opacity:.5;cursor:not-allowed}.btn-action svg{flex-shrink:0}.btn-analytics{color:#2563eb;border-color:#2563eb}.btn-analytics:hover:not(:disabled){background:#2563eb;color:#fff;box-shadow:0 4px 12px #2563eb4d}.btn-edit{color:#059669;border-color:#059669}.btn-edit:hover:not(:disabled){background:#059669;color:#fff;box-shadow:0 4px 12px #0596694d}.btn-delete{color:#dc2626;border-color:#dc2626}.btn-delete:hover:not(:disabled){background:#dc2626;color:#fff;box-shadow:0 4px 12px #dc26264d}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;padding:2rem 0}.pagination-btn{padding:.75rem 1.5rem;background:#fff;border:2px solid var(--border-color);border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;color:var(--text-primary)}.pagination-btn:hover:not(:disabled){border-color:var(--primary-color);color:var(--primary-color);background:#7c3aed0d}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-info{font-weight:600;color:var(--text-secondary)}@media (max-width: 768px){.dashboard-container{padding:1rem}.dashboard-header{flex-direction:column;align-items:stretch;gap:1rem}.qr-grid,.qr-actions{grid-template-columns:1fr}.btn-action{width:100%}.pagination{flex-direction:column}.pagination-btn{width:100%}}.qr-edit-container{max-width:1400px;margin:0 auto;padding:2rem}.btn-back{display:flex;align-items:center;gap:.5rem;background:#fff;border:2px solid var(--border-color);border-radius:8px;padding:.75rem 1.25rem;font-weight:600;font-size:.95rem;color:var(--primary-color);cursor:pointer;margin-bottom:1.5rem;transition:all .3s ease;white-space:nowrap}.edit-header{margin-bottom:2rem}.edit-header h1{font-size:2rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem}.edit-header p{font-size:1rem;color:var(--text-secondary);margin:0}.alert{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:12px;margin-bottom:1.5rem;font-weight:500}.alert-error{background:#fee2e2;color:#dc2626;border:2px solid #fca5a5}.alert-success{background:#d1fae5;color:#065f46;border:2px solid #6ee7b7}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem;color:var(--text-primary);font-weight:500;font-size:1rem}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border:2px solid var(--border-color);border-radius:16px;margin-top:2rem}.error-state h2{font-size:1.5rem;color:var(--text-primary);margin:1rem 0 .5rem}.error-state p{color:var(--text-secondary);margin:0 0 2rem;max-width:500px}.error-state .btn-primary{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.edit-content{display:grid;grid-template-columns:1fr 400px;gap:2rem}.edit-form{background:var(--foreground);border:2px solid var(--border-color);border-radius:16px;padding:2rem}.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid var(--gray-lighter)}.form-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.form-section h2{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 1.5rem}.form-group{margin-bottom:1.5rem}.form-group:last-child{margin-bottom:0}.form-group label{display:block;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;font-size:.95rem}.form-group input[type=text],.form-group input[type=url],.form-group input[type=number],.form-group textarea,.form-group select{width:100%;padding:.875rem 1rem;border:2px solid var(--border);border-radius:8px;font-size:1rem;color:var(--text-primary);transition:all .3s ease;font-family:inherit;background:var(--foreground)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #7c3aed1a}.form-group textarea{resize:vertical}.form-hint{display:block;margin-top:.5rem;font-size:.875rem;color:var(--text-secondary);font-weight:400}.required{color:var(--danger)}.form-group-checkbox{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:var(--foreground);border-radius:8px;margin-bottom:1.5rem}.form-group-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;flex-shrink:0;margin-top:2px}.form-group-checkbox label{flex:1;font-weight:600;color:var(--text-primary);margin:0;cursor:pointer;display:flex;align-items:center;gap:.5rem}.form-group-checkbox small{width:100%;margin-top:.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.color-picker{display:flex;gap:.75rem;align-items:center}.color-picker input[type=color]{width:60px;height:45px;border:2px solid var(--border-color);border-radius:8px;cursor:pointer;padding:2px}.color-picker input[type=text]{flex:1;padding:.875rem 1rem;border:2px solid var(--border);border-radius:8px;font-size:.95rem;font-family:Courier New,monospace}.form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:2px solid var(--gray-lighter)}.btn-cancel,.btn-save{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none}.btn-cancel{background:#fff;color:var(--text-secondary);border:2px solid var(--border-color)}.btn-cancel:hover:not(:disabled){background:var(--gray-lighter);color:var(--text-primary)}.btn-save{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;box-shadow:0 4px 12px #7c3aed4d}.btn-save:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed66}.btn-cancel:disabled,.btn-save:disabled{opacity:.5;cursor:not-allowed}.preview-section{position:sticky;top:2rem;height:fit-content}.preview-section h2{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem}.qr-preview-card{background:var(--foreground);border:2px solid var(--border-color);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.qr-preview-code{display:flex;justify-content:center;padding:1rem;background:var(--gray-lighter);border-radius:12px}.qr-preview-info h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;word-break:break-word}.preview-description{color:var(--text-secondary);font-size:.95rem;margin:0 0 1rem;line-height:1.5}.preview-url{padding:1rem;background:var(--gray-lighter);border-radius:8px;margin-bottom:1rem;font-size:.9rem}.preview-url strong{color:var(--text-primary)}.preview-url code{display:block;margin-top:.5rem;font-family:Courier New,monospace;color:var(--primary-color);font-size:.85rem;word-break:break-all}.preview-status{display:flex;gap:.5rem}.status-active{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:#d1fae5;color:#065f46;border-radius:8px;font-weight:600;font-size:.9rem}.status-inactive{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:#fee2e2;color:#991b1b;border-radius:8px;font-weight:600;font-size:.9rem}@media (max-width: 1024px){.edit-content{grid-template-columns:1fr}.preview-section{position:static}}@media (max-width: 768px){.qr-edit-container{padding:1rem}.edit-form{padding:1.5rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn-cancel,.btn-save{width:100%}}.analytics-container{max-width:1100px;margin:0 auto;padding:2rem}.btn-back{display:flex;align-items:center;gap:.5rem;background:var(--foreground);border:2px solid var(--border-color);border-radius:8px;padding:.75rem 1.25rem;font-weight:600;font-size:.95rem;color:var(--primary-color);cursor:pointer;margin-bottom:1.5rem;transition:all .3s ease;white-space:nowrap}.btn-back:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translateY(-1px);box-shadow:0 4px 12px #7c3aed40}.btn-back svg{flex-shrink:0}h1{font-size:2rem;margin-bottom:2rem;color:var(--text-primary)}.summary-box{display:flex;gap:2rem;background:var(--foreground);border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem;font-size:1.1rem;color:var(--text-secondary);font-weight:500;box-shadow:0 2px 8px #7c3aed12}.charts-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem}.chart-box{background:var(--foreground);border-radius:12px;padding:1rem 1.5rem;box-shadow:0 2px 8px #7c3aed12;display:flex;flex-direction:column;align-items:stretch}.chart-box h3{margin:0 0 1rem;font-size:1.1rem;color:var(--primary-color);font-weight:600}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem;color:var(--text-secondary)}.error-message{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#fee2e2;border:2px solid #dc2626;border-radius:12px;color:#991b1b;margin-bottom:2rem;font-weight:600}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}@media (max-width: 900px){.charts-grid{grid-template-columns:1fr;gap:2rem}.summary-box{flex-direction:column;gap:1rem}}.currency-page{max-width:900px;margin:0 auto}.page-header{text-align:center;margin-bottom:2rem}.header-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:50%;color:#fff;margin-bottom:1rem;box-shadow:0 4px 12px #6a5acd4d}.page-header h1{font-size:2rem;margin-bottom:.5rem;color:var(--dark)}.page-header p{color:var(--gray);font-size:1.125rem}.converter-card{background:var(--foreground);border-radius:var(--radius);padding:2rem;margin-bottom:1.5rem;box-shadow:0 2px 8px var(--shadow);position:relative}.converter-section{margin-bottom:1rem}.converter-section label{display:block;font-size:.875rem;font-weight:600;color:var(--gray);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.amount-input-wrapper{display:flex;gap:.75rem;align-items:center;background:var(--foreground)}.amount-input{flex:1;padding:1rem;font-size:1.5rem;font-weight:600;border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--gray-lighter);color:var(--text-primary);transition:var(--transition);font-family:Segoe UI,system-ui,sans-serif}.amount-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6a5acd1a}.result-input{color:var(--primary);background:linear-gradient(135deg,#6a5acd0d,#6c63ff0d);cursor:default}.currency-selector{position:relative}.currency-button{display:flex;align-items:center;gap:.5rem;padding:1rem 1.25rem;background:var(--foreground);color:var(--text-primary);border:2px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);font-size:1.125rem;font-weight:600;min-width:140px}.currency-button:hover{border-color:var(--text-primary);background:var(--gray-lighter)}.currency-flag{font-size:1.5rem}.currency-code{color:var(--text-primary)}.currency-arrow{margin-left:auto;color:var(--gray);font-size:.875rem}.currency-dropdown{position:absolute;top:calc(100% + .5rem);right:0;width:320px;max-height:400px;background:var(--white);border:2px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 24px var(--shadow);z-index:100;overflow:hidden;display:flex;flex-direction:column}.currency-search{display:flex;align-items:center;gap:.5rem;padding:.75rem;border-bottom:1px solid var(--border);background:var(--gray-lighter)}.currency-search svg{color:var(--gray);flex-shrink:0}.currency-search input{flex:1;border:none;background:transparent;font-size:.95rem;outline:none}.clear-search{background:none;border:none;padding:.25rem;cursor:pointer;color:var(--gray);display:flex;align-items:center;transition:var(--transition)}.clear-search:hover{color:var(--dark)}.currency-list{overflow-y:auto;max-height:340px;background:var(--foreground)}.currency-section{padding:.5rem 0}.section-title{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;color:var(--gray);text-transform:uppercase;letter-spacing:.5px}.currency-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:none;background:transparent;cursor:pointer;transition:var(--transition);text-align:left}.currency-item:hover{background:var(--gray-lighter)}.currency-item.selected{background:linear-gradient(135deg,#6a5acd1a,#6c63ff1a);color:var(--primary)}.currency-details{flex:1;display:flex;flex-direction:column;gap:.125rem}.currency-details strong{font-size:.95rem;color:var(--text-primary)}.currency-details span{font-size:.8rem;color:var(--gray)}.favorite-btn{background:none;border:none;padding:.5rem;cursor:pointer;color:var(--gray);transition:var(--transition);display:flex;align-items:center}.favorite-btn:hover{color:var(--warning);transform:scale(1.1)}.favorite-btn.active{color:var(--warning)}.swap-button{position:relative;display:flex;align-items:center;justify-content:center;width:50px;height:50px;margin:1rem auto;background:linear-gradient(135deg,var(--primary),var(--secondary));border:3px solid var(--white);border-radius:50%;color:#fff;cursor:pointer;transition:var(--transition);box-shadow:0 4px 12px #6a5acd4d}.swap-button:hover{transform:rotate(180deg) scale(1.1);box-shadow:0 6px 16px #6a5acd66}.swap-button:active{transform:rotate(180deg) scale(.95)}.rate-info{margin-top:1.5rem;padding-top:1.5rem;border-top:2px dashed var(--border);color:var(--text-secondary);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.rate-display{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:var(--text-secondary)}.rate-display svg{color:var(--success)}.last-update{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray)}.typing-indicator{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;margin-top:1rem;background:linear-gradient(135deg,#6a5acd0d,#6c63ff0d);border:1px dashed var(--primary);border-radius:var(--radius-sm);color:var(--primary);font-size:.875rem;font-weight:500;opacity:.8}.loading-indicator{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;margin-top:1rem;background:var(--gray-lighter);border-radius:var(--radius-sm);color:var(--primary);font-weight:500}.spinner{animation:spin 1s linear infinite}.error-message{display:flex;align-items:center;gap:.75rem;padding:1rem;margin-top:1rem;background:var(--danger-light);border:2px solid var(--danger);border-radius:var(--radius-sm);color:var(--danger);font-weight:500}.result-card{background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:var(--radius);padding:2rem;margin-bottom:1.5rem;box-shadow:0 4px 16px #6a5acd4d;color:#fff}.result-highlight{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.result-amount,.result-converted{font-size:2rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2)}.result-equals{font-size:1.5rem;opacity:.8}.quick-access-section{background:var(--foreground);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px var(--shadow)}.quick-access-section h3{margin:0 0 1rem;font-size:1.125rem;color:var(--text-primary)}.quick-currencies{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.75rem}.quick-currency-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:var(--gray-lighter);border:2px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);font-weight:600;color:var(--text-primary)}.quick-currency-btn:hover{border-color:var(--primary);background:var(--white);transform:translateY(-2px);box-shadow:0 4px 8px var(--shadow);color:var(--text-primary)}.quick-currency-btn .currency-flag{font-size:1.75rem}.history-section{background:var(--foreground);color:var(--text-primary);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px var(--shadow)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-header h3{display:flex;align-items:center;gap:.5rem;margin:0;font-size:1.125rem;color:var(--text-primary)}.text-btn{background:none;border:none;color:var(--primary);font-weight:600;cursor:pointer;transition:var(--transition);padding:.5rem 1rem;border-radius:var(--radius-sm)}.text-btn:hover{background:var(--gray-lighter);color:var(--secondary)}.history-list{display:flex;flex-direction:column;gap:.5rem}.history-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--gray-lighter);border:2px solid transparent;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);color:var(--text-primary)}.history-item:hover{border-color:var(--primary);background:var(--foreground );box-shadow:0 2px 8px var(--shadow);color:var(--text-primary)}.history-conversion{display:flex;align-items:center;gap:.75rem;font-weight:600;color:var(--text-primary)}.history-conversion svg{color:var(--gray)}.history-time{font-size:.875rem;color:var(--gray)}.info-card{background:var(--foreground);border:2px solid var(--info);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem}.info-card h3{margin:0 0 1rem;font-size:1.125rem;color:var(--text-primary)}.info-card ul{margin:0;padding-left:1.5rem;color:var(--text-primary);line-height:1.8}.info-card li{margin-bottom:.5rem}@media (max-width: 768px){.currency-page{padding:1rem}.page-header h1{font-size:1.75rem}.page-header p{font-size:1rem}.converter-card{padding:1.5rem}.amount-input{font-size:1.25rem}.amount-input-wrapper{flex-direction:column}.currency-button{width:100%;justify-content:center}.currency-dropdown{left:0;right:0;width:100%}.result-highlight{flex-direction:column;gap:1rem}.result-amount,.result-converted{font-size:1.5rem}.quick-currencies{grid-template-columns:repeat(auto-fit,minmax(80px,1fr))}.history-item{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width: 480px){.header-icon{width:60px;height:60px}.header-icon svg{width:30px;height:30px}.page-header h1{font-size:1.5rem}.converter-card{padding:1rem}.quick-currencies{grid-template-columns:repeat(4,1fr);gap:.5rem}.quick-currency-btn{padding:.75rem .5rem;font-size:.875rem}}.password-checker{max-width:900px;margin:0 auto;padding:2rem 1rem}.password-checker .header{text-align:center;margin-bottom:2rem}.password-checker .header-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;margin-bottom:1rem;box-shadow:0 4px 12px #667eea4d}.password-checker .header-icon svg{color:gold}.password-checker .header h1{font-size:2rem;margin-bottom:.5rem;font-weight:700;color:var(--dark, #1f2937)}.password-checker .header p{font-size:1.125rem;color:var(--gray, #6b7280);max-width:500px;margin:0 auto}.password-checker .main-content{background:var(--foreground);border-radius:var(--radius, 20px);padding:2rem;margin-bottom:1.5rem;box-shadow:0 2px 8px var(--shadow, rgba(0, 0, 0, .1))}.password-checker .password-input-section{margin-bottom:2rem}.password-checker .input-group{display:flex;flex-direction:column;gap:1rem}.password-checker .password-field{position:relative;display:flex;align-items:center}.password-checker .password-input{width:100%;padding:1rem 3rem 1rem 1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .3s ease;background:var()}.password-checker .password-input:focus{outline:none;border-color:#667eea;background:var(--foreground);box-shadow:0 0 0 3px #667eea1a}.password-checker .toggle-visibility{position:absolute;right:1rem;background:none;border:none;cursor:pointer;color:#64748b;padding:.5rem;border-radius:6px;transition:all .2s ease}.password-checker .toggle-visibility:hover{background:#f1f5f9;color:#334155}.password-checker .input-actions{display:flex;gap:.5rem;flex-wrap:wrap}.password-checker .check-button{flex:1;min-width:150px;padding:.75rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.password-checker .check-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.password-checker .check-button.primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.password-checker .check-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.password-checker .action-button{padding:.75rem;border:2px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;transition:all .3s ease;color:#64748b}.password-checker .action-button:hover:not(:disabled){border-color:#667eea;color:#667eea;transform:translateY(-1px)}.password-checker .action-button:disabled{opacity:.4;cursor:not-allowed}.password-checker .spinner{animation:spin 1s linear infinite}.password-checker .validation-info{margin-top:1rem;padding:1rem;background:var(--foreground);border-radius:12px;border-left:4px solid #e2e8f0}.password-checker .strength-indicator{margin-bottom:1rem}.password-checker .strength-label{font-weight:600;padding:.5rem 1rem;border-radius:20px;font-size:.9rem}.password-checker .strength-weak .strength-label{background:#fee2e2;color:#dc2626}.password-checker .strength-medium .strength-label{background:#fef3c7;color:#d97706}.password-checker .strength-strong .strength-label{background:#dcfce7;color:#16a34a}.password-checker .strength-very-strong .strength-label{background:#dbeafe;color:#2563eb}.password-checker .warnings,.password-checker .errors{display:flex;flex-direction:column;gap:.5rem}.password-checker .warning-item,.password-checker .error-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.password-checker .warning-item{color:#d97706}.password-checker .error-item{color:#dc2626}.password-checker .result-section{margin-bottom:2rem;padding:2rem;border-radius:16px;border:2px solid;position:relative;overflow:hidden}.password-checker .result-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:currentColor}.password-checker .result-section.risk-safe{background:#f0fdf4;border-color:#16a34a;color:#166534}.password-checker .result-section.risk-low{background:#fffbeb;border-color:#d97706;color:#92400e}.password-checker .result-section.risk-medium{background:#fef3c7;border-color:#f59e0b;color:#92400e}.password-checker .result-section.risk-high{background:#fef2f2;border-color:#ef4444;color:#dc2626}.password-checker .result-section.risk-critical{background:#fef2f2;border-color:#dc2626;color:#991b1b}.password-checker .result-section.risk-unknown{background:#f8fafc;border-color:#64748b;color:#475569}.password-checker .result-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.password-checker .result-header h3{margin:0;font-size:1.5rem;font-weight:700}.password-checker .icon{width:2rem;height:2rem}.password-checker .icon.safe{color:#16a34a}.password-checker .icon.low{color:#d97706}.password-checker .icon.medium{color:#f59e0b}.password-checker .icon.high{color:#ef4444}.password-checker .icon.critical{color:#dc2626}.password-checker .icon.unknown{color:#64748b}.password-checker .result-message{font-size:1.1rem;margin-bottom:1.5rem;line-height:1.6}.password-checker .result-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.password-checker .detail-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#ffffffb3;border-radius:8px}.password-checker .detail-item .label{font-weight:600;opacity:.8}.password-checker .detail-item .value{font-weight:700}.password-checker .value.breached{color:#dc2626}.password-checker .value.safe{color:#16a34a}.password-checker .breach-count{color:#dc2626;font-size:1.1rem}.password-checker .error-details{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem;background:#ef44441a;border-radius:8px;color:#dc2626;font-size:.9rem}.password-checker .service-info{background:var(--foreground);border-radius:16px;padding:2rem;border:1px solid #e2e8f0}.password-checker .info-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:var(--text-primary)}.password-checker .info-header h4{margin:0;font-size:1.25rem;font-weight:600;color:var(--text-primary)}.password-checker .info-content{color:var(--text-secondary);line-height:1.6}.password-checker .info-content p{margin-bottom:1rem}.password-checker .info-content strong{color:var(--text-primary)}.password-checker .info-links{margin-top:1.5rem}.password-checker .info-link{display:inline-flex;align-items:center;gap:.5rem;color:#667eea;text-decoration:none;font-weight:500;transition:all .2s ease}.password-checker .info-link:hover{color:#5a67d8;text-decoration:underline}@media (max-width: 768px){.password-checker{padding:1rem}.password-checker .header h1{font-size:2rem}.password-checker .main-content{padding:1.5rem}.password-checker .input-actions{flex-direction:column}.password-checker .check-button{min-width:unset}.password-checker .result-details{grid-template-columns:1fr}.password-checker .detail-item{flex-direction:column;align-items:flex-start;gap:.5rem}}.health-calculator{max-width:1200px;margin:0 auto;padding:2rem 1rem}.health-calculator .header{text-align:center;margin-bottom:2rem}.health-calculator .header-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;margin-bottom:1rem;box-shadow:0 4px 12px #667eea4d}.health-calculator .header h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--dark, #1f2937)}.health-calculator .header p{font-size:1.125rem;color:var(--gray, #6b7280);margin:0}.health-calculator .main-content{display:flex;flex-direction:column;gap:2rem}.health-calculator .form-section{background:var(--foreground);border-radius:20px;padding:2rem;box-shadow:0 20px 40px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.health-calculator .section-header{display:flex;justify-content:between;align-items:center;margin-bottom:2rem}.health-calculator .section-header h3{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0}.health-calculator .header-actions{display:flex;gap:.5rem}.health-calculator .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:10px;font-weight:500;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none;font-size:.9rem}.health-calculator .btn-outline{background:transparent;color:var(--text-primary);border:1px solid var(--primary)}.health-calculator .btn-outline:hover{background:#f9fafb;color:#374151;border-color:#9ca3af}.health-calculator .form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.health-calculator .form-group{display:flex;flex-direction:column;gap:.5rem}.health-calculator .form-label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--text-primary);font-size:.9rem}.health-calculator .form-input,.health-calculator .form-select{padding:.75rem 1rem;border:2px solid var(--border);border-radius:10px;font-size:1rem;transition:all .2s ease;background:var(--foreground)}.health-calculator .form-input:focus,.health-calculator .form-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.health-calculator .form-hint{font-size:.8rem;color:#6b7280;font-style:italic}.health-calculator .calculate-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:15px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.health-calculator .calculate-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.health-calculator .calculate-button:disabled{opacity:.7;cursor:not-allowed}.health-calculator .spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.health-calculator .error-message{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;margin-top:1rem}.health-calculator .results-section{background:var(--foreground);border-radius:20px;padding:2rem;box-shadow:0 20px 40px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.health-calculator .results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.health-calculator .results-header h3{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0}.health-calculator .results-actions{display:flex;gap:.5rem}.health-calculator .health-score-card{background:linear-gradient(135deg,var(--primary) 0%,var(--foreground) 100%);border:3px solid;border-radius:20px;padding:2rem;margin-bottom:2rem;text-align:center}.health-calculator .score-display{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.health-calculator .score-circle{position:relative;display:flex;align-items:center;justify-content:center}.health-calculator .score-text{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center}.health-calculator .score-number{font-size:2.5rem;font-weight:700;line-height:1}.health-calculator .score-total{font-size:1rem;opacity:.7}.health-calculator .score-info h4{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.health-calculator .score-info p{font-size:1rem;color:#6b7280;margin:0}.health-calculator .results-tabs{display:flex;border-bottom:2px solid #e5e7eb;margin-bottom:2rem;overflow-x:auto}.health-calculator .tab{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:none;border:none;font-size:1rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;white-space:nowrap;border-bottom:3px solid transparent}.health-calculator .tab:hover{color:#374151;background:#667eea0d}.health-calculator .tab.active{color:#667eea;border-bottom-color:#667eea;background:#667eea1a}.health-calculator .tab-content{min-height:400px}.health-calculator .metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.health-calculator .metric-card{background:var(--foreground);border:2px solid #e2e8f0;border-radius:15px;padding:1.5rem;transition:all .2s ease}.health-calculator .metric-card.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.health-calculator .metric-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.health-calculator .metric-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.health-calculator .metric-header h4{font-size:1.1rem;font-weight:600;margin:0}.health-calculator .metric-value{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}.health-calculator .metric-unit,.health-calculator .metric-category{font-size:1rem;opacity:.8;margin-bottom:1rem}.health-calculator .metric-description{font-size:.9rem;opacity:.9;margin:0}.health-calculator .weight-range{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.health-calculator .range-value{font-size:1.5rem;font-weight:600;color:#059669}.health-calculator .range-label{font-size:.9rem;color:#6b7280}.health-calculator .weight-difference{padding:.5rem 1rem;border-radius:10px;text-align:center;font-weight:500}.health-calculator .difference.over{background:#fef2f2;color:#dc2626}.health-calculator .difference.under{background:#fffbeb;color:#d97706}.health-calculator .difference.ideal{background:#f0fdf4;color:#059669}.health-calculator .activity-levels{margin-bottom:2rem}.health-calculator .activity-levels h4{font-size:1.2rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.health-calculator .activity-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.health-calculator .activity-card{background:var(--foreground);border:1px solid #e2e8f0;border-radius:10px;padding:1rem;text-align:center;transition:all .2s ease}.health-calculator .activity-card:hover{background:#f1f5f9;border-color:#cbd5e1}.health-calculator .activity-name{font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.health-calculator .activity-calories{font-size:1.3rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.health-calculator .activity-description{font-size:.8rem;color:#6b7280}.health-calculator .macros-section{margin-bottom:2rem}.health-calculator .macros-section h4{font-size:1.2rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.health-calculator .macros-visual{margin-bottom:1rem}.health-calculator .macros-details{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.health-calculator .macro-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.health-calculator .macro-name{font-weight:600;font-size:.9rem}.health-calculator .macro-amount{font-size:1.1rem;font-weight:700;color:var(--text-secondary)}.health-calculator .hr-zones{margin-bottom:2rem}.health-calculator .hr-zones h4{font-size:1.2rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.health-calculator .zones-chart{margin-bottom:2rem}.health-calculator .zones-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.health-calculator .zone-card{background:var(--foreground);border:2px solid;border-radius:15px;padding:1.5rem;transition:all .2s ease}.health-calculator .zone-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.health-calculator .zone-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.health-calculator .zone-name{font-weight:600;font-size:1rem;color:var(--text-primary)}.health-calculator .zone-range{font-weight:700;font-size:.9rem}.health-calculator .zone-percentage{font-size:.9rem;color:#6b7280;margin-bottom:.75rem}.health-calculator .zone-description{font-size:.9rem;color:var(--text-secondary);margin-bottom:1rem;line-height:1.5}.health-calculator .zone-benefits{display:flex;flex-wrap:wrap;gap:.5rem}.health-calculator .benefit-tag{background:#667eea1a;color:#667eea;padding:.25rem .5rem;border-radius:5px;font-size:.8rem;font-weight:500}.health-calculator .recommendations-section{background:var(--foreground);border:1px solid #e2e8f0;border-radius:15px;padding:1.5rem;margin-top:2rem}.health-calculator .recommendations-section h4{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.health-calculator .recommendations-list{display:flex;flex-direction:column;gap:.75rem}.health-calculator .recommendation-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:var(--foreground);border-radius:10px;border:1px solid #e5e7eb}.health-calculator .recommendation-item svg{flex-shrink:0;margin-top:.1rem;color:#667eea}.health-calculator .recommendations-priority h4{font-size:1.3rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem}.health-calculator .priority-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.health-calculator .priority-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;border:2px solid;border-radius:15px;transition:all .2s ease}.health-calculator .priority-item.priority-high{background:var(--foreground);border-color:#fecaca}.health-calculator .priority-item.priority-medium{background:var(--foreground);border-color:#fed7aa}.health-calculator .priority-item.priority-low{background:var(--foreground);border-color:#bbf7d0}.health-calculator .priority-icon{font-size:1.5rem;flex-shrink:0}.health-calculator .priority-content{flex:1}.health-calculator .priority-category{font-weight:600;font-size:.9rem;color:var(--text-primary);margin-bottom:.25rem}.health-calculator .priority-text{color:var(--text-secondary);line-height:1.5}.health-calculator .priority-badge{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase}.health-calculator .priority-item.priority-high .priority-badge{background:#dc2626;color:#fff}.health-calculator .priority-item.priority-medium .priority-badge{background:#d97706;color:#fff}.health-calculator .priority-item.priority-low .priority-badge{background:#059669;color:#fff}.health-calculator .health-summary{margin-bottom:2rem}.health-calculator .health-summary h4{font-size:1.3rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem}.health-calculator .summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.health-calculator .summary-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--foreground);border:1px solid #e2e8f0;border-radius:10px}.health-calculator .summary-content{display:flex;flex-direction:column;gap:.25rem}.health-calculator .summary-label{font-size:.9rem;color:#6b7280;font-weight:500}.health-calculator .summary-value{font-size:1.1rem;font-weight:600;color:var(--text-primary)}.health-calculator .next-steps h4{font-size:1.3rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem}.health-calculator .steps-list{display:flex;flex-direction:column;gap:1.5rem}.health-calculator .step-item{display:flex;gap:1rem;align-items:flex-start}.health-calculator .step-number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);color:var(--text-primary);border-radius:50%;font-weight:700;flex-shrink:0}.health-calculator .step-content h5{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.health-calculator .step-content p{color:#6b7280;line-height:1.5;margin:0}.health-calculator .info-section{background:var(--foreground);border-radius:20px;padding:2rem;box-shadow:0 10px 25px #0000000d}.health-calculator .info-section.compact{padding:1.5rem 1.5rem 1rem}.health-calculator .compact-header{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:.5rem}.health-calculator .info-header-left{display:flex;align-items:center;gap:.5rem}.health-calculator .quick-facts{display:flex;gap:.5rem;flex-wrap:wrap}.health-calculator .fact-chip{background:#f1f5f9;border:1px solid #e2e8f0;padding:.35rem .7rem;border-radius:999px;font-size:.7rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:#475569}.health-calculator .toggle-info{margin-left:auto;background:#fff;border:1px solid #e2e8f0;padding:.5rem .9rem;border-radius:8px;font-size:.75rem;font-weight:600;cursor:pointer;color:#475569;display:inline-flex;align-items:center;gap:.35rem;transition:all .2s ease}.health-calculator .toggle-info:hover{background:#f8fafc;color:#1f2937}.health-calculator .info-collapse{display:grid;transition:grid-template-rows .35s ease,opacity .35s ease;opacity:0}.health-calculator .info-collapse.open{grid-template-rows:1fr;opacity:1;margin-top:1rem;width:100%}.health-calculator .compact-disclaimer{margin-top:1.25rem;padding:1rem 1.25rem}.health-calculator .info-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.health-calculator .info-header h4{font-size:1.3rem;font-weight:600;color:var(--text-primary);margin:0}.health-calculator .info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;width:70vh}@media (max-width: 1024px){.health-calculator .info-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.health-calculator .info-grid{grid-template-columns:1fr}}.health-calculator .info-card{background:var(--foreground);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;display:flex;gap:1rem;transition:all .2s ease;min-height:100%}.health-calculator .info-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea26;border-color:var(--primary-color)}.health-calculator .info-card svg{color:var(--primary-color);flex-shrink:0;margin-top:.25rem}.health-calculator .info-card-content{flex:1;min-width:0}.health-calculator .info-card h5{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 .35rem;line-height:1.3}.health-calculator .info-card p{color:var(--text-secondary);line-height:1.5;margin:0;font-size:.875rem}.health-calculator .disclaimer{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#fbbf2414;border:1px solid rgba(251,191,36,.3);border-radius:10px;color:var(--text-secondary)}.health-calculator .disclaimer svg{flex-shrink:0;color:#f59e0b}.health-calculator .disclaimer p{margin:0;line-height:1.5;font-size:.85rem}@media (max-width: 768px){.health-calculator .header h1{font-size:2rem}.health-calculator .header p{font-size:1rem}.health-calculator .form-grid,.health-calculator .metrics-grid,.health-calculator .activity-grid,.health-calculator .zones-details,.health-calculator .summary-grid{grid-template-columns:1fr}.health-calculator .score-display{flex-direction:column;gap:1rem}.health-calculator .results-header,.health-calculator .section-header{flex-direction:column;gap:1rem;align-items:flex-start}.health-calculator .zone-header{flex-direction:column;align-items:flex-start;gap:.5rem}.health-calculator .step-item{flex-direction:column;gap:.75rem}.health-calculator .step-number{align-self:flex-start}}@media (max-width: 480px){.health-calculator{padding:1rem 0}.health-calculator .form-section,.health-calculator .results-section,.health-calculator .info-section{padding:1.5rem;border-radius:15px}.health-calculator .results-tabs{border-bottom:none;background:var(--foreground);border-radius:10px;padding:.25rem}.health-calculator .tab{padding:.75rem;border-radius:8px;border-bottom:none;font-size:.9rem}.health-calculator .tab.active{background:#fff;box-shadow:0 2px 4px #0000001a}.health-calculator .macros-details{gap:1rem}.health-calculator .benefit-tag{font-size:.75rem}}.base64-converter{max-width:1200px;margin:0 auto;padding:2rem 1rem}.base64-converter .header{text-align:center;margin-bottom:2rem}.base64-converter .header-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;margin-bottom:1rem;box-shadow:0 4px 12px #667eea4d}.base64-converter .header h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--dark, #1f2937)}.base64-converter .header p{font-size:1.125rem;color:var(--gray, #6b7280);margin:0}.base64-converter .main-content{display:flex;flex-direction:column;gap:1.5rem}.base64-converter .io-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}@media (max-width: 1024px){.base64-converter .io-grid{grid-template-columns:1fr}}.base64-converter .controls-section{background:var(--foreground);border-radius:20px;padding:1.5rem 2rem;box-shadow:0 20px 40px #0000001a;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.base64-converter .mode-selector{display:flex;align-items:center;gap:.5rem;background:var(--foreground);border-radius:15px;padding:.5rem;border:2px solid var(--border)}.base64-converter .mode-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;border:none;border-radius:10px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease}.base64-converter .mode-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.base64-converter .mode-btn:hover:not(.active){background:#667eea;color:#374151}.base64-converter .swap-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--foreground);border:1px solid #e2e8f0;border-radius:10px;color:var(--text-primary);cursor:pointer;transition:all .2s ease;margin-left:.5rem}.base64-converter .swap-btn:hover{background:#667eea;color:#fff;border-color:#667eea;transform:rotate(180deg)}.base64-converter .input-type-selector{display:flex;gap:.5rem;border:2px solid var(--border);background:var(--foreground);border-radius:15px;padding:.5rem}.base64-converter .input-type-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--foreground);border:none;border-radius:10px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease}.base64-converter .input-type-btn.active{background:#fff;color:#667eea;box-shadow:0 2px 8px #0000001a}.base64-converter .input-type-btn:hover:not(.active):not(:disabled){background:#e2e8f0;color:#374151}.base64-converter .input-type-btn:disabled{opacity:.5;cursor:not-allowed}.base64-converter .input-section,.base64-converter .file-info-section,.base64-converter .output-section,.base64-converter{background:var(--foreground);border-radius:20px;padding:1.5rem;box-shadow:0 20px 40px #0000001a;height:100%}.base64-converter .io-grid .input-section,.base64-converter .io-grid .output-section{min-height:500px;display:flex;flex-direction:column}.base64-converter .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.base64-converter .section-header h3{font-size:1.15rem;font-weight:600;color:var(--text-primary);margin:0}.base64-converter .header-actions{display:flex;gap:.5rem}.base64-converter .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:10px;font-weight:500;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none;font-size:.9rem}.base64-converter .btn-outline{background:transparent;color:var(--text-primary);border:1px solid #d1d5db}.base64-converter .btn-outline:hover{background:#f9fafb;color:#374151;border-color:#9ca3af}.base64-converter .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:1px solid transparent}.base64-converter .btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.base64-converter .text-input-area{display:flex;flex-direction:column;gap:1rem;flex:1}.base64-converter .text-input{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:15px;font-size:.95rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;line-height:1.5;resize:vertical;transition:border-color .2s ease;background:var(--foreground);color:var(--text-primary);min-height:280px;flex:1}.base64-converter .text-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.base64-converter .input-stats,.base64-converter .output-stats{display:flex;gap:1rem;font-size:.9rem;color:#6b7280;padding:.5rem 0}.base64-converter .file-input-area{position:relative}.base64-converter .file-input-hidden{display:none}.base64-converter .file-drop-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;border:2px dashed #d1d5db;border-radius:15px;background:var(--foreground);cursor:pointer;transition:all .3s ease;text-align:center}.base64-converter .file-drop-zone:hover{border-color:#667eea;background:#667eea0d}.base64-converter .file-drop-zone svg{color:#9ca3af;margin-bottom:1rem}.base64-converter .file-drop-zone h4{font-size:1.2rem;font-weight:600;color:#374151;margin-bottom:.5rem}.base64-converter .file-drop-zone p{color:#6b7280;margin-bottom:1rem}.base64-converter .file-limit{font-size:.8rem;color:#9ca3af;font-style:italic}.base64-converter .process-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.875rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:15px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:auto}.base64-converter .process-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.base64-converter .process-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.base64-converter .spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.base64-converter .error-message{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;margin-top:1rem}.base64-converter .file-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.base64-converter .info-item{display:flex;justify-content:space-between;align-items:center;padding:.65rem .85rem;background:var(--background);border:1px solid var(--border);border-radius:10px}.base64-converter .compact-file-info{margin-top:1rem;padding:1rem;background:var(--foreground);border:1px solid var(--border);border-radius:12px}.base64-converter .compact-file-info .file-info-grid{grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.75rem}.base64-converter .compact-file-info .info-item{padding:.5rem;font-size:.85rem}.base64-converter .info-label{font-weight:500;color:var(--text-primary);font-size:.9rem}.base64-converter .info-value{font-weight:600;color:var(--text-primary);font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem}.base64-converter .output-area{display:flex;flex-direction:column;gap:1rem;flex:1}.base64-converter .output-text{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:15px;font-size:.9rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;line-height:1.4;background:var(--background);color:var(--text-primary);resize:vertical;word-break:break-all;min-height:280px;flex:1}.base64-converter .preview-section{margin-top:1.5rem;padding:1.5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:15px}.base64-converter .preview-section h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.base64-converter .image-preview{display:flex;justify-content:center;align-items:center;padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:10px}.base64-converter .text-preview{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem;max-height:300px;overflow-y:auto}.base64-converter .text-preview pre{margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;line-height:1.4;color:#374151;white-space:pre-wrap;word-break:break-word}.base64-converter .info-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.base64-converter .info-header h4{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:0}.base64-converter .info-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.base64-converter .info-content p{color:var(--text-secondary);line-height:1.6;margin:0;font-size:.95rem}.base64-converter .info-note{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;background:#fffbeb;border:1px solid #fed7aa;border-radius:10px;color:#92400e;font-size:.9rem;grid-column:1 / -1}.base64-converter .info-note svg{flex-shrink:0;margin-top:.1rem}@media (max-width: 1024px){.base64-converter .io-grid .input-section,.base64-converter .io-grid .output-section{min-height:400px}}@media (max-width: 768px){.base64-converter .header h1{font-size:1.75rem}.base64-converter .header p{font-size:1rem}.base64-converter .controls-section{flex-direction:column;align-items:stretch;padding:1.5rem}.base64-converter .mode-selector,.base64-converter .input-type-selector{justify-content:center;width:100%}.base64-converter .section-header{flex-direction:column;gap:.75rem;align-items:flex-start}.base64-converter .file-info-grid,.base64-converter .compact-file-info .file-info-grid{grid-template-columns:1fr}.base64-converter .input-stats,.base64-converter .output-stats{flex-direction:column;gap:.5rem}.base64-converter .info-content{padding:0}.base64-converter .io-grid .input-section,.base64-converter .io-grid .output-section{min-height:auto}.base64-converter .text-input,.base64-converter .output-text{min-height:200px}.base64-converter .info-content{grid-template-columns:1fr;gap:1rem}}@media (max-width: 480px){.base64-converter{padding:1rem 0}.base64-converter .input-section,.base64-converter .file-info-section,.base64-converter .output-section,.base64-converter,.base64-converter .controls-section{padding:1.5rem;border-radius:15px}.base64-converter .file-drop-zone{padding:2rem 1rem}.base64-converter .mode-btn,.base64-converter .input-type-btn{padding:.5rem 1rem;font-size:.9rem}.base64-converter .text-input,.base64-converter .output-text{font-size:.8rem;padding:.75rem}.base64-converter .info-item{flex-direction:column;align-items:flex-start;gap:.25rem}}.text-generator{max-width:1200px;margin:0 auto;padding:2rem 1rem}.text-generator .header{text-align:center;margin-bottom:2rem}.text-generator .header-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;margin-bottom:1rem;box-shadow:0 4px 12px #667eea4d}.text-generator .header h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--dark, #1f2937)}.text-generator .header p{font-size:1.125rem;color:var(--gray, #6b7280);margin:0}.text-generator .main-content{display:flex;flex-direction:column;gap:2rem}.text-generator .config-panel{background:var(--foreground);border-radius:20px;padding:2rem;box-shadow:0 20px 40px #0000001a}.text-generator .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.text-generator .section-header h3{display:flex;align-items:center;gap:.5rem;font-size:1.3rem;font-weight:600;color:var(--text-primary);margin:0}.text-generator .toggle-settings{background:transparent;border:1px solid #d1d5db;color:var(--text-secondary);padding:.5rem 1rem;border-radius:10px;cursor:pointer;transition:all .2s ease;font-size:.9rem}.text-generator .toggle-settings:hover{background:#f9fafb;color:var(--text-secondary);border-color:#9ca3af}.text-generator .config-section{margin-bottom:2rem}.text-generator .config-label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--text-secondary);font-size:.95rem;margin-bottom:1rem}.text-generator .themes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.text-generator .theme-card{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem;background:var(--foreground);border:2px solid (--border);border-radius:15px;cursor:pointer;transition:all .3s ease;text-align:left}.text-generator .theme-card:hover{border-color:var(--theme-color, #667eea);transform:translateY(-2px);box-shadow:0 8px 25px #0000001a;color:var(--text-secondary)}.text-generator .theme-card.active{background:rgba(var(--theme-color-rgb, 102, 126, 234),.1);border-color:var(--theme-color, #667eea);box-shadow:0 0 0 3px rgba(var(--theme-color-rgb, 102, 126, 234),.2)}.text-generator .theme-name{font-weight:600;font-size:1rem;color:var(--text-primary)}.text-generator .theme-description{font-size:.85rem;color:#6b7280;line-height:1.4}.text-generator .config-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem}.text-generator .config-group{display:flex;flex-direction:column;gap:.5rem}.text-generator .config-select,.text-generator .config-input{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all .2s ease;background:var(--foreground);color:var(--text-primary)}.text-generator .config-select:focus,.text-generator .config-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.text-generator .advanced-settings{padding:1.5rem;background:var(--foreground);border:1px solid #e2e8f0;border-radius:15px;margin-bottom:1.5rem}.text-generator .style-preview{margin-top:1rem;padding:1rem;background:var(--foreground);border:1px solid #e5e7eb;border-radius:10px}.text-generator .style-preview h4{font-size:.9rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.text-generator .style-example{font-size:.85rem;color:#6b7280;margin:0;line-height:1.4}.text-generator .generate-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:15px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.text-generator .generate-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.text-generator .generate-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.text-generator .spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.text-generator .output-section{background:var(--foreground);border-radius:20px;padding:2rem;box-shadow:0 20px 40px #0000001a}.text-generator .output-actions{display:flex;gap:.5rem;flex-wrap:wrap}.text-generator .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:10px;font-weight:500;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none;font-size:.9rem}.text-generator .btn-outline{background:transparent;color:var(--text-primary);border:1px solid #d1d5db}.text-generator .btn-outline:hover{background:#f9fafb;color:#374151;border-color:#9ca3af}.text-generator .output-area{display:flex;flex-direction:column;gap:1rem}.text-generator .output-text{width:100%;padding:1.5rem;border:2px solid #e5e7eb;border-radius:15px;font-size:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.6;resize:vertical;background:var(--foreground);color:var(--text-primary)}.text-generator .output-stats{display:flex;gap:1.5rem;font-size:.9rem;color:#6b7280;padding:.5rem 0;flex-wrap:wrap}.text-generator .format-preview{margin-top:1.5rem;padding:1.5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:15px}.text-generator .format-preview h4{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.text-generator .preview-container{background:var(--foreground);border:1px solid #e5e7eb;border-radius:10px;padding:1.5rem;max-height:300px;overflow-y:auto}.text-generator .markdown-preview{margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;line-height:1.5;color:#374151;white-space:pre-wrap}.text-generator .use-cases-section{background:var(--foreground);border-radius:20px;padding:2rem;box-shadow:0 20px 40px #0000001a}.text-generator .use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.text-generator .use-case-card{padding:1.5rem;background:var(--foreground);border:1px solid #e2e8f0;border-radius:15px;transition:all .3s ease}.text-generator .use-case-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a;border-color:#cbd5e1}.text-generator .use-case-card h4{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.text-generator .use-case-card p{color:#6b7280;line-height:1.5;margin:0;font-size:.9rem}.text-generator .theme-card[style*="--theme-color: #3b82f6"]{--theme-color-rgb: 59, 130, 246}.text-generator .theme-card[style*="--theme-color: #059669"]{--theme-color-rgb: 5, 150, 105}.text-generator .theme-card[style*="--theme-color: #dc2626"]{--theme-color-rgb: 220, 38, 38}.text-generator .theme-card[style*="--theme-color: #7c3aed"]{--theme-color-rgb: 124, 58, 237}.text-generator .theme-card[style*="--theme-color: #ec4899"]{--theme-color-rgb: 236, 72, 153}.text-generator .theme-card[style*="--theme-color: #f59e0b"]{--theme-color-rgb: 245, 158, 11}.text-generator .theme-card[style*="--theme-color: #06b6d4"]{--theme-color-rgb: 6, 182, 212}.text-generator .theme-card[style*="--theme-color: #8b5cf6"]{--theme-color-rgb: 139, 92, 246}@media (max-width: 768px){.text-generator .header h1{font-size:2rem}.text-generator .header p{font-size:1rem}.text-generator .themes-grid,.text-generator .config-grid,.text-generator .use-cases-grid{grid-template-columns:1fr}.text-generator .section-header{flex-direction:column;gap:1rem;align-items:flex-start}.text-generator .output-actions{justify-content:flex-start}.text-generator .output-stats{flex-direction:column;gap:.5rem}}@media (max-width: 480px){.text-generator{padding:1rem 0}.text-generator .config-panel,.text-generator .output-section,.text-generator .use-cases-section{padding:1.5rem;border-radius:15px}.text-generator .themes-grid{gap:.75rem}.text-generator .theme-card{padding:.75rem}.text-generator .config-grid{gap:1rem}.text-generator .output-text{padding:1rem;font-size:.9rem}.text-generator .btn{padding:.5rem .75rem;font-size:.85rem}.text-generator .use-case-card{padding:1rem}}.tool-suggestions{max-width:1200px;margin:0 auto;padding:2rem 1rem}.tool-suggestions .header{text-align:center;margin-bottom:2rem}.tool-suggestions .header-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;margin-bottom:1rem;box-shadow:0 4px 12px #667eea4d}.tool-suggestions .stats-section{background:var(--foreground);border-radius:20px;padding:2rem;margin-bottom:2rem;box-shadow:0 20px 40px #0000001a}.tool-suggestions .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width: 900px){.tool-suggestions .stats-grid .tool-suggestions .stats-grid{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.tool-suggestions .stats-grid .tool-suggestions .stats-grid{grid-template-columns:1fr;gap:1rem}}.tool-suggestions .stat-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--foreground);border:1px solid var(--border);border-radius:15px;transition:all .2s ease}.tool-suggestions .stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a;border-color:#cbd5e1}.tool-suggestions .stat-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;flex-shrink:0}.tool-suggestions .stat-content{display:flex;flex-direction:column;gap:.25rem}.tool-suggestions .stat-number{font-size:2rem;font-weight:700;color:var(--text-primary);line-height:1}.tool-suggestions .stat-label{font-size:.9rem;color:#6b7280;font-weight:500}.tool-suggestions .main-content{display:flex;flex-direction:column;gap:2rem}.tool-suggestions .controls-section{background:var(--foreground);border-radius:20px;padding:2rem;box-shadow:0 20px 40px #0000001a}.tool-suggestions .controls-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.tool-suggestions .controls-header h3{display:flex;align-items:center;gap:.5rem;font-size:1.3rem;font-weight:600;color:var(--text-primary);margin:0}.tool-suggestions .suggest-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.tool-suggestions .suggest-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.tool-suggestions .filters-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1.5rem}.tool-suggestions .search-group,.tool-suggestions .filter-group{display:flex;flex-direction:column;gap:.5rem}.tool-suggestions .filter-label{font-weight:600;color:var(--text-primary);font-size:.9rem}.tool-suggestions .search-box{position:relative;display:flex;align-items:center}.tool-suggestions .search-icon{position:absolute;left:1rem;color:#9ca3af;pointer-events:none}.tool-suggestions .search-input{width:100%;padding:.75rem 1rem .75rem 3rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all .2s ease}.tool-suggestions .search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.tool-suggestions .filter-select{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;background:var(--foreground);transition:all .2s ease;color:var(--text-primary)}.tool-suggestions .filter-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.tool-suggestions .suggestions-section{background:var(--foreground);border-radius:20px;padding:2rem;box-shadow:0 20px 40px #0000001a}.tool-suggestions .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.tool-suggestions .section-header h3{display:flex;align-items:center;gap:.5rem;font-size:1.3rem;font-weight:600;color:var(--text-primary);margin:0}.tool-suggestions .loading-state,.tool-suggestions .error-state,.tool-suggestions .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;border:2px dashed var(--border);background:var(--foreground);text-align:center;color:#6b7280}.tool-suggestions .loading-state .spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.tool-suggestions .error-state svg,.tool-suggestions .empty-state svg{color:#9ca3af;margin-bottom:1rem}.tool-suggestions .retry-button,.tool-suggestions .cta-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:1rem}.tool-suggestions .retry-button:hover,.tool-suggestions .cta-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.tool-suggestions .suggestions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.tool-suggestions .suggestion-card{background:var(--foreground);border:1px solid var(--border);border-radius:15px;padding:1.5rem;transition:all .3s ease;display:flex;flex-direction:column;height:fit-content}.tool-suggestions .suggestion-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a;border-color:#cbd5e1}.tool-suggestions .suggestion-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.tool-suggestions .suggestion-title{flex:1}.tool-suggestions .suggestion-title h4{font-size:1.2rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;line-height:1.3}.tool-suggestions .suggestion-meta{display:flex;gap:.5rem;flex-wrap:wrap}.tool-suggestions .category-tag,.tool-suggestions .status-tag{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:6px;font-size:.8rem;font-weight:500}.tool-suggestions .status-tag{background:#6b72801a}.tool-suggestions .suggestion-votes{display:flex;flex-direction:column;align-items:center;gap:.25rem}.tool-suggestions .vote-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--foreground);border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;color:var(--text-primary)}.tool-suggestions .vote-button:hover:not(:disabled){border-color:#667eea;color:#667eea;background:#667eea0d}.tool-suggestions .vote-button:disabled{opacity:.5;cursor:not-allowed}.tool-suggestions .vote-button.voting{animation:pulse 1s infinite}.tool-suggestions .votes-count{font-weight:600;color:var(--text-primary);font-size:.9rem}.tool-suggestions .suggestion-content{flex:1;margin-bottom:1rem}.tool-suggestions .suggestion-description{color:var(--text-primary);line-height:1.5;margin-bottom:1rem}.tool-suggestions .use-cases,.tool-suggestions .example-tools{margin-bottom:.75rem}.tool-suggestions .use-cases strong,.tool-suggestions .example-tools strong{color:var(--text-primary);font-size:.9rem;display:block;margin-bottom:.25rem}.tool-suggestions .use-cases p,.tool-suggestions .example-tools p{color:#6b7280;font-size:.9rem;line-height:1.4;margin:0}.tool-suggestions .suggestion-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e5e7eb;font-size:.8rem;color:#9ca3af}.tool-suggestions .suggestion-author,.tool-suggestions .suggestion-date{display:flex;align-items:center;gap:.25rem}.tool-suggestions .modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.tool-suggestions .modal-content{background:var(--foreground);border-radius:20px;padding:2rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #00000040}.tool-suggestions .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.tool-suggestions .modal-header h3{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0}.tool-suggestions .modal-close{background:none;border:none;font-size:2rem;color:#9ca3af;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.tool-suggestions .modal-close:hover{color:#6b7280}.tool-suggestions .suggestion-form{display:flex;flex-direction:column;gap:1.5rem}.tool-suggestions .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.tool-suggestions .form-group{display:flex;flex-direction:column;gap:.5rem}.tool-suggestions .form-label{font-weight:600;color:var(--text-primary);font-size:.9rem}.tool-suggestions .form-input,.tool-suggestions .form-select,.tool-suggestions .form-textarea{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all .2s ease;font-family:inherit}.tool-suggestions .form-input:focus,.tool-suggestions .form-select:focus,.tool-suggestions .form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.tool-suggestions .form-textarea{resize:vertical;min-height:80px}.tool-suggestions .form-error{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;font-size:.9rem}.tool-suggestions .form-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb}.tool-suggestions .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:10px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;font-size:.9rem}.tool-suggestions .btn-outline{background:transparent;color:var(--text-primary);border:1px solid #d1d5db}.tool-suggestions .btn-outline:hover{background:#f9fafb;color:#374151;border-color:#9ca3af}.tool-suggestions .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:1px solid transparent}.tool-suggestions .btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.tool-suggestions .btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.tool-suggestions .spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width: 768px){.tool-suggestions .header h1{font-size:2rem}.tool-suggestions .header p{font-size:1rem}.tool-suggestions .stats-grid{grid-template-columns:repeat(2,1fr)}.tool-suggestions .filters-grid{grid-template-columns:1fr;gap:1rem}.tool-suggestions .suggestions-grid{grid-template-columns:1fr}.tool-suggestions .controls-header{flex-direction:column;gap:1rem;align-items:stretch}.tool-suggestions .form-grid{grid-template-columns:1fr}.tool-suggestions .form-actions{flex-direction:column}.tool-suggestions .suggestion-header{flex-direction:column;gap:.75rem}.tool-suggestions .suggestion-votes{flex-direction:row;align-self:flex-start}.tool-suggestions .votes-count{order:-1}}@media (max-width: 480px){.tool-suggestions{padding:1rem 0}.tool-suggestions .stats-section,.tool-suggestions .controls-section,.tool-suggestions .suggestions-section{padding:1.5rem;border-radius:15px}.tool-suggestions .modal-content{padding:1.5rem;border-radius:15px;margin:.5rem}.tool-suggestions .stats-grid{grid-template-columns:1fr}.tool-suggestions .suggestion-card{padding:1rem}}.auth-container{min-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--background)}.auth-card{position:relative;background:var(--foreground);border:1px solid var(--border-color);border-radius:20px;padding:3rem;max-width:450px;width:100%;box-shadow:0 20px 50px #00000040;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-header{text-align:center;margin-bottom:2rem}.auth-icon{color:var(--primary-color);margin-bottom:1rem}.auth-header h1{font-size:2rem;margin-bottom:.5rem;color:var(--text-primary)}.auth-header p{color:var(--text-secondary);font-size:.95rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--text-primary);font-size:.85rem;letter-spacing:.5px;text-transform:uppercase}.form-group input{padding:.875rem 1rem;border:2px solid var(--border-color);background:var(--gray-lighter);color:var(--text-primary);border-radius:10px;font-size:1rem;transition:all .2s}.form-group input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #7c3aed40}.auth-error{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fee2e2;border:1px solid #fecaca;border-radius:10px;color:#b91c1c;font-size:.85rem;font-weight:500}.auth-success{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;color:#047857;font-size:.85rem;font-weight:500}.auth-button{padding:1rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .25s;margin-top:.5rem;box-shadow:0 4px 12px #7c3aed59}.auth-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 24px #7c3aed73}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}.auth-footer p{color:var(--text-secondary);font-size:.85rem}.auth-footer a{color:var(--primary-color);text-decoration:none;font-weight:600}.auth-footer a:hover{text-decoration:underline}@media (max-width: 480px){.auth-card{padding:2rem 1.5rem;border-radius:16px}.auth-header h1{font-size:1.6rem}}.qr-redirect-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center;padding:24px}.qr-redirect-card{background:#ffffff14;border-radius:16px;padding:32px 28px;box-shadow:0 12px 30px #00000040;max-width:420px;width:100%;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.qr-redirect-title{font-size:1.75rem;font-weight:600;margin-bottom:12px}.qr-redirect-message{font-size:1.05rem;line-height:1.6;margin:0}.qr-redirect-spinner{width:54px;height:54px;border-radius:50%;border:4px solid rgba(255,255,255,.35);border-top-color:#fff;margin:0 auto 20px;animation:qr-redirect-spin 1s linear infinite}@keyframes qr-redirect-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#root{min-height:100vh;display:flex;flex-direction:column}:root,[data-theme=light]{--background: #f8fafc;--foreground: #fff;--text-primary: #1f2937;--text-secondary: #475569;--border-color: #e5e7eb;--primary-color: #7c3aed;--secondary-color: #667eea;--gray-lighter: #f1f5f9}[data-theme=dark]{--background: #18181b;--foreground: #23232a;--text-primary: #f3f4f6;--text-secondary: #a1a1aa;--border-color: #27272a;--primary-color: #a78bfa;--secondary-color: #7c3aed;--gray-lighter: #23232a}body,.theme-light,.theme-dark{background:var(--background);color:var(--text-primary)}
