:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f8fafc}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(120deg,#eef2ff,#f8fafc)}#app{min-height:100vh}.app-shell{display:flex;flex-direction:column;min-height:100vh}header{background-color:#0f172a;color:#fff;padding:1rem 2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}header h1{margin:0;font-size:1.25rem}nav{display:flex;gap:1rem}nav a{color:#cbd5f5;text-decoration:none;font-weight:600}nav a.active{color:#fff;border-bottom:2px solid #38bdf8}main{flex:1;padding:2rem;display:flex;justify-content:center}.page{width:min(800px,100%);background:#fff;border-radius:18px;padding:2rem;box-shadow:0 20px 40px #0f172a14}.card{border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.card h2{margin:0;font-size:1.4rem}.status{font-size:.95rem;color:#475569}.input-row{display:flex;gap:1rem;flex-wrap:wrap}input[type=text],input[type=file]{flex:1;padding:.75rem 1rem;border-radius:12px;border:1px solid #cbd5f5;font-size:1rem}button{border:none;border-radius:12px;padding:.85rem 1.5rem;background:#2563eb;color:#fff;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}button.secondary{background:#f97316}button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 10px 20px #2563eb40}.message{padding:.75rem 1rem;border-radius:12px;font-weight:500}.message.success{background:#ecfdf5;color:#15803d;border:1px solid #bbf7d0}.message.error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.image-preview{width:100%;max-height:320px;object-fit:contain;border-radius:12px;background:#f8fafc;border:1px dashed #cbd5f5;padding:.5rem}.actions{display:flex;gap:1rem;flex-wrap:wrap}.section-title{margin-bottom:.5rem;color:#475569;font-size:.95rem;text-transform:uppercase;letter-spacing:.06em}
