*{box-sizing:border-box;margin:0;padding:0}body{font-family:Space Grotesk,system-ui,sans-serif;background:#fff;color:#1a1d2e;min-height:100vh}.container{max-width:960px;margin:0 auto;padding:1.5rem}h1{font-size:1.8rem;font-weight:700;color:#4285f4;margin-bottom:.25rem}.subtitle{color:#6b7280;font-size:.9rem;margin-bottom:1.5rem}.tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.tab-btn{background:transparent;border:1px solid #e5e7eb;color:#6b7280;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.85rem;transition:all .2s}.tab-btn:hover{border-color:#4285f4;color:#4285f4}.tab-btn.active{background:#eff6ff;border-color:#4285f4;color:#1d4ed8;font-weight:600}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 1px 4px #0000000f}.card h2{font-size:1.1rem;color:#4f46e5;margin-bottom:1rem}label{display:block;font-size:.8rem;color:#6b7280;margin-bottom:.35rem}textarea,input[type=text],select{width:100%;background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;color:#111827;padding:.6rem .8rem;font-size:.9rem;outline:none;transition:border-color .2s}textarea:focus,input[type=text]:focus,select:focus{border-color:#4285f4;background:#fff}textarea{resize:vertical;min-height:100px}.form-group{margin-bottom:1rem}.row{display:flex;gap:1rem;margin-bottom:1rem;align-items:flex-end}.row .form-group{flex:1;margin-bottom:0}.btn{padding:.55rem 1.2rem;border-radius:8px;border:none;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.btn-primary{background:#4285f4;color:#fff}.btn.btn-primary:hover:not(:disabled){opacity:.9}.result{margin-top:1.2rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;font-size:.88rem;line-height:1.6;white-space:pre-wrap;word-break:break-word;color:#374151}.error{color:#dc2626;font-size:.85rem;margin-top:.5rem}.loading{color:#6b7280;font-size:.85rem;margin-top:.5rem;display:flex;align-items:center;gap:.5rem}.loading:before{content:"";width:14px;height:14px;border:2px solid #4285f4;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}input[type=file]{background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px;padding:.8rem;width:100%;color:#6b7280;cursor:pointer}input[type=file]:hover{border-color:#4285f4}details{margin-top:1rem;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}details summary{padding:.6rem 1rem;cursor:pointer;background:#f3f4f6;color:#4f46e5;font-size:.85rem;-webkit-user-select:none;user-select:none}details summary:hover{background:#e5e7eb}details .thinking-content{padding:1rem;font-size:.82rem;color:#6b7280;white-space:pre-wrap;background:#f9fafb}.badge{display:inline-block;padding:.3rem .75rem;border-radius:20px;font-size:.8rem;font-weight:700;margin-top:.75rem}.badge.flash{background:#dcfce7;color:#166534;border:1px solid #86efac}.badge.pro{background:#faf5ff;color:#7e22ce;border:1px solid #d8b4fe}.reasoning{margin-top:.75rem;font-size:.85rem;color:#6b7280}.aspect-list{display:flex;flex-direction:column;gap:.6rem;margin-top:.75rem}.aspect-list .aspect-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem}.aspect-list .aspect-item .aspect-name{font-weight:700;color:#4f46e5;font-size:.9rem}.aspect-list .aspect-item .quote{color:#374151;font-size:.85rem;font-style:italic;margin:.3rem 0}.aspect-list .aspect-item .meta{font-size:.8rem;color:#6b7280;display:flex;gap:1rem}.aspect-list .aspect-item .risk{color:#dc2626}.aspect-list .aspect-item .safe{color:#16a34a}
