@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;--primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--accent-gradient: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);--success-gradient: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);--warning-gradient: linear-gradient(135deg, #fa709a 0%, #fee140 100%);--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #e2e8f0;--text-primary: #1a202c;--text-secondary: #4a5568;--border-color: #e2e8f0;--shadow-light: rgba(0, 0, 0, .1);--shadow-medium: rgba(0, 0, 0, .15);color:var(--text-primary);background:linear-gradient(135deg,#667eea,#764ba2);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{font-weight:500;color:#667eea;text-decoration:inherit}a:hover{color:#764ba2}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);background-attachment:fixed}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}h1,h2,h3,h4,h5,h6{margin:0 0 1rem;font-weight:600;line-height:1.2;color:#333}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin:0 0 1rem;line-height:1.6}button,input,textarea,select{font-family:inherit}.App{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#667eea,#764ba2);background-attachment:fixed}.main-content{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%;animation:fadeIn .6s ease-out}.navbar{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-primary);padding:1rem 0;box-shadow:0 4px 20px #0000001a;border-bottom:1px solid rgba(255,255,255,.2);position:sticky;top:0;z-index:1000;animation:slideIn .5s ease-out}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;transition:all .3s ease}.nav-logo:hover{transform:scale(1.05)}.nav-links{display:flex;align-items:center;gap:1rem}.nav-link{color:var(--text-primary);text-decoration:none;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative;overflow:hidden}.nav-link:hover{background:var(--primary-gradient);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #667eea4d}.nav-user{color:var(--text-secondary);font-size:.9rem;padding:.5rem 1rem;background:#667eea1a;border-radius:20px;border:1px solid rgba(102,126,234,.2)}.nav-button{padding:.5rem 1rem;border:2px solid transparent;background:var(--primary-gradient);color:#fff;text-decoration:none;border-radius:8px;transition:all .3s ease;cursor:pointer;font-weight:500}.nav-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}.nav-button.logout{background:var(--secondary-gradient)}.nav-button.logout:hover{transform:translateY(-2px);box-shadow:0 4px 15px #f5576c66}.theme-toggle{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .3s}.theme-toggle:hover{background-color:#ffffff1a}.btn{padding:.75rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center;position:relative;overflow:hidden;animation:fadeIn .5s ease-out}.btn: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:hover:before{left:100%}.btn-primary{background:var(--primary-gradient);color:#fff;box-shadow:0 4px 15px #667eea33}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #667eea66;animation:pulse .6s ease-in-out}.btn-secondary{background:var(--accent-gradient);color:#fff;box-shadow:0 4px 15px #4facfe33}.btn-secondary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #4facfe66}.btn-danger{background:var(--secondary-gradient);color:#fff;box-shadow:0 4px 15px #f5576c33}.btn-danger:hover{transform:translateY(-3px);box-shadow:0 8px 25px #f5576c66}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none;animation:none}.btn:active{transform:translateY(-1px)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e1e5e9;border-radius:6px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.loading-container{display:flex;justify-content:center;align-items:center;min-height:50vh}.loading{text-align:center;padding:2rem;color:#666;font-size:1.1rem}.error-message{background:#f8d7da;color:#721c24;padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;border:1px solid #f5c6cb}.home{text-align:center;animation:fadeIn .8s ease-out}.hero{padding:4rem 2rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;margin-bottom:4rem;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.2);animation:float 6s ease-in-out infinite}.hero h1{font-size:3.5rem;margin-bottom:1rem;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;letter-spacing:-.02em;animation:slideIn .8s ease-out .2s both}.hero p{font-size:1.3rem;color:var(--text-secondary);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.7;animation:slideIn .8s ease-out .4s both}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:slideIn .8s ease-out .6s both}.features{text-align:center}.features h2{font-size:2.5rem;margin-bottom:3rem;color:#333}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.feature{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;transition:all .4s ease;border:1px solid rgba(255,255,255,.2);animation:fadeIn .6s ease-out}.feature:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px #00000026}.feature h3{font-size:1.3rem;margin-bottom:1rem;color:#333}.feature p{color:#666;line-height:1.6}.auth-container{display:flex;justify-content:center;align-items:center;min-height:60vh}.auth-form{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:20px;box-shadow:0 20px 40px #0000001a;width:100%;max-width:420px;border:1px solid rgba(255,255,255,.2);animation:fadeIn .6s ease-out}.auth-form h2{text-align:center;margin-bottom:2rem;color:#333}.auth-link{text-align:center;margin-top:1rem;color:#666}.auth-link a{color:#667eea;text-decoration:none}.auth-link a:hover{text-decoration:underline}.dashboard{max-width:1000px;margin:0 auto}.dashboard-header{text-align:center;margin-bottom:3rem}.dashboard-header h1{font-size:2.5rem;color:#333;margin-bottom:.5rem}.dashboard-header p{color:#666;font-size:1.1rem}.dashboard-content{display:grid;gap:3rem}.upload-section,.files-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.files-section h2,.file-upload h3{margin-bottom:1.5rem;color:#333}.upload-form{display:grid;gap:1.5rem}.file-info{margin-top:.5rem;padding:.5rem;background:#f8f9fa;border-radius:4px;font-size:.9rem;color:#666}.share-link-container{background:#d4edda;border:1px solid #c3e6cb;border-radius:6px;padding:1rem;margin-bottom:1.5rem}.share-link-container h4{color:#155724;margin-bottom:1rem}.share-link{display:flex;gap:.5rem}.share-link input{flex:1;padding:.5rem;border:1px solid #c3e6cb;border-radius:4px;background:#fff}.no-files{text-align:center;padding:3rem;color:#666}.file-list{display:grid;gap:1rem}.file-item{border:1px solid #e1e5e9;border-radius:8px;padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;transition:box-shadow .3s}.file-item:hover{box-shadow:0 2px 10px #0000001a}.file-info h4{margin-bottom:.5rem;color:#333}.file-details{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.file-details span{font-size:.9rem;color:#666}.file-settings{display:flex;gap:.5rem;flex-wrap:wrap}.setting-badge{background:#e9ecef;color:#495057;padding:.25rem .5rem;border-radius:4px;font-size:.8rem}.file-actions{display:flex;gap:.5rem;flex-shrink:0}.view-file{max-width:800px;margin:0 auto}.file-header{text-align:center;margin-bottom:2rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a}.file-header h2{margin-bottom:1rem;color:#333}.file-meta{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;color:#666;font-size:.9rem}.password-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;text-align:center;margin-bottom:2rem}.password-form h3{margin-bottom:1.5rem;color:#333}.file-content{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.file-actions{text-align:center;margin-bottom:2rem}.file-preview{text-align:center}.file-preview img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 15px #0000001a}.file-preview video{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 15px #0000001a}.no-preview{padding:3rem;color:#666;background:#f8f9fa;border-radius:8px}.error-container{text-align:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a}.error-container h2{color:#dc3545;margin-bottom:1rem}@media (max-width: 768px){.main-content{padding:1rem}.nav-container{padding:0 1rem;flex-wrap:wrap}.nav-links{flex-wrap:wrap;gap:.5rem}.hero{padding:2rem 1rem}.hero h1{font-size:2rem}.hero p{font-size:1rem;padding:0 1rem}.hero-actions{flex-direction:column;align-items:center;gap:1rem}.features-grid{grid-template-columns:1fr;gap:1rem}.feature{padding:1.5rem}.form-row{grid-template-columns:1fr}.file-item{flex-direction:column;gap:1rem;padding:1rem}.file-actions{align-self:stretch;justify-content:space-between}.file-meta{flex-direction:column;gap:.5rem;align-items:flex-start}.share-link{flex-direction:column;gap:.5rem}.dashboard-content{gap:2rem}.upload-section,.files-section{padding:1.5rem}.auth-form{margin:1rem;padding:1.5rem}.file-header,.file-content{padding:1.5rem}}@media (max-width: 480px){.nav-container{flex-direction:column;gap:1rem;text-align:center}.nav-links{justify-content:center}.hero h1{font-size:1.8rem}.btn{padding:.6rem 1.2rem;font-size:.9rem}.file-actions{flex-direction:column;gap:.5rem}.form-group input,.form-group textarea{font-size:16px}.footer-content{grid-template-columns:1fr;text-align:center;gap:2rem}.footer-bottom-content{flex-direction:column;text-align:center;gap:.5rem}.footer-social{justify-content:center}.contact-content{grid-template-columns:1fr;gap:2rem}.legal-container{padding:2rem}.features-grid{grid-template-columns:1fr}.faq-actions{flex-direction:column;align-items:center}.help-section,.security-section{padding:1.5rem}}.dark-theme{--bg-primary: #0f0f23;--bg-secondary: #1a1a2e;--bg-tertiary: #16213e;--text-primary: #ffffff;--text-secondary: #a0aec0;--border-color: #2d3748;--shadow: rgba(0,0,0,.4);--primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--accent-gradient: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%)}.dark-theme body{background:linear-gradient(135deg,#0f0f23,#1a1a2e);background-attachment:fixed;color:var(--text-primary)}.dark-theme .App{background:linear-gradient(135deg,#0f0f23,#1a1a2e);background-attachment:fixed}.dark-theme .main-content{background:transparent}.dark-theme .navbar{background:#1a1a2ef2;color:var(--text-primary)}.dark-theme .nav-logo{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark-theme .nav-link{color:var(--text-primary)}.dark-theme .nav-user{background:#667eea33;border-color:#667eea4d;color:var(--text-primary)}.dark-theme .hero{background:linear-gradient(135deg,#2d2d2d,#1a1a1a)}.dark-theme .feature,.dark-theme .auth-form,.dark-theme .upload-section,.dark-theme .files-section,.dark-theme .file-header,.dark-theme .password-form,.dark-theme .file-content{background:var(--bg-secondary);color:var(--text-primary);box-shadow:0 4px 20px var(--shadow)}.dark-theme .file-item{background:var(--bg-secondary);border-color:var(--border-color);color:var(--text-primary)}.dark-theme .file-item:hover{box-shadow:0 2px 10px var(--shadow)}.dark-theme .form-group input,.dark-theme .form-group textarea{background:var(--bg-tertiary);border-color:var(--border-color);color:var(--text-primary)}.dark-theme .form-group input:focus,.dark-theme .form-group textarea:focus{border-color:#667eea;background:var(--bg-tertiary)}.dark-theme .form-group label{color:var(--text-primary)}.dark-theme .file-info{background:var(--bg-tertiary);color:var(--text-secondary)}.dark-theme .setting-badge{background:var(--bg-tertiary);color:var(--text-primary)}.dark-theme .no-preview{background:var(--bg-tertiary);color:var(--text-secondary)}.dark-theme .share-link input{background:var(--bg-tertiary);border-color:var(--border-color);color:var(--text-primary)}.dark-theme h1,.dark-theme h2,.dark-theme h3,.dark-theme h4,.dark-theme h5,.dark-theme h6{color:var(--text-primary)}.dark-theme .file-details span,.dark-theme .no-files,.dark-theme .loading{color:var(--text-secondary)}.dark-theme .error-container,.dark-theme .help-section,.dark-theme .contact-info,.dark-theme .contact-form-section,.dark-theme .contact-footer,.dark-theme .legal-container,.dark-theme .about-section,.dark-theme .faq-search,.dark-theme .faq-item,.dark-theme .faq-footer,.dark-theme .security-section,.dark-theme .security-footer,.dark-theme .api-section,.dark-theme .api-docs-footer{background:var(--bg-secondary);color:var(--text-primary)}.dark-theme .contact-method,.dark-theme .feature-card,.dark-theme .value-item,.dark-theme .endpoint,.dark-theme .code-example{background:var(--bg-tertiary);border-color:var(--border-color)}.dark-theme .faq-question{color:var(--text-primary)}.dark-theme .faq-question:hover{background:var(--bg-tertiary)}.dark-theme .success-message{background:#43e97b33;border-color:#43e97b4d}.dark-theme .api-info code,.dark-theme .endpoint-details li code{background:var(--bg-tertiary);color:var(--text-primary)}.footer{background:#1a202cf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;margin-top:4rem;animation:fadeIn .8s ease-out}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 2rem 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;font-size:1.5rem}.footer-section h4{color:#e2e8f0;margin-bottom:1rem;font-size:1.1rem}.footer-section p{color:#a0aec0;line-height:1.6;margin-bottom:1.5rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#a0aec0;text-decoration:none;transition:all .3s ease}.footer-section ul li a:hover{color:#fff;transform:translate(5px)}.footer-social{display:flex;gap:1rem;margin-top:1rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;color:#a0aec0;transition:all .3s ease}.footer-social a:hover{background:var(--primary-gradient);color:#fff;transform:translateY(-3px);box-shadow:0 4px 15px #667eea4d}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom-content p{color:#a0aec0;margin:0;font-size:.9rem}.help-page{animation:fadeIn .6s ease-out}.help-container{max-width:1000px;margin:0 auto}.help-container h1{text-align:center;margin-bottom:1rem;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.help-container>p{text-align:center;color:var(--text-secondary);margin-bottom:3rem;font-size:1.1rem}.help-sections{display:grid;gap:2rem}.help-section{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:16px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(255,255,255,.2);animation:slideIn .6s ease-out}.help-section h2{margin-bottom:1.5rem;color:var(--text-primary)}.help-content h3{margin-top:2rem;margin-bottom:1rem;color:var(--text-primary)}.help-content p,.help-content li{color:var(--text-secondary);line-height:1.6}.help-content ol,.help-content ul{margin-left:1.5rem}.help-contact{text-align:center;margin-top:3rem;padding:2rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 10px 30px #0000001a}.help-contact a{color:#667eea;text-decoration:none}.help-contact a:hover{text-decoration:underline}.contact-page{animation:fadeIn .6s ease-out}.contact-container{max-width:1200px;margin:0 auto}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h1{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.contact-info{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:16px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(255,255,255,.2)}.contact-methods{display:grid;gap:1.5rem;margin-bottom:2rem}.contact-method{padding:1.5rem;background:#667eea0d;border-radius:12px;border:1px solid rgba(102,126,234,.1)}.contact-method h3{margin-bottom:.5rem;color:var(--text-primary)}.contact-method p{margin-bottom:.5rem;font-weight:600;color:var(--text-primary)}.contact-method span{color:var(--text-secondary);font-size:.9rem}.contact-faq ul{list-style:none;padding:0}.contact-faq li{margin-bottom:.5rem}.contact-faq a{color:#667eea;text-decoration:none}.contact-faq a:hover{text-decoration:underline}.contact-form-section{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:16px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(255,255,255,.2)}.contact-form{display:grid;gap:1.5rem}.success-message{text-align:center;padding:2rem;background:#43e97b1a;border-radius:12px;border:1px solid rgba(67,233,123,.2)}.success-message h3{color:#22c55e;margin-bottom:1rem}.contact-footer{text-align:center;padding:2rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 10px 30px #0000001a}.legal-page{animation:fadeIn .6s ease-out}.legal-container{max-width:900px;margin:0 auto;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:16px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(255,255,255,.2)}.legal-container h1{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.last-updated{color:var(--text-secondary);font-style:italic;margin-bottom:2rem}.legal-content section{margin-bottom:2.5rem}.legal-content h2{color:var(--text-primary);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(102,126,234,.2)}.legal-content h3{color:var(--text-primary);margin-top:1.5rem;margin-bottom:.5rem}.legal-content p,.legal-content li{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.legal-content ul,.legal-content ol{margin-left:1.5rem;margin-bottom:1rem}.legal-content a{color:#667eea;text-decoration:none}.legal-content a:hover{text-decoration:underline}.about-page{animation:fadeIn .6s ease-out}.about-container{max-width:1000px;margin:0 auto}.about-header{text-align:center;margin-bottom:3rem}.about-header h1{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.about-content{display:grid;gap:2rem}.about-section{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:16px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(255,255,255,.2);animation:slideIn .6s ease-out}.about-section h2{margin-bottom:1rem;color:var(--text-primary)}.about-section p{color:var(--text-secondary);line-height:1.7}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.feature-card{padding:1.5rem;background:#667eea0d;border-radius:12px;border:1px solid rgba(102,126,234,.1)}.feature-card h3{margin-bottom:1rem;color:var(--text-primary)}.values-list{display:grid;gap:1.5rem;margin-top:1.5rem}.value-item{padding:1.5rem;background:#667eea0d;border-radius:12px;border:1px solid rgba(102,126,234,.1)}.value-item h3{margin-bottom:.5rem;color:var(--text-primary)}.faq-page{animation:fadeIn .6s ease-out}.faq-container{max-width:900px;margin:0 auto}.faq-header{text-align:center;margin-bottom:3rem}.faq-header h1{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.faq-search{text-align:center;margin-bottom:2rem;padding:1.5rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 10px 30px #0000001a}.faq-search a{color:#667eea;text-decoration:none}.faq-search a:hover{text-decoration:underline}.faq-list{display:grid;gap:1rem;margin-bottom:3rem}.faq-item{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 4px 15px #0000001a;border:1px solid rgba(255,255,255,.2);overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 8px 25px #00000026}.faq-question{width:100%;padding:1.5rem;background:none;border:none;text-align:left;font-size:1.1rem;font-weight:600;color:var(--text-primary);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.faq-question:hover{background:#667eea0d}.faq-icon{font-size:1.2rem;font-weight:700;color:#667eea;transition:transform .3s ease}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open .faq-answer{max-height:200px}.faq-answer p{padding:0 1.5rem 1.5rem;color:var(--text-secondary);line-height:1.6;margin:0}.faq-footer{text-align:center;padding:2rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 10px 30px #0000001a}.faq-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.security-page{animation:fadeIn .6s ease-out}.security-container{max-width:1000px;margin:0 auto}.security-header{text-align:center;margin-bottom:3rem}.security-header h1{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.security-content{display:grid;gap:2rem}.security-section{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:16px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(255,255,255,.2);animation:slideIn .6s ease-out}.security-section h2{margin-bottom:1.5rem;color:var(--text-primary)}.security-details h3{margin-top:1.5rem;margin-bottom:.5rem;color:var(--text-primary)}.security-details p,.security-details li{color:var(--text-secondary);line-height:1.7}.security-tips ul{margin-left:1.5rem}.security-footer{text-align:center;margin-top:3rem;padding:2rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 10px 30px #0000001a}.api-docs-page{animation:fadeIn .6s ease-out}.api-docs-container{max-width:1000px;margin:0 auto}.api-docs-header{text-align:center;margin-bottom:3rem}.api-docs-header h1{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.api-docs-content{display:grid;gap:2rem}.api-section{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:16px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(255,255,255,.2);animation:slideIn .6s ease-out}.api-section h2{margin-bottom:1.5rem;color:var(--text-primary);border-bottom:2px solid rgba(102,126,234,.2);padding-bottom:.5rem}.api-info code{background:#667eea1a;padding:.5rem 1rem;border-radius:6px;font-family:Courier New,monospace;display:block;margin:.5rem 0}.endpoint{margin-bottom:2rem;padding:1.5rem;background:#667eea0d;border-radius:12px;border:1px solid rgba(102,126,234,.1)}.endpoint h3{margin-bottom:.5rem;color:var(--text-primary);font-family:Courier New,monospace;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.endpoint-details{margin-top:1rem}.endpoint-details h4{margin-top:1rem;margin-bottom:.5rem;color:var(--text-primary)}.endpoint-details pre{background:#1a1a1a;color:#f8f8f2;padding:1rem;border-radius:8px;overflow-x:auto;font-size:.9rem;margin:.5rem 0}.endpoint-details code{font-family:Courier New,monospace}.endpoint-details ul{margin-left:1.5rem}.endpoint-details li{margin-bottom:.5rem;color:var(--text-secondary)}.endpoint-details li code{background:#667eea1a;padding:.2rem .4rem;border-radius:4px;font-size:.9rem}.error-codes ul{margin-left:1.5rem}.error-codes li{margin-bottom:.5rem;color:var(--text-secondary)}.error-codes code{background:#dc35451a;color:#dc3545;padding:.2rem .4rem;border-radius:4px;font-weight:700}.code-example{margin-top:1rem;padding:1.5rem;background:#667eea0d;border-radius:12px;border:1px solid rgba(102,126,234,.1)}.code-example h3{margin-bottom:1rem;color:var(--text-primary)}.api-docs-footer{text-align:center;margin-top:3rem;padding:2rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 10px 30px #0000001a}.api-docs-footer a{color:#667eea;text-decoration:none}.api-docs-footer a:hover{text-decoration:underline}
