@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{font-family:-apple-system,BlinkMacSystemFont,Inter,SF Pro Display,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#1d1d1f;background:#fff;font-size:17px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background:#f5f5f7}#root{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}.container{width:100%;max-width:600px;margin:0 auto}.main-card{background:#fff;border-radius:18px;padding:48px;box-shadow:0 4px 6px #00000005,0 10px 20px #00000008;animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}h1{font-size:40px;font-weight:700;letter-spacing:-.02em;text-align:center;margin-bottom:40px;color:#1d1d1f}.upload-area,.text-area{margin-bottom:32px}.file-selector{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 32px;border:2px dashed #d2d2d7;border-radius:12px;background:#fbfbfd;cursor:pointer;transition:all .3s ease}.file-selector:hover{border-color:#0071e3;background:#f5f5f7}.upload-icon{font-size:48px;margin-bottom:16px;opacity:.6;transition:all .3s ease}.file-selector:hover .upload-icon{opacity:1;transform:translateY(-2px)}.file-selector p{color:#86868b;font-size:17px;font-weight:400}.file-preview,.file-display{display:flex;flex-direction:column;align-items:center;gap:20px;padding:32px;border-radius:12px;background:#f5f5f7}.file-icon{font-size:48px;margin-bottom:8px}.file-details{text-align:center;width:100%}.file-details h2,.file-name{font-size:20px;font-weight:600;margin-bottom:8px;word-break:break-word;color:#1d1d1f}.file-size{color:#86868b;font-size:15px}.file-actions{display:flex;gap:12px;width:100%}button{font-family:-apple-system,BlinkMacSystemFont,Inter,SF Pro Display,Segoe UI,sans-serif;font-size:17px;font-weight:500;border:none;cursor:pointer;transition:all .2s ease;-webkit-font-smoothing:antialiased}.upload-button,.download-button,.remove-button,.cancel-button,.share-button{flex:1;padding:14px 24px;border-radius:980px;position:relative;overflow:hidden}.upload-button,.share-button{background:#0071e3;color:#fff}.upload-button:hover:not(:disabled),.share-button:hover:not(:disabled){background:#0077ed;transform:translateY(-1px);box-shadow:0 4px 12px #0071e34d}.upload-button:active:not(:disabled),.share-button:active:not(:disabled){transform:translateY(0)}.upload-button:disabled,.share-button:disabled{opacity:.5;cursor:not-allowed}.download-button{background:#34c759;color:#fff}.download-button:hover{background:#30b350;transform:translateY(-1px);box-shadow:0 4px 12px #34c7594d}.download-button:active{transform:translateY(0)}.remove-button,.cancel-button{background:#f5f5f7;color:#1d1d1f}.remove-button:hover,.cancel-button:hover{background:#e8e8ed;transform:translateY(-1px)}.remove-button:active,.cancel-button:active{transform:translateY(0)}.divider{text-align:center;color:#86868b;font-size:17px;font-weight:400;margin:32px 0;position:relative;display:flex;align-items:center;gap:16px}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#d2d2d7}.text-area{display:flex;flex-direction:column;gap:12px}.text-input{width:100%;padding:16px;border:1px solid #d2d2d7;border-radius:12px;background:#fbfbfd;color:#1d1d1f;font-family:-apple-system,BlinkMacSystemFont,Inter,SF Pro Display,Segoe UI,sans-serif;font-size:17px;resize:vertical;transition:all .2s ease;min-height:100px}.text-input:focus{outline:none;border-color:#0071e3;background:#fff;box-shadow:0 0 0 4px #0071e31a}.text-input::placeholder{color:#86868b}.share-button{width:100%}.text-display{display:flex;flex-direction:column;gap:12px;padding:24px;border-radius:12px;background:#f5f5f7}.text-content-wrapper{display:flex;align-items:center;gap:12px;min-height:60px;padding:16px;background:#fff;border-radius:8px}.text-content{word-break:break-word;flex:1;display:flex;align-items:center;justify-content:center}.shared-text{margin:0;line-height:1.5;font-size:17px;color:#1d1d1f}.shared-link{color:#0071e3;text-decoration:none;font-size:17px;line-height:1.5;transition:all .2s ease}.shared-link:hover{color:#0077ed;text-decoration:underline}.copy-button{flex:0 0 auto;padding:8px 12px;font-size:20px;border-radius:8px;background:#f5f5f7;color:#1d1d1f;transition:all .2s ease;border:none;cursor:pointer;min-width:44px}.copy-button:hover{background:#e8e8ed;transform:scale(1.05)}.copy-button:active{transform:scale(.95)}@media(max-width:600px){.main-card{padding:32px 24px}h1{font-size:32px;margin-bottom:32px}.file-actions{flex-direction:column}.file-selector{padding:40px 24px}.upload-icon,.file-icon{font-size:40px}}@media(prefers-color-scheme:dark){:root{color:#f5f5f7;background:#000}body{background:#000}.main-card{background:#1d1d1f;box-shadow:0 4px 6px #0000004d,0 10px 20px #0006}h1{color:#f5f5f7}.file-selector{border-color:#424245;background:#161617}.file-selector:hover{border-color:#0071e3;background:#1d1d1f}.file-selector p{color:#98989d}.file-preview,.file-display{background:#161617}.file-details h2,.file-name{color:#f5f5f7}.file-size{color:#98989d}.remove-button,.cancel-button{background:#2c2c2e;color:#f5f5f7}.remove-button:hover,.cancel-button:hover{background:#3a3a3c}.divider{color:#98989d}.divider:before,.divider:after{background:#424245}.text-input{border-color:#424245;background:#161617;color:#f5f5f7}.text-input:focus{background:#1d1d1f}.text-input::placeholder{color:#98989d}.text-display{background:#161617}.text-content-wrapper{background:#2c2c2e}.shared-text{color:#f5f5f7}.copy-button{background:#3a3a3c;color:#f5f5f7}.copy-button:hover{background:#48484a}}: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}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;margin:0 auto;padding:2rem;text-align:center}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}input{border-radius:8px;border:1px solid #646cff;padding:.6em 1.2em;font-size:1em;font-family:inherit;background-color:#1a1a1a;color:#ffffffde}input:focus{outline:2px solid #646cff}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}button{background-color:#f9f9f9}input{background-color:#f9f9f9;color:#213547}}
