:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--rosewood: #b24c63;--bright-indigo: #5438dc;--azure-blue: #357ded;--electric-aqua: #56eef4;--malachite: #32e875;--rosewood-dark: #8B3A4F}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%}.home{min-height:100vh;width:100vw;display:flex;flex-direction:column}.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.header .container{height:70px}.logo{font-size:1.8rem;font-weight:700;color:var(--rosewood);margin:0}.nav{display:flex;align-items:center;gap:1rem}.language-selector{display:flex;gap:.5rem;padding:.25rem;background:#f5f5f5;border-radius:8px}.language-btn{padding:.5rem 1rem;border:none;background:transparent;color:#666;font-size:.9rem;font-weight:500;cursor:pointer;border-radius:6px;transition:all .2s ease}.language-btn:hover{background:#e0e0e0;color:#333}.language-btn.active{background:var(--rosewood);color:#fff}.main{flex:1}.hero{background:linear-gradient(135deg,var(--rosewood) 0%,var(--bright-indigo) 50%,var(--azure-blue) 100%);color:#fff;padding:5rem 0;padding-top:100px;text-align:center}.hero-content{max-width:600px;margin:0 auto}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1}.hero-description{font-size:1.2rem;margin-bottom:2.5rem;opacity:.9;line-height:1.6}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.features{padding:5rem 0;background:#f8fafc}.features .container{flex-direction:column}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#1f2937}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.feature-card:nth-child(1):hover{border-top:3px solid var(--rosewood)}.feature-card:nth-child(2):hover{border-top:3px solid var(--bright-indigo)}.feature-card:nth-child(3):hover{border-top:3px solid var(--azure-blue)}.feature-card:nth-child(4):hover{border-top:3px solid var(--malachite)}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card:nth-child(1) .feature-icon{filter:drop-shadow(0 2px 4px rgba(178,76,99,.3))}.feature-card:nth-child(2) .feature-icon{filter:drop-shadow(0 2px 4px rgba(84,56,220,.3))}.feature-card:nth-child(3) .feature-icon{filter:drop-shadow(0 2px 4px rgba(53,125,237,.3))}.feature-card:nth-child(4) .feature-icon{filter:drop-shadow(0 2px 4px rgba(50,232,117,.3))}.feature-card h3{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.feature-card p{color:#6b7280;line-height:1.6}.footer{background:#1f2937;color:#fff;padding:2rem 0;text-align:center}.footer-content{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.footer p{margin:0;opacity:.8}.footer-link{color:#fff;text-decoration:none;opacity:.8;transition:opacity .2s;font-weight:500}.footer-link:hover{opacity:1;text-decoration:underline}.btn-primary{background:var(--rosewood);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease;font-size:1rem}.btn-primary:hover{background:var(--rosewood-dark)}.btn-secondary{background:transparent;color:var(--azure-blue);border:2px solid var(--azure-blue);padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:1rem}.btn-secondary:hover{background:var(--azure-blue);color:#fff}.hero .btn-secondary{color:#fff;border-color:#fff}.hero .btn-secondary:hover{background:#fff;color:var(--azure-blue)}.btn-large{padding:1rem 2rem;font-size:1.1rem}.form-group input:focus{outline:none;border-color:var(--azure-blue)}.forgot-password-link{text-align:right;margin-top:.5rem}.link-button{background:none;border:none;color:var(--bright-indigo);cursor:pointer;font-size:.9rem;padding:0;text-decoration:none;transition:all .2s}.link-button:hover{text-decoration:underline;color:var(--rosewood)}.dialog-description{color:#6b7280;font-size:.95rem;margin-bottom:1.5rem;line-height:1.5}@media(max-width:1024px){.container{padding:0 1.5rem}.hero{padding:20rem 0 4rem}.hero-title{font-size:2.75rem}.section-title{font-size:2.25rem}.features{padding:4rem 0}}@media(max-width:768px){.header .container{height:60px}.logo{font-size:1.5rem}.nav{gap:.75rem}.language-btn{padding:.4rem .75rem;font-size:.85rem}.btn-primary{padding:.625rem 1.25rem;font-size:.95rem}.hero{padding:15rem 0 3rem}.hero-title{font-size:2.25rem;margin-bottom:1.25rem}.hero-description{font-size:1.05rem;margin-bottom:2rem}.hero-actions{flex-direction:column;align-items:center}.btn-large{width:100%;max-width:300px;padding:.875rem 1.75rem;font-size:1rem}.section-title{font-size:2rem;margin-bottom:2.5rem}.features{padding:3.5rem 0}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.75rem}.container{padding:0 1rem}.footer{padding:1.75rem 0}.footer-content{gap:1rem}.dialog-actions{flex-direction:column}.dialog-actions button{width:100%}.dialog-header h2{font-size:1.375rem}}@media(max-width:600px){.header .container{height:56px;padding:0 .75rem}.logo{font-size:1.375rem}.btn-primary{padding:.5rem 1rem;font-size:.9rem}.hero{padding:12rem 0 2.5rem}.hero-title{font-size:2rem;margin-bottom:1rem}.hero-description{font-size:1rem;margin-bottom:1.75rem}.btn-large{max-width:280px;padding:.8rem 1.5rem;font-size:.95rem}.section-title{font-size:1.75rem;margin-bottom:2rem}.features{padding:3rem 0}.feature-card{padding:1.5rem}.feature-card h3{font-size:1.2rem}.feature-card p{font-size:.95rem}.container{padding:0 .75rem}.dialog{max-width:95%;margin:.75rem}.dialog-header{padding:1.25rem 1.25rem 0}.dialog-form{padding:0 1.25rem 1.25rem}}@media(max-width:480px){.header .container{height:52px;padding:0 .5rem}.logo{font-size:1.25rem}.nav{gap:.5rem}.language-selector{padding:.2rem;gap:.25rem}.language-btn{padding:.35rem .6rem;font-size:.8rem}.btn-primary{padding:.5rem .875rem;font-size:.875rem}.hero{padding:2rem 0;padding-top:180px}.hero-title{font-size:1.75rem;margin-bottom:.875rem}.hero-description{font-size:.95rem;margin-bottom:1.5rem}.btn-large{max-width:100%;padding:.75rem 1.25rem;font-size:.9rem}.section-title{font-size:1.5rem;margin-bottom:1.75rem}.features{padding:2.5rem 0}.features-grid{gap:1.25rem}.feature-card{padding:1.25rem}.feature-icon{font-size:2rem;margin-bottom:.75rem}.feature-card h3{font-size:1.125rem;margin-bottom:.75rem}.feature-card p{font-size:.9rem}.container{padding:0 .5rem}.footer{padding:1.5rem 0}.footer p,.footer-link{font-size:.875rem}.dialog-header h2{font-size:1.25rem}.dialog-header{padding:1rem 1rem 0}.dialog-form{padding:0 1rem 1rem}.form-group{margin-bottom:1.25rem}.form-group label{font-size:.9rem;margin-bottom:.375rem}.form-group input{padding:.625rem;font-size:.95rem}.dialog-actions{margin-top:1.5rem;gap:.75rem}.forgot-password-link{margin-top:.375rem}.link-button{font-size:.85rem}}.cookie-consent{position:fixed;bottom:0;left:0;right:0;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1001;padding:1.5rem;box-shadow:0 -4px 20px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cookie-text{flex:1;color:#fff}.cookie-text h3{font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.cookie-text p{margin:0;opacity:.9;font-size:.95rem;line-height:1.5}.cookie-actions{display:flex;gap:1rem;flex-shrink:0}.btn-cookie-accept,.btn-cookie-decline{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-size:.95rem;white-space:nowrap}.btn-cookie-accept{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-cookie-accept:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea80}.btn-cookie-decline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.btn-cookie-decline:hover{background:#ffffff1a;border-color:#ffffff80}@media(max-width:768px){.cookie-consent{padding:1rem}.cookie-content{flex-direction:column;gap:1rem}.cookie-text h3{font-size:1.125rem}.cookie-text p{font-size:.875rem}.cookie-actions{width:100%;flex-direction:column}.btn-cookie-accept,.btn-cookie-decline{width:100%}}.toast-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:12px;max-width:350px;pointer-events:none}.toast{display:flex;align-items:center;gap:12px;background:#fff;border-radius:8px;padding:14px 16px;box-shadow:0 4px 12px #00000026;border-left:4px solid;min-width:300px;pointer-events:auto;animation:slideIn .3s ease-out;transition:all .3s ease}.toast:hover{box-shadow:0 6px 16px #0003}.toast-success{border-left-color:var(--malachite, #32e875);background:#f0fdf4}.toast-error{border-left-color:var(--rosewood, #b24c63);background:#fef2f2}.toast-warning{border-left-color:#f59e0b;background:#fffbeb}.toast-info{border-left-color:var(--azure-blue, #357ded);background:#eff6ff}.toast-icon{font-size:1.25rem;font-weight:700;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;flex-shrink:0}.toast-success .toast-icon{color:var(--malachite, #32e875);background:#d1fae5}.toast-error .toast-icon{color:var(--rosewood, #b24c63);background:#fecaca}.toast-warning .toast-icon{color:#f59e0b;background:#fef3c7}.toast-info .toast-icon{color:var(--azure-blue, #357ded);background:#dbeafe}.toast-message{flex:1;font-size:.95rem;line-height:1.4;color:#1f2937}.toast-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;flex-shrink:0}.toast-close:hover{background:#0000000d;color:#374151}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@media(max-width:640px){.toast-container{top:10px;right:10px;left:10px;max-width:none}.toast{min-width:auto;width:100%}}.admin-layout{display:flex;min-height:100vh;background:#f8fafc}.admin-sidebar{width:260px;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0}.admin-header{padding:2rem 1.5rem;border-bottom:1px solid #e5e7eb}.admin-logo{font-size:1.3rem;font-weight:700;color:var(--rosewood, #b24c63);margin:0}.admin-nav{flex:1;padding:1.5rem 0;display:flex;flex-direction:column;gap:.5rem}.admin-nav-link{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;color:#6b7280;text-decoration:none;font-weight:500;transition:all .2s ease;border-left:3px solid transparent}.admin-nav-link:hover{background:#f9fafb;color:#1f2937}.admin-nav-link.active{background:#fef2f2;color:var(--rosewood, #b24c63);border-left-color:var(--rosewood, #b24c63)}.admin-main{flex:1;margin-left:260px;display:flex;flex-direction:column;overflow:hidden}.admin-top-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 2rem;position:sticky;top:0;z-index:10}.environment-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;margin-left:auto;margin-right:1rem}.environment-label{text-transform:uppercase;letter-spacing:.5px}.environment-development{background:#fef3c7;color:#92400e;border:1px solid #fbbf24}.environment-staging{background:#dbeafe;color:#1e40af;border:1px solid #60a5fa}.environment-test{background:#e0e7ff;color:#3730a3;border:1px solid #818cf8}.environment-local{background:#f3e8ff;color:#6b21a8;border:1px solid #c084fc}.admin-content{flex:1;padding:2rem;overflow:auto}@media(max-width:1024px){.sidebar-toggle{display:flex}.admin-sidebar{transform:translate(-100%);transition:transform .3s ease;z-index:100}.admin-sidebar.open{transform:translate(0);box-shadow:2px 0 8px #0000001a}.admin-main{margin-left:0}.header-content{gap:1rem}.page-title{font-size:1.25rem}.user-name{font-size:.875rem}}@media(max-width:768px){.admin-sidebar{width:280px}.header-content{gap:.75rem;flex-direction:row}.page-title{font-size:1.125rem}.environment-badge{padding:.4rem .75rem;font-size:.75rem;margin-right:.5rem}.user-name{display:none}.admin-content{padding:1.5rem}}@media(max-width:600px){.admin-content{padding:1.25rem}.page-title{font-size:1.125rem}}@media(max-width:480px){.sidebar-toggle{width:36px;height:36px}.sidebar-toggle svg{width:20px;height:20px}.page-title{font-size:1rem}.admin-content{padding:1rem}.user-avatar{width:28px;height:28px;font-size:.8rem}.user-menu-button{padding:.375rem .75rem}}.user-layout{display:flex;min-height:100vh;background:#f8fafc}.user-sidebar{width:260px;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0}.user-sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid #e5e7eb}.user-logo{font-size:1.3rem;font-weight:700;color:var(--rosewood, #b24c63);margin:0}.user-nav{flex:1;padding:1.5rem 0;display:flex;flex-direction:column;gap:.5rem}.user-nav-link{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;color:#6b7280;text-decoration:none;font-weight:500;transition:all .2s ease;border-left:3px solid transparent}.user-nav-link:hover{background:#f9fafb;color:#1f2937}.user-nav-link.active{background:#fef2f2;color:var(--rosewood, #b24c63);border-left-color:var(--rosewood, #b24c63)}.nav-icon{font-size:1.25rem}.user-main{flex:1;margin-left:260px;display:flex;flex-direction:column;max-height:100vh;overflow:hidden}.user-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 2rem;position:sticky;width:100%;top:0;z-index:10;flex-shrink:0;margin-bottom:0}.header-content{display:flex;align-items:center;justify-content:space-between}.page-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.environment-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;margin-left:auto;margin-right:1rem;color:#000;background:#fef3c7;color:#92400e;border:1px solid #fbbf24}.environment-label{text-transform:uppercase;letter-spacing:.5px;cursor:pointer}.environment-version{opacity:.8;font-weight:500;font-size:.8rem}.user-menu{position:relative}.user-menu-button{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease}.user-menu-button:hover{background:#f9fafb;border-color:#d1d5db}.user-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.user-name{font-weight:500;color:#1f2937;font-size:.95rem}.dropdown-arrow{transition:transform .2s ease;color:#6b7280}.dropdown-arrow.open{transform:rotate(180deg)}.user-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #0000001a;min-width:200px;overflow:hidden;z-index:50}.dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;width:100%;background:none;border:none;color:#4b5563;text-decoration:none;font-size:.95rem;cursor:pointer;transition:background .2s ease;text-align:left}.dropdown-item:hover{background:#f9fafb;color:#1f2937}.dropdown-icon{font-size:1.125rem}.user-content{flex:1;padding:2rem;overflow:auto}.sidebar-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;color:#6b7280;transition:all .2s ease;padding:0}.sidebar-toggle:hover{background:#f9fafb;border-color:#d1d5db;color:#1f2937}.sidebar-toggle svg{display:block}@media(max-width:1024px){.sidebar-toggle{display:flex}.user-sidebar{transform:translate(-100%);transition:transform .3s ease;z-index:100}.user-sidebar.open{transform:translate(0);box-shadow:2px 0 8px #0000001a}.user-main{margin-left:0}.header-content{gap:1rem}.page-title{font-size:1.25rem}.user-content{padding:1.5rem}}@media(max-width:768px){.user-sidebar{width:280px}.header-content{gap:.75rem;flex-direction:row}.page-title{font-size:1.125rem}.environment-badge{padding:.4rem .75rem;font-size:.75rem;margin-right:.5rem}.user-name{display:none}.user-content{padding:1rem;position:relative}.user-header{position:fixed;width:100%}}@media(max-width:600px){.user-sidebar{width:260px}.user-content{padding:.875rem;padding-top:100px;position:absolute;top:0;left:0;width:100%;background:#fff}.user-header{padding:.75rem 1rem}.page-title{font-size:1rem}}@media(max-width:480px){.user-sidebar{width:260px}.user-sidebar-header{padding:1.5rem 1rem}.user-nav{padding:1rem 0}.user-nav-link,.user-header{padding:.75rem 1rem}.sidebar-toggle{width:36px;height:36px}.sidebar-toggle svg{width:20px;height:20px}.page-title{font-size:1rem}.user-main{overflow:initial}.user-content{padding:.75rem;position:absolute;width:100%;top:0;left:0;margin-top:70px;overflow:auto;display:flex;max-height:none;overflow:initial}.table-data-container{flex-grow:0!important}.user-menu-button{padding:.375rem .5rem}.user-avatar{width:28px;height:28px;font-size:.75rem}}.admin-page{width:100%}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0}.loading{text-align:center;padding:3rem;color:#6b7280;font-size:1.1rem}.table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.data-table{width:100%;border-collapse:collapse}.data-table thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}.data-table th{padding:1rem;text-align:left;font-weight:600;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.data-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .2s ease}.data-table tbody tr:hover{background:#f9fafb}.data-table tbody tr:last-child{border-bottom:none}.data-table td{padding:1rem;color:#1f2937;vertical-align:middle}.status-badge{display:inline-block;padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge.accepted{background:#d1fae5;color:#065f46}.action-buttons{display:flex;gap:.5rem}.btn-action{padding:.5rem;border:none;background:transparent;cursor:pointer;border-radius:6px;font-size:1.1rem;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px}.btn-action:hover{transform:translateY(-1px)}.btn-accept{color:var(--malachite, #32e875)}.btn-accept:hover{background:#d1fae5}.btn-invite{color:var(--azure-blue, #357ded)}.btn-invite:hover{background:#dbeafe}.btn-resend{color:var(--bright-indigo, #5438dc)}.btn-resend:hover{background:#e0e7ff}.btn-edit{color:#6b7280}.btn-edit:hover{background:#f3f4f6}.btn-delete{color:#ef4444}.btn-delete:hover{background:#fee2e2}.token-cell{display:flex;align-items:center;gap:.5rem}.token-code{background:#f3f4f6;padding:.375rem .75rem;border-radius:6px;font-family:Courier New,monospace;font-size:.875rem;color:#374151}.btn-copy{padding:.25rem .5rem;border:none;background:transparent;cursor:pointer;border-radius:4px;font-size:1rem;transition:background .2s ease}.btn-copy:hover{background:#f3f4f6}.empty-state{padding:3rem;text-align:center;color:#6b7280}.empty-state p{margin:0;font-size:1rem}.btn-primary{background:var(--rosewood, #b24c63);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease;font-size:1rem}.btn-primary:hover{background:var(--rosewood-dark, #8B3A4F)}.btn-secondary{background:transparent;color:var(--azure-blue, #357ded);border:2px solid var(--azure-blue, #357ded);padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:1rem}.btn-secondary:hover{background:var(--azure-blue, #357ded);color:#fff}.dialog{background:#fff;border-radius:12px;box-shadow:0 20px 25px #0000001a;width:100%;max-width:400px;max-height:90vh;overflow-y:auto}.dialog-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 0;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}.dialog-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#1f2937}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:.25rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s ease}.close-btn:hover{background:#f3f4f6;color:#374151}.dialog-form{padding:0 1.5rem 1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151}.form-group input{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:var(--azure-blue, #357ded)}.dialog-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}@media(max-width:768px){.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.page-header button{width:100%}.table-container{overflow-x:auto}.data-table{min-width:600px}.dialog-actions{flex-direction:column}.dialog-actions button{width:100%}}.search-container{margin-bottom:1rem}.search-input-wrapper{position:relative;display:inline-block;width:100%;max-width:400px}.search-input{width:100%;padding:.5rem .75rem .5rem 2.5rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.table{width:100%;border-collapse:collapse;margin-bottom:1rem}.table thead th{padding:.75rem;text-align:left;font-weight:600;color:#000;border-bottom:2px solid #e5e7eb;-webkit-user-select:none;user-select:none}.table tbody td{padding:.75rem;color:#000;border-bottom:1px solid #e5e7eb}.table-striped tbody tr:nth-child(odd){background-color:#f9fafb}.table-hover tbody tr:hover{background-color:#f3f4f6}.pagination{display:flex;gap:.5rem;align-items:center;justify-content:center;margin-top:1rem}.pagination-button{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#fff;color:#374151;cursor:pointer;font-size:.875rem;transition:all .15s ease-in-out}.pagination-button:hover:not(:disabled){background-color:#f3f4f6;border-color:#9ca3af}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-button.active{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.pagination-ellipsis{padding:.5rem;color:#6b7280}.table-data-container{flex-grow:1;overflow-y:auto}.table thead{position:sticky;top:0;background:#fff;z-index:10}.dashboard-container{max-width:1200px;margin:0 auto;padding:0 1rem}.loading-state{display:flex;align-items:center;justify-content:center;padding:3rem;color:#6b7280;font-size:1.1rem}.dashboard-welcome{margin-bottom:2rem}.dashboard-welcome h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.dashboard-welcome p{color:#6b7280;font-size:1rem;margin:0}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1.25rem;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.stat-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.stat-card.coming-soon{opacity:.6}.stat-icon{width:56px;height:56px;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:1.75rem;flex-shrink:0}.stat-content{flex:1}.stat-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem;font-weight:500}.stat-value{font-size:2rem;font-weight:700;color:#1f2937;line-height:1}.dashboard-info{display:grid;gap:1.5rem}.info-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.info-card h2{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.info-card p{color:#6b7280;line-height:1.6;margin:0}@media(max-width:768px){.dashboard-container{padding:0 .75rem}.dashboard-welcome{margin-bottom:1.5rem}.dashboard-welcome h1{font-size:1.5rem}.dashboard-welcome p{font-size:.9rem}.dashboard-stats{grid-template-columns:1fr;gap:1rem}.stat-card{padding:1.25rem}.stat-icon{width:48px;height:48px;font-size:1.5rem}.stat-value{font-size:1.5rem}.info-card{padding:1.5rem}.info-card h2{font-size:1.125rem}.info-card p{font-size:.9rem}}@media(max-width:600px){.dashboard-container{padding:0 .625rem}.dashboard-welcome h1{font-size:1.375rem}.stat-value{font-size:1.625rem}}@media(max-width:480px){.dashboard-container{padding:0 .5rem}.dashboard-welcome h1{font-size:1.25rem}.stat-card{padding:1rem;gap:1rem}.stat-icon{width:40px;height:40px;font-size:1.25rem}.stat-label{font-size:.8rem}.stat-value{font-size:1.25rem}.info-card{padding:1.25rem}}.dialog-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.dialog-content{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.dialog-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.dialog-header h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.dialog-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.5rem;line-height:1;transition:color .2s}.dialog-close:hover{color:#1f2937}.dialog-body{flex:1;overflow-y:auto;padding:1.5rem}.dialog-loading,.dialog-error{padding:2rem;text-align:center;color:#6b7280}.dialog-error{color:#ef4444}.audio-player-section,.summary-section,.transcription-section,.group-section,.share-section{margin-bottom:2rem}.audio-player-section h3,.summary-section h3,.transcription-section h3,.group-section h3,.share-section h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.audio-player{width:100%;margin-bottom:.75rem}.audio-meta{display:flex;gap:2rem;font-size:.875rem;color:#6b7280}.summary-content,.transcription-content{background:#f9fafb;border-radius:8px;padding:1rem;color:#1f2937;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.transcription-content{max-height:300px;overflow-y:auto}.group-name{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:8px;font-weight:500}.share-link-container{display:flex;gap:.75rem;align-items:center}.share-link-input{flex:1;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.875rem;color:#1f2937;background:#f9fafb;font-family:monospace}.share-link-input:focus{outline:none;border-color:#667eea;background:#fff}.btn-copy{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-copy:hover{transform:translateY(-1px);background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea66}.btn-copy:active{transform:translateY(0)}.dialog-footer{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:.75rem}@media(max-width:768px){.dialog-content{max-height:95vh}.dialog-body{padding:1rem}.audio-meta{flex-direction:column;gap:.5rem}.share-link-container{flex-direction:column}.share-link-input{width:100%;font-size:.8rem}.btn-copy{width:100%}}.audio-files-container{display:flex;flex-direction:column;height:100%;max-width:1500px;margin:0 auto;padding:0 1rem;overflow:auto}.audio-files-header{margin-bottom:2rem}.audio-files-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.recording-section{display:flex;flex-direction:column;gap:1rem}.recording-controls{display:flex;align-items:center;gap:1rem}.language-selector{display:flex;align-items:center;gap:.75rem}.language-selector label{font-weight:500;color:#4b5563;font-size:.95rem}.language-select{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;color:#1f2937;background:#fff;cursor:pointer;transition:all .2s;min-width:150px}.language-select:hover{border-color:#d1d5db}.language-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.btn-record{padding:.875rem 1.5rem;border:2px solid #667eea;border-radius:8px;background:#fff;color:#667eea;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-record:hover{background:#667eea;color:#fff}.btn-record.recording{background:#ef4444;border-color:#ef4444;color:#fff;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.audio-preview{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.audio-preview audio{flex:1}.btn-upload{padding:.75rem 1.25rem}.btn-secondary{padding:.75rem 1.25rem;background:#6b7280;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#4b5563}.audio-files-content{display:grid;grid-template-columns:350px 1fr;gap:2rem;flex:1;min-height:0}.groups-panel,.files-panel{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;overflow:hidden;min-height:0}.panel-header{padding:1.5rem;border-bottom:1px solid #e5e7eb}.panel-header-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.panel-header h2{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.btn-add-group{width:32px;height:32px;border-radius:6px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;font-size:1.5rem;font-weight:300;line-height:1;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;padding:0}.btn-add-group:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.btn-add-group:active{transform:translateY(0)}.search-input-wrapper{position:relative;width:100%}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#6b7280;pointer-events:none}.search-input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;color:#1f2937;background:#fff;transition:all .2s;padding-left:40px}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.search-input::placeholder{color:#9ca3af}.groups-list-container{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.files-list-container{flex:1;padding:15px;min-height:0;overflow-y:auto;display:flex;flex-direction:column}.groups-list{flex:1;overflow-y:auto;padding:1rem;min-height:0}.table-pagination{padding:0 1rem 1rem;border-top:1px solid #e5e7eb}.files-panel .table{margin:0}.transcription-preview{max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:8px;cursor:pointer;transition:all .2s;margin-bottom:.5rem}.group-item:hover{background:#f9fafb}.group-item.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.group-icon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:8px}.group-item.active .group-icon{background:#fff3}.group-item.active .group-name{background:transparent}.group-info{flex:1}.group-name{font-weight:600;font-size:.95rem;margin-bottom:.25rem}.group-item:not(.active) .group-name{color:#fff}.group-meta{font-size:.85rem;opacity:.8}.group-item:not(.active) .group-meta{color:#6b7280}.group-actions{font-size:.85rem;display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.group-action-link{background:none;border:none;padding:0;cursor:pointer;font-size:.85rem;color:#000;opacity:.8;transition:opacity .2s}.group-action-link:hover{opacity:1;text-decoration:underline}.group-item.active .group-action-link{color:#fff}.group-action-separator{opacity:.6}.file-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;border-radius:8px;background:#f9fafb;margin-bottom:1rem;transition:all .2s}.file-item:hover{background:#f3f4f6;box-shadow:0 2px 8px #0000000d}.file-icon{font-size:1.5rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;flex-shrink:0}.file-info{flex:1}.file-name{font-weight:600;color:#1f2937;margin-bottom:.5rem}.file-transcription{color:#4b5563;font-size:.9rem;line-height:1.5;margin-bottom:.5rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.file-meta{font-size:.85rem;color:#6b7280}.loading-state,.empty-state{padding:3rem 1.5rem;text-align:center;color:#6b7280}.empty-state{font-style:italic}.btn-view-details{padding:.5rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-view-details:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.btn-view-details:active{transform:translateY(0)}.files-panel,.files-list-container,.groups-panel,.groups-list-container,.groups-list{height:auto!important}@media(max-width:1024px){.audio-files-container{padding:0 .75rem}.audio-files-content{grid-template-columns:300px 1fr;gap:1.5rem}}@media(max-width:768px){.audio-files-container{padding:0 .5rem}.audio-files-header{margin-bottom:1.5rem}.audio-files-header h1{font-size:1.5rem}.recording-controls{flex-direction:column;align-items:stretch}.language-selector,.language-select{width:100%}.btn-record{max-width:100%;width:100%}.audio-files-content{grid-template-columns:1fr;gap:1.5rem}.groups-panel{max-height:400px}.audio-preview{flex-direction:column}.audio-preview audio{width:100%}.transcription-preview{max-width:100%}.files-panel .table{display:block}.files-panel .table thead{display:none}.files-panel .table tbody{display:block}.files-panel .table tbody tr{display:block;margin-bottom:1rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:1rem}.files-panel .table tbody td{display:block;padding:0;border:none}.files-panel .table tbody td:nth-child(2),.files-panel .table tbody td:nth-child(3){display:none}.files-panel .table tbody td:nth-child(1){margin-bottom:.75rem;word-break:break-word}.files-panel .table tbody td:nth-child(1) .transcription-preview{max-width:100%;white-space:normal}.files-panel .table tbody td:nth-child(4){margin-top:.75rem}.files-panel .table tbody td:nth-child(4) span{flex-direction:column;width:100%}.files-panel .table tbody td:nth-child(4) .btn-view-details{width:100%}}@media(max-width:600px){.audio-files-container{padding:0 .375rem}.audio-files-header h1{font-size:1.375rem}.panel-header{padding:1.125rem}.panel-header h2{font-size:1.125rem}}@media(max-width:480px){.audio-files-container{padding:0 .25rem;width:100%}.audio-files-header h1{font-size:1.25rem}.panel-header{padding:1rem}.panel-header h2{font-size:1.125rem}.btn-add-group{width:28px;height:28px;font-size:1.25rem}.search-input{padding:.625rem .875rem;padding-left:36px;font-size:.875rem}.search-icon{width:18px;height:18px;left:10px}.groups-list{padding:.75rem}.group-item{padding:.875rem;margin-bottom:.375rem}.group-icon{width:36px;height:36px;font-size:1.25rem}.group-name{font-size:.875rem}.group-actions,.group-action-link{font-size:.8rem}.files-list-container{padding:.75rem}.btn-view-details{padding:.375rem .75rem;font-size:.8rem}.form-input{padding:.625rem .875rem;font-size:.875rem}.dialog-content{width:95%;max-width:95%;margin:1rem}.dialog-content-large{width:95%;max-width:95%}.dialog-header h2{font-size:1.125rem}.dialog-body{padding:1rem}.dialog-footer{padding:1rem;gap:.75rem}.btn-primary,.btn-secondary{padding:.625rem 1rem;font-size:.875rem}.files-panel,.files-list-container,.groups-panel,.groups-list-container,.groups-list{height:500px!important}}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#1f2937;font-size:.95rem}.form-input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;color:#1f2937;background:#fff;transition:all .2s}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.dialog-content-large{max-width:600px;width:90%}@media(max-width:480px){.groups-panel,.files-panel{overflow:initial}}.register-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2)}.register-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;padding:3rem;max-width:500px;width:100%}.register-card h1{margin:0 0 .5rem;font-size:2rem;color:#2d3748;text-align:center}.register-subtitle{margin:0 0 2rem;color:#718096;text-align:center;font-size:.95rem}.register-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#4a5568;font-size:.9rem}.form-group input{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s}.form-group input.readonly-input{background-color:#f7fafc;color:#718096;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-full{width:100%;margin-top:.5rem}@media(max-width:640px){.register-card{padding:2rem}.form-row{grid-template-columns:1fr}.register-card h1{font-size:1.5rem}}.share-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:2rem}.share-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:800px;width:100%;overflow:hidden}.share-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;text-align:center}.share-logo{font-size:2rem;font-weight:700;margin:0 0 .5rem}.share-subtitle{margin:0;opacity:.9;font-size:1rem}.share-content{padding:2rem}.audio-player-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #e5e7eb}.audio-player-section h2,.text-section h2{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.audio-player{width:100%;margin-bottom:1rem;border-radius:8px}.audio-meta{display:flex;gap:2rem;flex-wrap:wrap}.meta-item{display:flex;gap:.5rem;align-items:center}.meta-label{font-weight:600;color:#6b7280;font-size:.9rem}.meta-value{color:#1f2937;font-size:.9rem}.text-section{margin-bottom:2rem}.text-section:last-child{margin-bottom:0}.summary-box,.fulltext-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;line-height:1.6;color:#374151;white-space:pre-wrap;word-wrap:break-word}.fulltext-box{max-height:400px;overflow-y:auto}.share-footer{background:#f9fafb;border-top:1px solid #e5e7eb;padding:1.5rem;text-align:center}.share-footer p{margin:0;color:#6b7280;font-size:.875rem}.loading-state,.error-state{padding:3rem;text-align:center}.loading-state{color:#6b7280;font-size:1.1rem}.error-state h2{font-size:1.5rem;color:#1f2937;margin:0 0 1rem}.error-state p{color:#6b7280;margin:0}@media(max-width:768px){.share-container{padding:1rem}.share-header{padding:1.5rem}.share-logo{font-size:1.5rem}.share-content{padding:1.5rem}.audio-player-section h2,.text-section h2{font-size:1.125rem}.audio-meta{gap:1rem}.summary-box,.fulltext-box{padding:1rem;font-size:.9rem}.fulltext-box{max-height:300px}}@media(max-width:480px){.share-container{padding:.5rem}.share-card{border-radius:12px}.share-header{padding:1.25rem}.share-logo{font-size:1.25rem}.share-subtitle{font-size:.9rem}.share-content{padding:1rem}.audio-player-section{padding-bottom:1.5rem;margin-bottom:1.5rem}.text-section{margin-bottom:1.5rem}.summary-box,.fulltext-box{padding:.875rem;font-size:.875rem}.fulltext-box{max-height:250px}.audio-meta{flex-direction:column;gap:.5rem;align-items:flex-start}.share-footer{padding:1rem}}.impressum-container{min-height:100vh;background:#f8fafc;padding:2rem}.impressum-content{max-width:800px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:3rem}.impressum-header{margin-bottom:3rem}.back-link{display:inline-flex;align-items:center;color:#667eea;text-decoration:none;font-weight:500;margin-bottom:1rem;transition:color .2s}.back-link:hover{color:#764ba2}.impressum-header h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0;padding-bottom:1rem;border-bottom:3px solid #667eea}.impressum-section{margin-bottom:2.5rem}.impressum-section:last-of-type{margin-bottom:3rem}.impressum-section h2{font-size:1.5rem;font-weight:600;color:#374151;margin:0 0 1rem}.impressum-section p{color:#6b7280;line-height:1.8;margin:0 0 1rem}.impressum-section p:last-child{margin-bottom:0}.impressum-section strong{color:#1f2937;font-weight:600}.impressum-section a{color:#667eea;text-decoration:none;word-break:break-all}.impressum-section a:hover{text-decoration:underline}.impressum-footer{border-top:1px solid #e5e7eb;padding-top:2rem;text-align:center}.impressum-footer p{margin:0;color:#6b7280;font-size:.875rem}@media(max-width:768px){.impressum-container{padding:1rem}.impressum-content{padding:2rem 1.5rem}.impressum-header h1{font-size:2rem}.impressum-section h2{font-size:1.25rem}.impressum-section p{font-size:.95rem}}@media(max-width:480px){.impressum-container{padding:.5rem}.impressum-content{padding:1.5rem 1rem;border-radius:8px}.impressum-header{margin-bottom:2rem}.impressum-header h1{font-size:1.75rem}.impressum-section{margin-bottom:2rem}.impressum-section h2{font-size:1.125rem}.impressum-section p{font-size:.875rem;line-height:1.6}}.profile-container{max-width:600px;margin:0 auto;padding:0 1rem}.profile-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.profile-content h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.profile-subtitle{color:#6b7280;font-size:1rem;margin:0 0 2rem}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group select{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;color:#1f2937;background:#fff;transition:all .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.readonly-input{background:#f9fafb!important;cursor:not-allowed;color:#6b7280!important}.form-hint{margin-top:.5rem;font-size:.875rem;color:#6b7280;font-style:italic}.form-section-divider{margin:2rem 0 1.5rem;padding-top:1.5rem;border-top:2px solid #e5e7eb}.form-section-divider h3{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 .5rem}.form-section-divider .form-hint{margin-top:0;display:block}.language-select{cursor:pointer}.form-actions{margin-top:1rem;display:flex;justify-content:flex-end}@media(max-width:768px){.profile-container{padding:0 .75rem}.profile-content{padding:1.5rem}.profile-content h1{font-size:1.5rem}.profile-subtitle{font-size:.9rem}.form-actions{justify-content:stretch}.btn-primary{width:100%}}@media(max-width:600px){.profile-container{padding:0 .5rem}.profile-content{padding:1.25rem;border-radius:8px}.profile-content h1{font-size:1.375rem}.profile-subtitle{font-size:.875rem;margin-bottom:1.5rem}.profile-form{gap:1.25rem}.form-group label{font-size:.9rem}.form-group input,.form-group select{padding:.625rem .875rem;font-size:.9rem}.btn-primary{width:100%;padding:.75rem 1.5rem;font-size:.95rem}}@media(max-width:480px){.profile-container{padding:.5rem;margin:0;width:100%}.profile-content{padding:1rem;border-radius:6px}.profile-content h1{font-size:1.25rem}.profile-subtitle{font-size:.8rem;margin-bottom:1.25rem}.profile-form{gap:1rem}.form-group label{font-size:.875rem;margin-bottom:.375rem}.form-group input,.form-group select{padding:.625rem .75rem;font-size:.875rem;border-radius:6px}.form-hint{font-size:.8rem}.btn-primary{padding:.75rem 1.25rem;font-size:.9rem}}.password-reset-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.password-reset-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:3rem;max-width:500px;width:100%}.password-reset-header{text-align:center;margin-bottom:2rem}.password-reset-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.password-reset-subtitle{color:#6b7280;font-size:1rem;margin:0}.password-reset-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.95rem}.form-group input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;color:#1f2937;background:#fff;transition:all .2s}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-actions{margin-top:1rem}.btn-primary{padding:.875rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.password-reset-container{padding:1rem}.password-reset-content{padding:2rem}.password-reset-header h1{font-size:1.5rem}.password-reset-subtitle{font-size:.9rem}}@media(max-width:600px){.password-reset-content{padding:1.5rem}.password-reset-header h1{font-size:1.375rem}.password-reset-form{gap:1.25rem}.form-group label{font-size:.9rem}.form-group input{padding:.625rem .875rem;font-size:.9rem}.btn-primary{padding:.75rem 1.5rem;font-size:.95rem}}@media(max-width:480px){.password-reset-container{padding:.5rem}.password-reset-content{padding:1.25rem}.password-reset-header h1{font-size:1.25rem}.password-reset-subtitle{font-size:.85rem}.password-reset-form{gap:1rem}.form-group label{font-size:.875rem}.form-group input{padding:.625rem .75rem;font-size:.875rem}.btn-primary{padding:.75rem 1.25rem;font-size:.9rem}}
