:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#e0e0e0;background-color:#1a1a1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{height:100vh}.app{display:flex;flex-direction:column;height:100vh;background-color:#1a1a1a;color:#e0e0e0}.header{padding:1rem 1.5rem;background-color:#252525;border-bottom:1px solid #333;display:flex;justify-content:space-between;align-items:center}.header h1{margin:0;font-size:1.25rem;font-weight:500}.header-nav{display:flex;gap:1.5rem}.header-nav a{color:#aaa;text-decoration:none;font-size:.875rem;transition:color .2s}.header-nav a:hover{color:#e0e0e0}.main{display:flex;flex:1;overflow:hidden}.sidebar{width:250px;background-color:#2d2d2d;border-right:1px solid #333;display:flex;flex-direction:column;overflow:hidden}.thumbnail-list{flex:1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.thumbnail-item{background-color:#383838;border-radius:6px;overflow:hidden;cursor:pointer;transition:background-color .15s}.thumbnail-item:hover{background-color:#404040}.thumbnail-item.selected{outline:2px solid #6c9eff;outline-offset:-2px}.thumbnail-item.loading{cursor:default}.thumbnail-item img{width:100%;height:120px;object-fit:cover;display:block}.thumbnail-loading{width:100%;height:120px;display:flex;align-items:center;justify-content:center;background-color:#333}.thumbnail-filename{display:block;padding:.5rem;font-size:.75rem;color:#aaa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upload-button{margin:.75rem;padding:1.25rem;background-color:#383838;border:2px dashed #555;border-radius:8px;cursor:pointer;text-align:center;transition:border-color .15s,background-color .15s}.upload-button:hover:not(.disabled){border-color:#6c9eff;background-color:#404040}.upload-button.dragging{border-color:#6c9eff;background-color:#3a4a5c}.upload-button.disabled{opacity:.6;cursor:not-allowed}.upload-icon{display:block;font-size:2rem;font-weight:300;color:#888;margin-bottom:.25rem}.upload-text{display:block;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.upload-hint{display:block;font-size:.75rem;color:#888}.content{flex:1;display:flex;flex-direction:column;overflow:hidden}.preview{flex:2;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:1rem;min-height:0}.controls{flex:1;background-color:#252525;border-top:1px solid #333;overflow-y:auto;padding:1rem}.preview-empty{text-align:center;color:#888}.preview-loading{display:flex;align-items:center;justify-content:center;gap:.75rem;color:#888}.preview-loading p{margin:0}.preview-empty p{margin:.5rem 0}.preview-hint{font-size:.875rem}.preview-container{display:flex;flex-direction:column;align-items:center;max-width:100%;max-height:100%}.preview-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px}.preview-image.picking,.preview-image.straightening{cursor:crosshair}.preview-image.cropping{cursor:default}.preview-info{display:flex;gap:1rem;margin-top:.75rem;font-size:.875rem;color:#888}.spinner{width:24px;height:24px;border:2px solid #555;border-top-color:#6c9eff;border-radius:50%;animation:spin .8s linear infinite}.spinner.large{width:40px;height:40px;border-width:3px}@keyframes spin{to{transform:rotate(360deg)}}.edit-controls{display:flex;flex-direction:column;height:100%}.edit-columns{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;flex:1}.edit-column{border-right:1px solid #333;padding-right:1.5rem}.edit-column:last-child{border-right:none;padding-right:0}.edit-column-header{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#e0e0e0}.edit-section{margin-bottom:1.5rem}.edit-section h3{margin:0 0 .75rem;font-size:.875rem;font-weight:500;color:#aaa;text-transform:uppercase;letter-spacing:.05em}.edit-row{display:flex;gap:.5rem}.slider-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.slider-row label{font-size:.75rem;color:#999;min-width:80px}.slider-row input[type=range]{flex:1;height:4px;background:#3a3a3a;border-radius:2px;cursor:pointer;accent-color:#6c9eff}.slider-row input[type=range]:disabled{opacity:.5;cursor:not-allowed}.slider-row span{font-size:.75rem;color:#999;min-width:24px;text-align:right}.slider-row.slider-temperature input[type=range],.slider-row.slider-tint input[type=range]{-webkit-appearance:none;appearance:none;background:transparent}.slider-row.slider-temperature input[type=range]::-webkit-slider-runnable-track{height:4px;border-radius:2px;background:linear-gradient(to right,#4a90d9,#d99a4a)}.slider-row.slider-tint input[type=range]::-webkit-slider-runnable-track{height:4px;border-radius:2px;background:linear-gradient(to right,#4ad94a,#d94ad9)}.slider-row.slider-temperature input[type=range]::-webkit-slider-thumb,.slider-row.slider-tint input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:#6c9eff;margin-top:-5px;cursor:pointer}.slider-row.slider-temperature input[type=range]::-moz-range-track{height:4px;border-radius:2px;background:linear-gradient(to right,#4a90d9,#d99a4a)}.slider-row.slider-tint input[type=range]::-moz-range-track{height:4px;border-radius:2px;background:linear-gradient(to right,#4ad94a,#d94ad9)}.slider-row.slider-temperature input[type=range]::-moz-range-thumb,.slider-row.slider-tint input[type=range]::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#6c9eff;border:none;cursor:pointer}.slider-row.slider-saturation input[type=range]{-webkit-appearance:none;appearance:none;background:transparent}.slider-row.slider-saturation input[type=range]::-webkit-slider-runnable-track{height:4px;border-radius:2px;background:linear-gradient(to right,gray,#ff6b6b)}.slider-row.slider-saturation input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:#6c9eff;margin-top:-5px;cursor:pointer}.slider-row.slider-saturation input[type=range]::-moz-range-track{height:4px;border-radius:2px;background:linear-gradient(to right,gray,#ff6b6b)}.slider-row.slider-saturation input[type=range]::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#6c9eff;border:none;cursor:pointer}.preset-row{display:flex;align-items:center;gap:.5rem}.preset-row label{font-size:.75rem;color:#999;min-width:50px}.preset-select{flex:1;padding:.5rem;background-color:#3a3a3a;border:1px solid #555;border-radius:4px;color:#e0e0e0;font-size:.875rem;cursor:pointer;transition:background-color .15s,border-color .15s}.preset-select:hover:not(:disabled){background-color:#454545;border-color:#666}.preset-select:disabled{opacity:.5;cursor:not-allowed}.preset-select option{background-color:#3a3a3a;color:#e0e0e0}.section-header{display:flex;justify-content:space-between;align-items:center}.reset-button{background:none;border:none;padding:0;cursor:pointer;opacity:.5;color:inherit;display:flex;align-items:center;justify-content:center;min-width:24px}.reset-button:hover:not(:disabled){opacity:1}.reset-button:disabled{opacity:.2;cursor:not-allowed}.edit-button{padding:.5rem 1rem;background-color:#3a3a3a;border:1px solid #555;border-radius:4px;color:#e0e0e0;font-size:.875rem;cursor:pointer;transition:background-color .15s,border-color .15s}.edit-button:hover:not(:disabled){background-color:#454545;border-color:#666}.edit-button:disabled{opacity:.5;cursor:not-allowed}.edit-button.active{background-color:#4a6a9a;border-color:#6c9eff}.edit-button.secondary{background-color:transparent;border-color:#444}.edit-button.secondary:hover:not(:disabled){background-color:#3a3a3a;border-color:#555}.wb-info{display:flex;gap:1rem;margin-top:.75rem;font-size:.75rem;color:#888;font-family:monospace}.edit-info{display:flex;align-items:center;font-size:.75rem;color:#888;font-family:monospace}.edit-hint{margin:.75rem 0 0;font-size:.75rem;color:#6c9eff}.icon-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background-color:#3a3a3a;border:1px solid #555;border-radius:4px;color:#e0e0e0;cursor:pointer;transition:background-color .15s,border-color .15s}.icon-button:hover:not(:disabled){background-color:#454545;border-color:#666}.icon-button:disabled{opacity:.5;cursor:not-allowed}.icon-button.active{background-color:#4a6a9a;border-color:#6c9eff}.reset-button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:transparent;border:none;border-radius:4px;color:#888;cursor:pointer;transition:color .15s,background-color .15s}.reset-button:hover{color:#e0e0e0;background-color:#3a3a3a}.edit-footer{margin-top:auto;display:flex;justify-content:flex-end;gap:.5rem;padding-top:1rem;border-top:1px solid #333}.preview-image-wrapper{position:relative;display:inline-block;max-width:100%;max-height:100%}.preview-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.straighten-overlay{pointer-events:none}.straighten-point{fill:#6c9eff;stroke:#fff;stroke-width:2}.straighten-guide{stroke:#6c9eff;stroke-width:1;opacity:.7}.crop-overlay{pointer-events:all;cursor:default}.crop-rect{fill:transparent;stroke:#fff;stroke-width:2;cursor:move}.crop-handle{fill:#fff;stroke:#333;stroke-width:1;cursor:nwse-resize}.crop-handle:nth-of-type(2){cursor:nesw-resize}.crop-handle:nth-of-type(3){cursor:nesw-resize}.crop-handle:nth-of-type(4){cursor:nwse-resize}.straightening-overlay{display:flex;align-items:center;justify-content:center;background-color:#0009;pointer-events:all}.straightening-content{display:flex;align-items:center;gap:.75rem;color:#e0e0e0;font-size:.875rem}.export-dropdown{position:relative}.export-split-button{display:flex;border-radius:4px;overflow:hidden}.export-main{padding:.5rem 1rem;background-color:#3a3a3a;border:1px solid #555;border-right:none;border-radius:4px 0 0 4px;color:#e0e0e0;font-size:.875rem;cursor:pointer;transition:background-color .15s,border-color .15s}.export-main:hover:not(:disabled){background-color:#454545;border-color:#666}.export-main:disabled{opacity:.5;cursor:not-allowed}.export-toggle{display:flex;align-items:center;justify-content:center;padding:.5rem;background-color:#3a3a3a;border:1px solid #555;border-left:1px solid #4a4a4a;border-radius:0 4px 4px 0;color:#888;cursor:pointer;transition:background-color .15s,border-color .15s,color .15s}.export-toggle:hover:not(:disabled){background-color:#454545;border-color:#666;color:#e0e0e0}.export-toggle:disabled{opacity:.5;cursor:not-allowed}.export-dropdown-menu{position:absolute;top:100%;left:0;margin-top:4px;background-color:#3a3a3a;border:1px solid #555;border-radius:4px;overflow:hidden;z-index:10;min-width:80px}.export-dropdown-menu button{display:block;width:100%;padding:.5rem 1rem;background:transparent;border:none;color:#e0e0e0;font-size:.875rem;text-align:left;cursor:pointer;transition:background-color .15s}.export-dropdown-menu button:hover{background-color:#4a4a4a}.export-dropdown-menu button:first-child{border-bottom:1px solid #444}.toast{position:fixed;top:2rem;left:50%;transform:translate(-50%);padding:.75rem 1.5rem;background-color:#1a3d1a;border:1px solid #2d5a2d;color:#e0e0e0;border-radius:6px;font-size:.875rem;z-index:100;animation:toast-fade 2.5s ease-in-out forwards}@keyframes toast-fade{0%,80%{opacity:1}to{opacity:0}}.auto-process-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #333}.auto-process-button{width:85%;margin:0 auto;display:block;padding:.5rem 1rem;background:linear-gradient(135deg,#3d8a4d,#5aab6c,#3d8a4d);background-size:200% 200%;border:none;border-radius:4px;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;box-shadow:0 0 15px #5aab6c66,0 0 30px #3d8a4d33;animation:auto-process-pulse 2s ease-in-out infinite,auto-process-gradient 3s ease-in-out infinite;position:relative;overflow:hidden;transition:transform .15s,box-shadow .15s}.auto-process-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:auto-process-shimmer 2.5s ease-in-out infinite}.auto-process-button:hover:not(:disabled){transform:scale(1.02);box-shadow:0 0 20px #5aab6c99,0 0 40px #3d8a4d59}.auto-process-button:disabled{opacity:.4;cursor:not-allowed;animation:none;background:#3a3a3a;box-shadow:none}.auto-process-button:disabled:before{animation:none}@keyframes auto-process-pulse{0%,to{box-shadow:0 0 15px #5aab6c66,0 0 30px #3d8a4d33}50%{box-shadow:0 0 25px #5aab6c99,0 0 45px #3d8a4d59}}@keyframes auto-process-gradient{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes auto-process-shimmer{0%{left:-100%}50%,to{left:100%}}.auto-process-stepper{display:flex;flex-direction:column;gap:.75rem}.stepper-progress{display:flex;align-items:center;gap:.75rem}.stepper-step-count{font-size:.875rem;font-weight:600;color:#6c9eff;min-width:32px}.stepper-progress-bar{flex:1;height:6px;background-color:#3a3a3a;border-radius:3px;overflow:hidden}.stepper-progress-fill{height:100%;background-color:#6c9eff;transition:width .3s ease-out}.stepper-current{display:flex;flex-direction:column;gap:.25rem}.stepper-step-name{font-size:.875rem;font-weight:500;color:#e0e0e0}.stepper-step-description{font-size:.75rem;color:#888}.stepper-cancel-button{align-self:flex-start;padding:.5rem 1rem;background-color:transparent;border:1px solid #555;border-radius:4px;color:#e0e0e0;font-size:.875rem;cursor:pointer;transition:background-color .15s,border-color .15s}.stepper-cancel-button:hover{background-color:#3a3a3a;border-color:#666}.edit-sidebar{width:300px;background-color:#2d2d2d;border-right:1px solid #333;display:flex;flex-direction:column;overflow:hidden}.tab-header{display:flex;background-color:#252525;border-bottom:1px solid #333}.tab-button{flex:1;padding:.75rem 1rem;background:transparent;border:none;border-bottom:2px solid transparent;color:#888;font-size:.875rem;font-weight:500;cursor:pointer;transition:color .15s,border-color .15s,background-color .15s}.tab-button:hover{color:#e0e0e0;background-color:#333}.tab-button.active{color:#e0e0e0;border-bottom-color:#6c9eff}.tab-content{flex:1;overflow-y:auto;padding:1rem}.auto-tab-content,.manual-tab-content{display:flex;flex-direction:column}.inline-label-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.inline-label-row .inline-label{font-size:.875rem;color:#aaa;font-weight:500}.inline-label-row .button-group{display:flex;gap:.5rem}.auto-tab-content .edit-button,.manual-tab-content .edit-button{width:100%}.manual-tab-content .action-button-wrapper{display:flex;justify-content:center}.manual-tab-content .action-button-wrapper .edit-button{width:85%}.edit-button.action-blue{background-color:#4a6a9a;border-color:#6c9eff}.edit-button.action-blue:hover:not(:disabled){background-color:#5a7ab0;border-color:#8cb0ff}.edit-button.action-blue-muted{background-color:#3a4a5a;border-color:#4a5a6a}.edit-button.action-blue-muted:hover:not(:disabled){background-color:#4a5a6a;border-color:#5a6a7a}.manual-tab-content .preset-select,.auto-tab-content .preset-select{width:85%;margin:0 auto;display:block}.manual-tab-content .export-dropdown,.auto-tab-content .export-dropdown{width:85%;margin:0 auto}.manual-tab-content .export-split-button,.auto-tab-content .export-split-button{width:100%}.manual-tab-content .export-main,.auto-tab-content .export-main{flex:1}.manual-tab-content .rotate-crop-row{justify-content:space-evenly;width:100%}.export-split-button.export-blue .export-main{background-color:#4a6a9a;border-color:#6c9eff}.export-split-button.export-blue .export-main:hover:not(:disabled){background-color:#5a7ab0;border-color:#8cb0ff}.export-split-button.export-blue .export-toggle{background-color:#4a6a9a;border-color:#6c9eff;border-left-color:#5a7ab0}.export-split-button.export-blue .export-toggle:hover:not(:disabled){background-color:#5a7ab0;border-color:#8cb0ff}.thumbnail-strip{height:120px;background-color:#2d2d2d;border-top:1px solid #333;display:flex;align-items:center;padding:0 .5rem;gap:.5rem}.thumbnail-strip.dragging{background-color:#3a4a5c}.thumbnail-strip-upload{width:80px;height:80px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;background-color:#383838;border:2px dashed #555;border-radius:6px;color:#888;cursor:pointer;transition:border-color .15s,background-color .15s}.thumbnail-strip-upload .upload-icon{font-size:1.25rem;line-height:1}.thumbnail-strip-upload .upload-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.03em}.thumbnail-strip-upload:hover:not(.disabled),.thumbnail-strip-upload.dragging:not(.disabled){border-color:#6c9eff;background-color:#3a4a5c}.thumbnail-strip-upload.disabled{opacity:.6;cursor:not-allowed}.thumbnail-strip-list{flex:1;display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0}.thumbnail-strip-item{width:100px;height:80px;flex-shrink:0;background-color:#383838;border-radius:6px;overflow:hidden;cursor:pointer;transition:background-color .15s}.thumbnail-strip-item:hover{background-color:#404040}.thumbnail-strip-item.selected{outline:2px solid #6c9eff;outline-offset:-2px}.thumbnail-strip-item.loading{cursor:default}.thumbnail-strip-item img{width:100%;height:100%;object-fit:cover;display:block}.thumbnail-strip-item .thumbnail-loading{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#333}.thumbnail-strip-list::-webkit-scrollbar{height:6px}.thumbnail-strip-list::-webkit-scrollbar-track{background:#252525;border-radius:3px}.thumbnail-strip-list::-webkit-scrollbar-thumb{background:#555;border-radius:3px}.thumbnail-strip-list::-webkit-scrollbar-thumb:hover{background:#666}.preview-upload-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:500px;padding:3rem 2rem;background-color:#2a2a2a;border:2px dashed #555;border-radius:12px;cursor:pointer;transition:border-color .15s,background-color .15s}.preview-upload-zone:hover{border-color:#6c9eff;background-color:#333}.preview-upload-zone.dragging{border-color:#6c9eff;background-color:#3a4a5c}.upload-zone-icon{color:#666;margin-bottom:1.5rem;transition:color .15s}.preview-upload-zone:hover .upload-zone-icon{color:#6c9eff}.upload-zone-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:500;color:#e0e0e0}.upload-zone-hint{margin:0 0 1rem;font-size:.875rem;color:#888}.upload-zone-format{margin:0;font-size:.75rem;color:#666}.about-page{min-height:100vh;background-color:#1a1a1a;color:#e0e0e0}.about-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 2rem;background-color:#1a1a1af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #333}.about-header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.about-logo{font-size:1.25rem;font-weight:600;color:#e0e0e0;text-decoration:none;transition:color .2s}.about-logo:hover{color:#6c9eff}.about-nav{display:flex;gap:2rem;align-items:center}.about-nav a{color:#aaa;text-decoration:none;font-size:.9rem;transition:color .2s}.about-nav a:hover{color:#e0e0e0}.about-cta-nav{padding:.5rem 1.25rem;background-color:#e88a1a;color:#1a1a1a!important;border-radius:6px;font-weight:500;transition:background-color .2s,transform .2s}.about-cta-nav:hover{background-color:#f59f3a;transform:translateY(-1px)}.about-hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem 2rem;text-align:center}.about-hero-content{max-width:800px}.about-hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin:0 0 1.5rem;background:linear-gradient(90deg,#4ecdc4,#6c9eff,#4ecdc4);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-roll 8s linear infinite}.about-hero-subtitle{font-size:1.25rem;color:#aaa;line-height:1.6;margin:0 0 2.5rem}.about-hero-cta{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(90deg,#4ecdc4,#6c9eff,#4ecdc4);background-size:200% auto;animation:gradient-roll 8s linear infinite;color:#1a1a1a;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:transform .2s,box-shadow .2s}.about-hero-cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px #6c9eff4d}.about-hero-mockup{margin-top:2.5rem;width:100%;max-width:900px}.about-demo-video{width:100%;border-radius:12px;border:1px solid #333}.about-section-title{font-size:2.5rem;font-weight:700;text-align:center;margin:0 0 3rem;color:#e0e0e0}.about-features{padding:4.5rem 2rem;background-color:#222}.about-features-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.about-feature-card{background-color:#2d2d2d;border:1px solid #333;border-radius:12px;padding:2rem;text-align:center;transition:transform .2s,border-color .2s}.about-feature-card:hover{transform:translateY(-4px);border-color:#e88a1a}.about-feature-icon{color:#e88a1a;margin-bottom:1rem}.about-feature-card h3{font-size:1.25rem;font-weight:600;margin:0 0 .75rem;color:#e0e0e0}.about-feature-card p{font-size:.95rem;color:#aaa;line-height:1.6;margin:0}.about-how-it-works{padding:4.5rem 2rem}.about-steps{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.about-step{text-align:center}.about-step-number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:#6c9eff;color:#1a1a1a;font-size:1.25rem;font-weight:700;border-radius:50%;margin-bottom:1rem}.about-step h3{font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.about-step p{color:#aaa;margin:0}.about-privacy{padding:4.5rem 2rem;background-color:#222}.about-privacy-content{max-width:700px;margin:0 auto;text-align:center}.about-privacy-text{font-size:1.1rem;color:#aaa;line-height:1.7;margin:0 0 2rem}.about-privacy-badges{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.about-badge{padding:.5rem 1rem;background-color:#2d2d2d;border:1px solid #e88a1a;border-radius:20px;color:#e88a1a;font-size:.875rem;font-weight:500;transition:background-color .2s,transform .2s;cursor:default}.about-badge:hover{background-color:#e88a1a;color:#1a1a1a;transform:translateY(-2px)}.about-final-cta{padding:4.5rem 2rem;text-align:center}.about-final-cta h2{font-size:2.5rem;font-weight:700;margin:0 0 1rem}.about-final-cta p{color:#aaa;font-size:1.1rem;margin:0 0 2rem}.about-footer{padding:2rem;text-align:center;border-top:1px solid #333;color:#666;font-size:.875rem}@media(max-width:768px){.about-header{padding:1rem}.about-nav{gap:1rem}.about-hero{padding:5rem 1.5rem 3rem}.about-hero-title{font-size:2.25rem}.about-hero-subtitle{font-size:1rem}.about-hero-cta{padding:.875rem 2rem;font-size:1rem}.about-hero-mockup{margin-top:2.5rem}.about-section-title{font-size:1.75rem;margin-bottom:2rem}.about-features{padding:4rem 1.5rem}.about-features-grid{gap:1.5rem}.about-feature-card{padding:1.5rem}.about-how-it-works{padding:4rem 1.5rem}.about-steps{grid-template-columns:1fr;gap:2rem}.about-privacy{padding:4rem 1.5rem}.about-privacy-badges{gap:.75rem}.about-badge{padding:.4rem .875rem;font-size:.8rem}.about-final-cta{padding:4rem 1.5rem}.about-final-cta h2{font-size:1.75rem}}@media(max-width:480px){.about-hero-title{font-size:1.875rem}.about-feature-card h3{font-size:1.1rem}}.privacy-page{min-height:100vh;background-color:#1a1a1a;color:#e0e0e0}.privacy-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 2rem;background-color:#1a1a1af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #333}.privacy-header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.privacy-logo{font-size:1.25rem;font-weight:600;color:#e0e0e0;text-decoration:none;transition:color .2s}.privacy-logo:hover{color:#6c9eff}.privacy-nav{display:flex;gap:2rem;align-items:center}.privacy-nav a{color:#aaa;text-decoration:none;font-size:.9rem;transition:color .2s}.privacy-nav a:hover{color:#e0e0e0}.privacy-cta-nav{padding:.5rem 1.25rem;background-color:#e88a1a;color:#1a1a1a!important;border-radius:6px;font-weight:500;transition:background-color .2s,transform .2s}.privacy-cta-nav:hover{background-color:#f59f3a;transform:translateY(-1px)}.privacy-hero{padding:8rem 2rem 3rem;text-align:center;max-width:800px;margin:0 auto}.privacy-hero h1{font-size:2.5rem;font-weight:700;margin:0 0 1rem;background:linear-gradient(90deg,#4ecdc4,#6c9eff,#4ecdc4);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-roll 8s linear infinite}@keyframes gradient-roll{0%{background-position:0% center}to{background-position:200% center}}.privacy-hero-subtitle{font-size:1.1rem;color:#aaa;margin:0}.privacy-content{max-width:700px;margin:0 auto;padding:0 2rem 4rem}.privacy-section{margin-bottom:3rem}.privacy-section h2{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:#e0e0e0}.privacy-section p{font-size:1rem;line-height:1.7;color:#bbb;margin:0 0 1rem}.privacy-section ul{margin:0;padding-left:1.5rem}.privacy-section li{font-size:1rem;line-height:1.7;color:#bbb;margin-bottom:.5rem}.privacy-section li strong{color:#e0e0e0}.privacy-footer{padding:2rem;text-align:center;border-top:1px solid #333;color:#666;font-size:.875rem}@media(max-width:768px){.privacy-header{padding:1rem}.privacy-nav{gap:1rem}.privacy-hero{padding:6rem 1.5rem 2rem}.privacy-hero h1{font-size:2rem}.privacy-content{padding:0 1.5rem 3rem}.privacy-section h2{font-size:1.25rem}}
