*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background-color:#f8fafc}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2;color:#111827}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin:0;color:#6b7280}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.grid{display:grid;gap:1rem}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.flex{display:flex}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.items-center{align-items:center}.items-start{align-items:flex-start}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.space-y-1>*+*{margin-top:.25rem}.space-y-4>*+*{margin-top:1rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-2{margin-top:.5rem}.ml-2{margin-left:.5rem}.mr-4{margin-right:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1-5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.text-white{color:#fff}.text-gray-300{color:#d1d5db}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.text-red-500{color:#ef4444}.text-red-600{color:#dc2626}.text-blue-600{color:#2563eb}.text-green-600{color:#16a34a}.text-purple-600{color:#9333ea}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-600{background-color:#4b5563}.bg-gray-700{background-color:#374151}.bg-gray-800{background-color:#1f2937}.bg-gray-900{background-color:#111827}.bg-blue-600{background-color:#2563eb}.bg-blue-700{background-color:#1d4ed8}.bg-red-600{background-color:#dc2626}.bg-red-700{background-color:#b91c1c}.w-full{width:100%}.h-16{height:4rem}.min-h-screen{min-height:100vh}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-center{text-align:center}.border{border:1px solid #e5e7eb}.border-b{border-bottom:1px solid #e5e7eb}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-red-500{border-color:#ef4444}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media(min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;text-decoration:none;outline:none}.btn:focus{box-shadow:0 0 0 3px #3b82f680}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#3b82f6;color:#fff;border:none}.btn-primary:hover:not(:disabled){background-color:#2563eb}.btn-secondary{background-color:#fff;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.btn-danger{background-color:#ef4444;color:#fff;border:1px solid #fca5a5}.btn-danger:hover:not(:disabled){background-color:#dc2626;border-color:#f87171}.btn-small{padding:.375rem .75rem;font-size:.875rem}.btn-medium{padding:.5rem 1rem;font-size:1rem}.btn-large{padding:.75rem 1.5rem;font-size:1.125rem}.input-field{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.input-field:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #3b82f61a}.input-field.error{border-color:#ef4444}.input-field.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.input-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.input-error{font-size:.875rem;color:#dc2626;margin-top:.25rem}.input-help{font-size:.875rem;color:#6b7280;margin-top:.25rem}.card{background-color:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a,0 4px 10px #0000000d;overflow:hidden;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.card:hover{transform:translateY(-2px);box-shadow:0 15px 35px #00000026,0 8px 15px #0000001a}.card-header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.card-title{font-size:1.25rem;font-weight:700;color:#1a202c;margin:0;letter-spacing:-.025em}.card-content{padding:1.5rem}.nav{background-color:#1f2937;color:#fff}.nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:4rem}.nav-brand{font-size:1.25rem;font-weight:700;color:#fff}.nav-menu{display:flex;gap:1rem}.nav-item-group{display:flex;align-items:center;gap:.5rem}.nav-item{display:flex;align-items:center;padding:.5rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:500;background:none;border:none;cursor:pointer;transition:background-color .2s ease-in-out;text-decoration:none;color:#d1d5db}.nav-item:hover{background-color:#374151;color:#fff}.nav-item.active{background-color:#111827;color:#fff}.nav-badge{margin-left:.5rem;background-color:#4b5563;color:#fff;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem}.layout{min-height:100vh;background:#f8fafc;background-image:radial-gradient(circle at 25px 25px,rgba(255,255,255,.8) 2px,transparent 0),radial-gradient(circle at 75px 75px,rgba(148,163,184,.1) 2px,transparent 0);background-size:100px 100px}.main-content{max-width:1200px;margin:0 auto;padding:1.5rem 1rem}.form-group{margin-bottom:1rem}.form-row{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:768px){.form-row-2{grid-template-columns:repeat(2,1fr)}.form-row-3{grid-template-columns:repeat(3,1fr)}}.info-button-container{position:relative;display:inline-block;margin-left:.375rem}.info-button{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;background:none;cursor:help;border-radius:50%;transition:background-color .2s ease-in-out;padding:2px}.info-button:hover{background-color:#e5e7eb}.info-button:focus{outline:2px solid #3b82f6;outline-offset:2px}.info-tooltip{position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);z-index:1000;pointer-events:none}.info-tooltip-content{background-color:#1f2937;color:#fff;padding:.75rem;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:20rem;min-width:16rem;position:relative}.info-tooltip-content:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border:6px solid transparent;border-top-color:#1f2937}.info-tooltip-title{font-weight:600;margin-bottom:.5rem;color:#f9fafb;font-size:.875rem;border-bottom:1px solid #374151;padding-bottom:.25rem}.info-tooltip-body{color:#d1d5db;line-height:1.5}.input-with-info{display:flex;align-items:center}.input-with-info .input-field{flex:1}.overflow-hidden{overflow:hidden}.transition-colors{transition:background-color .2s ease-in-out,color .2s ease-in-out}.focus\:outline-none:focus{outline:none}.cursor-pointer{cursor:pointer}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:6px;font-size:14px;transition:all .2s ease}.btn-icon:hover{transform:translateY(-1px)}.btn-icon-edit{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db}.btn-icon-edit:hover:not(:disabled){background-color:#e5e7eb;color:#1f2937;border-color:#9ca3af}.btn-icon-delete{background-color:#fef2f2;color:#dc2626;border:1px solid #fecaca}.btn-icon-delete:hover:not(:disabled){background-color:#fee2e2;color:#991b1b;border-color:#f87171}.btn-group{display:flex;align-items:center;gap:.5rem}.dashboard-hero{background:linear-gradient(135deg,#fff,#f1f5f9);border-radius:12px;padding:3rem 2rem;margin-bottom:2rem;text-align:center;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.dashboard-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;letter-spacing:-.025em}.dashboard-subtitle{font-size:1.125rem;color:#64748b;margin-bottom:2rem}.stats-card{background:#fff;border-radius:12px;padding:2rem;text-align:center;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;transition:all .2s ease}.stats-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:#cbd5e1}.stats-number{font-size:3rem;font-weight:800;margin-bottom:.5rem;line-height:1}.stats-number.blue{color:#3b82f6}.stats-number.green{color:#10b981}.stats-number.purple{color:#8b5cf6}.stats-label{font-size:.875rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.section-header{background:#fff;border-radius:8px;padding:1.5rem 2rem;margin-bottom:1.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.section-title{font-size:1.875rem;font-weight:700;color:#1a202c;margin:0;letter-spacing:-.025em}.entity-card{background:#fff;border-radius:8px;padding:1.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;transition:all .2s ease}.entity-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014;border-color:#cbd5e1}.entity-title{font-size:1.25rem;font-weight:600;color:#1a202c;margin-bottom:.5rem;letter-spacing:-.025em}.entity-type{display:inline-block;background:#f1f5f9;color:#475569;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;border:1px solid #e2e8f0}.entity-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(0,0,0,.05)}.meta-tag{display:inline-flex;align-items:center;gap:.25rem;background:#0000000d;padding:.25rem .5rem;border-radius:8px;font-size:.75rem;color:#64748b}.empty-state{background:#fafafa;border-radius:8px;padding:4rem 2rem;text-align:center;border:2px dashed #d1d5db}.empty-state-icon{font-size:4rem;margin-bottom:1rem;opacity:.3}.empty-state-title{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:.5rem}.empty-state-description{color:#6b7280;margin-bottom:2rem;font-size:.875rem}.import-button{display:inline-flex;align-items:center;justify-content:center;padding:.375rem .75rem;font-size:.75rem;font-weight:500;border:1px solid #374151;border-radius:.375rem;background-color:#1f2937;color:#d1d5db;cursor:pointer;transition:all .2s ease-in-out}.import-button:hover:not(.disabled){background-color:#374151;color:#fff;border-color:#4b5563}.import-button.disabled{opacity:.6;cursor:not-allowed}.import-button:focus{outline:none;box-shadow:0 0 0 2px #3b82f680}.nav-error{position:fixed;top:1rem;right:1rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:.75rem 1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:1000;max-width:24rem;display:flex;align-items:flex-start;gap:.75rem}.error-message{color:#b91c1c;font-size:.875rem;line-height:1.5;flex:1}.error-dismiss{flex-shrink:0;width:1.5rem;height:1.5rem;border:none;background:none;color:#6b7280;font-size:1.25rem;cursor:pointer;border-radius:.25rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease-in-out}.error-dismiss:hover{background-color:#f3f4f6;color:#374151}.error-dismiss:focus{outline:none;box-shadow:0 0 0 2px #3b82f680}
