body{background-color:#f5faff;font-family:Segoe UI,sans-serif;min-height:100vh}.dropdown-toggle:after{color:#000!important}#strictModeCheckbox{-moz-appearance:auto!important;appearance:auto!important;-webkit-appearance:auto!important;opacity:1!important;z-index:1!important}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;box-shadow:0 2px 4px #0000000d;color:#000!important}.app-title{font-size:1.5rem;font-weight:600;cursor:pointer;color:#000!important;text-decoration:none;border:none;display:flex;align-items:center;gap:1rem}.app-title:hover{color:#000!important}.auth-section{display:flex;gap:1rem;align-items:center}.google-btn{display:flex;align-items:center;background:#fff;border:1px solid #ddd;border-radius:5px;padding:5px 12px;font-size:14px;font-weight:500;color:#444!important;cursor:pointer;transition:all .2s ease;margin:auto}.google-btn:hover{background:#f1f1f1}.google-btn img{height:18px;margin-right:8px}.main-container{padding:2rem}.upload-box{border:2px dashed #aaa;border-radius:10px;height:250px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#555;font-size:1.2rem;position:relative;overflow:hidden}.upload-box img{max-height:100%;max-width:100%;object-fit:contain;margin-top:10px}.remove-btn{position:absolute;top:5px;right:5px;background-color:#f00c;color:#fff;border:none;border-radius:50%;width:30px;height:30px;font-weight:700;display:none;cursor:pointer}.upload-box.has-image .remove-btn{display:flex;justify-content:center;align-items:flex-start}.output-box{border:1px solid #ccc;border-radius:10px;height:300px;padding:1rem;background-color:#fff;overflow-y:auto;white-space:pre-wrap}.btn-custom{width:100%;margin-top:1rem}.dropzone-hover{background-color:#e0f7fa}.settings-link{font-size:14px;text-decoration:none;color:#fff;font-weight:700;cursor:pointer;width:auto}.settings-link:hover{text-decoration:underline}.settings-container{max-width:700px;margin:3rem auto;background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 6px 18px #0000000d}.api-key-box{background:#f1f3f5;padding:1rem;border-radius:.5rem;font-family:monospace;word-break:break-word;margin-bottom:1rem}.modal-title,.modal-body{color:#000}.strong{color:#000!important}.dropdown,.btn{color:#000}.dropdown-item{color:#000!important;font-weight:700}strong,b{color:#000}.dropbtn{background-color:#fff;color:#000;border:none;font-size:1em;cursor:pointer}.dropdown-content{display:none;position:absolute;background-color:#f9f9f9;min-width:120px;box-shadow:0 8px 16px #0003;z-index:1;right:0}.dropdown-content button{width:100%;padding:10px;border:none;background:none;text-align:left;cursor:pointer}.dropdown-content button:hover{background-color:#f1f1f1}.dropdown:hover .dropdown-content{display:block}
