*{box-sizing:border-box;margin:0;padding:0}body{font-family:-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:#f5f7fa;color:#2c3e50;line-height:1.6;overflow-x:hidden}#root{min-height:100vh;width:100%}img,video,iframe{max-width:100%;height:auto}::selection{background-color:#667eea;color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}button:focus,input:focus{outline:2px solid #3498db;outline-offset:2px}button{border:none;background:none;cursor:pointer}input{border:none;outline:none}.app{min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden;width:100%}.app-header{text-align:center;margin-bottom:3rem}.app-header h1{color:#2c3e50;margin-bottom:.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.app-header p{color:#7f8c8d;font-size:1.1rem;margin:0;line-height:1.4}.app-main{display:flex;flex-direction:column;gap:2rem;width:100%}.input-group{display:flex;gap:1rem;flex-wrap:wrap}.folder-input{flex:1;min-width:300px;padding:.75rem 1rem;border:2px solid #e1e8ed;border-radius:8px;font-size:1rem;transition:border-color .2s}.folder-input:focus{outline:none;border-color:#3498db}.scan-button{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-height:44px;min-width:44px}.scan-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.scan-button:active{transform:translateY(0)}.scan-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.export-buttons{display:flex;gap:1rem;flex-wrap:wrap}.export-button{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.export-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.export-button.txt{background:#27ae60;color:#fff}.export-button.json{background:#3498db;color:#fff}@media (max-width: 768px){.app{padding:1rem}.app-header h1{font-size:2rem}.app-header p{font-size:1rem}.input-group{flex-direction:column}.folder-input{min-width:auto}.export-buttons{flex-direction:column}}@media (max-width: 480px){.app{padding:.5rem}.app-header{margin-bottom:1.5rem}.app-header h1{font-size:1.8rem;line-height:1.2}.export-buttons button{padding:.75rem 1rem;font-size:.9rem}}.homepage{padding:0}.hero-nav{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(0,0,0,.1)}.nav-brand{font-size:1.2rem;font-weight:700;color:#2c3e50}.nav-links{display:flex;gap:2rem}.nav-links a{color:#2c3e50;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#667eea}.hero{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;text-align:center;padding:4rem 2rem;margin:0 0 3rem}.hero-content h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-subtitle{font-size:1.3rem;margin-bottom:2rem;opacity:.9}.hero-features{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.feature-badge{background:rgba(255,255,255,.2);padding:.5rem 1rem;border-radius:25px;font-weight:600}.hero-description{max-width:600px;margin:0 auto;font-size:1.1rem;opacity:.9}.tool-section{padding:2rem;max-width:1200px;margin:0 auto}.tool-section>*{margin-bottom:2rem}.features{padding:4rem 2rem;background:#f8f9fa;margin:2rem -2rem}.features h2{text-align:center;margin-bottom:3rem;color:#2c3e50}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.feature-card{background:white;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;text-align:center}.feature-card:hover{transform:translateY(-5px)}.feature-card h3{color:#2c3e50;margin-bottom:1rem}.trust{padding:4rem 2rem;text-align:center}.trust-stats{display:flex;justify-content:center;gap:3rem;margin:2rem 0;flex-wrap:wrap}.stat{text-align:center}.stat strong{display:block;font-size:2rem;color:#27ae60;margin-bottom:.5rem}.blog-preview{background:#f8f9fa;padding:4rem 2rem;text-align:center}.blog-preview h2{color:#2c3e50;margin-bottom:1rem;font-size:2.5rem;font-weight:600}.blog-preview-description{color:#666;font-size:1.1rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.section-subtitle{color:#666;font-size:1.1rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;text-align:center}.blog-preview-card{background:white;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;max-width:500px;margin:0 auto 2rem;transition:transform .3s ease}.blog-preview-card:hover{transform:translateY(-5px)}.blog-meta{display:flex;gap:1rem;margin-bottom:1rem}.blog-date,.blog-category{font-size:.85rem;color:#666;background:#f1f3f4;padding:.25rem .75rem;border-radius:12px}.blog-excerpt{color:#555;line-height:1.6;margin-bottom:1.5rem}.blog-actions{display:flex;gap:1rem;align-items:center}.read-more{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:transform .2s}.read-more:hover{transform:translateY(-2px)}.view-all{color:#667eea;text-decoration:none;font-weight:500}.view-all:hover{text-decoration:underline}.blog-post-card{background:white;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;max-width:500px;margin:0 auto 2rem;transition:transform .3s ease}.blog-post-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.blog-post-title{color:#2c3e50;font-size:1.4rem;font-weight:600;margin-bottom:1rem;line-height:1.4}.blog-post-excerpt{color:#666;line-height:1.6;margin-bottom:1.5rem}.blog-read-more{background:#27ae60;color:#fff;padding:.8rem 1.5rem;border:none;border-radius:8px;font-weight:600;text-decoration:none;display:inline-block;transition:background .3s ease}.blog-read-more:hover{background:#2ecc71;text-decoration:none}.blog-view-all{background:#3498db;color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-weight:600;text-decoration:none;display:inline-block;font-size:1.1rem;transition:background .3s ease;margin-top:1rem}.blog-view-all:hover{background:#2980b9;text-decoration:none}.legal-page,.about-page,.faq-page,.contact-page{max-width:800px;margin:0 auto;padding:2rem}.legal-content,.about-content,.faq-content,.contact-content{background:white;padding:3rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.legal-page h1,.about-page h1,.faq-page h1,.contact-page h1{color:#2c3e50;margin-bottom:1rem;border-bottom:3px solid #3498db;padding-bottom:.5rem}.last-updated{color:#7f8c8d;font-style:italic;margin-bottom:2rem}.legal-page section,.about-page section,.faq-page section,.contact-page section{margin-bottom:2rem}.legal-page h2,.about-page h2,.faq-page h2,.contact-page h2{color:#2c3e50;margin-bottom:1rem;font-size:1.3rem}.legal-page h3,.about-page h3,.faq-page h3,.contact-page h3{color:#34495e;margin-bottom:.75rem;font-size:1.1rem}.contact-info{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #3498db;margin:1rem 0}.legal-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #e1e8ed;background:#f8f9fa;border-radius:8px;padding:1.5rem}.cookie-table{margin:1rem 0;overflow-x:auto}.cookie-table table{width:100%;border-collapse:collapse;background:white;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.cookie-table th,.cookie-table td{padding:1rem;text-align:left;border-bottom:1px solid #e1e8ed}.cookie-table th{background:#3498db;color:#fff;font-weight:600}.cookie-table tr:hover{background:#f8f9fa}.faq-intro{color:#7f8c8d;font-size:1.1rem;margin-bottom:2rem}.faq-section{margin-bottom:3rem}.faq-item{background:#f8f9fa;border-radius:8px;padding:1.5rem;margin-bottom:1rem;border-left:4px solid #3498db}.faq-item h3{margin-top:0;color:#2c3e50}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.step{background:#f8f9fa;padding:1.5rem;border-radius:8px;text-align:center}.formats-grid,.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.format-category,.use-case{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #3498db}.privacy-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:2rem 0}.privacy-point{background:#e8f5e8;padding:1.5rem;border-radius:8px;text-align:center;border:1px solid #27ae60}.contact-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.contact-method{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #3498db}.reasons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.reason{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #e74c3c}.expectations{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.expectation{background:#e8f5e8;padding:1.5rem;border-radius:8px;text-align:center;border:1px solid #27ae60}.business-details{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #9b59b6}.form-notice{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:1.5rem;margin:1rem 0}.blog-page{max-width:1200px;margin:0 auto;padding:2rem;min-height:100vh;background:#fafbfc}.blog-header{text-align:center;margin:0 auto 4rem;padding:4rem 2rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 20px 40px #667eea4d;max-width:1000px}.blog-header h1{color:#fff;font-size:3.5rem;margin-bottom:1.5rem;font-weight:800;text-shadow:0 4px 8px rgba(0,0,0,.2);position:relative;z-index:1;line-height:1.2}.blog-subtitle{color:#fffffff2;font-size:1.4rem;max-width:700px;margin:0 auto;line-height:1.7;font-weight:400;position:relative;z-index:1;text-shadow:0 2px 4px rgba(0,0,0,.1)}.post-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem;padding:0 1rem}.blog-post-card{background:white;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;border:1px solid #e1e8ed;transition:transform .3s ease,box-shadow .3s ease}.blog-post-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.post-meta{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:.9rem}.post-date{color:#7f8c8d}.post-category{color:#667eea;font-weight:600}.blog-post-card h2{margin-bottom:1rem;font-size:1.3rem;line-height:1.4}.blog-post-card h2 a{color:#2c3e50;text-decoration:none;transition:color .3s ease}.blog-post-card h2 a:hover{color:#667eea}.post-excerpt{color:#5a6c7d;line-height:1.6;margin-bottom:1.5rem}.post-tags{display:flex;gap:.5rem;flex-wrap:wrap}.tag{background:#f8f9fa;color:#667eea;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid #e1e8ed}.blog-cta{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:3rem 2rem;border-radius:12px;text-align:center}.cta-content h3{margin-bottom:1rem;font-size:1.8rem}.cta-content p{margin-bottom:2rem;opacity:.9;max-width:500px;margin-left:auto;margin-right:auto}.cta-button{background:rgba(255,255,255,.2);color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:background .3s ease;display:inline-block}.cta-button:hover{background:rgba(255,255,255,.3);color:#fff}.blog-post{max-width:800px;margin:0 auto;padding:2rem}.post-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e1e8ed}.post-header h1{color:#2c3e50;font-size:2.2rem;line-height:1.3;margin-bottom:1rem}.post-subtitle{color:#7f8c8d;font-size:1.1rem;line-height:1.6;max-width:600px;margin:0 auto}.post-body{line-height:1.8;color:#2c3e50}.post-body h2{color:#2c3e50;margin:2.5rem 0 1.5rem;font-size:1.6rem;border-bottom:2px solid #667eea;padding-bottom:.5rem}.post-body h3{color:#2c3e50;margin:2rem 0 1rem;font-size:1.3rem}.post-body p{margin-bottom:1.5rem}.post-body ul,.post-body ol{margin-bottom:1.5rem;padding-left:2rem}.post-body li{margin-bottom:.5rem}.code-example{background:#f8f9fa;border:1px solid #e1e8ed;border-radius:6px;padding:1.5rem;margin:1.5rem 0}.code-example strong{color:#667eea;display:block;margin-bottom:1rem}.callout{background:linear-gradient(135deg,#667eea20,#764ba220);border-left:4px solid #667eea;padding:1.5rem;margin:2rem 0;border-radius:0 6px 6px 0}.callout h3{margin-top:0;color:#667eea}.cta-section{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:2rem;border-radius:12px;text-align:center;margin:3rem 0}.cta-section h3{margin-bottom:1rem;color:#fff}.cta-section p{margin-bottom:1.5rem;opacity:.9}.post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #e1e8ed}.post-share{text-align:center;margin-top:2rem}.post-share a{color:#667eea;text-decoration:none}.post-share a:hover{text-decoration:underline}@media (max-width: 768px){button,.nav-link,.logo-link,.export-button{min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}body{font-size:16px}.package-section{margin-bottom:2rem}.package-section h3{font-size:1.2rem;margin-bottom:1rem}.spinner{width:40px;height:40px}input[type=text],input[type=email],textarea{font-size:16px;padding:12px}table{font-size:14px}th,td{padding:8px 4px}}@media (max-width: 320px){.app{padding:.25rem}.app-header h1,.hero-content h1{font-size:1.4rem}}@media (max-width: 768px){.hero-nav{flex-direction:column;gap:1rem;padding:1rem}.nav-links{gap:1rem}.hero-content h1{font-size:2rem;line-height:1.2}.hero-features{flex-direction:column;align-items:center;gap:1rem}.trust-stats{flex-direction:column;gap:1.5rem}.legal-content,.about-content,.faq-content,.contact-content{padding:2rem 1rem}.steps{gap:1rem}.step{padding:1rem}.formats-grid,.use-cases-grid{grid-template-columns:1fr;gap:1rem}.format-category,.use-case{padding:1rem}.about-content h2{font-size:1.4rem}.about-content h3{font-size:1.2rem}.cookie-table{font-size:.9rem;overflow-x:auto;display:block;white-space:nowrap}.blog-page,.about-page,.contact-page,.faq-page{padding:1rem}.blog-header h1,.about-hero h1{font-size:2rem}.post-grid{grid-template-columns:1fr;gap:1rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.blog-post-card,.contact-form{padding:1.5rem}.form-group input,.form-group textarea{font-size:1rem}.faq-item{padding:1rem}.faq-question{font-size:1rem}.blog-page{padding:1rem}.blog-header{padding:2rem 1rem;margin:0 0 2rem;border-radius:16px}.blog-header h1{font-size:2rem;margin-bottom:1rem}.blog-subtitle{font-size:1.1rem;line-height:1.5}.post-grid{grid-template-columns:1fr;gap:1.5rem;padding:0}.blog-cta{padding:2rem 1rem;border-radius:12px;margin:2rem 0}.cta-content h3{font-size:1.5rem}.cta-content p{font-size:1rem}}@media (max-width: 480px){.hero-content h1{font-size:1.6rem}.hero-content p{font-size:.9rem}.app-header h1{font-size:1.6rem;line-height:1.1}.hero{padding:2rem 1rem}.hero-features{gap:.5rem}.features-grid{grid-template-columns:1fr;gap:1rem}.feature-badge{padding:.4rem .8rem;font-size:.8rem}.blog-page,.about-page,.contact-page,.faq-page{padding:.5rem}.blog-header{padding:1.5rem 1rem;margin:0 .5rem 1.5rem;border-radius:12px}.blog-header h1{font-size:1.8rem;margin-bottom:.75rem;line-height:1.1}.blog-subtitle{font-size:1rem;line-height:1.4}.blog-cta{padding:1.5rem .75rem;border-radius:8px;margin:1.5rem .5rem}.cta-content h3{font-size:1.3rem;margin-bottom:.75rem}.cta-content p{font-size:.9rem;margin-bottom:1.5rem}.cta-button{padding:.75rem 1.5rem;font-size:.9rem}.post-grid{gap:1rem}.blog-post-card,.feature-card{padding:1rem;margin-bottom:1rem}.about-content{padding:1rem}.step,.format-category,.use-case{padding:.75rem}.about-content h1{font-size:1.8rem}.about-content h2{font-size:1.3rem}.about-content h3{font-size:1.1rem}.contact-form{padding:1rem}.contact-form h2{font-size:1.4rem}}.site-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#fff;font-weight:700;font-size:1.2rem}.logo-icon{font-size:1.5rem}.main-nav .nav-list{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-link{color:#ffffffe6;text-decoration:none;padding:.5rem 1rem;border-radius:6px;transition:background-color .2s}.nav-link:hover,.nav-link.active{background-color:#fff3;color:#fff}.free-badge{background:#27ae60;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem;text-align:center;padding:0 1rem}.logo-text{font-size:1.2rem}.main-nav .nav-list{flex-wrap:wrap;justify-content:center;gap:.5rem}.nav-link{padding:.5rem .75rem;font-size:.9rem}.header-actions{margin-top:.5rem}.free-badge{padding:.4rem .8rem;font-size:.8rem}}@media (max-width: 480px){.header-content{padding:0 .5rem}.logo-text{font-size:1rem}.nav-link{padding:.4rem .6rem;font-size:.8rem}.free-badge{padding:.3rem .6rem;font-size:.7rem}}.site-footer{background:#2c3e50;color:#fff;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;padding:3rem 2rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#ecf0f1}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#bdc3c7;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#ecf0f1}.footer-features{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.footer-badge{background:rgba(255,255,255,.1);color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.8rem}.footer-bottom{background:#34495e;padding:1.5rem 0}.footer-bottom-content{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.footer-bottom p{margin:.5rem 0;color:#bdc3c7}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;padding:2rem 1rem;gap:1.5rem;text-align:center}.footer-section h3,.footer-section h4{font-size:1.1rem}.footer-features{justify-content:center}.footer-badge{font-size:.8rem;padding:.3rem .6rem}.footer-bottom{padding:1rem}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}}@media (max-width: 480px){.footer-content{padding:1.5rem .5rem}.footer-section h3,.footer-section h4{font-size:1rem}}.performance-dashboard{position:fixed;top:20px;right:20px;background:rgba(0,0,0,.9);color:#fff;padding:16px;border-radius:8px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:12px;max-width:320px;z-index:10000;box-shadow:0 4px 12px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:8px}.dashboard-header h3{margin:0;font-size:14px;font-weight:600}.dashboard-toggle{background:none;border:none;color:#fff;cursor:pointer;font-size:16px;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.dashboard-toggle:hover{background-color:#ffffff1a}.metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:12px}.metric-card{background:rgba(255,255,255,.1);padding:8px;border-radius:4px;text-align:center;min-height:60px;display:flex;flex-direction:column;justify-content:center}.metric-label{font-weight:600;font-size:10px;text-transform:uppercase;letter-spacing:.5px;opacity:.8}.metric-value{font-size:14px;font-weight:700;margin:2px 0}.metric-grade{font-size:12px;font-weight:600;margin:2px 0}.metric-description{font-size:9px;opacity:.7;line-height:1.2}.performance-tips{background:rgba(255,193,7,.1);border:1px solid rgba(255,193,7,.3);border-radius:4px;padding:8px;margin-bottom:12px}.performance-tips h4{margin:0 0 6px;font-size:12px;color:#ffc107}.performance-tips ul{margin:0;padding-left:16px;list-style-type:none}.performance-tips li{margin:4px 0;font-size:10px;line-height:1.3;position:relative}.performance-tips li:before{content:"•";color:#ffc107;position:absolute;left:-12px}.dashboard-info{opacity:.6;font-size:9px;line-height:1.3;text-align:center}@media (max-width: 768px){.performance-dashboard{top:10px;right:10px;left:10px;max-width:none;font-size:11px}.metrics-grid{grid-template-columns:repeat(3,1fr)}.metric-card{min-height:50px}.metric-value{font-size:12px}}.folder-selector{background:white;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;border:1px solid #e1e8ed}.folder-selector h2{color:#2c3e50;margin-bottom:1.5rem;font-size:1.5rem}.folder-form{margin-bottom:1.5rem}.selected-folder{background:#f8f9fa;padding:1rem;border-radius:8px;border-left:4px solid #27ae60;margin-bottom:1rem}.supported-formats{margin-top:1.5rem}.supported-formats h3{color:#2c3e50;margin-bottom:1rem;font-size:1.2rem}.supported-formats ul{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.5rem}.supported-formats li{background:#f8f9fa;padding:.75rem;border-radius:6px;border-left:3px solid #3498db}@media (max-width: 768px){.input-group{flex-direction:column}.folder-input{min-width:auto}.folder-selector{padding:1.5rem;margin:.5rem}.folder-selector h2{font-size:1.3rem}.scan-button{width:100%;padding:1rem;font-size:1rem}}@media (max-width: 480px){.folder-selector{padding:1rem;margin:.25rem;border-radius:8px}}.collapsible-license{display:inline}.license-toggle-btn{background:none;border:none;color:#3498db;cursor:pointer;font-size:.85em;padding:0 4px;margin-left:4px;text-decoration:none;font-weight:500;transition:color .2s ease;white-space:nowrap}.license-toggle-btn:hover{color:#2980b9;text-decoration:underline}.license-toggle-btn:focus{outline:2px solid #3498db;outline-offset:2px;border-radius:2px}@media (max-width: 768px){.license-toggle-btn{font-size:.8em}}.package-list{background:white;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;border:1px solid #e1e8ed}.package-list h2{color:#2c3e50;margin-bottom:1.5rem;font-size:1.5rem}.package-list.scanning{text-align:center}.progress{color:#7f8c8d;margin-bottom:1rem;font-style:italic}.spinner{width:40px;height:40px;border:4px solid #e1e8ed;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.package-list.error{text-align:center;color:#e74c3c}.retry-button{background:#e74c3c;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:1rem}.retry-button:hover{background:#c0392b}.package-list.empty{text-align:center;color:#7f8c8d}.package-section{margin-bottom:2rem}.package-section h3{color:#2c3e50;margin-bottom:1rem;font-size:1.3rem;border-bottom:2px solid #ecf0f1;padding-bottom:.5rem}.package-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.package-item{background:#f8f9fa;border:1px solid #e1e8ed;border-radius:8px;padding:1rem;transition:transform .2s,box-shadow .2s}.package-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.package-name{font-weight:600;color:#2c3e50;margin-bottom:.25rem}.package-version{color:#7f8c8d;font-size:.9rem;margin-bottom:.5rem}.package-license{color:#27ae60;font-size:.9rem;background:#d5f4e6;padding:.25rem .5rem;border-radius:4px;display:inline-block}@media (max-width: 768px){.package-grid{grid-template-columns:1fr}.package-item{padding:1rem;margin-bottom:1rem}.package-name{font-size:1rem;word-break:break-word}.package-section{margin-bottom:2rem}.package-section h3{font-size:1.2rem;margin-bottom:1rem}.spinner{width:40px;height:40px}}@media (max-width: 480px){.package-list{padding:1rem;margin:.25rem;border-radius:8px}.package-grid{gap:.75rem}.package-item{padding:.75rem}}.license-report{background:white;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;border:1px solid #e1e8ed}.license-report h2{color:#2c3e50;margin-bottom:1.5rem;font-size:1.5rem}.license-report h3{color:#2c3e50;margin-bottom:1rem;font-size:1.3rem}.report-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-item{background:#f8f9fa;padding:1rem;border-radius:8px;border-left:4px solid #3498db;display:flex;justify-content:space-between;align-items:center}.stat-label{font-weight:600;color:#2c3e50}.stat-value{font-size:1.5rem;font-weight:700;color:#3498db}.license-distribution{margin-bottom:2rem}.license-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.5rem}.license-stat-item{background:#f8f9fa;padding:.75rem;border-radius:6px;display:flex;justify-content:space-between;align-items:center}.license-name{font-weight:500;color:#2c3e50}.license-count{color:#7f8c8d;font-size:.9rem}.export-section{margin-bottom:2rem}@media (max-width: 768px){.export-buttons{flex-direction:column}.report-stats{grid-template-columns:1fr;gap:.75rem}.stat-item{padding:.75rem;flex-direction:column;text-align:center;gap:.5rem}.stat-value{font-size:1.2rem}}@media (max-width: 480px){.license-report{padding:1rem;margin:.25rem;border-radius:8px}.export-buttons button{padding:.75rem 1rem;font-size:.9rem}}.blog-post{max-width:800px!important;margin:0 auto!important;padding:2rem!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important}.post-header{text-align:center!important;margin-bottom:3rem!important;padding-bottom:2rem!important;border-bottom:1px solid #e1e8ed!important}.post-header h1{color:#2c3e50!important;font-size:2.2rem!important;line-height:1.3!important;margin-bottom:1rem!important}.post-subtitle{color:#7f8c8d!important;font-size:1.1rem!important;line-height:1.6!important;max-width:600px!important;margin:0 auto!important}.post-meta{display:flex!important;justify-content:center!important;gap:1rem!important;margin-bottom:1rem!important}.post-date,.post-category{color:#667eea!important;font-size:.9rem!important;font-weight:500!important;padding:.25rem .75rem!important;background:rgba(102,126,234,.1)!important;border-radius:15px!important}.post-body{line-height:1.8!important;color:#2c3e50!important}.post-body h2{color:#2c3e50!important;margin:2.5rem 0 1.5rem!important;font-size:1.6rem!important;border-bottom:2px solid #667eea!important;padding-bottom:.5rem!important}.post-body h3{color:#2c3e50!important;margin:2rem 0 1rem!important;font-size:1.3rem!important}.post-body p{margin-bottom:1.5rem!important}.post-body ul,.post-body ol{margin-bottom:1.5rem!important;padding-left:2rem!important}.post-body li{margin-bottom:.5rem!important}.code-example{background:#f8f9fa!important;border:1px solid #e1e8ed!important;border-radius:6px!important;padding:1.5rem!important;margin:1.5rem 0!important}.code-example strong{color:#667eea!important;display:block!important;margin-bottom:1rem!important}.callout{background:linear-gradient(135deg,#667eea20,#764ba220)!important;border-left:4px solid #667eea!important;padding:1.5rem!important;margin:2rem 0!important;border-radius:0 6px 6px 0!important}.callout h3{margin-top:0!important;color:#667eea!important}.cta-section{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)!important;color:#fff!important;padding:2rem!important;border-radius:12px!important;text-align:center!important;margin:3rem 0!important}.post-footer{margin-top:3rem!important;padding-top:2rem!important;border-top:1px solid #e1e8ed!important}.post-share{text-align:center!important;margin-top:2rem!important}.post-share p{color:#7f8c8d!important}.post-share a{color:#667eea!important;text-decoration:none!important}.post-share a:hover{text-decoration:underline!important}
