@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.hero{text-align:center;background:linear-gradient(180deg, var(--fm-bg-primary) 0%, var(--fm-bg-section) 100%);padding:5rem 0 3.5rem}.hero-content{max-width:680px;margin:0 auto}.hero-title{letter-spacing:-.025em;color:var(--fm-text-primary);margin:1.25rem 0;font-size:3rem;font-weight:800;line-height:1.15}.hero-accent{color:var(--fm-primary)}.hero-subtitle{color:var(--fm-text-secondary);max-width:540px;margin-bottom:2.25rem;margin-left:auto;margin-right:auto;font-size:1.15rem;line-height:1.7}.hero-actions{flex-wrap:wrap;justify-content:center;gap:.875rem;display:flex}.hero-pilot{color:var(--fm-text-muted);letter-spacing:.01em;margin-top:1.25rem;font-size:.8rem}.trust-bar{background:var(--fm-bg-section);border-top:1px solid var(--fm-border);border-bottom:1px solid var(--fm-border);padding:1.25rem 0}.trust-items{flex-wrap:wrap;justify-content:center;gap:2.5rem;display:flex}.trust-item{color:var(--fm-text-secondary);align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:flex}.trust-item svg{color:var(--fm-primary);flex-shrink:0}.section{padding:5rem 0}.section-alt{background:var(--fm-bg-section)}.section-header{text-align:center;margin-bottom:3rem}.section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--fm-primary);margin-bottom:.625rem;font-size:.8rem;font-weight:600;display:inline-block}.section-title{letter-spacing:-.015em;margin-bottom:.75rem;font-size:2rem;font-weight:700}.section-subtitle{color:var(--fm-text-secondary);max-width:520px;margin:0 auto;font-size:1.05rem;line-height:1.6}.steps-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid;position:relative}.steps-grid:before{content:"";background:repeating-linear-gradient(90deg, var(--fm-border) 0, var(--fm-border) 6px, transparent 6px, transparent 14px);z-index:0;pointer-events:none;height:1px;position:absolute;top:calc(1.75rem + 26px);left:16.6667%;right:16.6667%}.step-card{text-align:center;z-index:1;cursor:default;padding:1.75rem;transition:border-color .25s,box-shadow .25s,transform .25s;position:relative}.step-card:hover{border-color:var(--fm-primary);transform:translateY(-5px);box-shadow:0 8px 28px #3b82f61f}.step-card:hover .icon-circle{transform:scale(1.1);box-shadow:0 4px 16px #3b82f638}.step-card:hover .step-number{color:var(--fm-primary)}.step-top{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.step-number{color:var(--fm-text-muted);letter-spacing:.05em;font-size:.75rem;font-weight:700;transition:color .2s}.step-card h3{color:var(--fm-text-primary);margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.step-card p{color:var(--fm-text-secondary);font-size:.875rem;line-height:1.6}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.feature-card{align-items:flex-start;gap:1.25rem;padding:1.75rem;display:flex}.feature-card h3{color:var(--fm-text-primary);margin-bottom:.375rem;font-size:1rem;font-weight:600}.feature-card p{color:var(--fm-text-secondary);font-size:.875rem;line-height:1.6}.audience-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.audience-card{padding:1.75rem}.audience-card h3{color:var(--fm-text-primary);margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.audience-card p{color:var(--fm-text-secondary);font-size:.875rem;line-height:1.6}.section-cta{background:var(--fm-primary);padding:4rem 0}.cta-content{text-align:center}.cta-content h2{color:#fff;margin-bottom:.625rem;font-size:1.75rem;font-weight:700}.cta-content p{color:#ffffffd9;margin-bottom:1.75rem;font-size:1.05rem}.cta-content .btn-primary{color:var(--fm-primary);background:#fff;box-shadow:0 2px 8px #00000026}.cta-content .btn-primary:hover{background:#f0f4ff;transform:translateY(-1px)}.footer{border-top:1px solid var(--fm-border);margin-top:auto;padding:2.5rem 0}.footer-content{max-width:600px;margin:0 auto}.footer-top{text-align:center;border-bottom:1px solid var(--fm-border);margin-bottom:1.5rem;padding-bottom:1.5rem}.footer-brand{align-items:center;gap:.5rem;margin-bottom:.625rem;display:inline-flex}.footer-desc{color:var(--fm-text-secondary);font-size:.85rem;line-height:1.5}.footer-bottom{text-align:center}.footer-legal{color:var(--fm-text-muted);margin-bottom:.375rem;font-size:.78rem;line-height:1.5}@media (width<=768px){.hero{padding:3rem var(--fm-container-padding) 2rem}.hero-title{font-size:2.25rem}.hero-subtitle{margin-bottom:1.5rem;font-size:1rem}.hero-actions{flex-direction:column;gap:.75rem}.hero-actions .btn{width:100%}.section{padding:3rem 0}.section-title{font-size:1.75rem}.trust-items{gap:1rem 1.5rem}.steps-grid,.audience-grid,.features-grid{grid-template-columns:1fr;gap:1rem}.steps-grid:before{display:none}.step-card{text-align:left}.step-card,.feature-card,.audience-card{padding:1.25rem}.step-top{flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem}.feature-card{flex-direction:column;gap:.875rem}}@media (width<=480px){.hero-title{font-size:1.75rem}.hero{padding:2.5rem var(--fm-container-padding) 1.75rem}.section{padding:2.5rem 0}.section-title{font-size:1.5rem}.trust-items{grid-template-columns:1fr 1fr;justify-items:start;gap:.875rem 1rem;display:grid}.step-card,.feature-card,.audience-card{padding:1rem}}.dropzone-container{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.dropzone{border:2px dashed var(--fm-border);border-radius:var(--fm-radius-xl);background:var(--fm-bg-secondary);cursor:pointer;width:100%;min-height:220px;transition:var(--fm-transition);justify-content:center;align-items:center;padding:2rem;display:flex}.dropzone:hover{border-color:var(--fm-border-hover);background:var(--fm-bg-card-hover)}.dropzone-active{box-shadow:0 0 0 4px #0066cc14;border-color:var(--fm-primary)!important;background:var(--fm-primary-light)!important;border-style:solid!important}.dropzone-has-file{border-style:solid;border-color:var(--fm-success);background:var(--fm-success-light)}.dropzone-empty{text-align:center}.dropzone-icon{margin-bottom:1rem}.dropzone-active .dropzone-icon svg{stroke:var(--fm-primary)}.dropzone-empty h3{color:var(--fm-text-primary);margin-bottom:.25rem;font-size:1.05rem;font-weight:600}.dropzone-empty p{color:var(--fm-text-secondary);margin-bottom:.75rem;font-size:.875rem}.dropzone-hint{color:var(--fm-text-muted);border:1px solid var(--fm-border);background:#00000008;border-radius:100px;padding:.25rem .75rem;font-size:.78rem}.dropzone-file{align-items:center;gap:1rem;width:100%;display:flex}.file-icon{flex-shrink:0}.file-info{flex:1;min-width:0}.file-name{white-space:nowrap;text-overflow:ellipsis;color:var(--fm-text-primary);font-size:.95rem;font-weight:600;overflow:hidden}.file-size{color:var(--fm-text-secondary);font-size:.8rem}.file-change{border:1px solid var(--fm-border);color:var(--fm-text-secondary);border-radius:var(--fm-radius-sm);cursor:pointer;transition:var(--fm-transition-fast);background:0 0;padding:.375rem .75rem;font-family:Inter,sans-serif;font-size:.8rem}.file-change:hover{border-color:var(--fm-primary);color:var(--fm-primary)}.send-btn{width:100%;max-width:300px}.recipient-select-wrapper{text-align:left;width:100%;max-width:450px;margin-bottom:2rem;position:relative}.recipient-select-wrapper label{color:var(--fm-text-primary);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.recent-recipients{flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.75rem;display:flex}.recent-recipients-label{color:var(--fm-text-muted);margin-right:.15rem;font-size:.8rem}.recent-chip{background:var(--fm-bg-secondary);border:1px solid var(--fm-border);color:var(--fm-text-primary);cursor:pointer;transition:var(--fm-transition-fast);white-space:nowrap;border-radius:100px;align-items:center;padding:.3rem .7rem;font-family:Inter,sans-serif;font-size:.8rem;display:inline-flex}.recent-chip:hover{border-color:var(--fm-primary);background:var(--fm-primary-light);color:var(--fm-primary)}.autocomplete-container{position:relative}.autocomplete-input{width:100%;padding-right:2.5rem;font-size:.95rem}.autocomplete-success-icon{pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.autocomplete-dropdown{background-color:var(--fm-bg-secondary);border:1px solid var(--fm-border-hover);border-radius:var(--fm-radius-md);z-index:100;max-height:280px;margin-top:6px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 25px #0000001a,0 4px 10px #0000000d}.autocomplete-option{cursor:pointer;border-bottom:1px solid var(--fm-border);transition:var(--fm-transition-fast);flex-direction:column;gap:.2rem;padding:.85rem 1rem;display:flex}.autocomplete-option:last-child{border-bottom:none}.autocomplete-option:hover{background-color:var(--fm-bg-card-hover)}.autocomplete-option.selected{background-color:var(--fm-primary-light);border-left:3px solid var(--fm-primary);padding-left:calc(1rem - 3px)}.autocomplete-option-name{color:var(--fm-text-primary);font-weight:600}.autocomplete-option-email{color:var(--fm-text-secondary);font-size:.8rem}.autocomplete-empty{text-align:center;color:var(--fm-text-muted);padding:1.5rem 1rem;font-size:.9rem}.autocomplete-hint{text-align:center;color:var(--fm-text-muted);padding:.875rem 1rem;font-size:.85rem;font-style:italic}.dropzone-actions{flex-direction:column;align-items:center;width:100%;display:flex}.message-section{width:100%;max-width:450px;margin-top:1.5rem}.message-toggle{background:var(--fm-bg-alt);border:1px solid var(--fm-border);border-radius:var(--fm-radius);cursor:pointer;width:100%;color:var(--fm-text-secondary);transition:var(--fm-transition-fast);align-items:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;display:flex}.message-toggle:hover{border-color:var(--fm-primary);color:var(--fm-primary)}.message-toggle svg:first-child{flex-shrink:0}.message-input-wrapper{margin-top:.75rem;animation:.2s fadeInUp}.message-textarea{border:1px solid var(--fm-border);border-radius:var(--fm-radius);resize:vertical;background:var(--fm-bg-secondary);width:100%;min-height:80px;max-height:200px;color:var(--fm-text-primary);box-sizing:border-box;padding:.875rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.5;transition:border-color .2s}.message-textarea:focus{border-color:var(--fm-primary);outline:none;box-shadow:0 0 0 3px #0066cc1a}.message-textarea::placeholder{color:var(--fm-text-muted)}.message-char-count{text-align:right;color:var(--fm-text-muted);margin-top:.25rem;font-size:.75rem}.message-hint{color:var(--fm-text-muted);align-items:center;gap:.35rem;margin:.5rem 0 0;font-size:.78rem;display:flex}.message-hint:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;flex-shrink:0;width:12px;height:12px;display:inline-block}.legal-checkboxes{text-align:left;background:var(--fm-bg-alt);border-radius:var(--fm-radius);border:1px solid var(--fm-border);flex-direction:column;gap:1rem;margin-top:2rem;margin-bottom:2rem;padding:1.5rem;display:flex}.checkbox-label{color:var(--fm-text-dark);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:1rem;padding-left:2rem;font-size:.9rem;line-height:1.5;transition:color .2s;display:flex;position:relative}.checkbox-label:hover{color:var(--fm-primary-dark)}.checkbox-label input[type=checkbox]{opacity:0;cursor:pointer;z-index:1;width:20px;height:20px;margin:0;padding:0;position:absolute;top:.15rem;left:0}.checkbox-label span:before{content:"";background-color:var(--fm-input-bg);border:2px solid var(--fm-border-hover);border-radius:4px;width:20px;height:20px;transition:all .2s;position:absolute;top:.15rem;left:0}.checkbox-label:hover span:before{border-color:var(--fm-primary)}.checkbox-label input[type=checkbox]:checked~:before,.checkbox-label input[type=checkbox]:checked+span:before{background-color:var(--fm-primary);border-color:var(--fm-primary)}.checkbox-label span:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;display:none;position:absolute;top:5px;left:7px;transform:rotate(45deg)}.checkbox-label input[type=checkbox]:checked+span:before{background-color:var(--fm-primary);border-color:var(--fm-primary)}.checkbox-label input[type=checkbox]:checked+span:after{display:block}.favorite-recipients{flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.5rem;display:flex}.favorite-recipients-label{color:var(--fm-text-muted);align-items:center;gap:.3rem;margin-right:.15rem;font-size:.8rem;display:inline-flex}.favorite-chip{background:#f59e0b0d;border-color:#f59e0b4d}.favorite-chip:hover{border-color:var(--fm-warning,#f59e0b);color:var(--fm-text-primary);background:#f59e0b1a}.autocomplete-option{flex-wrap:wrap}.autocomplete-option-main{cursor:pointer;flex:1;min-width:0}.autocomplete-option-actions{flex-shrink:0;align-items:center;gap:.25rem;margin-left:auto;display:flex}.icon-btn{cursor:pointer;border-radius:var(--fm-radius-sm);color:var(--fm-text-muted);transition:var(--fm-transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:.3rem;display:flex}.icon-btn:hover{color:var(--fm-text-primary);background:var(--fm-bg-card-hover)}.star-btn.star-active{color:var(--fm-warning,#f59e0b)}.nickname-editor{align-items:center;gap:.4rem;width:100%;padding:.5rem 0 .25rem;display:flex}.nickname-input{flex:1;padding:.35rem .6rem;font-size:.85rem}.btn-sm{border-radius:var(--fm-radius-sm);cursor:pointer;border:1px solid var(--fm-border);transition:var(--fm-transition-fast);padding:.3rem .6rem;font-family:Inter,sans-serif;font-size:.75rem}.nickname-save{background:var(--fm-primary);color:#fff;border-color:var(--fm-primary)}.nickname-save:hover{opacity:.9}.nickname-cancel{background:var(--fm-bg-secondary);color:var(--fm-text-secondary)}.nickname-cancel:hover{border-color:var(--fm-text-secondary)}@media (width<=768px){.dropzone{min-height:180px;padding:1.5rem 1rem}.dropzone-file{text-align:center;flex-direction:column;gap:.75rem}.file-info{width:100%}.recipient-select-wrapper{margin-bottom:1.5rem}.legal-checkboxes{margin-top:1.5rem;margin-bottom:1.5rem;padding:1rem}.checkbox-label{padding-left:2rem;font-size:.85rem}.checkbox-label span:before{width:18px;height:18px;top:0}.checkbox-label span:after{width:4px;height:8px;top:3px;left:6px}.send-btn{max-width:100%}}.progressbar-container{width:100%}.progressbar-footer{color:var(--fm-text-muted);justify-content:space-between;margin-top:.5rem;font-size:.8rem;display:flex}.progressbar-percent{color:var(--fm-accent);font-weight:600}.send-wrapper{max-width:640px;margin:3rem auto}.send-header{text-align:center;margin-bottom:2rem}.send-header h1{color:var(--fm-text-primary);margin-bottom:.625rem;font-size:1.75rem;font-weight:700}.send-subtitle{color:var(--fm-text-secondary);font-size:.95rem;line-height:1.6}.send-progress{text-align:center;padding:2.5rem 2rem}.progress-status{justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.progress-spinner{border:3px solid var(--fm-border);border-top-color:var(--fm-primary);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}.progress-status h3{color:var(--fm-text-primary);font-size:1.05rem;font-weight:600}.progress-status p{color:var(--fm-text-secondary);font-size:.85rem}.progress-info{color:var(--fm-text-muted);margin-top:1.25rem;font-size:.8rem}.rotating-message{color:var(--fm-text-muted);min-height:1.2em;margin-top:1.25rem;font-size:.8rem;transition:opacity .3s}.rotating-message-link{color:var(--fm-text-muted);text-underline-offset:2px;text-decoration:underline}.send-error{text-align:center;padding:2.5rem 2rem}.error-icon{margin-bottom:1rem}.send-error h3{color:var(--fm-danger);margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.send-error p{color:var(--fm-text-secondary);margin-bottom:1.5rem;font-size:.9rem}.send-again{margin:1.5rem auto 0;display:block}@media (width<=768px){.send-wrapper{margin:1.5rem auto}.send-progress,.send-error{padding:1.5rem 1rem}.send-header{margin-bottom:1.5rem}.send-header h1{font-size:1.5rem}}.receive-wrapper{max-width:520px;margin:5rem auto}.receive-card{text-align:center;padding:3rem 2rem}.receive-spinner{border:3px solid var(--fm-border);border-top-color:var(--fm-primary);border-radius:50%;width:40px;height:40px;margin:0 auto 1.25rem;animation:.8s linear infinite spin}.receive-card h2{color:var(--fm-text-primary);margin-bottom:.375rem;font-size:1.35rem;font-weight:700}.receive-card>p{color:var(--fm-text-secondary);margin-bottom:1rem;font-size:.9rem}.receive-note{color:var(--fm-text-muted);margin-top:1.25rem;font-size:.8rem}.receive-success{border-color:var(--fm-success)}.receive-success-icon{margin-bottom:1rem}.receive-details{background:var(--fm-success-light);border-radius:var(--fm-radius-md);border:1px solid #0f884726;margin:1rem 0;padding:1rem 1.25rem}.receive-details .detail-row{justify-content:space-between;padding:.375rem 0;font-size:.85rem;display:flex}.receive-details .detail-row span{color:var(--fm-text-secondary)}.receive-details .detail-row strong{color:var(--fm-text-primary)}.receive-error{border-color:var(--fm-danger)}.receive-error-icon{margin-bottom:1rem}.error-message{color:var(--fm-danger);background:var(--fm-danger-light);border-radius:var(--fm-radius-sm);text-align:left;border:1px solid #cc293626;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.875rem}.received-title{color:var(--fm-text-primary);margin-bottom:1rem}.received-subtitle{color:var(--fm-text-secondary);margin-bottom:2rem}.received-loading{text-align:center;color:var(--fm-text-muted);padding:3rem}.received-empty{text-align:center;color:var(--fm-text-secondary);background-color:var(--fm-bg-section);border:1px dashed var(--fm-border);padding:3rem}.received-empty svg{color:var(--fm-text-light);margin-bottom:1rem}.received-empty h3{color:var(--fm-text-primary);margin:0 0 .5rem;font-size:1.05rem;font-weight:600}.received-empty p{margin:0;font-size:.9rem}.received-grid{gap:1rem;display:grid}.received-card{border-left:4px solid var(--fm-primary);flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.received-card-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.received-card-name{color:var(--fm-text-primary);align-items:center;gap:.5rem;margin:0 0 .5rem;display:flex}.received-badge{background-color:var(--fm-danger);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:12px;margin-left:.5rem;padding:2px 8px;font-size:.7rem;font-weight:700}.received-card-meta{color:var(--fm-text-secondary);margin:0;font-size:.9rem}.received-card-expiry{color:var(--fm-text-muted);margin:.25rem 0 0;font-size:.85rem}.received-btn-downloaded{background-color:var(--fm-text-muted)!important;border-color:var(--fm-text-muted)!important;cursor:not-allowed!important}.received-progress{margin-top:.5rem}.received-progress-header{color:var(--fm-text-primary);justify-content:space-between;margin-bottom:.4rem;font-size:.85rem;display:flex}.received-progress-bar{background-color:var(--fm-border);border-radius:4px;width:100%;height:6px;overflow:hidden}.received-progress-fill{background-color:var(--fm-primary);height:100%;transition:width .2s}.received-error-box{background-color:var(--fm-danger-light);border:1px solid var(--fm-danger);border-radius:6px;margin-top:.5rem;padding:.75rem 1rem}.received-error-box p{color:var(--fm-danger);margin:0;font-size:.85rem}.received-badge-message{background-color:var(--fm-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-left:.35rem;display:inline-flex}.received-badge-message svg{stroke:#fff}.received-message{background:var(--fm-primary-light);border:1px solid var(--fm-border);border-left:3px solid var(--fm-primary);border-radius:10px;margin-top:.25rem;padding:1rem 1.25rem;animation:.3s fadeInMsg}@keyframes fadeInMsg{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.received-message-header{color:var(--fm-primary);text-transform:uppercase;letter-spacing:.3px;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:flex}.received-message-header svg{stroke:var(--fm-primary);flex-shrink:0}.received-message-text{color:var(--fm-text-primary);white-space:pre-wrap;word-break:break-word;margin:0;font-size:.92rem;line-height:1.6}@media (width<=768px){.receive-wrapper{margin:2rem auto;padding:0 1rem}.receive-card{padding:2rem 1.25rem}.receive-card h2{font-size:1.2rem}.receive-details .detail-row{border-bottom:1px solid var(--fm-border);flex-direction:column;align-items:flex-start;gap:.25rem;padding:.5rem 0}.receive-details .detail-row:last-child{border-bottom:none}}.sent-header{margin-bottom:2rem}.sent-header h1{color:var(--fm-text-primary);margin-bottom:.5rem}.sent-header p{color:var(--fm-text-secondary);margin:0}.sent-loading{text-align:center;color:var(--fm-text-muted);padding:3rem}.sent-error{text-align:center;color:var(--fm-danger);padding:2rem}.sent-empty{text-align:center;color:var(--fm-text-muted);border:1px dashed var(--fm-border);padding:3rem}.sent-empty p{margin-bottom:1rem}.sent-grid{gap:.75rem;display:grid}.sent-card{grid-template-columns:1fr auto;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:grid}.sent-card-info{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.4rem;display:flex}.sent-card-name{color:var(--fm-text-primary);font-size:.95rem;font-weight:600}.sent-status-badge{border-radius:12px;padding:2px 8px;font-size:.72rem;font-weight:600}.sent-download-count{color:var(--fm-success);font-size:.75rem}.sent-card-meta{color:var(--fm-text-secondary);flex-wrap:wrap;gap:1.25rem;font-size:.82rem;display:flex}.sent-card-expiry{color:var(--fm-text-muted)}.sent-delete-btn{color:var(--fm-danger);border:1px solid var(--fm-danger);cursor:pointer;white-space:nowrap;background:0 0;border-radius:6px;padding:.4rem 1rem;font-size:.8rem}.sent-delete-btn:hover{background:var(--fm-danger-light,#fef2f2)}@media (width<=768px){.sent-card{grid-template-columns:1fr;padding:1rem 1.25rem}.sent-card-meta{gap:.5rem 1rem}}.auth-wrapper{max-width:440px;margin:3rem auto}.auth-card{padding:2.5rem 2rem}.auth-header{text-align:center;margin-bottom:1.75rem}.auth-icon-circle{background:var(--fm-primary-light);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1rem;display:inline-flex}.auth-icon-success{background:var(--fm-success-light)}.auth-header h1{margin-bottom:.375rem;font-size:1.5rem;font-weight:700}.auth-header p{color:var(--fm-text-secondary);font-size:.9rem}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--fm-text-primary);margin-bottom:.375rem;font-size:.85rem;font-weight:600;display:block}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-hint{color:var(--fm-text-muted);margin-top:.375rem;font-size:.78rem}.auth-submit{width:100%;margin-top:.5rem}.auth-error{background:var(--fm-danger-light);color:var(--fm-danger);border-radius:var(--fm-radius-md);text-align:center;border:1px solid #cc293626;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.85rem}.auth-footer{text-align:center;border-top:1px solid var(--fm-border);margin-top:1.5rem;padding-top:1.25rem}.auth-footer p{color:var(--fm-text-secondary);font-size:.85rem}.auth-hint{text-align:center;color:var(--fm-text-muted);margin-top:1.25rem;font-size:.78rem}.totp-input{text-align:center;letter-spacing:.5rem;padding:1rem;font-family:JetBrains Mono,Fira Code,ui-monospace,monospace;font-size:1.75rem;font-weight:700}.totp-qr-section{text-align:center;margin:1.5rem 0}.totp-qr{border-radius:var(--fm-radius-md);border:1px solid var(--fm-border);width:180px;height:180px}.totp-qr-placeholder{background:var(--fm-bg-section);border-radius:var(--fm-radius-md);width:180px;height:180px;color:var(--fm-text-muted);justify-content:center;align-items:center;margin:0 auto;font-size:.85rem;display:flex}.totp-qr-hint{color:var(--fm-text-muted);margin-top:.5rem;font-size:.78rem}.totp-secret-box{background:var(--fm-bg-section);border:1px solid var(--fm-border);border-radius:var(--fm-radius-md);align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.8rem;display:flex}.totp-secret-box span{color:var(--fm-text-muted);white-space:nowrap}.totp-secret-box code{color:var(--fm-text-primary);word-break:break-all;font-family:JetBrains Mono,Fira Code,ui-monospace,monospace;font-weight:600}.nav-user{align-items:center;gap:.625rem;display:flex}.nav-username{color:var(--fm-text-secondary);font-size:.85rem;font-weight:500}@media (width<=768px){.auth-wrapper{margin:1.5rem auto;padding:0 1rem}.auth-card{padding:1.75rem 1.25rem}.form-row{grid-template-columns:1fr;gap:.75rem}.totp-input{letter-spacing:.25rem;padding:.75rem;font-size:1.35rem}.totp-qr-section img{max-width:100%;height:auto}}@media (width<=380px){.totp-input{letter-spacing:.15rem;font-size:1.15rem}.auth-header h1{font-size:1.25rem}}.profile-page{padding:4rem 0}.profile-header{text-align:center;margin-bottom:3rem}.profile-header h1{color:var(--fm-text);margin-bottom:.5rem;font-size:2.5rem}.profile-header p{color:var(--fm-text-light);font-size:1.1rem}.profile-grid{grid-template-columns:1fr 1fr;gap:2rem;max-width:900px;margin:0 auto;display:grid}.profile-card{padding:2rem}.card-header{border-bottom:1px solid var(--fm-border);align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.card-icon{background-color:var(--fm-bg-alt);width:48px;height:48px;color:var(--fm-primary);border-radius:12px;justify-content:center;align-items:center;display:flex}.card-header h2{color:var(--fm-text);margin:0;font-size:1.25rem}.info-group{margin-bottom:1.5rem}.info-group:last-child{margin-bottom:0}.info-group label{text-transform:uppercase;letter-spacing:.05em;color:var(--fm-text-light);margin-bottom:.25rem;font-size:.85rem;font-weight:600;display:block}.info-value{color:var(--fm-text);font-size:1.1rem;font-weight:500}.status-indicator{background-color:var(--fm-bg-alt);border-radius:8px;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.status-indicator.success{background-color:var(--fm-success-light);color:var(--fm-success)}.status-indicator.success svg{color:var(--fm-success);flex-shrink:0}.status-indicator.warning{background-color:var(--fm-warning-light);color:var(--fm-warning);flex-direction:column}.status-indicator.warning>div,.status-indicator.success>div{flex:1}.status-indicator strong{margin-bottom:.25rem;font-size:1.1rem;display:block}.status-indicator p{color:var(--fm-text-light);margin:0;font-size:.95rem;line-height:1.5}.password-form .form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-hint{color:var(--fm-text-light);margin-top:.25rem;font-size:.85rem;display:block}.profile-alert{border-radius:6px;margin-bottom:1.5rem;padding:1rem;font-size:.95rem}.profile-alert.error{background-color:var(--fm-danger-light);color:var(--fm-danger);border:1px solid var(--fm-danger)}.profile-alert.success{background-color:var(--fm-success-light);color:var(--fm-success);border:1px solid var(--fm-success)}.form-actions{justify-content:flex-end;margin-top:2rem;display:flex}@media (width<=768px){.profile-page{padding:2rem 0}.profile-grid{grid-template-columns:1fr}.profile-header{margin-bottom:2rem;padding:0 1rem}.profile-header h1{font-size:1.75rem}.profile-header p{font-size:1rem}}.legal-wrapper{max-width:800px;margin:0 auto;padding:3rem}.legal-wrapper h1{color:var(--fm-primary-dark);margin-bottom:.5rem;font-size:2rem}.legal-intro{color:var(--fm-text-light);margin-bottom:.25rem;font-size:1.05rem;line-height:1.6}.legal-intro:last-of-type,.legal-section{margin-bottom:2.5rem}.legal-section h2{color:var(--fm-primary);border-bottom:1px solid var(--fm-border);margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.3rem}.legal-section h3{color:var(--fm-text-dark);margin:1.75rem 0 .75rem;font-size:1rem;font-weight:600}.legal-section h3:first-of-type{margin-top:.5rem}.legal-section ul{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.legal-section li{color:var(--fm-text);background:var(--fm-bg-alt);border-radius:var(--fm-radius);border-left:3px solid var(--fm-primary);padding:1rem 1.25rem;font-size:.95rem;line-height:1.65}.legal-section li strong{color:var(--fm-text-dark)}.legal-section>p{color:var(--fm-text);font-size:.95rem;line-height:1.65}.legal-section a{color:var(--fm-primary);text-decoration:underline}.legal-dpa-list{gap:.5rem;margin-top:.75rem}.legal-dpa-list li{border-left:2px solid var(--fm-border);background:0 0;padding:.6rem 1rem;font-size:.88rem}@media (width<=768px){.legal-wrapper{padding:1.5rem 1rem}.legal-wrapper h1{font-size:1.5rem}.legal-intro{font-size:.95rem}.legal-intro:last-of-type{margin-bottom:2rem}.legal-section h2{font-size:1.15rem}.legal-section li{padding:.85rem 1rem;font-size:.9rem}}.footer{border-top:1px solid var(--fm-border);background:var(--fm-bg-alt);margin-top:auto;padding:2rem 0}.footer-content{flex-direction:column;align-items:center;gap:1.5rem;display:flex}@media (width>=768px){.footer-content{flex-direction:row;justify-content:space-between}}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.footer-link{color:var(--fm-text-light);font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s}.footer-link:hover{color:var(--fm-primary)}.footer-link-danger,.footer-link-danger:hover{color:var(--fm-danger)}.footer-trust{color:var(--fm-text-light);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.footer-copy{color:var(--fm-text-light);font-size:.85rem}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/inter-cyrillic-ext-300-normal-CgCALhwJ.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-300-normal-RId2JxDB.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/inter-cyrillic-300-normal-BnqRxXuy.woff2)format("woff2"),url(/assets/inter-cyrillic-300-normal-LR1W_oT8.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/inter-greek-ext-300-normal-l2DDyC6M.woff2)format("woff2"),url(/assets/inter-greek-ext-300-normal-DLbbeei1.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/inter-greek-300-normal-DmGD3g_f.woff2)format("woff2"),url(/assets/inter-greek-300-normal-BrhSP0vQ.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/inter-vietnamese-300-normal-Bdr24Bqb.woff2)format("woff2"),url(/assets/inter-vietnamese-300-normal-DDGmYYdT.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/inter-latin-ext-300-normal-CPgO9Ksf.woff2)format("woff2"),url(/assets/inter-latin-ext-300-normal-Dp1L8vcn.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/inter-latin-300-normal-BVlfKGgI.woff2)format("woff2"),url(/assets/inter-latin-300-normal-i8F0SvXL.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2)format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2)format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2)format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2)format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2)format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2)format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-BasfLYem.woff2)format("woff2"),url(/assets/inter-cyrillic-500-normal-CxZf_p3X.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal-C4iEst2y.woff2)format("woff2"),url(/assets/inter-greek-ext-500-normal-2j5mBUwD.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal-BIZE56-Y.woff2)format("woff2"),url(/assets/inter-greek-500-normal-Xzm54t5V.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal-DOriooB6.woff2)format("woff2"),url(/assets/inter-vietnamese-500-normal-mJboJaSs.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2)format("woff2"),url(/assets/inter-latin-ext-500-normal-BxGbmqWO.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2)format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-ext-600-normal-Dfes3d0z.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-600-normal-Bcila6Z-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-normal-CWCymEST.woff2)format("woff2"),url(/assets/inter-cyrillic-600-normal-4D_pXhcN.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-ext-600-normal-DRtmH8MT.woff2)format("woff2"),url(/assets/inter-greek-ext-600-normal-B8X0CLgF.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-600-normal-plRanbMR.woff2)format("woff2"),url(/assets/inter-greek-600-normal-BZpKdvQh.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-vietnamese-600-normal-Cc8MFFhd.woff2)format("woff2"),url(/assets/inter-vietnamese-600-normal-BuLX-rYi.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-ext-600-normal-D2bJ5OIk.woff2)format("woff2"),url(/assets/inter-latin-ext-600-normal-CIVaiw4L.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2)format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-ext-700-normal-BjwYoWNd.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-700-normal-LO58E6JB.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-700-normal-CjBOestx.woff2)format("woff2"),url(/assets/inter-cyrillic-700-normal-DrXBdSj3.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-ext-700-normal-qfdV9bQt.woff2)format("woff2"),url(/assets/inter-greek-ext-700-normal-BoQ6DsYi.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-700-normal-C3JjAnD8.woff2)format("woff2"),url(/assets/inter-greek-700-normal-BUv2fZ6O.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-vietnamese-700-normal-DlLaEgI2.woff2)format("woff2"),url(/assets/inter-vietnamese-700-normal-BZaoP0fm.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-ext-700-normal-Ca8adRJv.woff2)format("woff2"),url(/assets/inter-latin-ext-700-normal-TidjK2hL.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2)format("woff2"),url(/assets/inter-latin-700-normal-BLAVimhd.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/inter-cyrillic-ext-800-normal-BZOjs1Xv.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-800-normal-Ca-gJeZY.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/inter-cyrillic-800-normal-C7MGvYyJ.woff2)format("woff2"),url(/assets/inter-cyrillic-800-normal-CCHyn08d.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/inter-greek-ext-800-normal-B--PVpEC.woff2)format("woff2"),url(/assets/inter-greek-ext-800-normal-DUe57HfS.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/inter-greek-800-normal-CLIouy3y.woff2)format("woff2"),url(/assets/inter-greek-800-normal-BU00tryP.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/inter-vietnamese-800-normal-Cm7tD1pz.woff2)format("woff2"),url(/assets/inter-vietnamese-800-normal-DDlpr_Ee.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/inter-latin-ext-800-normal-DZJjya6U.woff2)format("woff2"),url(/assets/inter-latin-ext-800-normal-BOMpwxm3.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/inter-latin-800-normal-BYj_oED-.woff2)format("woff2"),url(/assets/inter-latin-800-normal-D1mf63XC.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--fm-bg-primary:#fff;--fm-bg-secondary:#f8fafb;--fm-bg-card:#fff;--fm-bg-card-hover:#f3f7fa;--fm-bg-section:#f1f5f9;--fm-bg-alt:#f5f7fa;--fm-primary:#06c;--fm-primary-light:#e8f2ff;--fm-primary-dark:#004c99;--fm-success:#0f8847;--fm-success-light:#e6f5ed;--fm-warning:#b35c00;--fm-warning-light:#fff4e6;--fm-danger:#cc2936;--fm-danger-light:#fdeaec;--fm-text-primary:#1a202c;--fm-text-secondary:#4a5568;--fm-text-muted:#718096;--fm-text-light:#a0aec0;--fm-text-dark:#0f172a;--fm-text:#334155;--fm-border:#e2e8f0;--fm-border-hover:#cbd5e0;--fm-border-primary:#06c;--fm-shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--fm-shadow-md:0 4px 12px #00000014;--fm-shadow-lg:0 10px 30px #0000001a;--fm-radius:10px;--fm-radius-sm:6px;--fm-radius-md:10px;--fm-radius-lg:16px;--fm-radius-xl:24px;--fm-transition:all .25s ease;--fm-transition-fast:all .15s ease;--fm-container-padding:1.5rem;--fm-nav-height:72px;--fm-input-bg:#fff;--fm-bg-header:#f1f5f9;--fm-surface:#fff;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--fm-bg-primary:#0f1117;--fm-bg-secondary:#161921;--fm-bg-card:#1a1d27;--fm-bg-card-hover:#21252f;--fm-bg-section:#1e2130;--fm-bg-alt:#1a1d27;--fm-primary:#4d9fff;--fm-primary-light:#4d9fff1f;--fm-primary-dark:#7ab8ff;--fm-success:#34d07b;--fm-success-light:#34d07b1a;--fm-warning:#f5a623;--fm-warning-light:#f5a6231a;--fm-danger:#f06570;--fm-danger-light:#f065701a;--fm-text-primary:#e8ecf4;--fm-text-secondary:#a0aac0;--fm-text-muted:#6b7a94;--fm-text-light:#4a5670;--fm-text-dark:#f1f5f9;--fm-text:#b8c4d8;--fm-border:#2a2e3a;--fm-border-hover:#383d4c;--fm-border-primary:#4d9fff;--fm-shadow-sm:0 1px 3px #0000004d, 0 1px 2px #0003;--fm-shadow-md:0 4px 12px #0006;--fm-shadow-lg:0 10px 30px #00000080;--fm-input-bg:#161921;--fm-bg-header:#1e2130;--fm-surface:#1a1d27;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (width<=768px){:root{--fm-container-padding:1rem;--fm-nav-height:64px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background:var(--fm-bg-primary);color:var(--fm-text-primary);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}a{color:var(--fm-primary);transition:var(--fm-transition-fast);text-decoration:none}a:hover{color:var(--fm-primary-dark)}.card{background:var(--fm-bg-card);border:1px solid var(--fm-border);border-radius:var(--fm-radius-lg);transition:var(--fm-transition);padding:2rem}.card:hover{border-color:var(--fm-border-hover);box-shadow:var(--fm-shadow-md)}.btn{border-radius:var(--fm-radius-md);cursor:pointer;transition:var(--fm-transition);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--fm-primary);color:#fff;box-shadow:0 2px 8px #0066cc40}.btn-primary:hover{background:var(--fm-primary-dark);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #0066cc4d}.btn-primary:active{transform:translateY(0)}.btn-secondary{color:var(--fm-primary);border:1.5px solid var(--fm-border);background:0 0}.btn-secondary:hover{background:var(--fm-primary-light);border-color:var(--fm-primary);color:var(--fm-primary)}.btn-lg{border-radius:var(--fm-radius-lg);padding:1rem 2.25rem;font-size:1.05rem}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.input{background:var(--fm-input-bg);border:1.5px solid var(--fm-border);border-radius:var(--fm-radius-md);width:100%;color:var(--fm-text-primary);transition:var(--fm-transition);outline:none;padding:.875rem 1.25rem;font-family:Inter,sans-serif;font-size:1rem}.input:focus{border-color:var(--fm-primary);box-shadow:0 0 0 3px #0066cc1a}.input::placeholder{color:var(--fm-text-light)}.container{max-width:1140px;padding:0 var(--fm-container-padding);margin:0 auto}.page{flex-direction:column;flex:1;display:flex}.nav{padding:0 var(--fm-container-padding);height:var(--fm-nav-height);background:var(--fm-bg-primary);border-bottom:1px solid var(--fm-border);z-index:1000;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.nav-logo{color:var(--fm-text-primary);align-items:center;gap:.625rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.nav-logo .logo-icon{background:var(--fm-primary);border-radius:var(--fm-radius-sm);color:#fff;justify-content:center;align-items:center;width:34px;height:34px;font-size:.85rem;font-weight:800;display:flex}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-mobile-toggle{color:var(--fm-text-primary);cursor:pointer;z-index:1001;background:0 0;border:none;padding:.5rem;display:none}.nav-user{align-items:center;gap:1rem;min-height:42px;display:flex}.nav-link{color:var(--fm-text-secondary);border-radius:var(--fm-radius-sm);transition:var(--fm-transition-fast);padding:.5rem 1rem;font-size:.9rem;font-weight:500}.nav-link:hover{color:var(--fm-primary);background:var(--fm-primary-light)}.nav-dropdown{position:relative}.nav-dropdown-trigger{border:1px solid var(--fm-border);border-radius:var(--fm-radius-sm);color:var(--fm-text-primary);cursor:pointer;transition:var(--fm-transition-fast);white-space:nowrap;background:0 0;align-items:center;gap:.5rem;padding:.45rem .875rem;font-size:.875rem;font-weight:600;display:flex}.nav-dropdown-trigger:hover{background:var(--fm-primary-light);border-color:var(--fm-primary);color:var(--fm-primary)}.nav-dropdown-menu{background:var(--fm-bg-card);border:1px solid var(--fm-border);border-radius:var(--fm-radius);z-index:1100;min-width:190px;padding:.375rem;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 4px 20px #0000001f}.nav-dropdown-item{color:var(--fm-text-primary);border-radius:var(--fm-radius-sm);transition:var(--fm-transition-fast);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.625rem;width:100%;padding:.6rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;display:flex}.nav-dropdown-item:hover{background:var(--fm-primary-light);color:var(--fm-primary)}.nav-dropdown-item-danger{color:var(--fm-danger)}.nav-dropdown-item-danger:hover{background:var(--fm-danger-light);color:var(--fm-danger)}.nav-dropdown-divider{background:var(--fm-border);height:1px;margin:.25rem 0}.nav-theme-toggle{border:1px solid var(--fm-border);border-radius:var(--fm-radius-sm);width:36px;height:36px;color:var(--fm-text-secondary);cursor:pointer;transition:var(--fm-transition-fast);background:0 0;justify-content:center;align-items:center;padding:0;display:flex}.nav-theme-toggle:hover{background:var(--fm-primary-light);border-color:var(--fm-primary);color:var(--fm-primary)}.nav-badge{background:var(--fm-danger);color:#fff;border-radius:10px;margin-left:auto;padding:2px 6px;font-size:.7rem;font-weight:700}.badge{letter-spacing:.01em;border-radius:100px;align-items:center;gap:.375rem;padding:.3rem .875rem;font-size:.8rem;font-weight:600;display:inline-flex}.badge-secure{background:var(--fm-primary-light);color:var(--fm-primary)}.badge-success{background:var(--fm-success-light);color:var(--fm-success)}.badge-warning{background:var(--fm-warning-light);color:var(--fm-warning)}.icon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.icon-circle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 2px 8px #00000014}.icon-circle-blue{background:var(--fm-primary-light);color:var(--fm-primary)}.icon-circle-green{background:var(--fm-success-light);color:var(--fm-success)}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in{animation:.5s ease-out both fadeIn}.animate-fade-in-up{animation:.6s ease-out both fadeInUp}.delay-1{animation-delay:80ms}.delay-2{animation-delay:.16s}.delay-3{animation-delay:.24s}.delay-4{animation-delay:.32s}.progress-wrapper{background:var(--fm-bg-section);border-radius:100px;width:100%;height:6px;overflow:hidden}.progress-bar{background:linear-gradient(90deg, var(--fm-primary), var(--fm-primary-dark), var(--fm-primary));background-size:200% 100%;border-radius:100px;height:100%;transition:width .3s;animation:2s linear infinite shimmer}@media (width<=1024px){.nav-links{gap:1rem}}@media (width<=768px){html{font-size:15px}.nav-mobile-toggle{display:block}.nav-links{background:var(--fm-bg-primary);width:280px;height:100vh;transition:var(--fm-transition);z-index:1000;flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #0000001a}.nav-links-open{right:0}.nav-user{border-top:1px solid var(--fm-border);flex-direction:column;align-items:flex-start;gap:1rem;width:100%;margin-top:.5rem;padding-top:1.5rem}.nav-user .btn{width:100%}.card{padding:1.25rem}.btn-lg{padding:.875rem 1.75rem;font-size:1rem}}
