*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333}#root{min-height:100vh}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.landing-page{min-height:100vh;display:flex;flex-direction:column}.main-header{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);padding:20px 0;position:sticky;top:0;z-index:100;transition:all .3s ease}.main-header.scrolled{background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.1);box-shadow:0 2px 10px #0000000d}.header-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:700;color:#fff;text-decoration:none;cursor:pointer;transition:all .3s ease}.logo:hover{opacity:.9}.main-header.scrolled .logo{color:#2d3748}.main-nav{display:flex;align-items:center;gap:32px}.nav-link{color:#ffffffe6;text-decoration:none;font-size:15px;font-weight:500;transition:all .3s ease;position:relative;padding:8px 0}.nav-link:hover{color:#fff}.main-header.scrolled .nav-link{color:#4a5568}.main-header.scrolled .nav-link:hover{color:#2d3748}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.main-header.scrolled .nav-link:after{background:linear-gradient(135deg,#667eea,#764ba2)}.nav-link:hover:after{width:100%}@media (max-width: 768px){.main-nav{gap:20px}.nav-link{font-size:14px}}@media (max-width: 640px){.header-container{flex-wrap:wrap}.main-nav{width:100%;justify-content:center;margin-top:16px;gap:16px;flex-wrap:wrap}.nav-link{font-size:13px}}.logo-icon{font-size:28px}.logo-icon{font-size:28px;transition:all .3s ease}.logo-text{background:linear-gradient(135deg,#fff,#ffffffe6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease}.main-header.scrolled .logo-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:60px 20px 80px;min-height:600px;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-content{text-align:left}.hero-badge{display:inline-block;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;color:#fff;margin-bottom:24px;border:1px solid rgba(255,255,255,.2);text-transform:uppercase;letter-spacing:.5px}.hero-title{font-size:56px;font-weight:800;margin-bottom:12px;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.2);line-height:1.1}.hero-title .brand-name{display:block}.hero-tagline{font-size:26px;font-weight:600;line-height:1.35;color:#fffffff2;margin-bottom:20px;max-width:540px}.hero-tagline .highlight,.hero-title .highlight{background:linear-gradient(135deg,#ffd89b,#ffecd2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:20px;line-height:1.7;color:#ffffffe6;margin-bottom:40px;max-width:540px}.hero-stats{display:flex;align-items:center;gap:32px;margin-bottom:48px;padding:24px 0;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}.stat-item{display:flex;flex-direction:column}.stat-number{font-size:32px;font-weight:700;color:#fff;line-height:1;margin-bottom:4px}.stat-label{font-size:13px;color:#fffc;text-transform:uppercase;letter-spacing:.5px}.stat-divider{width:1px;height:40px;background:#fff3}.hero-features{display:flex;flex-direction:column;gap:20px;margin-top:0}.hero-feature-item{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.hero-feature-item:hover{background:#ffffff1f;transform:translate(4px)}.feature-icon-small{font-size:24px;flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:10px}.feature-text{display:flex;flex-direction:column;gap:4px}.feature-text strong{font-size:16px;color:#fff;font-weight:600;display:block}.feature-text span{font-size:14px;color:#fffc;line-height:1.5}.hero-form-container{display:flex;justify-content:flex-end}.hero-form-wrapper{background:#fff;border-radius:16px;padding:32px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:480px}.hero-form-title{font-size:24px;margin-bottom:24px;color:#2d3748;text-align:center;font-weight:600}@media (max-width: 968px){.hero-container{grid-template-columns:1fr;gap:40px}.hero-content{text-align:center}.hero-subtitle{max-width:100%;margin-left:auto;margin-right:auto}.hero-stats{justify-content:center}.hero-features{align-items:stretch}.hero-form-container{justify-content:center}.hero-form-wrapper{max-width:100%}}@media (max-width: 640px){.hero-section{padding:40px 20px 60px;min-height:auto}.hero-title{font-size:36px}.hero-tagline{font-size:20px}.hero-subtitle{font-size:18px}.hero-stats{gap:20px;padding:20px 0}.stat-number{font-size:24px}.stat-label{font-size:11px}.hero-feature-item{padding:16px}.hero-form-wrapper{padding:24px}.hero-form-title,.logo{font-size:20px}.logo-icon{font-size:24px}}.features-section{background:#fff;padding:80px 0;width:100%;scroll-margin-top:80px}.features-section .section-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}@media (max-width: 640px){.features-section{padding:60px 0}.features-section .section-container{grid-template-columns:1fr;gap:30px}}.feature{text-align:center;padding:20px}.feature-icon{font-size:48px;margin-bottom:16px}.feature h3{font-size:20px;color:#2d3748;margin-bottom:12px;font-weight:600}.feature p{color:#718096;font-size:15px;line-height:1.6}@media (max-width: 640px){.features-section{padding:40px 20px;grid-template-columns:1fr;gap:30px}}.note-form{margin-top:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}@media (max-width: 640px){.form-row{grid-template-columns:1fr;gap:0}}.create-button{width:100%;padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;display:flex;align-items:center;justify-content:center;gap:10px}.create-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.create-button:active:not(:disabled){transform:translateY(0)}.create-button:disabled{opacity:.6;cursor:not-allowed}.spinner-small{border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;width:20px;height:20px;animation:spin 1s linear infinite}.security-note{margin-top:20px;padding:12px;background:#ebf8ff;border-radius:8px;text-align:center}.security-note p{color:#2c5282;font-size:13px;margin:0}.hero-form-wrapper .form-group{margin-bottom:20px}.hero-form-wrapper textarea{min-height:120px}.hero-form-wrapper label{font-size:13px;margin-bottom:6px}.hero-form-wrapper .create-button{font-size:16px;padding:14px}.section-container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{font-size:36px;font-weight:700;color:#2d3748;text-align:center;margin-bottom:12px}.section-subtitle{font-size:18px;color:#718096;text-align:center;margin-bottom:48px;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 640px){.section-title{font-size:28px}.section-subtitle{font-size:16px;margin-bottom:32px}}.how-it-works-section{background:#fff;padding:80px 0;scroll-margin-top:80px}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-top:48px}.step{text-align:center;padding:32px 24px;background:#f7fafc;border-radius:12px;transition:transform .2s,box-shadow .2s}.step:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0000001a}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;margin:0 auto 20px}.step h3{font-size:22px;color:#2d3748;margin-bottom:12px;font-weight:600}.step p{color:#718096;font-size:15px;line-height:1.6}@media (max-width: 640px){.how-it-works-section{padding:60px 0}.steps{grid-template-columns:1fr;gap:24px}}.use-cases-section{background:#f7fafc;padding:80px 0;scroll-margin-top:80px}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:48px}.use-case{background:#fff;padding:32px;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000000d;transition:transform .2s,box-shadow .2s}.use-case:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.use-case-icon{font-size:48px;margin-bottom:16px}.use-case h3{font-size:20px;color:#2d3748;margin-bottom:12px;font-weight:600}.use-case p{color:#718096;font-size:15px;line-height:1.6}@media (max-width: 640px){.use-cases-section{padding:60px 0}.use-cases-grid{grid-template-columns:1fr;gap:24px}}.security-section{background:#fff;padding:80px 0;scroll-margin-top:80px}.security-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-top:48px}.security-feature{padding:32px;background:#f7fafc;border-radius:12px;border-left:4px solid #667eea}.security-feature h3{font-size:20px;color:#2d3748;margin-bottom:12px;font-weight:600}.security-feature p{color:#718096;font-size:15px;line-height:1.6}@media (max-width: 640px){.security-section{padding:60px 0}.security-features{grid-template-columns:1fr;gap:24px}}.faq-section{background:#f7fafc;padding:80px 0;scroll-margin-top:80px}.faq-list{max-width:800px;margin:48px auto 0}.faq-item{background:#fff;padding:32px;border-radius:12px;margin-bottom:24px;box-shadow:0 2px 4px #0000000d}.faq-item:last-child{margin-bottom:0}.faq-item h3{font-size:20px;color:#2d3748;margin-bottom:12px;font-weight:600}.faq-item p{color:#718096;font-size:15px;line-height:1.7}@media (max-width: 640px){.faq-section{padding:60px 0}.faq-item{padding:24px}}.landing-footer{background:#2d3748;color:#fffc;padding:40px 20px;text-align:center;font-size:14px}.footer-copyright{margin-top:16px;font-size:12px;color:#fff9}.container{max-width:600px;width:100%;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;padding:40px;margin:20px auto}.page-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}@media (max-width: 640px){.container{padding:24px;border-radius:8px}}h1{font-size:32px;margin-bottom:8px;color:#2d3748;text-align:center}h2{font-size:24px;margin-bottom:24px;color:#2d3748;text-align:center}.subtitle{text-align:center;color:#718096;margin-bottom:32px;font-size:14px}.form-group{margin-bottom:24px}label{display:block;margin-bottom:8px;font-weight:500;color:#4a5568;font-size:14px}textarea{width:100%;min-height:200px;padding:12px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;font-family:inherit;resize:vertical;transition:border-color .2s}textarea:focus{outline:none;border-color:#667eea}select,input[type=text],input[type=password]{width:100%;padding:12px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;font-family:inherit;transition:border-color .2s}select:focus,input[type=text]:focus,input[type=password]:focus{outline:none;border-color:#667eea}button{width:100%;padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea66}button:active:not(:disabled){transform:translateY(0)}button:disabled{opacity:.6;cursor:not-allowed}.secondary-button{background:#e2e8f0;color:#4a5568}.secondary-button:hover:not(:disabled){background:#cbd5e0;box-shadow:0 10px 20px #0000001a}.link-container{background:#f7fafc;border:2px dashed #cbd5e0;border-radius:8px;padding:16px;margin-bottom:24px;word-break:break-all}.link-text{font-family:Monaco,Menlo,Courier New,monospace;font-size:14px;color:#2d3748;margin-bottom:16px}.warning{background:#fff5f5;border:1px solid #fc8181;border-radius:8px;padding:12px;margin-bottom:24px;color:#c53030;font-size:14px;text-align:center}.info{background:#ebf8ff;border:1px solid #90cdf4;border-radius:8px;padding:12px;margin-bottom:24px;color:#2c5282;font-size:14px;text-align:center}.message-content{background:#f7fafc;border:2px solid #e2e8f0;border-radius:8px;padding:24px;margin-bottom:24px;white-space:pre-wrap;word-wrap:break-word;font-size:16px;line-height:1.6;color:#2d3748;min-height:100px}.error-message{text-align:center;color:#e53e3e;margin-bottom:24px;font-size:16px}.read-at-message{text-align:center;color:#4a5568;margin-bottom:24px;font-size:15px}.read-at-message strong{color:#2d3748}.attachments-list{margin-top:20px;padding:16px;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0}.attachments-list h3{font-size:16px;margin-bottom:12px;color:#2d3748}.attachments-list ul{list-style:none}.attachments-list li{margin-bottom:8px}.attachment-link{color:#667eea;text-decoration:none;font-weight:500}.attachment-link:hover{text-decoration:underline}.file-input{width:100%;padding:8px;font-size:14px;border:2px solid #e2e8f0;border-radius:8px;background:#fff}.attachments-preview{list-style:none;margin-top:12px}.attachments-preview li{display:flex;align-items:center;gap:8px;padding:8px;background:#f7fafc;border-radius:6px;margin-bottom:6px;font-size:14px}.attachment-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-size{color:#718096;font-size:13px}.remove-attachment{background:none;border:none;color:#e53e3e;cursor:pointer;font-size:20px;line-height:1;padding:0 4px}.remove-attachment:hover:not(:disabled){color:#c53030}.attachment-total{font-size:13px;color:#718096;margin-top:8px}.loading{text-align:center;color:#718096;margin:40px 0}.spinner{border:3px solid #f3f3f3;border-top:3px solid #667eea;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.password-prompt{margin-bottom:24px}.password-prompt label{margin-bottom:12px}.password-prompt input{margin-bottom:16px}.brand-header{margin-bottom:28px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.brand-header-link{display:inline-flex;align-items:center;gap:10px;background:none;border:none;padding:0;cursor:pointer;font:inherit}.brand-header-link:hover .brand-header-name{color:#667eea}.brand-header-name{font-size:22px;font-weight:700;color:#1e3a5f;letter-spacing:-.02em}.page-brand-footer{text-align:center;margin-top:32px;padding-top:20px;border-top:1px solid #e2e8f0;color:#718096;font-size:12px}.footer{text-align:center;margin-top:32px;padding-top:24px;border-top:1px solid #e2e8f0;color:#718096;font-size:12px}
