.header{background:linear-gradient(135deg,#001b43,#007aff);color:#fff;padding:1.5rem 0;box-shadow:0 2px 10px #0000001a;position:relative;z-index:2}.header .container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.header .logo{text-decoration:none;color:#fff}.header .logo h1{margin:0;font-size:1.8rem;font-weight:700;letter-spacing:-.5px}.header .nav{display:flex;gap:1.5rem;align-items:center}.header .nav .nav-link{color:#fff;text-decoration:none;font-weight:500;transition:opacity .2s}.header .nav .nav-link:hover{opacity:.8}.header .nav .nav-user{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:500;font-size:.95rem}.header .nav .nav-user .admin-badge{display:inline-flex;align-items:center;gap:.3rem;background:#dc354533;color:#ffc107;padding:.2rem .6rem;border-radius:12px;font-size:.8rem;font-weight:600;border:1px solid rgba(255,193,7,.3)}.header .nav .nav-button{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.4);border-radius:999px;padding:.4rem 1rem;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s}.header .nav .nav-button:hover{background:#ffffff40;border-color:#ffffffb3}@media (max-width: 768px){.header .container{flex-direction:column;gap:1rem;padding:0 1rem}.header .logo h1{font-size:1.5rem}}.home{min-height:calc(100vh - 200px);padding:3rem 0;position:relative;z-index:1}.home .container{max-width:1200px;margin:0 auto;padding:0 2rem}.home .hero{text-align:center;margin-bottom:4rem}.home .hero h2{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.home .hero .subtitle{font-size:1.2rem;color:#718096;max-width:600px;margin:0 auto}.home .tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.home .tool-card{background:#fff;border-radius:12px;padding:2rem;text-decoration:none;color:inherit;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;border:2px solid transparent;display:flex;flex-direction:column;position:relative;overflow:hidden}.home .tool-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--tool-color)}.home .tool-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026;border-color:var(--tool-color)}.home .tool-card .tool-icon{font-size:3rem;margin-bottom:1rem;color:var(--tool-color);display:flex;align-items:center;justify-content:center}.home .tool-card .tool-icon i{font-size:3rem}.home .tool-card h3{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.home .tool-card p{color:#718096;margin-bottom:1rem;flex-grow:1}.home .tool-card .tool-link{color:var(--tool-color);font-weight:600;font-size:.9rem;margin-top:auto}.home .site-links-section{margin-bottom:4rem}.home .site-links-section .links-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:1rem;max-width:800px;margin:0 auto}.home .site-links-section .add-link-card{background:#fff;border:2px dashed #cbd5e1;border-radius:12px;width:80px;height:80px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#94a3b8;font-size:2rem}.home .site-links-section .add-link-card:hover{border-color:#007aff;color:#007aff;background:#f0f7ff;transform:scale(1.05)}.home .site-links-section .add-link-form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.home .site-links-section .add-link-form{background:#fff;border-radius:12px;padding:2rem;max-width:500px;width:100%;box-shadow:0 10px 40px #0003}.home .site-links-section .add-link-form .form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.home .site-links-section .add-link-form .form-header h3{font-size:1.5rem;color:#2d3748;margin:0}.home .site-links-section .add-link-form .form-header .btn-close{background:none;border:none;font-size:1.5rem;color:#94a3b8;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s}.home .site-links-section .add-link-form .form-header .btn-close:hover{background:#f1f5f9;color:#64748b}.home .site-links-section .add-link-form .form-group{margin-bottom:1.5rem}.home .site-links-section .add-link-form .form-group label{display:block;margin-bottom:.5rem;color:#2d3748;font-weight:600;font-size:.95rem}.home .site-links-section .add-link-form .form-group input[type=text],.home .site-links-section .add-link-form .form-group input[type=url]{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s}.home .site-links-section .add-link-form .form-group input[type=text]:focus,.home .site-links-section .add-link-form .form-group input[type=url]:focus{outline:none;border-color:#007aff;box-shadow:0 0 0 3px #007aff1a}.home .site-links-section .add-link-form .form-group .logo-upload{display:flex;flex-direction:column;gap:1rem}.home .site-links-section .add-link-form .form-group .logo-upload .logo-upload-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;border:2px dashed #cbd5e1;border-radius:8px;cursor:pointer;transition:all .2s;color:#64748b;font-weight:500}.home .site-links-section .add-link-form .form-group .logo-upload .logo-upload-btn:hover{border-color:#007aff;color:#007aff;background:#f0f7ff}.home .site-links-section .add-link-form .form-group .logo-upload .logo-upload-btn i{font-size:1rem}.home .site-links-section .add-link-form .form-group .logo-upload .logo-preview{position:relative;display:inline-block;width:80px;height:80px;border-radius:8px;overflow:hidden;border:2px solid #e2e8f0}.home .site-links-section .add-link-form .form-group .logo-upload .logo-preview img{width:100%;height:100%;object-fit:contain;background:#fff}.home .site-links-section .add-link-form .form-group .logo-upload .logo-preview .remove-logo{position:absolute;top:-8px;right:-8px;width:24px;height:24px;border-radius:50%;background:#ef4444;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.75rem;box-shadow:0 2px 4px #0003}.home .site-links-section .add-link-form .form-group .logo-upload .logo-preview .remove-logo:hover{background:#dc2626}.home .site-links-section .add-link-form .form-actions{display:flex;gap:1rem;justify-content:flex-end}.home .site-links-section .add-link-form .form-actions .btn-primary,.home .site-links-section .add-link-form .form-actions .btn-secondary{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem;border:none}.home .site-links-section .add-link-form .form-actions .btn-primary{background:linear-gradient(135deg,#001b43,#007aff);color:#fff;box-shadow:0 4px 12px #007aff4d}.home .site-links-section .add-link-form .form-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #007aff66}.home .site-links-section .add-link-form .form-actions .btn-secondary{background:#e2e8f0;color:#64748b}.home .site-links-section .add-link-form .form-actions .btn-secondary:hover{background:#cbd5e1}.home .site-links-section .link-card-wrapper{display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative}.home .site-links-section .link-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;width:80px;height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none;color:inherit;padding:.5rem}.home .site-links-section .link-card:hover{border-color:#007aff;box-shadow:0 4px 12px #007aff26;transform:translateY(-2px)}.home .site-links-section .link-card .link-logo,.home .site-links-section .link-card .link-logo-placeholder{width:100%;height:100%;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#f7fafc;flex-shrink:0}.home .site-links-section .link-card .link-logo{padding:.5rem;object-fit:contain;background:#fff}.home .site-links-section .link-card .link-logo img{width:100%;height:100%;object-fit:contain}.home .site-links-section .link-card .link-logo-placeholder{color:#94a3b8;font-size:1.5rem}.home .site-links-section .link-card .link-name{display:none}.home .site-links-section .link-name{font-size:.75rem;color:#2d3748;font-weight:500;text-align:center;max-width:80px;word-break:break-word;line-height:1.2;margin-top:.25rem}.home .site-links-section .link-actions{position:absolute;top:-8px;right:-8px;display:flex;gap:.25rem;opacity:0;transition:opacity .2s}.home .site-links-section .link-card-wrapper:hover .link-actions{opacity:1}.home .site-links-section .btn-edit,.home .site-links-section .btn-delete{width:28px;height:28px;border-radius:50%;border:2px solid white;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;font-size:.75rem;box-shadow:0 2px 4px #0003}.home .site-links-section .btn-edit{background:#fbbf24;color:#fff}.home .site-links-section .btn-edit:hover{background:#f59e0b;transform:scale(1.1)}.home .site-links-section .btn-delete{background:#ef4444;color:#fff}.home .site-links-section .btn-delete:hover{background:#dc2626;transform:scale(1.1)}.home .trello-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:4rem;box-shadow:0 4px 6px #0000001a}.home .trello-section .trello-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.home .trello-section .trello-header h3{font-size:1.5rem;color:#2d3748;margin:0;display:flex;align-items:center;gap:.75rem}.home .trello-section .trello-header h3 i{color:#0079bf}.home .trello-section .trello-header .trello-actions{display:flex;gap:.75rem;flex-wrap:wrap}.home .trello-section .trello-header .trello-actions button{padding:.6rem 1.2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem;border:none;font-size:.9rem}.home .trello-section .trello-header .trello-actions .btn-trello-add{background:linear-gradient(135deg,#001b43,#007aff);color:#fff;box-shadow:0 4px 12px #007aff4d}.home .trello-section .trello-header .trello-actions .btn-trello-add:hover{transform:translateY(-2px);box-shadow:0 6px 16px #007aff66}.home .trello-section .trello-header .trello-actions .btn-trello-edit{background:#fef3c7;color:#d97706}.home .trello-section .trello-header .trello-actions .btn-trello-edit:hover{background:#fde68a;color:#b45309}.home .trello-section .trello-header .trello-actions .btn-trello-delete{background:#fee2e2;color:#dc2626}.home .trello-section .trello-header .trello-actions .btn-trello-delete:hover{background:#fecaca;color:#b91c1c}.home .trello-section .trello-form{background:#f7fafc;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.home .trello-section .trello-form .form-group{margin-bottom:1rem}.home .trello-section .trello-form .form-group label{display:block;margin-bottom:.5rem;color:#2d3748;font-weight:600;font-size:.95rem}.home .trello-section .trello-form .form-group .trello-url-input{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s}.home .trello-section .trello-form .form-group .trello-url-input:focus{outline:none;border-color:#0079bf;box-shadow:0 0 0 3px #0079bf1a}.home .trello-section .trello-form .form-group .trello-error{margin-top:.5rem;padding:.75rem;background:#fee2e2;color:#dc2626;border-radius:6px;font-size:.9rem;border-left:4px solid #dc2626}.home .trello-section .trello-form .form-group small{display:block;margin-top:.5rem;color:#718096;font-size:.85rem}.home .trello-section .trello-form .form-actions{display:flex;gap:1rem;justify-content:flex-end}.home .trello-section .trello-form .form-actions .btn-primary,.home .trello-section .trello-form .form-actions .btn-secondary{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem;border:none}.home .trello-section .trello-form .form-actions .btn-primary{background:linear-gradient(135deg,#001b43,#007aff);color:#fff;box-shadow:0 4px 12px #007aff4d}.home .trello-section .trello-form .form-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #007aff66}.home .trello-section .trello-form .form-actions .btn-secondary{background:#e2e8f0;color:#64748b}.home .trello-section .trello-form .form-actions .btn-secondary:hover{background:#cbd5e1}.home .trello-section .trello-loading{text-align:center;padding:3rem;color:#718096}.home .trello-section .trello-loading i{font-size:2rem;margin-bottom:1rem;color:#0079bf}.home .trello-section .trello-loading p{font-size:1.1rem}.home .trello-section .trello-error-message{background:#fee2e2;border:2px solid #dc2626;border-radius:8px;padding:1rem;margin-bottom:1rem;display:flex;gap:1rem;align-items:flex-start}.home .trello-section .trello-error-message i{color:#dc2626;font-size:1.5rem;flex-shrink:0}.home .trello-section .trello-error-message strong{display:block;color:#991b1b;margin-bottom:.5rem;font-size:1rem}.home .trello-section .trello-error-message p{color:#7f1d1d;margin:.25rem 0;font-size:.9rem}.home .trello-section .trello-board-container{background:#f7fafc;border-radius:8px;padding:1.5rem;overflow-x:auto}.home .trello-section .trello-board-container .trello-board-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.home .trello-section .trello-board-container .trello-board-header h4{color:#2d3748;font-size:1.5rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.home .trello-section .trello-board-container .trello-board-header h4 i{color:#0079bf}.home .trello-section .trello-board-container .trello-board-header .trello-board-desc{color:#718096;margin-bottom:.75rem;font-size:.95rem}.home .trello-section .trello-board-container .trello-board-header .trello-board-link{display:inline-flex;align-items:center;gap:.5rem;color:#0079bf;text-decoration:none;font-weight:500;font-size:.9rem;transition:opacity .2s}.home .trello-section .trello-board-container .trello-board-header .trello-board-link:hover{opacity:.8}.home .trello-section .trello-board-container .trello-lists{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem}.home .trello-section .trello-board-container .trello-lists .trello-list{min-width:280px;background:#e2e8f0;border-radius:8px;padding:1rem;flex-shrink:0}.home .trello-section .trello-board-container .trello-lists .trello-list .trello-list-title{color:#2d3748;font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #cbd5e1}.home .trello-section .trello-board-container .trello-lists .trello-list .trello-cards{display:flex;flex-direction:column;gap:.75rem}.home .trello-section .trello-board-container .trello-lists .trello-list .trello-card{background:#fff;border-radius:6px;padding:.75rem;text-decoration:none;color:inherit;box-shadow:0 1px 3px #0000001a;transition:all .2s;display:block}.home .trello-section .trello-board-container .trello-lists .trello-list .trello-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.home .trello-section .trello-board-container .trello-lists .trello-list .trello-card .card-name{color:#2d3748;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.home .trello-section .trello-board-container .trello-lists .trello-list .trello-card .card-desc{color:#718096;font-size:.85rem;margin-bottom:.5rem;line-height:1.4}.home .trello-section .trello-board-container .trello-lists .trello-list .trello-card .card-labels{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.home .trello-section .trello-board-container .trello-lists .trello-list .trello-card .card-labels .card-label{padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.home .trello-section .trello-board-container .trello-lists .trello-list .trello-card .card-due{display:flex;align-items:center;gap:.5rem;color:#dc2626;font-size:.85rem;font-weight:500}.home .trello-section .trello-board-container .trello-lists .trello-list .trello-empty-list{color:#94a3b8;font-size:.9rem;text-align:center;padding:1rem;font-style:italic}.home .trello-section .trello-empty{text-align:center;padding:3rem 2rem;color:#718096}.home .trello-section .trello-empty i{font-size:3rem;color:#0079bf;margin-bottom:1rem;opacity:.5}.home .trello-section .trello-empty p{font-size:1.1rem;margin:.5rem 0}.home .trello-section .trello-empty p.hint{font-size:.9rem;color:#94a3b8}.home .info-section{border-radius:12px;padding:2rem;text-align:center}.home .info-section h3{font-size:1.5rem;color:#2d3748;margin-bottom:1rem}.home .info-section p{color:#718096;line-height:1.6;max-width:700px;margin:0 auto}@media (max-width: 768px){.home{padding:2rem 0}.home .container{padding:0 1rem}.home .hero{margin-bottom:2rem}.home .hero h2{font-size:2rem}.home .hero .subtitle{font-size:1rem}.home .tools-grid{grid-template-columns:1fr;gap:1.5rem}.home .tool-card{padding:1.5rem}.home .site-links-section .links-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:1rem}.home .site-links-section .add-link-card,.home .site-links-section .link-card{width:70px;height:70px}.home .site-links-section .link-actions{opacity:1}.home .trello-section{padding:1.5rem}.home .trello-section .trello-header{flex-direction:column;align-items:flex-start}.home .trello-section .trello-header .trello-actions{width:100%}.home .trello-section .trello-header .trello-actions button{flex:1;justify-content:center}.home .trello-section .trello-widget-container{padding:.5rem}.home .trello-section .trello-widget-container .trello-iframe{min-height:400px}}.login-page{min-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem}.login-card{width:100%;max-width:420px;background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 12px 30px #0000001a;text-align:center}.login-card h2{margin-bottom:.5rem;color:#001b43}.login-subtitle{margin-bottom:2rem;color:#4a5568}.login-form{display:flex;flex-direction:column;gap:1.2rem;text-align:left}.login-field{display:flex;flex-direction:column;gap:.5rem}.login-field span{font-weight:600;color:#2d3748}.login-field input{border:1px solid #e2e8f0;border-radius:10px;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.login-field input:focus{outline:none;border-color:#007aff;box-shadow:0 0 0 3px #007aff26}.login-error{background:#fff5f5;color:#c53030;border:1px solid #feb2b2;padding:.75rem 1rem;border-radius:10px;font-size:.95rem}.btn-primary{background:#007aff;color:#fff;border:none;border-radius:999px;padding:.9rem 1.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s,box-shadow .2s,opacity .2s;width:100%}.btn-primary:disabled{cursor:not-allowed;opacity:.7}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #007aff33}.tool-page{min-height:calc(100vh - 200px);padding:2rem 0;position:relative;z-index:1}.tool-page .container{max-width:1200px;margin:0 auto;padding:0 2rem}.tool-page .back-link{display:inline-block;color:#007aff;text-decoration:none;font-weight:500;margin-bottom:2rem;transition:opacity .2s}.tool-page .back-link:hover{opacity:.8}.tool-page .error-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a}.tool-page .error-state h2{font-size:2rem;color:#2d3748;margin-bottom:1rem}.tool-page .error-state p{color:#718096;margin-bottom:2rem}.tool-page .error-state .btn-primary{display:inline-block;background:#007aff;color:#fff;padding:.75rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:background .2s}.tool-page .error-state .btn-primary:hover{background:#06c}@media (max-width: 768px){.tool-page{padding:1.5rem 0}.tool-page .container{padding:0 1rem}}.barcode-generator{max-width:1100px}.barcode-generator h2{letter-spacing:-.02em;margin-bottom:1.5rem}.barcode-generator .login-section{margin-bottom:2rem;text-align:center}.barcode-generator .login-section .btn-login{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:12px;box-shadow:0 8px 20px #007aff40;background:linear-gradient(135deg,#001b43,#007aff);border:none;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.barcode-generator .login-section .btn-login:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.barcode-generator .login-section .btn-login:hover{background:linear-gradient(135deg,#001530,#06c);box-shadow:0 12px 28px #007aff59;transform:translateY(-2px)}.barcode-generator .login-section .btn-login:hover:before{left:100%}.barcode-generator .login-section .btn-login:active{transform:translateY(0);box-shadow:0 6px 16px #007aff40}.barcode-generator .login-section .btn-login:disabled{opacity:.6;cursor:not-allowed;transform:none}.barcode-generator .login-section .btn-login i{margin-right:.5rem}.barcode-generator .login-status-section{margin-bottom:2rem}.barcode-generator .login-status-section .login-status{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;background:linear-gradient(180deg,#f0fdf4,#ecfdf5);border-radius:12px;border:1px solid rgba(72,187,120,.35);box-shadow:0 8px 20px #10b98114}.barcode-generator .login-status-section .login-status .status-success{color:#2f855a;font-weight:700;display:flex;align-items:center;gap:.5rem}.barcode-generator .login-status-section .login-status .status-success i{font-size:1.1rem}.barcode-generator .login-status-section .login-status .btn-small{padding:.5rem 1rem;border-radius:10px;font-weight:600;font-size:.9rem;border:2px solid #e2e8f0;background:#fff;color:#64748b;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 2px 8px #0f172a14}.barcode-generator .login-status-section .login-status .btn-small:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569;box-shadow:0 4px 12px #0f172a1f;transform:translateY(-1px)}.barcode-generator .login-status-section .login-status .btn-small:active{transform:translateY(0);box-shadow:0 2px 8px #0f172a14}.barcode-generator .login-status-section .login-status .btn-small i{font-size:.85rem}.barcode-generator .search-section{margin-bottom:2rem}.barcode-generator .search-section .search-box{display:flex;gap:1rem;margin-bottom:1rem;align-items:stretch}.barcode-generator .search-section .search-box .search-input-wrap{flex:1;position:relative;display:flex;align-items:center}.barcode-generator .search-section .search-box .search-icon{position:absolute;left:14px;color:#94a3b8;font-size:.95rem;pointer-events:none}.barcode-generator .search-section .search-box .search-input{flex:1;height:44px;padding-left:42px;border-radius:12px;box-shadow:0 6px 14px #0f172a0a}.barcode-generator .search-section .search-box .btn-primary{height:44px;padding:0 1.5rem;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;box-shadow:0 8px 20px #007aff40;background:linear-gradient(135deg,#001b43,#007aff);border:none;color:#fff;font-weight:600;font-size:.95rem;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.barcode-generator .search-section .search-box .btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.barcode-generator .search-section .search-box .btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#001530,#06c);box-shadow:0 12px 28px #007aff59;transform:translateY(-2px)}.barcode-generator .search-section .search-box .btn-primary:hover:not(:disabled):before{left:100%}.barcode-generator .search-section .search-box .btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:0 8px 20px #007aff40}.barcode-generator .search-section .search-box .btn-primary:disabled{opacity:.5;cursor:not-allowed;background:#cbd5e1;transform:none}.barcode-generator .search-section .search-box .btn-primary i{font-size:.9rem}.barcode-generator .search-section .error-message{background:#fed7d7;color:#c53030;padding:.75rem;border-radius:6px;border-left:4px solid #c53030;font-size:.9rem;white-space:pre-line;line-height:1.6}.barcode-generator .search-results{margin-bottom:2rem}.barcode-generator .search-results h3{font-size:1.2rem;color:#2d3748;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.barcode-generator .search-results .count-pill{display:inline-flex;align-items:center;justify-content:center;padding:.15rem .6rem;border-radius:999px;font-size:.9rem;font-weight:700;color:#1e293b;background:#e2e8f0}.barcode-generator .search-results .results-list{display:flex;flex-direction:column;gap:.75rem;max-height:520px;overflow-y:auto;padding-right:6px}.barcode-generator .search-results .results-list::-webkit-scrollbar{width:10px}.barcode-generator .search-results .results-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px;border:3px solid transparent;background-clip:content-box}.barcode-generator .search-results .results-list::-webkit-scrollbar-track{background:transparent}.barcode-generator .search-results .result-item{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:all .2s;box-shadow:0 10px 22px #0f172a0d}.barcode-generator .search-results .result-item:hover{border-color:#007aff8c;box-shadow:0 14px 28px #007aff1f;transform:translateY(-1px)}.barcode-generator .search-results .result-item .result-info{flex:1;min-width:0}.barcode-generator .search-results .result-item .result-info strong{display:block;color:#0f172a;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.barcode-generator .search-results .result-item .result-info .muted{color:#718096;font-size:.9rem;margin-bottom:.5rem}.barcode-generator .search-results .result-item .result-info .result-details{display:flex;gap:.75rem;font-size:.85rem;color:#718096;flex-wrap:wrap}.barcode-generator .search-results .result-item .result-info .result-details .pill{display:inline-flex;align-items:center;gap:.45rem;background:#f1f5f9;padding:.28rem .6rem;border-radius:999px;color:#334155;border:1px solid #e2e8f0}.barcode-generator .search-results .result-item .result-info .result-details .pill i{color:#64748b;font-size:.9rem}.barcode-generator .search-results .result-item .btn-add{border-radius:12px;height:40px;padding:0 1.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;background:linear-gradient(135deg,#001b43,#007aff);border:none;color:#fff;font-weight:600;font-size:.9rem;box-shadow:0 4px 12px #007aff40;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.barcode-generator .search-results .result-item .btn-add:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.barcode-generator .search-results .result-item .btn-add:hover:not(:disabled){background:linear-gradient(135deg,#001530,#06c);box-shadow:0 6px 18px #007aff59;transform:translateY(-2px)}.barcode-generator .search-results .result-item .btn-add:hover:not(:disabled):before{left:100%}.barcode-generator .search-results .result-item .btn-add:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 12px #007aff40}.barcode-generator .search-results .result-item .btn-add:disabled{opacity:.45;cursor:not-allowed;background:#cbd5e1;transform:none}.barcode-generator .search-results .result-item .btn-add i{font-size:.85rem}.barcode-generator .selected-products{margin-top:2rem}.barcode-generator .selected-products .selected-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.barcode-generator .selected-products .selected-header .selected-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.barcode-generator .selected-products .selected-header .selected-actions .btn-small{padding:.6rem 1.2rem;border-radius:10px;font-weight:600;font-size:.9rem;border:2px solid #e2e8f0;background:#fff;color:#64748b;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 2px 8px #0f172a14;cursor:pointer}.barcode-generator .selected-products .selected-header .selected-actions .btn-small:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569;box-shadow:0 4px 12px #0f172a1f;transform:translateY(-1px)}.barcode-generator .selected-products .selected-header .selected-actions .btn-small:active{transform:translateY(0);box-shadow:0 2px 8px #0f172a14}.barcode-generator .selected-products .selected-header .selected-actions .btn-small i{font-size:.85rem}.barcode-generator .selected-products .selected-header .selected-actions .btn-small:last-child{background:linear-gradient(135deg,#fc8181,#f56565);border-color:#fc8181;color:#fff;box-shadow:0 4px 12px #fc818140}.barcode-generator .selected-products .selected-header .selected-actions .btn-small:last-child:hover{background:linear-gradient(135deg,#f56565,#e53e3e);border-color:#f56565;color:#fff;box-shadow:0 6px 18px #fc818159}.barcode-generator .selected-products .selected-header h3{font-size:1.2rem;color:#2d3748}.barcode-generator .selected-products .products-list{display:flex;flex-direction:column;gap:1.5rem}.barcode-generator .selected-products .product-item{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;box-shadow:0 10px 22px #0f172a0d}.barcode-generator .selected-products .product-item .product-info{margin-bottom:1rem}.barcode-generator .selected-products .product-item .product-info strong{display:block;color:#2d3748;font-size:1.1rem;margin-bottom:.25rem}.barcode-generator .selected-products .product-item .product-info .muted{color:#718096;font-size:.9rem;margin-bottom:.5rem}.barcode-generator .selected-products .product-item .product-info .product-ean{color:#007aff;font-weight:600;font-size:.9rem}.barcode-generator .selected-products .product-item .product-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.barcode-generator .selected-products .product-item .product-controls .quantity-controls{display:flex;align-items:center;gap:.5rem}.barcode-generator .selected-products .product-item .product-controls .quantity-controls .btn-quantity{width:36px;height:36px;border:2px solid #e2e8f0;background:#fff;border-radius:8px;font-size:1.3rem;font-weight:700;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;color:#64748b;box-shadow:0 2px 6px #0f172a0f}.barcode-generator .selected-products .product-item .product-controls .quantity-controls .btn-quantity:hover{border-color:#007aff;background:#e6f2ff;color:#007aff;box-shadow:0 4px 12px #007aff33;transform:translateY(-1px)}.barcode-generator .selected-products .product-item .product-controls .quantity-controls .btn-quantity:active{transform:translateY(0);box-shadow:0 2px 6px #0f172a0f}.barcode-generator .selected-products .product-item .product-controls .quantity-controls .quantity{min-width:40px;text-align:center;font-weight:600;font-size:1.1rem}.barcode-generator .selected-products .product-item .product-controls .btn-remove{background:linear-gradient(135deg,#fc8181,#f56565);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:12px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #fc818140;display:inline-flex;align-items:center;gap:.5rem;position:relative;overflow:hidden}.barcode-generator .selected-products .product-item .product-controls .btn-remove:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.barcode-generator .selected-products .product-item .product-controls .btn-remove:hover{background:linear-gradient(135deg,#f56565,#e53e3e);box-shadow:0 6px 18px #fc818159;transform:translateY(-2px)}.barcode-generator .selected-products .product-item .product-controls .btn-remove:hover:before{left:100%}.barcode-generator .selected-products .product-item .product-controls .btn-remove:active{transform:translateY(0);box-shadow:0 4px 12px #fc818140}.barcode-generator .selected-products .product-item .product-controls .btn-remove i{font-size:.85rem}.barcode-generator .selected-products .product-item .barcode-display{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.barcode-generator .selected-products .product-item .barcode-item{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;text-align:center}.barcode-generator .selected-products .product-item .barcode-item .barcode-svg{margin-bottom:.5rem;min-height:35px;display:flex;align-items:center;justify-content:center}.barcode-generator .selected-products .product-item .barcode-item .barcode-error{color:red;font-size:.75rem;text-align:center;padding:.5rem}.barcode-generator .selected-products .product-item .barcode-item .barcode-text{font-family:Courier New,monospace;font-size:.85rem;font-weight:600;color:#2d3748;margin-bottom:.25rem}.barcode-generator .selected-products .product-item .barcode-item .barcode-label{font-size:.75rem;color:#718096;word-break:break-word}.barcode-generator .empty-state{text-align:center;padding:3rem;color:#718096}.barcode-generator .empty-state p{font-size:1.1rem}@media (max-width: 768px){.barcode-generator .search-box{flex-direction:column}.barcode-generator .result-item{flex-direction:column;align-items:stretch}.barcode-generator .result-item .result-info{margin-bottom:.5rem}.barcode-generator .product-item .barcode-display{grid-template-columns:1fr}}.n8n-scripts{max-width:1200px;margin:0 auto;padding:2rem}.n8n-scripts .n8n-scripts-header{text-align:center;margin-bottom:2rem}.n8n-scripts .n8n-scripts-header h1{color:#001b43;font-size:2.5rem;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:1rem}.n8n-scripts .n8n-scripts-header h1 i{color:#007aff}.n8n-scripts .n8n-scripts-header .subtitle{color:#666;font-size:1.1rem}.n8n-scripts .n8n-scripts-actions{margin-bottom:2rem;display:flex;justify-content:flex-end}.n8n-scripts .n8n-scripts-form{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 10px #0000001a}.n8n-scripts .n8n-scripts-form h2{color:#001b43;margin-bottom:1.5rem;font-size:1.5rem}.n8n-scripts .n8n-scripts-form .form-group{margin-bottom:1.5rem}.n8n-scripts .n8n-scripts-form .form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.n8n-scripts .n8n-scripts-form .form-group label .required{color:#e74c3c}.n8n-scripts .n8n-scripts-form .form-group input,.n8n-scripts .n8n-scripts-form .form-group textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s}.n8n-scripts .n8n-scripts-form .form-group input:focus,.n8n-scripts .n8n-scripts-form .form-group textarea:focus{outline:none;border-color:#007aff}.n8n-scripts .n8n-scripts-form .form-group textarea{resize:vertical;font-family:inherit}.n8n-scripts .n8n-scripts-form .form-actions{display:flex;gap:1rem;justify-content:flex-end}.n8n-scripts .n8n-scripts-list .empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a}.n8n-scripts .n8n-scripts-list .empty-state i{font-size:4rem;color:#ccc;margin-bottom:1rem}.n8n-scripts .n8n-scripts-list .empty-state p{color:#666;margin:.5rem 0}.n8n-scripts .n8n-scripts-list .empty-state p.hint{font-size:.9rem;color:#999}.n8n-scripts .n8n-scripts-list .scripts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.n8n-scripts .n8n-scripts-list .scripts-grid .script-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000001a;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.n8n-scripts .n8n-scripts-list .scripts-grid .script-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px #00000026}.n8n-scripts .n8n-scripts-list .scripts-grid .script-card .script-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.n8n-scripts .n8n-scripts-list .scripts-grid .script-card .script-card-header h3{color:#001b43;font-size:1.2rem;margin:0;display:flex;align-items:center;gap:.5rem;flex:1}.n8n-scripts .n8n-scripts-list .scripts-grid .script-card .script-card-header h3 i{color:#007aff;font-size:1rem}.n8n-scripts .n8n-scripts-list .scripts-grid .script-card .script-card-header .script-card-actions{display:flex;gap:.5rem}.n8n-scripts .n8n-scripts-list .scripts-grid .script-card .script-card-description{margin-bottom:1rem;flex:1}.n8n-scripts .n8n-scripts-list .scripts-grid .script-card .script-card-description p{color:#666;line-height:1.6;margin:0}.n8n-scripts .n8n-scripts-list .scripts-grid .script-card .script-card-url{margin-bottom:1rem}.n8n-scripts .n8n-scripts-list .scripts-grid .script-card .script-card-url a{display:inline-flex;align-items:center;gap:.5rem;color:#007aff;text-decoration:none;font-weight:500;transition:color .2s}.n8n-scripts .n8n-scripts-list .scripts-grid .script-card .script-card-url a:hover{color:#0056b3}.n8n-scripts .n8n-scripts-list .scripts-grid .script-card .script-card-url a i{font-size:.9rem}.n8n-scripts .n8n-scripts-list .scripts-grid .script-card .script-card-footer{padding-top:1rem;border-top:1px solid #e0e0e0}.n8n-scripts .n8n-scripts-list .scripts-grid .script-card .script-card-footer small{color:#999;font-size:.85rem;display:flex;align-items:center;gap:.5rem}.n8n-scripts .n8n-scripts-list .scripts-grid .script-card .script-card-footer small i{font-size:.8rem}.n8n-scripts .n8n-scripts-list .scripts-grid .script-card .script-card-footer small .updated{color:#666}.n8n-scripts .btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s;display:inline-flex;align-items:center;gap:.5rem}.n8n-scripts .btn.btn-primary{background:linear-gradient(135deg,#007aff,#0056b3);color:#fff;box-shadow:0 4px 15px #007aff4d}.n8n-scripts .btn.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #007aff66}.n8n-scripts .btn.btn-secondary{background:#f0f0f0;color:#333}.n8n-scripts .btn.btn-secondary:hover{background:#e0e0e0}.n8n-scripts .btn.btn-icon{background:none;border:none;color:#666;padding:.5rem;cursor:pointer;border-radius:6px;transition:all .2s}.n8n-scripts .btn.btn-icon:hover{background:#f0f0f0;color:#007aff}.n8n-scripts .btn.btn-icon.btn-icon-danger:hover{background:#fee;color:#e74c3c}@media (max-width: 768px){.n8n-scripts{padding:1rem}.n8n-scripts .n8n-scripts-header h1{font-size:2rem}.n8n-scripts .scripts-grid{grid-template-columns:1fr}}.user-management{max-width:1200px;margin:0 auto;padding:2rem}.user-management h2{color:#001b43;margin-bottom:.5rem;display:flex;align-items:center;gap:.75rem;font-size:2rem}.user-management h2 i{color:#dc3545}.user-management .subtitle{color:#718096;margin-bottom:2rem;font-size:1rem}.user-management .error-message{background:#fee2e2;color:#dc2626;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border-left:4px solid #dc2626;display:flex;align-items:center;gap:.5rem}.user-management .error-message i{font-size:1.1rem}.user-management .loading{text-align:center;padding:3rem;color:#718096;font-size:1.1rem}.user-management .actions-header{margin-bottom:2rem;display:flex;justify-content:flex-end}.user-management .user-form{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.user-management .user-form h3{color:#2d3748;margin-bottom:1.5rem;font-size:1.5rem}.user-management .user-form .form-group{margin-bottom:1.5rem}.user-management .user-form .form-group label{display:block;margin-bottom:.5rem;color:#2d3748;font-weight:600;font-size:.95rem}.user-management .user-form .form-group input[type=text],.user-management .user-form .form-group input[type=password],.user-management .user-form .form-group select{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s}.user-management .user-form .form-group input[type=text]:focus,.user-management .user-form .form-group input[type=password]:focus,.user-management .user-form .form-group select:focus{outline:none;border-color:#007aff;box-shadow:0 0 0 3px #007aff1a}.user-management .user-form .form-group select{cursor:pointer}.user-management .user-form .form-actions{display:flex;gap:1rem;justify-content:flex-end}.user-management .user-form .form-actions .btn-primary,.user-management .user-form .form-actions .btn-secondary{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem;border:none}.user-management .user-form .form-actions .btn-primary{background:linear-gradient(135deg,#001b43,#007aff);color:#fff;box-shadow:0 4px 12px #007aff4d}.user-management .user-form .form-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #007aff66}.user-management .user-form .form-actions .btn-secondary{background:#e2e8f0;color:#64748b}.user-management .user-form .form-actions .btn-secondary:hover{background:#cbd5e1}.user-management .users-list{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.user-management .users-list h3{color:#2d3748;margin-bottom:1.5rem;font-size:1.3rem}.user-management .users-list .empty-state{text-align:center;padding:3rem;color:#718096}.user-management .users-list .empty-state i{font-size:3rem;margin-bottom:1rem;opacity:.5}.user-management .users-list .empty-state p{font-size:1.1rem}.user-management .users-list .users-table{overflow-x:auto}.user-management .users-list .users-table table{width:100%;border-collapse:collapse}.user-management .users-list .users-table table thead{background:#f7fafc}.user-management .users-list .users-table table thead th{padding:1rem;text-align:left;font-weight:600;color:#2d3748;border-bottom:2px solid #e2e8f0}.user-management .users-list .users-table table tbody tr{border-bottom:1px solid #e2e8f0;transition:background .2s}.user-management .users-list .users-table table tbody tr:hover{background:#f7fafc}.user-management .users-list .users-table table tbody tr td{padding:1rem;color:#2d3748}.user-management .users-list .users-table table tbody tr td strong{color:#001b43}.user-management .users-list .users-table table tbody tr td .role-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .8rem;border-radius:6px;font-weight:600;font-size:.9rem}.user-management .users-list .users-table table tbody tr td .role-badge.role-admin{background:#fee2e2;color:#dc2626}.user-management .users-list .users-table table tbody tr td .role-badge.role-user{background:#e0f2fe;color:#0369a1}.user-management .users-list .users-table table tbody tr td .actions{display:flex;gap:.5rem}.user-management .users-list .users-table table tbody tr td .actions button{width:36px;height:36px;border-radius:6px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;font-size:.9rem}.user-management .users-list .users-table table tbody tr td .actions .btn-edit{background:#fef3c7;color:#d97706}.user-management .users-list .users-table table tbody tr td .actions .btn-edit:hover{background:#fde68a;color:#b45309}.user-management .users-list .users-table table tbody tr td .actions .btn-delete{background:#fee2e2;color:#dc2626}.user-management .users-list .users-table table tbody tr td .actions .btn-delete:hover{background:#fecaca;color:#b91c1c}@media (max-width: 768px){.user-management{padding:1rem}.user-management .users-table table{font-size:.9rem}.user-management .users-table table thead th,.user-management .users-table table tbody td{padding:.75rem .5rem}}*{margin:0;padding:0;box-sizing:border-box}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:#f7fafc;color:#2d3748;line-height:1.6;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/logo.svg);background-repeat:no-repeat;background-position:center center;background-size:50% auto;background-attachment:fixed;opacity:.3;z-index:0;pointer-events:none}#root{min-height:100vh}.app{display:flex;flex-direction:column;min-height:100vh;position:relative;z-index:1}.main-content{flex:1;position:relative;z-index:1;background:transparent}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.container{padding:0 1rem}}
