*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#ff9a56,#ffd93d 50%,#ff6b35);color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #fff3;box-shadow:0 4px 6px -1px #0000001a;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1rem}.logo{color:#ff6b35;font-size:1.5rem;gap:.5rem;text-decoration:none}.logo,.logo-icon{align-items:center;display:flex;font-weight:700}.logo-icon{background:linear-gradient(135deg,#ff6b35,#ff9a56);border-radius:12px;color:#fff;height:40px;justify-content:center;width:40px}.nav-menu{align-items:center;display:flex;gap:1rem}.nav-link{border-radius:8px;color:#6b7280;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .2s}.nav-link.active,.nav-link:hover{background:#ff6b351a;color:#ff6b35}.btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;overflow:hidden;padding:.75rem 1.5rem;position:relative;text-decoration:none;transition:all .2s}.btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,#ff6b35,#ff9a56);box-shadow:0 4px 14px 0 #ff6b3566;color:#fff}.btn-primary:hover{box-shadow:0 8px 25px 0 #ff6b3580;transform:translateY(-2px)}.btn-secondary{background:#ffffffe6;border:2px solid #ff6b35;color:#ff6b35}.btn-secondary:hover{background:#ff6b35;color:#fff;transform:translateY(-2px)}.btn-success{background:linear-gradient(135deg,#ffd93d,#ffb347);box-shadow:0 4px 14px 0 #ffd93d66;color:#8b4513}.btn-success:hover{box-shadow:0 8px 25px 0 #ffd93d80;transform:translateY(-2px)}.btn-danger{background:linear-gradient(135deg,#ff4757,#ff3742);box-shadow:0 4px 14px 0 #ff475766;color:#fff}.btn-danger:hover{box-shadow:0 8px 25px 0 #ff475780;transform:translateY(-2px)}.btn:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.form-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;margin:2rem auto;max-width:500px;padding:2rem}.form-title{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.form-subtitle{color:#6b7280;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-label{color:#374151;display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{background:#fff;border:2px solid #e5e7eb;border-radius:12px;color:#374151;font-size:.875rem;padding:.875rem 1rem;transition:all .2s;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a;outline:none;transform:translateY(-1px)}.form-input::placeholder{color:#9ca3af}.form-textarea{min-height:100px;resize:vertical}.form-select{cursor:pointer}.form-select:disabled{background:#f9fafb;cursor:not-allowed}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;margin-bottom:1rem;padding:1.5rem;transition:all .3s}.card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-4px)}.card-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.card-title{color:#1f2937;font-size:1.25rem;font-weight:600}.card-subtitle{color:#6b7280;font-size:.875rem;margin-top:.25rem}.card-content{color:#374151;line-height:1.6}.card-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.badge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.25rem .75rem;text-transform:uppercase}.badge-primary{background:#ff6b351a;color:#ff6b35}.badge-success{background:#ffd93d1a;color:#d97706}.badge-warning{background:#ff9a561a;color:#ea580c}.badge-danger{background:#ff47571a;color:#dc2626}.grid{grid-gap:1rem;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}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.hero-section{color:#fff;padding:4rem 0;text-align:center}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px #0000001a}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.filters-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:16px;box-shadow:0 10px 15px -3px #0000001a;margin-bottom:2rem;padding:1.5rem}.filters-title{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.filters-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.loading{align-items:center;display:flex;justify-content:center;padding:2rem}.spinner{animation:spin 1s linear infinite;border:4px solid #e5e7eb;border-radius:50%;border-top-color:#ff6b35;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.empty-state{color:#6b7280;padding:3rem 1rem;text-align:center}.empty-icon{align-items:center;background:#f3f4f6;border-radius:50%;color:#9ca3af;display:flex;height:64px;justify-content:center;margin:0 auto 1rem;width:64px}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem}.nav-menu{flex-wrap:wrap;justify-content:center}.hero-title{font-size:2rem}.form-container{margin:1rem;padding:1.5rem}.filters-grid,.grid-cols-2,.grid-cols-3{grid-template-columns:1fr}.card-actions{flex-direction:column}.card-actions .btn{width:100%}}.toast{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;padding:1rem 1.5rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#ff9a56;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ff6b35}
/*# sourceMappingURL=main.0736f034.css.map*/