@import"https://fonts.googleapis.com/css2?family=VT323&display=swap";:root{--green: #006b2d;--green-dark: #00471f;--text-green: #006b2d;--input-border: #e5e5e5}*{box-sizing:border-box}body{margin:0;background:#fff;color:var(--text-green);font-family:VT323,monospace;font-size:13px;line-height:1.4}.app{min-height:100vh}.site-header{position:relative;max-width:960px;margin:18px auto 0;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.brand{font-size:12px;letter-spacing:.03em}.nav{display:flex;gap:12px}.nav-btn{display:inline-flex;align-items:center;justify-content:center;min-width:80px;padding:8px 22px;border-radius:6px;border:none;background:var(--green);color:#fff;text-decoration:none;font-size:11px;letter-spacing:.04em;text-transform:lowercase;cursor:pointer;font-family:inherit}.nav-btn.nav-active{background:#fff;color:var(--green);border:1px solid var(--green)}.nav-btn:hover:not(.nav-active){background:var(--green-dark)}.page-content{max-width:960px;margin:40px auto 80px;text-align:center;padding:0 20px}.home-hero{margin-top:40px}.hero-logo{display:block;margin:0 auto 30px;font-size:70px;font-weight:400;letter-spacing:.05em}.hero-square-icon{display:flex;justify-content:center;margin:0 auto 18px;width:220px;height:220px}.hidden-file-input{display:none}.upload-box,.download-box{width:220px;height:220px;border:3px solid var(--green);display:flex;align-items:center;justify-content:center;background:#fff;cursor:pointer;transition:background-color .2s}.upload-box:hover{background:#f8f8f8}.upload-arrow,.download-arrow{font-size:120px;color:var(--green);line-height:1;pointer-events:none}.upload-text{font-size:11px;text-align:center;margin:8px 0 0;color:var(--text-green)}.hero-caption{font-size:10px;text-align:center;margin:20px 0 45px;line-height:1.6}.features{margin-top:20px;display:flex;justify-content:center;gap:40px;text-align:left;flex-wrap:wrap}.feature{width:220px}.feature-img{display:block;margin:0 auto 8px;height:150px;width:auto;image-rendering:pixelated}.feature-title{text-align:center;margin:4px 0 8px;font-size:11px;font-weight:400}.feature-body{font-size:10px;line-height:1.5}.home-signup{margin:80px auto 0;max-width:500px}.signup-heading{font-size:16px;margin-bottom:4px;font-weight:400}.signup-sub{font-size:11px;margin-bottom:18px}.signup-form{display:flex;flex-direction:column;gap:8px}.signup-row,.contact-row{display:flex;gap:8px}.signup-form input,.contact-form input,.contact-form textarea{flex:1;padding:6px 8px;border-radius:2px;border:1px solid var(--input-border);font-family:inherit;font-size:11px;outline:none;background:#fff}.signup-form input::-moz-placeholder,.contact-form input::-moz-placeholder,.contact-form textarea::-moz-placeholder{color:var(--text-green);opacity:.6}.signup-form input::placeholder,.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--text-green);opacity:.6}input:focus,textarea:focus{border-color:var(--green)}.primary-btn{margin-top:4px;padding:7px 0;border-radius:2px;border:none;background:var(--green);color:#fff;font-family:inherit;font-size:11px;cursor:pointer}.primary-btn:hover{background:var(--green-dark)}.about-page{display:flex;align-items:flex-start;gap:40px;max-width:960px;text-align:left}.about-left{flex:0 0 55%;text-align:left}.about-right{flex:0 0 45%;display:flex;justify-content:center}.about-mascot{margin-top:40px;height:320px;width:auto;image-rendering:pixelated}.about-title{font-size:18px;margin:0 0 10px;font-weight:400}.about-subtitle{font-size:11px;margin:0 0 8px;font-weight:400}.about-body{font-size:10px;margin-bottom:14px;line-height:1.6}.about-body p{margin:0 0 12px}.about-tagline{font-size:12px;margin:14px 0 6px;font-weight:400}.about-contact-intro{font-size:10px;margin-bottom:8px}.contact-form{display:flex;flex-direction:column;gap:8px;max-width:360px}.contact-form textarea{min-height:80px;resize:vertical}.contact-submit{width:100%}.about-socials{margin-top:16px;display:flex;gap:8px;align-items:center}.social-icon{width:32px;height:32px;border:1px solid var(--green);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--green)}.login-page{max-width:960px;margin-top:40px}.login-hero{margin-top:20px}.login-mascot{display:block;margin:0 auto 6px;height:200px;width:auto;image-rendering:pixelated}.login-tagline{font-size:10px;margin:10px 0}.download-block{margin-top:70px}.download-caption{margin-top:10px;font-size:10px;line-height:1.6}.loading-page{max-width:960px;margin-top:80px}.loading-hero{margin-top:40px}.progress-container{margin:60px auto;max-width:600px;width:100%}.progress-bar{width:100%;height:40px;background:#e8f5e9;border-radius:20px;overflow:hidden;border:2px solid var(--green);margin-bottom:12px}.progress-fill{height:100%;background:var(--green);transition:width .3s ease}.progress-text{font-size:14px;font-weight:600;color:var(--text-green);margin:0}.loading-text{font-size:12px;color:var(--text-green);margin:30px 0}.download-btn{margin-top:20px}.download-btn:disabled{opacity:.5;cursor:not-allowed}.pickle-animation-container{display:flex;flex-direction:column;align-items:center;gap:10px;margin:60px auto}.pickle-gif{width:150px;height:auto;image-rendering:pixelated}.progress-bar-wrapper{width:400px;margin-top:20px}.progress-bar-animated{width:100%;height:30px;background:#e8f5e9;border-radius:15px;overflow:hidden;border:2px solid var(--green);position:relative}.progress-bar-fill{height:100%;width:30%;background:var(--green);animation:progressLoop 2s linear infinite;transition:all .5s ease-in-out}.progress-bar-animated.complete .progress-bar-fill{width:100%;animation:none;transform:translate(0)}@keyframes progressLoop{0%{transform:translate(-100%)}to{transform:translate(333%)}}.loading-page .loading-text{margin:20px 0 10px}.loading-page .download-btn{margin-top:10px;min-width:200px;padding:12px 40px;font-size:16px}.loading-page .download-btn.active{background:var(--green);transform:scale(1.05);box-shadow:0 4px 12px #4caf504d}@media (max-width: 768px){.features{flex-direction:column;align-items:center}.about-page{flex-direction:column}.about-left,.about-right{flex:1 1 100%}.site-header{flex-direction:column;gap:12px}}
