*{box-sizing:border-box}body{font-family:Noto Sans Bengali,Roboto,sans-serif;background-color:#0d1117;color:#e6edf3;margin:0;padding:0}.App{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:3rem 1rem}h1{font-size:2rem;margin-bottom:2rem;color:#f0f6fc;text-align:center;font-weight:600}.button-group{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.button-group button{background:linear-gradient(145deg,#238636,#2ea043);border:none;color:#fff;font-size:1rem;font-weight:600;padding:.8rem 1.6rem;border-radius:6px;cursor:pointer;transition:background .25s,transform .1s}.button-group button:hover{background:#2ea043;transform:translateY(-2px)}.button-group button:nth-child(2){background:linear-gradient(145deg,#1f6feb,#388bfd)}.button-group button:nth-child(2):hover{background:#388bfd}.button-group button:nth-child(3){background:linear-gradient(145deg,#c29700,#d4a52f)}.button-group button:nth-child(3):hover{background:#d4a52f}.modal-overlay{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;padding:4rem 1rem;z-index:100}.modal{background:#161b22;border:1px solid #30363d;border-radius:10px;width:100%;max-width:700px;padding:2rem;color:#e6edf3;position:relative;box-shadow:0 0 12px #00000080}.modal h2{margin-top:0;margin-bottom:1rem;color:#f0f6fc;border-bottom:1px solid #30363d;padding-bottom:.5rem}.close{position:absolute;right:20px;top:16px;cursor:pointer;font-size:24px;color:#8b949e;font-weight:700;transition:color .2s}.close:hover{color:#f85149}label{display:block;font-weight:600;margin-top:1rem;margin-bottom:.3rem;color:#c9d1d9}input,textarea{width:100%;border:1px solid #30363d;border-radius:6px;background:#0d1117;color:#e6edf3;font-size:1rem;padding:.6rem .8rem;margin-bottom:.8rem;resize:vertical}input:focus,textarea:focus{outline:none;border-color:#2ea043;box-shadow:0 0 0 2px #2ea44f40}textarea{min-height:140px;line-height:1.5}.action-buttons{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.6rem}.action-buttons button{flex:1 1 auto;min-width:90px;background:#238636;color:#fff;border:none;border-radius:5px;padding:.6rem 1rem;font-size:.95rem;cursor:pointer;transition:background .25s,transform .1s}.action-buttons button:hover{background:#2ea043;transform:translateY(-1px)}.action-buttons button:nth-child(2){background:#1f6feb}.action-buttons button:nth-child(2):hover{background:#388bfd}.action-buttons button:nth-child(3){background:#f85149}.action-buttons button:nth-child(3):hover{background:#da3633}.copied-toast{text-align:center;color:#2ea043;margin-top:.5rem;font-weight:600}.output{margin-top:1rem;border-top:1px solid #30363d;padding-top:1rem}.output h3{color:#79c0ff;font-size:1.1rem;margin-bottom:.5rem}pre{background:#0d1117;border:1px solid #30363d;border-radius:6px;padding:1rem;color:#c9d1d9;font-size:.95rem;white-space:pre-wrap;word-wrap:break-word;line-height:1.4;overflow-x:auto;height:200px;overflow:auto}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#30363d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#484f58}::-webkit-scrollbar-track{background:#0d1117}.go-buttons{margin-top:1.6rem;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.8rem 1rem;border-top:1px solid #30363d;padding-top:1rem}.go-buttons p{margin:0;font-size:1rem;font-weight:600;color:#f0f6fc;padding-right:.4rem;letter-spacing:.5px}.go-btn{display:inline-block;text-decoration:none;font-weight:600;font-size:.95rem;color:#fff;padding:.6rem 1.4rem;border:none;outline:none;border-radius:6px;cursor:pointer;background:transparent;transition:transform .12s ease,background .25s ease,box-shadow .25s ease}.go-btn:hover{transform:translateY(-2px);box-shadow:0 0 10px #ffffff1a}.go-btn:focus{outline:none;box-shadow:0 0 0 2px #ffffff40}.go-btn:focus:not(:focus-visible){box-shadow:none}.go-btn.gemini{background:linear-gradient(145deg,#c59e00,#d4a52f)}.go-btn.gemini:hover{background:#d4a52f}.go-btn.chatgpt{background:linear-gradient(145deg,#1f6feb,#388bfd)}.go-btn.chatgpt:hover{background:#388bfd}.go-btn.claude{background:linear-gradient(145deg,#238636,#2ea043)}.go-btn.claude:hover{background:#2ea043}@media(max-width:480px){.go-buttons{flex-direction:column}.go-buttons p{margin-bottom:.6rem}}.output:focus{outline:none;box-shadow:0 0 0 2px #388bfd4d;border-radius:6px}.gate-wrapper{min-height:100vh;background:#0d1117;color:#e6edf3;display:flex;justify-content:center;align-items:center}.gate-box{background:#161b22;border:1px solid #30363d;padding:2rem 3rem;border-radius:10px;text-align:center;box-shadow:0 0 16px #0009}.gate-box h2{margin-top:0;color:#f0f6fc}.gate-form{display:flex;justify-content:center;gap:.6rem;margin-top:1rem}.gate-form input{padding:.7rem 1rem;border-radius:6px;border:1px solid #30363d;background:#0d1117;color:#e6edf3;min-width:220px;outline:none;font-size:.9rem}.gate-form input:focus{border-color:#2ea043}.gate-form button{background:#238636;border:none;color:#fff;font-weight:600;border-radius:6px;padding:.7rem 1rem;font-size:1rem;line-height:1;cursor:pointer;transition:background .25s,transform .1s;height:38px;display:inline-flex;align-items:center;justify-content:center}.gate-form button:hover{background:#2ea043;transform:translateY(-2px)}.logout-btn{position:fixed;top:12px;right:16px;background:#f85149;border:none;border-radius:6px;color:#fff;font-weight:600;padding:.5rem .9rem;cursor:pointer;z-index:50;transition:background .25s}.logout-btn:hover{background:#da3633}
