:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#a8edea,#fed6e3);display:flex;justify-content:center;align-items:flex-start;padding:2rem}.container{background:#fff;max-width:900px;width:100%;max-height:90vh;padding:2.5rem 3rem;border-radius:16px;box-shadow:0 16px 40px #0000001f;text-align:center;animation:fadeIn .7s ease forwards}h1{font-size:2.75rem;color:#1b4332;margin-bottom:1.5rem;font-weight:700;letter-spacing:1.2px;text-shadow:0 2px 5px rgba(0,0,0,.1)}h2{font-size:1.5rem;color:#2d6a4f;margin-bottom:1rem;font-weight:600}.main-layout{display:flex;gap:2rem;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.left-pane{flex:1;min-width:320px;display:flex;flex-direction:column;align-items:stretch}h2{text-decoration:underline}.left-pane input[type=file]{padding:1rem;border:3px dashed #52b788;border-radius:12px;cursor:pointer;font-size:1rem;transition:border-color .3s ease;background:#f0fdf4;margin-bottom:1.5rem;margin-top:5px}.left-pane input[type=file]:hover,.left-pane input[type=file]:focus{border-color:#40916c;background:#e6f4ea;outline:none}button{margin-top:15px;background-color:#40916c;color:#f0fdf4;font-weight:700;border:none;border-radius:12px;padding:1rem 1.5rem;font-size:1.1rem;cursor:pointer;box-shadow:0 5px 15px #40916c4d;transition:background-color .3s ease,transform .5s ease-in-out,box-shadow .3s ease-in-out;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}button:active{transform:scale(.8);box-shadow:0 4px 12px #2d6a4f4d}button:focus-visible{outline:3px solid #74c69d;outline-offset:2px}.right-pane{flex:1;min-width:320px;background:#e9f5f2;border-radius:16px;padding:2rem;box-shadow:inset 0 0 15px #a7d3c5;display:flex;flex-direction:column;align-items:center;animation:fadeIn .7s ease forwards}.qr-code-box{margin-bottom:2rem;padding:1rem;background:#fff;border-radius:12px;box-shadow:0 6px 20px #0000001f;transition:transform .3s ease}.qr-code-box:hover{transform:scale(1.05);box-shadow:0 10px 35px #0000002e}.link-info{word-break:break-word;text-align:center}.link-info h3{margin-bottom:.6rem;color:#1b4332;font-weight:600;letter-spacing:.5px}.link-info a{color:#40916c;font-weight:600;text-decoration:none;font-size:1.1rem;transition:color .3s ease}.link-info a:hover,.link-info a:focus{color:#2d6a4f;text-decoration:underline;outline:none}.expired-message{margin-top:1rem;color:#d90429;font-weight:700;font-size:1.1rem;animation:pulse 2s infinite ease-in-out}.expiration-time{margin-top:.6rem;font-size:.9rem;color:#52796f;font-style:italic}.left-pane input[type=file].is_files{font-size:medium;color:#40916c}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media (max-width: 720px){.main-layout{flex-direction:column;align-items:center}.left-pane,.right-pane{width:100%;min-width:unset}}.password-input{height:48px;width:100%;padding:12px 16px;font-size:16px;border:none;border-radius:12px;background-color:#f4f4f4;transition:box-shadow .3s,background-color .3s;outline:none;color:#333;caret-color:#666;margin-bottom:15px;margin-top:15px}.password-input::placeholder{color:#979090;font-weight:500}.password-input:focus{background-color:#e4e1e1;box-shadow:0 0 8px #4caf504d}.password-input.filled{background-color:#e9e1e1}h3{font-size:1.5rem;color:#74c69d}.button-group{display:flex;justify-content:center;gap:4rem}.downloadButton,.cancelButton{padding:12px 24px;font-size:16px;border:none;border-radius:12px;font-weight:700;cursor:pointer;background-color:#4caf50;color:#fff;transition:background-color .3s}.downloadButton:hover,.cancelButton:hover{background-color:#45a049}.downloadButton{margin-right:5px}.cancelButton{margin-left:5px}.visitor{margin-top:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.1rem;color:#2c3e50;margin:1rem 0;text-align:center;background-color:#eaf6f6;padding:.75rem 1.2rem;border-radius:8px;box-shadow:0 2px 8px #0000000d;display:inline-block}.visitor-count{font-weight:700;color:#00a676;font-size:1.2rem;margin-left:.3rem}.bottom-tag{margin-top:1rem;font-size:.9rem;color:#555;text-align:center}@media (max-width: 720px){.main-layout{flex-direction:column;align-items:center;justify-content:flex-start;gap:1.5rem}.left-pane,.right-pane{width:100%;min-width:unset}.container{max-height:none;height:auto;overflow-y:auto;padding:1.5rem;box-shadow:none}body,html{height:auto;overflow-y:auto;padding:1rem;align-items:flex-start}button{width:100%;font-size:1rem}h1{font-size:2rem}h2{font-size:1.25rem}.qr-code-box{width:100%;max-width:320px}.right-pane{margin-bottom:1.5rem}}
