@keyframes entity-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes entity-fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes entity-slideInFromLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes entity-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.entity-overview{position:relative;padding-bottom:100px;margin-bottom:40px}.entity-overview__bg-decor{position:absolute;top:0;left:0;right:0;bottom:-100px;pointer-events:none;overflow:visible;z-index:0}.entity-overview__bg-circle{position:absolute;border-radius:50%;filter:blur(100px);opacity:.12}.entity-overview__bg-circle--1{width:700px;height:700px;background:#fb923c;top:-300px;right:-200px}.entity-overview__bg-circle--2{width:500px;height:500px;background:#fdba74;bottom:10%;left:-200px}.entity-overview__hero{position:relative;padding:24px 28px;margin-top:16px;margin-bottom:24px;border-radius:20px;background:linear-gradient(135deg,#f97316,#ea580c 50%,#c2410c);box-shadow:0 16px 48px rgba(234,88,12,.3),0 6px 16px rgba(194,65,12,.15),inset 0 1px 0 rgba(255,255,255,.15);overflow:hidden;animation:entity-fadeInScale .6s ease-out;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:20px}.entity-overview__hero:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.entity-overview__hero--pink{background:linear-gradient(135deg,#ec4899,#db2777 50%,#be185d);box-shadow:0 20px 60px rgba(219,39,119,.35),0 8px 20px rgba(190,24,93,.2),inset 0 1px 0 rgba(255,255,255,.15)}.entity-overview__hero--purple{background:linear-gradient(135deg,#a855f7,#9333ea 50%,#7e22ce);box-shadow:0 20px 60px rgba(147,51,234,.35),0 8px 20px rgba(126,34,206,.2),inset 0 1px 0 rgba(255,255,255,.15)}.entity-overview__hero--blue{background:linear-gradient(135deg,#3b82f6,#2563eb 50%,#1d4ed8);box-shadow:0 20px 60px rgba(37,99,235,.35),0 8px 20px rgba(29,78,216,.2),inset 0 1px 0 rgba(255,255,255,.15)}.entity-overview__hero--green{background:linear-gradient(135deg,#22c55e,#16a34a 50%,#15803d);box-shadow:0 20px 60px rgba(22,163,74,.35),0 8px 20px rgba(21,128,61,.2),inset 0 1px 0 rgba(255,255,255,.15)}.entity-overview__hero-content{position:relative;z-index:2}.entity-overview__hero-badge{display:inline-block;padding:5px 12px;background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;font-size:.6875rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px;animation:entity-fadeInUp .5s ease-out .1s both}.entity-overview__hero-title{margin:0 0 4px;font-size:1.75rem;font-weight:800;color:#fff;letter-spacing:-.02em;text-shadow:0 4px 20px rgba(0,0,0,.2);display:flex;align-items:center;gap:12px;animation:entity-fadeInUp .5s ease-out .2s both}.entity-overview__hero-emoji{font-size:1.875rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.entity-overview__hero-subtitle{margin:0;font-size:.9375rem;color:rgba(255,255,255,.9);font-weight:500;animation:entity-fadeInUp .5s ease-out .3s both}.entity-overview__hero-actions{position:relative;z-index:2;animation:entity-fadeInUp .5s ease-out .4s both}.entity-overview__add-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:12px;color:#fff;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px rgba(0,0,0,.1)}.entity-overview__add-btn svg{width:18px;height:18px}.entity-overview__add-btn:hover{background:rgba(255,255,255,.3);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.entity-overview__toolbar{position:relative;z-index:10;display:flex;align-items:center;gap:12px;margin-bottom:20px;padding:16px 20px;background:#171717;border:1px solid #262626;border-radius:16px;animation:entity-fadeInUp .5s ease-out .4s both;flex-wrap:wrap}.entity-overview__search{flex:1 1;min-width:200px;display:flex;align-items:center;gap:12px;padding:10px 16px;background:#262626;border:1px solid #404040;border-radius:12px;transition:all .2s ease}.entity-overview__search svg{width:20px;height:20px;color:#737373;flex-shrink:0}.entity-overview__search:focus-within{border-color:#f97316;box-shadow:0 0 0 3px rgba(249,115,22,.2)}.entity-overview__search:focus-within svg{color:#f97316}.entity-overview__search-input{flex:1 1;background:rgba(0,0,0,0);border:none;outline:none;color:#fff;font-size:.9375rem}.entity-overview__search-input::placeholder{color:#737373}.entity-overview__search-clear{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#404040;border:none;border-radius:50%;color:#a3a3a3;font-size:1.25rem;cursor:pointer;transition:all .2s ease}.entity-overview__search-clear:hover{background:#f97316;color:#fff}.entity-overview__sort{position:relative}.entity-overview__sort-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:10px 40px 10px 16px;background:#262626 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23737373' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") right 12px center no-repeat;border:1px solid #404040;border-radius:12px;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.entity-overview__sort-select:hover{border-color:#f97316}.entity-overview__sort-select:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px rgba(249,115,22,.2)}.entity-overview__content{position:relative;z-index:1}.entity-overview__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;color:#737373}.entity-overview__loading p{margin:16px 0 0;font-size:1rem}.entity-overview__loading-spinner{width:48px;height:48px;border:3px solid #404040;border-top-color:#f97316;border-radius:50%;animation:entity-spin .8s linear infinite}.entity-overview__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center;background:#171717;border:1px solid #262626;border-radius:24px;animation:entity-fadeInScale .5s ease-out}.entity-overview__empty h3{margin:0 0 8px;font-size:1.5rem;font-weight:700;color:#fff}.entity-overview__empty p{margin:0;font-size:1rem;color:#737373;max-width:300px}.entity-overview__empty-icon{font-size:4rem;margin-bottom:20px;opacity:.5}.entity-overview__empty-btn{display:inline-flex;align-items:center;gap:10px;margin-top:24px;padding:14px 28px;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:14px;color:#fff;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 24px rgba(249,115,22,.3)}.entity-overview__empty-btn svg{width:20px;height:20px}.entity-overview__empty-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(249,115,22,.4)}.entity-overview__list{display:flex;flex-direction:column;gap:8px}.entity-list-item{display:flex;align-items:center;gap:14px;padding:12px 16px;background:#171717;border:1px solid #262626;border-radius:12px;text-decoration:none;color:inherit;transition:all .25s cubic-bezier(.4,0,.2,1);animation:entity-slideInFromLeft .3s ease-out both;animation-delay:calc(var(--index, 0)*.02s);position:relative}.entity-list-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#f97316;border-radius:3px 0 0 3px;opacity:0;transition:opacity .25s ease}.entity-list-item:hover{border-color:rgba(249,115,22,.5);background:rgba(38,38,38,.8)}.entity-list-item:hover:before{opacity:1}.entity-list-item:hover .entity-list-item__arrow{opacity:1;transform:translateX(0)}.entity-list-item--pink:before{background:#ec4899}.entity-list-item--pink:hover{border-color:rgba(236,72,153,.5)}.entity-list-item--pink .entity-list-item__icon{color:#ec4899}.entity-list-item--purple:before{background:#a855f7}.entity-list-item--purple:hover{border-color:rgba(168,85,247,.5)}.entity-list-item--purple .entity-list-item__icon{color:#a855f7}.entity-list-item--green:before{background:#22c55e}.entity-list-item--green:hover{border-color:rgba(34,197,94,.5)}.entity-list-item--green .entity-list-item__icon{color:#22c55e}.entity-list-item--blue:before{background:#3b82f6}.entity-list-item--blue:hover{border-color:rgba(59,130,246,.5)}.entity-list-item--blue .entity-list-item__icon{color:#3b82f6}.entity-list-item__icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#737373;transition:color .25s ease}.entity-list-item__icon svg{width:20px;height:20px}.entity-list-item__content{flex:1 1;min-width:0}.entity-list-item__name{font-size:.9375rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.entity-list-item__arrow{width:20px;height:20px;color:#525252;opacity:0;transform:translateX(-6px);transition:all .25s ease;flex-shrink:0}.entity-list-item__arrow svg{width:100%;height:100%}.entity-overview__grid--compact{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:16px;gap:16px}.entity-card{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#171717;border:1px solid #262626;border-radius:16px;text-decoration:none;color:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);animation:entity-slideInFromLeft .4s ease-out both;animation-delay:calc(var(--index, 0)*.03s);position:relative;overflow:hidden}.entity-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#fb923c,#ea580c);opacity:0;transition:opacity .3s ease}.entity-card:hover{border-color:#f97316;transform:translateX(8px);box-shadow:0 8px 24px rgba(0,0,0,.4),0 0 20px rgba(249,115,22,.15)}.entity-card:hover:before{opacity:1}.entity-card:hover .entity-card__arrow{opacity:1;transform:translateX(0)}.entity-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:12px;flex-shrink:0;box-shadow:0 4px 12px rgba(249,115,22,.3)}.entity-card__icon svg{width:24px;height:24px;color:#fff}.entity-card__icon--pink{background:linear-gradient(135deg,#ec4899,#db2777);box-shadow:0 4px 12px rgba(219,39,119,.3)}.entity-card__icon--purple{background:linear-gradient(135deg,#a855f7,#9333ea);box-shadow:0 4px 12px rgba(147,51,234,.3)}.entity-card__icon--blue{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 12px rgba(37,99,235,.3)}.entity-card__icon--green{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 4px 12px rgba(22,163,74,.3)}.entity-card__info{flex:1 1;min-width:0}.entity-card__title{margin:0;font-size:1rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.entity-card__subtitle{margin:4px 0 0;font-size:.8125rem;color:#737373}.entity-card__arrow{width:24px;height:24px;color:#fb923c;opacity:0;transform:translateX(-8px);transition:all .3s ease;flex-shrink:0}.entity-card__arrow svg{width:100%;height:100%}.entity-overview__pagination{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:40px;padding:20px;background:#171717;border:1px solid #262626;border-radius:16px;animation:entity-fadeInUp .5s ease-out .6s both}.entity-overview__page-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:#262626;border:1px solid #404040;border-radius:12px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.entity-overview__page-btn svg{width:18px;height:18px}.entity-overview__page-btn:hover:not(:disabled){background:#f97316;border-color:#f97316}.entity-overview__page-btn:disabled{opacity:.4;cursor:not-allowed}.entity-overview__page-info{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#262626;border-radius:10px}.entity-overview__page-current{font-size:1.25rem;font-weight:800;color:#f97316}.entity-overview__page-separator{color:#525252}.entity-overview__page-total{font-size:1rem;font-weight:600;color:#737373}@media(max-width:900px){.entity-overview__hero{flex-direction:column;align-items:flex-start;text-align:left}.entity-overview__hero-title{font-size:1.5rem}}@media(max-width:768px){.entity-overview{padding-bottom:60px}.entity-overview__hero{padding:20px}.entity-overview__hero-title{font-size:1.375rem;gap:10px}.entity-overview__hero-emoji{font-size:1.5rem}.entity-overview__toolbar{padding:12px;gap:8px}.entity-overview__search{min-width:100%;order:-1}.entity-overview__grid--compact{grid-template-columns:1fr;gap:12px}.entity-card{padding:12px 16px;gap:12px}.entity-card__icon{width:40px;height:40px;border-radius:10px}.entity-card__icon svg{width:20px;height:20px}.entity-card__title{font-size:.9375rem}.entity-card__arrow{display:none}.entity-overview__pagination{flex-wrap:wrap;gap:12px}.entity-overview__page-btn{padding:10px 16px;font-size:.8125rem}}@media(max-width:480px){.entity-overview__hero-actions{width:100%}.entity-overview__add-btn{width:100%;justify-content:center}}.entity-overview--tags .entity-overview__bg-circle--1{background:#22c55e}.entity-overview--tags .entity-overview__bg-circle--2{background:#4ade80}