*{box-sizing:border-box}.navbar{position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 30px #00000026}.navbar-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.navbar-brand{font-size:1.6rem;font-weight:800;color:#fff;text-decoration:none;display:flex;align-items:center;gap:.5rem}.navbar-menu{display:flex;align-items:center;gap:2.5rem}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:#fff;text-decoration:none;font-weight:500;padding:.4rem .8rem;border-radius:8px;transition:background .25s}.nav-links a:hover{background:#ffffff2e}.auth-links{display:flex;gap:1rem}.auth-links a{color:#fff;text-decoration:none;font-weight:600}.register-btn{background:#fff;color:#667eea!important;padding:.5rem 1.2rem;border-radius:999px}.user-section{display:flex;align-items:center;gap:1.2rem}.user-name{color:#fff;font-weight:500}.logout-btn{background:#fff;border:none;color:#667eea;padding:.45rem 1.2rem;border-radius:999px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.logout-btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px #0003}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}.menu-toggle span{width:26px;height:3px;background:#fff;border-radius:4px;transition:all .3s}@media(max-width:768px){.menu-toggle{display:flex}.navbar-menu{position:absolute;top:100%;left:0;width:100%;background:linear-gradient(135deg,#667eea,#764ba2);flex-direction:column;gap:1.5rem;padding:1.5rem 1rem}.nav-links{flex-direction:column;width:100%}.auth-links,.user-section{flex-direction:column;gap:1rem;width:100%;align-items:center}}.landing-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden;display:flex;flex-direction:column}.background-shapes{position:absolute;width:100%;height:100%;overflow:hidden;z-index:0;pointer-events:none}.shape{position:absolute;border-radius:50%;opacity:.1;filter:blur(60px)}.shape-1{width:500px;height:500px;background:#fff;top:-150px;right:-150px}.shape-2{width:400px;height:400px;background:#f093fb;bottom:-100px;left:-100px}.shape-3{width:300px;height:300px;background:#4facfe;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:60px 24px;width:100%;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-section{text-align:center;margin-bottom:80px;max-width:800px}.hero-section h1{font-size:4.5rem;font-weight:800;color:#fff;margin:0 0 24px;letter-spacing:-.05em;text-shadow:0 4px 20px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;gap:16px;cursor:pointer}.logo-icon{font-size:4rem;filter:drop-shadow(0 8px 20px rgba(0,0,0,.2))}.subtitle{font-size:2rem;font-weight:600;color:#fff;margin:0 0 24px;opacity:.95;line-height:1.4}.gradient-text{background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.description{font-size:1.25rem;color:#fff;line-height:1.7;opacity:.9;max-width:600px;margin:0 auto 48px}.cta-buttons{display:flex;gap:16px;justify-content:center;margin-bottom:48px;flex-wrap:wrap}.btn{padding:0;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600;cursor:pointer;display:inline-block;text-decoration:none;border:none;background:transparent;position:relative;overflow:hidden}.btn-content{display:flex;align-items:center;gap:8px;padding:14px 32px;font-size:1.1rem}.btn-icon{font-size:1.2rem}.btn-primary{background:#fff;color:#667eea;box-shadow:0 4px 15px #0003}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(102,126,234,.3),transparent);transition:left .5s}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.btn-secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#fff3;border-color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #0003}.btn-large .btn-content{padding:16px 40px;font-size:1.2rem}.trust-indicators{display:flex;gap:32px;justify-content:center;flex-wrap:wrap;margin-top:16px}.trust-item{display:flex;align-items:center;gap:8px;color:#fff;font-size:.95rem;opacity:.9;cursor:default}.trust-icon{background:#fff3;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:80px;width:100%;max-width:1000px}.feature{background:#ffffff26;padding:32px 24px;border-radius:16px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;cursor:pointer}.feature:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 100%);opacity:0;transition:opacity .3s}.feature:hover:before{opacity:1}.feature-icon{font-size:3rem;margin-bottom:16px;display:inline-block}.feature-title{font-size:1.5rem;margin:0 0 12px;color:#fff;font-weight:700}.feature-description{font-size:1rem;color:#ffffffe6;margin:0;line-height:1.6}.feature-accent{position:absolute;bottom:0;left:0;height:4px;border-radius:2px}.stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;margin-bottom:80px;width:100%;max-width:900px}.stat-item{text-align:center;background:#ffffff1a;padding:32px 24px;border-radius:16px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);cursor:pointer}.stat-number{font-size:3rem;font-weight:800;color:#fff;margin:0 0 8px;text-shadow:0 2px 10px rgba(0,0,0,.2)}.stat-label{font-size:1rem;color:#ffffffe6;margin:0;font-weight:500}.final-cta{text-align:center;background:#ffffff1a;padding:48px 32px;border-radius:20px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);max-width:700px;width:100%;margin-bottom:40px}.final-cta-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 16px}.final-cta-description{font-size:1.15rem;color:#ffffffe6;margin:0 0 32px;line-height:1.6}.landing-footer{position:relative;z-index:1;text-align:center;padding:32px 24px;color:#fff;border-top:1px solid rgba(255,255,255,.1)}.landing-footer p{margin:0 0 12px;opacity:.8;font-size:.95rem}.footer-links{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}.footer-links a{color:#fff;text-decoration:none;opacity:.8;transition:opacity .3s;font-size:.95rem}.footer-links a:hover{opacity:1;text-decoration:underline}.footer-links span{opacity:.5}@media(max-width:768px){.landing-content{padding:40px 20px}.hero-section{margin-bottom:60px}.hero-section h1{font-size:3rem;flex-direction:column;gap:8px}.logo-icon{font-size:3rem}.subtitle{font-size:1.5rem}.description{font-size:1.1rem}.cta-buttons{flex-direction:column;width:100%;max-width:300px;margin-left:auto;margin-right:auto}.btn{width:100%}.trust-indicators{flex-direction:column;gap:16px}.features,.stats-section{grid-template-columns:1fr;gap:20px;margin-bottom:60px}.stat-number{font-size:2.5rem}.final-cta{padding:36px 24px}.final-cta-title{font-size:2rem}.final-cta-description{font-size:1rem}}@media(max-width:480px){.hero-section h1,.logo-icon{font-size:2.5rem}.subtitle{font-size:1.25rem}.description{font-size:1rem}.btn-content{font-size:1rem;padding:12px 24px}.feature-title{font-size:1.25rem}.final-cta-title{font-size:1.75rem}}*:focus-visible{outline:2px solid white;outline-offset:4px}@media print{.landing-container{background:#fff;color:#000}.background-shapes,.btn,.stats-section,.final-cta,.landing-footer{display:none}}.auth-container{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 60px);background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-form-wrapper{background:#fff;padding:40px;border-radius:8px;box-shadow:0 10px 40px #0000001a;width:100%;max-width:400px}.auth-form-wrapper h2{margin-bottom:30px;color:#333;text-align:center;font-size:1.8rem}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:500;font-size:.95rem}.form-group input{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s ease}.btn-submit{width:100%;padding:12px;background-color:#667eea;color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease;margin-top:10px}.btn-submit:hover:not(:disabled){background-color:#5568d3;transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.error-message{background-color:#fee;color:#c33;padding:12px;border-radius:4px;margin-bottom:20px;border-left:4px solid #c33;font-size:.95rem}.auth-link{text-align:center;margin-top:20px;color:#666;font-size:.95rem}.auth-link a{color:#667eea;font-weight:600;text-decoration:none;transition:color .3s ease}.auth-link a:hover{color:#5568d3;text-decoration:underline}@media(max-width:500px){.auth-form-wrapper{padding:30px 20px}.auth-form-wrapper h2{font-size:1.5rem;margin-bottom:25px}}.qr-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;max-width:500px;width:100%;margin:0 auto}.qr-form h2{color:#667eea;margin-bottom:1.5rem;font-size:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.error-message{background-color:#fee;color:#c33;padding:.75rem;border-radius:4px;margin-bottom:1rem;border-left:4px solid #c33}.success-message{background-color:#efe;color:#3c3;padding:.75rem;border-radius:4px;margin-bottom:1rem;border-left:4px solid #3c3}.submit-btn{width:100%;padding:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.submit-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.qr-form{padding:1.5rem}.qr-form h2{font-size:1.2rem}}.qr-card{background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;gap:1rem;transition:transform .2s ease,box-shadow .2s ease}.qr-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.qr-image-container{display:flex;justify-content:center;align-items:center}.qr-image{width:140px;height:140px;object-fit:contain}.qr-info{text-align:center}.qr-title{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.25rem}.qr-url{font-size:.9rem;color:#555;word-break:break-all}.qr-date{display:block;margin-top:.5rem;font-size:.8rem;color:#777}.qr-actions{display:flex;gap:.5rem}.qr-actions button{flex:1;padding:.6rem;font-size:.9rem;border-radius:6px;border:none;cursor:pointer;background-color:#f1f3f5;transition:background .2s ease,transform .1s ease}.qr-actions button:hover:not(:disabled){background-color:#e0e5ff}.qr-actions button:disabled{opacity:.5;cursor:not-allowed}.qr-actions .danger{background-color:#ffecec;color:#c0392b}.qr-actions .danger:hover:not(:disabled){background-color:#ffd6d6}.error-message{margin-top:.75rem;padding:.5rem;background:#fee;color:#c33;font-size:.85rem;border-left:4px solid #c33;border-radius:4px}@media(max-width:768px){.qr-card{padding:1.2rem}.qr-image{width:120px;height:120px}}.dashboard-container{max-width:1400px;margin:0 auto;padding:32px 24px;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding:24px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014}.header-content h1{font-size:2.25rem;font-weight:700;color:#1a202c;margin:0 0 8px;letter-spacing:-.025em}.header-content .username{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-content p{color:#718096;margin:0;font-size:1rem;font-weight:400}.header-actions{display:flex;gap:12px}.btn-history{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #667eea4d;position:relative;overflow:hidden}.btn-history: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}.btn-history:hover:before{left:100%}.btn-history:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.btn-history:active{transform:translateY(0)}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:32px}.stat-card{background:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;align-items:center;gap:16px;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f;border-color:#667eea}.stat-icon{font-size:2.5rem;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea20,#764ba220);border-radius:12px}.stat-info h3{font-size:2rem;font-weight:700;color:#1a202c;margin:0 0 4px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-info p{font-size:.875rem;color:#718096;margin:0;font-weight:500}.dashboard-content{display:grid;grid-template-columns:400px 1fr;gap:24px;align-items:start}.qr-form-section{background:#fff;padding:28px;border-radius:16px;box-shadow:0 4px 20px #00000014;position:sticky;top:24px;border:2px solid #f0f4f8;transition:all .3s cubic-bezier(.4,0,.2,1)}.qr-form-section:hover{border-color:#667eea;box-shadow:0 8px 30px #667eea26}.qr-cards-section{background:#fff;padding:28px;border-radius:16px;box-shadow:0 4px 20px #00000014;min-height:400px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.section-header h2{font-size:1.75rem;font-weight:700;color:#1a202c;margin:0;letter-spacing:-.025em}.filter-buttons{display:flex;gap:8px;flex-wrap:wrap}.filter-btn{padding:8px 16px;border:2px solid #e2e8f0;background:#fff;color:#4a5568;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);outline:none}.filter-btn:hover{border-color:#667eea;color:#667eea;background:#667eea10}.filter-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent;box-shadow:0 4px 12px #667eea4d}.filter-btn:focus-visible{outline:2px solid #667eea;outline-offset:2px}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;color:#718096}.loading-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;margin-bottom:16px}.loading-state p{font-size:1rem;font-weight:500}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center;background:linear-gradient(135deg,#667eea10,#764ba210);border-radius:12px;border:2px dashed #cbd5e0}.empty-icon{font-size:5rem;margin-bottom:24px;filter:grayscale(.2)}.empty-state h3{font-size:1.5rem;font-weight:700;color:#2d3748;margin:0 0 12px}.empty-state p{font-size:1rem;color:#718096;margin:0;max-width:400px}.qr-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}@media(max-width:1200px){.dashboard-content{grid-template-columns:1fr}.qr-form-section{position:static}}@media(max-width:768px){.dashboard-container{padding:20px 16px}.dashboard-header{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}.header-content h1{font-size:1.75rem}.header-actions{width:100%}.btn-history{width:100%;justify-content:center}.dashboard-stats{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start}.filter-buttons{width:100%}.filter-btn{flex:1;min-width:80px}.qr-cards-grid{grid-template-columns:1fr}.qr-form-section,.qr-cards-section{padding:20px}}@media(max-width:480px){.header-content h1,.section-header h2{font-size:1.5rem}.stat-info h3{font-size:1.75rem}.stat-icon{font-size:2rem;width:56px;height:56px}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}*:focus-visible{outline:2px solid #667eea;outline-offset:2px}@media print{.dashboard-container{background:#fff}.dashboard-header,.stat-card,.qr-form-section,.qr-cards-section{box-shadow:none;border:1px solid #e2e8f0}.btn-history,.filter-buttons{display:none}}.qr-cards-section::-webkit-scrollbar{width:8px}.qr-cards-section::-webkit-scrollbar-track{background:#f7fafc;border-radius:4px}.qr-cards-section::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.qr-cards-section::-webkit-scrollbar-thumb:hover{background:#a0aec0}.history-container{max-width:1000px;margin:0 auto;padding:20px}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #eee}.history-header h1{font-size:2rem;color:#333;margin:0}.history-header p{color:#666;margin:5px 0 0}.btn-back{padding:10px 20px;background-color:#667eea;color:#fff;border-radius:4px;text-decoration:none;font-weight:600;transition:all .3s ease}.btn-back:hover{background-color:#5568d3;transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.history-filters{display:flex;gap:10px;margin-bottom:25px}.filter-btn{padding:8px 16px;border:2px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;transition:all .3s ease;font-weight:500}.filter-btn:hover{border-color:#667eea}.filter-btn.active{background-color:#667eea;color:#fff;border-color:#667eea}.history-content{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px}.no-history-message{text-align:center;color:#999;font-size:1.1rem;padding:40px 20px}.history-table{display:flex;flex-direction:column}.table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:15px;padding:15px;background-color:#f5f5f5;font-weight:600;color:#333;border-bottom:2px solid #ddd;border-radius:4px 4px 0 0}.table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:15px;padding:15px;border-bottom:1px solid #eee;align-items:center}.table-row:last-child{border-bottom:none}.table-row:hover{background-color:#f9f9f9}.col-data code{background-color:#f5f5f5;padding:4px 8px;border-radius:3px;font-size:.9rem;word-break:break-all}.col-date,.col-scans{text-align:center;color:#666}.col-actions{display:flex;gap:8px;justify-content:flex-end}.btn-small{padding:6px 12px;background-color:#667eea;color:#fff;border:none;border-radius:3px;cursor:pointer;font-size:.85rem;transition:all .3s ease}.btn-small:hover{background-color:#5568d3}@media(max-width:768px){.table-header,.table-row{grid-template-columns:1fr;gap:10px}.table-header{display:none}.table-row{border:1px solid #ddd;border-radius:4px;padding:15px;margin-bottom:15px}.col-data,.col-date,.col-scans,.col-actions{text-align:left}.col-actions{justify-content:flex-start}.history-header{flex-direction:column;align-items:flex-start;gap:15px}}*{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-color:#f5f5f5}#root{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding:20px;max-width:1200px;margin:0 auto;width:100%}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;padding:10px 20px;border-radius:4px;font-size:1rem}button:hover{opacity:.9}input,textarea{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit}input:focus,textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff1a}
