@import"https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&display=swap";:root{--brand-purple: #2d003a;--header-height: 72px;--bg: #f7f7fb;--card-bg: #ffffff}html,body,#root{height:100%}body{margin:0;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;background:var(--bg);color:#222;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:var(--header-height);display:block}.app-header{position:fixed;top:0;left:0;right:0;height:var(--header-height);display:flex;align-items:center;gap:12px;padding:0 20px;background:#fffffff2;border-bottom:1px solid rgba(0,0,0,.06);z-index:100;box-shadow:0 2px 6px #0000000a}.header-logo{height:72px;width:72px;object-fit:contain;display:inline-block}.header-title{font-family:Cinzel Decorative,serif;font-size:2rem;color:var(--brand-purple);margin:0 8px;line-height:1;font-weight:700}.header-version{margin-left:8px;font-size:.95rem;color:#6b6b6b}.container{width:calc(100% - 40px);max-width:1200px;padding:20px;box-sizing:border-box;margin-top:calc(var(--header-height) + 10px);margin-left:20px}.processor-grid{display:grid;grid-template-columns:1fr 420px;gap:24px;align-items:start}.left-stack{display:flex;flex-direction:column;gap:18px;align-items:flex-start}.hero-row{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;padding:6px 0}.portal-man-wrapper{display:flex;align-items:flex-end;gap:12px;background:transparent}.portal-wrapper{width:300px;height:300px;border-radius:50%;overflow:hidden;background:#000;position:relative;flex:0 0 auto;border:6px solid rgba(255,255,255,.02);box-shadow:0 10px 30px #00000040 inset}.man-image{display:block;height:auto;object-fit:contain;z-index:30}.brief-card{width:100%;max-width:760px;background:var(--card-bg);border-radius:12px;padding:16px;border:1px solid rgba(0,0,0,.06);box-shadow:0 6px 18px #0000000a}.metadata-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 20px;background:transparent;padding:0;border-radius:8px}.field{display:flex;flex-direction:column;gap:6px}.field label{font-weight:700;color:var(--brand-purple);text-transform:capitalize;font-size:.95rem}.field input,.field textarea{padding:8px 10px;border-radius:8px;border:2px solid var(--brand-purple);color:var(--brand-purple);font-size:.95rem;background:#fff}.field textarea{min-height:90px;resize:vertical}.ocr-preview{padding:14px;border-radius:10px;background:#fff;border:2px solid var(--brand-purple);box-shadow:0 6px 18px #0000000a;max-height:70vh;overflow:auto}.ocr-title{font-weight:700;color:var(--brand-purple);margin-bottom:8px}.hidden{display:none}@media(max-width:980px){.processor-grid{grid-template-columns:1fr}.ocr-preview{max-width:100%}.portal-wrapper{width:260px;height:260px}}
