:root{font-family: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}*,*:before,*:after{box-sizing:border-box}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;justify-content:center;align-items:center;min-width:320px;min-height:100vh}#root{width:100%;max-width:100%;display:flex;justify-content:center;align-items:center}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}}.app-container{max-width:800px;width:100%;margin:0 auto;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}.header{width:100%;max-width:600px;text-align:center;margin-bottom:2rem;padding:0 1rem;box-sizing:border-box}.header h1{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header p{color:#888;font-size:1.1rem}.create-form{width:100%;max-width:600px;background:#ffffff0d;border-radius:12px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box}.form-group{width:100%;margin-bottom:1.5rem;box-sizing:border-box}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#ddd}.form-group textarea{width:100%;min-height:150px;max-height:400px;padding:1rem;border:2px solid rgba(255,255,255,.1);border-radius:8px;background:#0000004d;color:#fff;font-family:Courier New,Consolas,monospace;font-size:1rem;resize:vertical;transition:border-color .3s;box-sizing:border-box;line-height:1.5;white-space:pre;overflow-x:auto}.form-group textarea::-webkit-scrollbar{width:8px}.form-group textarea::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.form-group textarea::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.form-group textarea::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.form-group textarea:focus{outline:none;border-color:#667eea}.form-group select{width:100%;padding:.75rem;border:2px solid rgba(255,255,255,.1);border-radius:8px;background:#0000004d;color:#fff;font-size:1rem;cursor:pointer;box-sizing:border-box}.size-indicator{display:block;margin-top:.5rem;font-size:.85rem;color:#fff9;text-align:right}.button-primary{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.button-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea66}.button-primary:disabled{opacity:.5;cursor:not-allowed}.button-secondary{padding:.75rem 1.5rem;background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.2);border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s;margin-top:1rem}.button-secondary:hover{background:#ffffff26;border-color:#ffffff4d}.button-copy{padding:.75rem 1.5rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .3s;white-space:nowrap}.button-copy:hover{background:#059669}.info-box{width:100%;max-width:600px;margin-top:2rem;padding:1.5rem;background:#3b82f61a;border-left:4px solid #3b82f6;border-radius:8px;box-sizing:border-box}.info-box h4{margin-top:0;margin-bottom:1rem;color:#60a5fa}.info-box ul{margin:0;padding-left:1.5rem}.info-box li{margin-bottom:.5rem;color:#ddd}.result-box{width:100%;max-width:600px;background:#ffffff0d;border-radius:12px;padding:2rem;text-align:center;box-sizing:border-box}.result-box h3{color:#10b981;margin-bottom:1.5rem;font-size:1.8rem}.result-actions{display:flex;gap:1rem;margin-top:1.5rem;width:100%;box-sizing:border-box}.result-actions .button-copy,.result-actions .button-secondary{flex:1;margin:0}.link-box{display:flex;gap:1rem;margin-bottom:1.5rem;width:100%;box-sizing:border-box}.link-box input{flex:1;padding:1rem;border:2px solid rgba(255,255,255,.2);border-radius:8px;background:#0000004d;color:#fff;font-family:Courier New,monospace;font-size:.9rem;box-sizing:border-box}.warning-box{width:100%;padding:1rem;background:#f59e0b1a;border:2px solid rgba(245,158,11,.3);border-radius:8px;color:#fbbf24;margin-bottom:1rem;box-sizing:border-box}.error-box{width:100%;padding:1rem;background:#ef44441a;border:2px solid rgba(239,68,68,.3);border-radius:8px;color:#f87171;margin-bottom:1rem;box-sizing:border-box}.error-hint{margin-top:.5rem;font-size:.9rem;opacity:.8}.loading{text-align:center;padding:2rem;font-size:1.2rem;color:#888}.confirmation-box{width:100%;max-width:600px;background:#ffffff0d;border-radius:12px;padding:2rem;text-align:center;box-sizing:border-box;border:2px solid rgba(245,158,11,.3)}.confirmation-icon{font-size:4rem;margin-bottom:1rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.confirmation-box h2{color:#fbbf24;margin-bottom:1rem;font-size:1.5rem}.confirmation-warning{color:#ddd;margin-bottom:2rem;line-height:1.6;font-size:1.05rem}.confirmation-warning strong{color:#fbbf24;font-weight:600}.confirmation-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.confirmation-actions .button-primary{font-size:1.2rem;padding:1.2rem}.confirmation-info{text-align:left;margin-top:2rem;margin-bottom:0}.secret-view{width:100%;max-width:600px;background:#ffffff0d;border-radius:12px;padding:2rem;margin-bottom:2rem;box-sizing:border-box}.secret-content{width:100%;margin-top:1.5rem;box-sizing:border-box}.secret-content h3{margin-bottom:1rem;color:#ddd}.secret-text{width:100%;max-height:400px;padding:1.5rem;background:#0000004d;border-radius:8px;border:2px solid rgba(255,255,255,.1);color:#fff;font-size:1.1rem;line-height:1.6;white-space:pre;overflow-x:auto;overflow-y:auto;box-sizing:border-box;text-align:left;font-family:Courier New,Consolas,monospace;margin-bottom:1rem}.secret-actions{display:flex;justify-content:center;margin-bottom:1rem}.secret-text::-webkit-scrollbar{width:8px;height:8px}.secret-text::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.secret-text::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.secret-text::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.secret-meta{margin-top:1rem;color:#888;font-size:.9rem;text-align:center}.toast{position:fixed;bottom:2rem;right:2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 10px 40px #10b9814d;display:flex;align-items:center;gap:.75rem;font-weight:500;font-size:1rem;z-index:1000;animation:slideInUp .3s ease-out,fadeOut .3s ease-in 2.7s}.toast-icon{width:24px;height:24px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}@keyframes slideInUp{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media (max-width: 768px){.app-container{padding:1rem}.header{padding:0 .5rem}.header h1{font-size:2rem}.create-form,.result-box,.secret-view,.confirmation-box{padding:1.5rem}.confirmation-box h2{font-size:1.3rem}.confirmation-warning{font-size:1rem}.confirmation-icon{font-size:3rem}.link-box{flex-direction:column;gap:.5rem}.result-actions{flex-direction:column;gap:.75rem}.button-copy{width:100%}.secret-text{max-height:300px;padding:1rem;font-size:.95rem}.form-group textarea{min-height:120px;max-height:300px;font-size:.95rem}.toast{bottom:1rem;right:1rem;left:1rem;padding:.875rem 1.25rem;font-size:.95rem}}
