@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media(prefers-color-scheme:dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:100%;margin:0 auto;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media(hover:hover){a:hover{background-color:#00bd7e33}}*{margin:0;padding:0;box-sizing:border-box}html,body,#app{margin:0;padding:0;width:100%;height:100%}header[data-v-9ae92418]{line-height:1.5;max-height:100vh}.logo[data-v-9ae92418]{display:block;margin:0 auto 2rem}nav[data-v-9ae92418]{width:100%;font-size:12px;text-align:center;margin-top:2rem}nav a.router-link-exact-active[data-v-9ae92418]{color:var(--color-text)}nav a.router-link-exact-active[data-v-9ae92418]:hover{background-color:transparent}nav a[data-v-9ae92418]{display:inline-block;padding:0 1rem;border-left:1px solid var(--color-border)}nav a[data-v-9ae92418]:first-of-type{border:0}@media(min-width:1024px){header[data-v-9ae92418]{display:flex;place-items:center;padding-right:calc(var(--section-gap) / 2)}.logo[data-v-9ae92418]{margin:0 2rem 0 0}header .wrapper[data-v-9ae92418]{display:flex;place-items:flex-start;flex-wrap:wrap}nav[data-v-9ae92418]{text-align:left;margin-left:-1rem;font-size:1rem;padding:1rem 0;margin-top:1rem}}.hosu-main-page[data-v-aee78ebb]{position:fixed;inset:0;width:100%;background:linear-gradient(135deg,#12162b,#211736,#331e3e,#171736,#12162b);background-size:400% 400%;animation:gradientShift-aee78ebb 15s ease infinite;display:flex;flex-direction:column;overflow-y:auto}@keyframes gradientShift-aee78ebb{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hosu-header[data-v-aee78ebb]{position:relative;z-index:10;height:80px;min-height:80px;flex-shrink:0;padding:0 2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:flex-start;box-shadow:0 2px 8px #0000001a}.hosu-logo[data-v-aee78ebb]{cursor:pointer;display:flex;flex-direction:column;line-height:1.2;transition:transform .3s ease}.hosu-logo[data-v-aee78ebb]:hover{transform:translateY(-2px)}.logo-main[data-v-aee78ebb]{font-weight:800;font-size:1.75rem;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.logo-sub[data-v-aee78ebb]{font-size:.7rem;color:#fff9;font-weight:500;letter-spacing:2px;text-transform:uppercase}.hero-banner[data-v-aee78ebb]{width:100%;height:400px;min-height:400px;flex-shrink:0;background:#e5e7eb;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.carousel-images[data-v-aee78ebb]{position:absolute;top:0;left:0;width:100%;height:100%}.carousel-images img[data-v-aee78ebb]{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;opacity:0;transition:opacity 1s ease-in-out}.carousel-images img.active[data-v-aee78ebb]{opacity:1;z-index:1}.carousel-indicators[data-v-aee78ebb]{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:3}.carousel-indicators span[data-v-aee78ebb]{width:12px;height:12px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .3s ease}.carousel-indicators span[data-v-aee78ebb]:hover{background:#fffc}.carousel-indicators span.active[data-v-aee78ebb]{background:#fff;width:30px;border-radius:6px}.hero-text[data-v-aee78ebb]{position:relative;z-index:2;text-align:center;color:#fff}.hero-text h2[data-v-aee78ebb]{font-size:2.5rem;font-weight:700;margin:0;letter-spacing:-.5px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hosu-content[data-v-aee78ebb]{max-width:960px;margin:1.5rem auto 2.5rem;padding:0 1rem}.page-title[data-v-aee78ebb]{font-size:1.6rem;margin-bottom:1rem;color:#fff;font-weight:700;text-align:center}.search-bar-section[data-v-aee78ebb]{position:relative;margin-top:-100px;max-width:1050px;margin-left:auto;margin-right:auto;background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:1.8rem 1.5rem;box-shadow:0 8px 32px #0000005e;margin-bottom:1.5rem;z-index:10}.search-row[data-v-aee78ebb]{display:grid;grid-template-columns:1.1fr 1.1fr 1.1fr 2fr auto;gap:.5rem;align-items:center}.search-row select[data-v-aee78ebb],.search-row input[data-v-aee78ebb]{height:48px;padding:0 .75rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:#fff;font-size:.9rem}.search-row select option[data-v-aee78ebb]{background:#1e293b;color:#fff}.primary-btn[data-v-aee78ebb]{height:48px;padding:0 1.3rem;border-radius:.5rem;border:none;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.primary-btn[data-v-aee78ebb]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.search-sections[data-v-aee78ebb]{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}.search-section-card[data-v-aee78ebb]{background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:1rem;box-shadow:0 8px 32px #0000005e}.search-section-card h2[data-v-aee78ebb]{font-size:1rem;margin-bottom:.25rem;color:#fff;text-align:center}.section-desc[data-v-aee78ebb]{font-size:.85rem;color:#ffffffb3;margin-bottom:.75rem;text-align:center}.chip-list[data-v-aee78ebb]{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}.chip[data-v-aee78ebb]{border-radius:12px;padding:.75rem 1.25rem;border:2px solid rgba(255,255,255,.2);background:#ffffff0d;font-size:.95rem;cursor:pointer;color:#ffffffe6;font-weight:500;text-align:center;transition:all .2s ease}.chip[data-v-aee78ebb]:hover{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border-color:transparent;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.category-buttons[data-v-aee78ebb]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.category-btn[data-v-aee78ebb]{padding:.6rem 1.2rem;border-radius:20px;border:2px solid rgba(255,255,255,.2);background:#ffffff0d;font-size:.9rem;font-weight:500;color:#ffffffe6;cursor:pointer;transition:all .2s ease}.category-btn[data-v-aee78ebb]:hover:not(:disabled){border-color:#60a5fa;color:#60a5fa;background:#60a5fa1a}.category-btn.active[data-v-aee78ebb]{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border-color:transparent}.category-btn[data-v-aee78ebb]:disabled{opacity:.4;cursor:not-allowed}.tags-container[data-v-aee78ebb]{margin-top:1rem;padding-top:1rem;border-top:2px solid #e5e7eb}.category-header[data-v-aee78ebb]{font-size:.95rem;font-weight:600;color:#60a5fa;margin-bottom:.75rem}.slide-fade-enter-active[data-v-aee78ebb]{transition:all .3s ease-out}.slide-fade-leave-active[data-v-aee78ebb]{transition:all .2s ease-in}.slide-fade-enter-from[data-v-aee78ebb],.slide-fade-leave-to[data-v-aee78ebb]{transform:translateY(-10px);opacity:0}.keyword-url-list[data-v-aee78ebb]{display:flex;flex-direction:column;gap:.4rem}.keyword-url-item[data-v-aee78ebb]{display:flex;align-items:center;gap:.5rem}.link-btn[data-v-aee78ebb]{background:transparent;border:none;color:#60a5fa;cursor:pointer;font-size:.85rem;transition:color .3s ease}.link-btn[data-v-aee78ebb]:hover{color:#93c5fd}.url-preview[data-v-aee78ebb]{font-size:.75rem;background:#ffffff1a;padding:.2rem .4rem;border-radius:.4rem;color:#ffffffb3}.recent-search-section[data-v-aee78ebb]{background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:1rem;box-shadow:0 8px 32px #0000005e}.recent-search-section h2[data-v-aee78ebb]{font-size:1rem;margin-bottom:.5rem;color:#fff}.login-notice[data-v-aee78ebb]{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.login-notice p[data-v-aee78ebb]{font-size:.85rem;color:#ffffffb3}.category-grid[data-v-aee78ebb]{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.category-card[data-v-aee78ebb]{background:#ffffff0d;border:2px solid rgba(255,255,255,.2);border-radius:12px;padding:1.5rem 1rem;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.category-card[data-v-aee78ebb]:hover{border-color:#60a5fa;background:#60a5fa1a;box-shadow:0 4px 12px #60a5fa4d;transform:translateY(-2px)}.category-icon[data-v-aee78ebb]{font-size:2rem;line-height:1}.category-icon img[data-v-aee78ebb]{width:40px;height:40px;object-fit:contain;filter:brightness(0) invert(1)}.category-title[data-v-aee78ebb]{font-size:1rem;font-weight:600;color:#fff;margin:0}.category-desc[data-v-aee78ebb]{font-size:.8rem;color:#ffffffb3;margin:0}@media(max-width:900px){.search-row[data-v-aee78ebb]{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto}.search-row input[data-v-aee78ebb],.primary-btn[data-v-aee78ebb]{grid-column:1 / span 2}}.main-layout[data-v-aee78ebb]{display:flex;justify-content:flex-start;align-items:flex-start;gap:0;padding:2rem 0;position:relative;z-index:1;width:100%;max-width:1240px;margin:0 auto}.left-navigation[data-v-aee78ebb]{order:2;flex-shrink:0;width:280px;margin-top:16px;background:#ffffff14;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;border:1px solid rgba(255,255,255,.15);box-shadow:0 8px 32px #0000005e,inset 0 1px #ffffff1a;padding:2rem 1.5rem;position:sticky;top:100px;align-self:flex-start;max-height:calc(100vh - 120px);overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.left-navigation[data-v-aee78ebb]::-webkit-scrollbar{width:6px}.left-navigation[data-v-aee78ebb]::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.left-navigation[data-v-aee78ebb]::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.left-navigation[data-v-aee78ebb]::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.nav-menu[data-v-aee78ebb]{display:flex;flex-direction:column;gap:1.5rem}.menu-group[data-v-aee78ebb],.menu-bottom[data-v-aee78ebb]{display:flex;flex-direction:column;gap:.75rem}.nav-item[data-v-aee78ebb]{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;background:#ffffff0d;border:1.5px solid rgba(255,255,255,.1);border-radius:12px;color:#ffffffb3;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .3s ease;cursor:pointer}.nav-item[data-v-aee78ebb]:hover{background:#ffffff1a;border-color:#60a5fa;color:#fff;transform:translate(4px)}.nav-item.active[data-v-aee78ebb]{background:#60a5fa33;border-color:#60a5fa;color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a}.nav-item .icon[data-v-aee78ebb]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.icon-image[data-v-aee78ebb]{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1) opacity(.7);transition:all .3s ease}.nav-item:hover .icon-image[data-v-aee78ebb],.nav-item.active .icon-image[data-v-aee78ebb]{filter:brightness(0) invert(1) opacity(1);transform:scale(1.1)}.nav-item .text[data-v-aee78ebb]{flex:1}.logout-btn[data-v-aee78ebb]{background:#ef44441a;border-color:#ef44444d;color:#ef4444e6}.logout-btn[data-v-aee78ebb]:hover{background:#ef444433;border-color:#ef444480;color:#ef4444}.user-profile-card[data-v-aee78ebb]{display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem;background:#ffffff0d;border-radius:16px;border:1px solid rgba(255,255,255,.1);margin-bottom:1.5rem}.profile-image-wrapper[data-v-aee78ebb]{width:80px;height:80px;border-radius:50%;overflow:hidden;border:3px solid rgba(96,165,250,.5);box-shadow:0 4px 12px #60a5fa4d;margin-bottom:1rem}.profile-image[data-v-aee78ebb]{width:100%;height:100%;object-fit:cover}.user-profile-card .user-name[data-v-aee78ebb]{font-size:1.1rem;color:#fff;font-weight:700;margin:0 0 1rem;text-align:center}.user-stats[data-v-aee78ebb]{display:flex;align-items:center;justify-content:space-around;width:100%;gap:.5rem}.stat-item[data-v-aee78ebb]{display:flex;flex-direction:column;align-items:center;gap:.25rem;flex:1}.stat-value[data-v-aee78ebb]{font-size:1.25rem;font-weight:700;color:#60a5fa}.stat-label[data-v-aee78ebb]{font-size:.75rem;color:#fff9;font-weight:500}.stat-divider[data-v-aee78ebb]{width:1px;height:30px;background:#fff3}.hosu-content[data-v-aee78ebb]{order:1;flex-shrink:0;width:960px;min-width:0}.search-bar-section[data-v-aee78ebb]{position:relative;margin-top:0;max-width:100%;margin-left:0;margin-right:0}@media(max-width:1300px){.hosu-content[data-v-aee78ebb]{width:100%;max-width:100%}.main-layout[data-v-aee78ebb]{padding:2rem 1rem}}@media(max-width:1200px){.main-layout[data-v-aee78ebb]{flex-direction:column;align-items:center}.left-navigation[data-v-aee78ebb]{width:100%;max-width:600px;position:static}.nav-menu[data-v-aee78ebb]{flex-direction:row;flex-wrap:wrap}.menu-group[data-v-aee78ebb],.menu-bottom[data-v-aee78ebb]{flex-direction:row;flex-wrap:wrap;flex:1}.nav-item[data-v-aee78ebb]{flex:1;min-width:140px}.hosu-content[data-v-aee78ebb]{width:100%}}@media(max-width:768px){.main-layout[data-v-aee78ebb]{padding:1rem .5rem}.left-navigation[data-v-aee78ebb]{padding:1.5rem 1rem}.nav-item[data-v-aee78ebb]{padding:.75rem .875rem;font-size:.875rem}}[data-v-10ad9fc5]{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.login-page[data-v-10ad9fc5]{position:fixed;inset:0;width:100%;display:flex;flex-direction:column;overflow-y:auto;background:#0f172a}.background-gradient[data-v-10ad9fc5]{position:fixed;inset:0;z-index:0;background:linear-gradient(135deg,#12162b,#211736,#331e3e,#171736,#12162b);background-size:400% 400%;animation:gradientShift-10ad9fc5 15s ease infinite}@keyframes gradientShift-10ad9fc5{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hosu-header[data-v-10ad9fc5]{position:relative;z-index:10;height:80px;min-height:80px;flex-shrink:0;padding:0 2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:flex-start}.hosu-logo[data-v-10ad9fc5]{cursor:pointer;display:flex;flex-direction:column;line-height:1.2;transition:transform .3s ease}.hosu-logo[data-v-10ad9fc5]:hover{transform:translateY(-2px)}.logo-main[data-v-10ad9fc5]{font-weight:800;font-size:1.75rem;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.logo-sub[data-v-10ad9fc5]{font-size:.7rem;color:#fff9;font-weight:500;letter-spacing:2px;text-transform:uppercase}.login-container[data-v-10ad9fc5]{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;flex:1;padding:3rem 1rem}.login-box[data-v-10ad9fc5]{background:#ffffff14;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:3rem 2.5rem;border-radius:24px;border:1px solid rgba(255,255,255,.15);box-shadow:0 8px 32px #0000005e,inset 0 1px #ffffff1a;width:100%;max-width:440px;animation:fadeInUp-10ad9fc5 .6s ease-out}@keyframes fadeInUp-10ad9fc5{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header[data-v-10ad9fc5]{text-align:center;margin-bottom:2.5rem}h2[data-v-10ad9fc5]{font-size:2rem;font-weight:700;color:#fff;margin:0 0 .5rem;letter-spacing:-.5px}.subtitle[data-v-10ad9fc5]{font-size:.95rem;color:#fff9;margin:0;font-weight:400}.form-group[data-v-10ad9fc5]{margin-bottom:1.5rem}.input-wrapper[data-v-10ad9fc5]{position:relative;display:flex;align-items:center}.input-icon[data-v-10ad9fc5]{position:absolute;left:1rem;width:20px;height:20px;color:#fff6;pointer-events:none;transition:color .3s ease;z-index:1}.styled-input[data-v-10ad9fc5]{width:100%;padding:1rem 1rem 1rem 3rem;background:#ffffff0d;border:1.5px solid rgba(255,255,255,.1);border-radius:12px;font-size:.95rem;color:#fff;box-sizing:border-box;transition:all .3s ease;font-weight:400}.styled-input[data-v-10ad9fc5]::placeholder{color:#fff6}.styled-input[data-v-10ad9fc5]:focus{outline:none;background:#ffffff14;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a}.styled-input[data-v-10ad9fc5]:-webkit-autofill,.styled-input[data-v-10ad9fc5]:-webkit-autofill:hover,.styled-input[data-v-10ad9fc5]:-webkit-autofill:focus,.styled-input[data-v-10ad9fc5]:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:#ffffff;transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px #ffffff0d;border:1.5px solid rgba(255,255,255,.1)}.styled-input:focus+.input-icon[data-v-10ad9fc5],.input-wrapper:focus-within .input-icon[data-v-10ad9fc5]{color:#60a5fa}.login-button[data-v-10ad9fc5]{width:100%;padding:1rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:.5rem;transition:all .3s ease;box-shadow:0 4px 15px #3b82f64d;position:relative;overflow:hidden}.login-button[data-v-10ad9fc5]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.login-button[data-v-10ad9fc5]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.login-button[data-v-10ad9fc5]:hover:not(:disabled):before{left:100%}.login-button[data-v-10ad9fc5]:active:not(:disabled){transform:translateY(0)}.login-button[data-v-10ad9fc5]:disabled{background:#ffffff1a;cursor:not-allowed;box-shadow:none}.loading-spinner[data-v-10ad9fc5]{display:flex;align-items:center;justify-content:center;gap:.5rem}.spinner[data-v-10ad9fc5]{width:20px;height:20px;animation:rotate-10ad9fc5 1s linear infinite}.spinner circle[data-v-10ad9fc5]{stroke:currentColor;stroke-linecap:round;animation:dash-10ad9fc5 1.5s ease-in-out infinite}@keyframes rotate-10ad9fc5{to{transform:rotate(360deg)}}@keyframes dash-10ad9fc5{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.error[data-v-10ad9fc5]{display:flex;align-items:center;gap:.5rem;padding:.875rem 1rem;margin-bottom:1rem;background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#fca5a5;border-radius:10px;font-size:.875rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.error-icon[data-v-10ad9fc5]{width:18px;height:18px;flex-shrink:0}.error-fade-enter-active[data-v-10ad9fc5],.error-fade-leave-active[data-v-10ad9fc5]{transition:all .3s ease}.error-fade-enter-from[data-v-10ad9fc5],.error-fade-leave-to[data-v-10ad9fc5]{opacity:0;transform:translateY(-10px)}.signup-link[data-v-10ad9fc5]{text-align:center;margin-top:1.75rem;font-size:.9rem;color:#fff9}.signup-link a[data-v-10ad9fc5]{color:#60a5fa;text-decoration:none;font-weight:600;margin-left:.375rem;cursor:pointer;transition:color .3s ease}.signup-link a[data-v-10ad9fc5]:hover{color:#93c5fd;text-decoration:underline}@media(max-width:640px){.login-box[data-v-10ad9fc5]{padding:2rem 1.5rem;margin:1rem}h2[data-v-10ad9fc5]{font-size:1.75rem}.hosu-header[data-v-10ad9fc5]{padding:0 1rem}}[data-v-49ee0da1]{box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hosu-header[data-v-49ee0da1]{position:relative;z-index:10;height:80px;min-height:80px;flex-shrink:0;padding:0 2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:flex-start;box-shadow:0 2px 8px #0000001a}.hosu-logo[data-v-49ee0da1]{cursor:pointer;display:flex;flex-direction:column;line-height:1.2;transition:transform .3s ease}.hosu-logo[data-v-49ee0da1]:hover{transform:translateY(-2px)}.logo-main[data-v-49ee0da1]{font-weight:800;font-size:1.75rem;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.logo-sub[data-v-49ee0da1]{font-size:.7rem;color:#fff9;font-weight:500;letter-spacing:2px;text-transform:uppercase}.list-view-container[data-v-49ee0da1]{position:fixed;inset:0;width:100%;background:linear-gradient(135deg,#12162b,#211736,#331e3e,#171736,#12162b);background-size:400% 400%;animation:gradientShift-49ee0da1 15s ease infinite;overflow-y:auto}@keyframes gradientShift-49ee0da1{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.content-wrapper[data-v-49ee0da1]{max-width:1600px;margin:0 auto;padding:32px;display:grid;grid-template-columns:320px 1fr 280px;gap:32px}.sidebar[data-v-49ee0da1]{position:sticky;top:80px;height:fit-content}.sidebar-header[data-v-49ee0da1]{background:#ffffff14;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:#fff;padding:20px;border-radius:12px;margin-bottom:20px;box-shadow:0 8px 32px #0000005e;border:1px solid rgba(255,255,255,.15)}.sidebar-title[data-v-49ee0da1]{margin:0;font-size:20px;font-weight:700}.filter-box[data-v-49ee0da1]{background:#ffffff14;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:12px;padding:24px 22px;margin-bottom:24px;box-shadow:0 8px 32px #0000005e;border:1px solid rgba(255,255,255,.15)}.filter-title[data-v-49ee0da1]{font-size:18px;font-weight:700;color:#fff;margin-top:0;margin-bottom:18px;display:flex;align-items:center;gap:6px}.filter-group[data-v-49ee0da1]{margin-bottom:16px}.filter-label[data-v-49ee0da1]{display:block;font-size:13px;font-weight:700;color:#ffffffe6;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.filter-select[data-v-49ee0da1]{width:100%;padding:10px 32px 10px 12px;border:1.5px solid rgba(255,255,255,.1);border-radius:8px;font-size:14px;color:#fff;transition:all .3s ease;background:#ffffff0d;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.filter-select[data-v-49ee0da1]:focus{background-color:#ffffff14;border-color:#60a5fa;outline:none;box-shadow:0 0 0 3px #60a5fa1a}.filter-select[data-v-49ee0da1]:disabled{background-color:#ffffff08;color:#ffffff4d;cursor:not-allowed;border-color:#ffffff0d}.filter-select option[data-v-49ee0da1]{background:#1e293b;color:#fff}.search-btn[data-v-49ee0da1]{width:100%;padding:14px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:10px;color:#fff;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3b82f64d;margin-top:8px;font-size:15px;position:relative;overflow:hidden}.search-btn[data-v-49ee0da1]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.search-btn[data-v-49ee0da1]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.search-btn[data-v-49ee0da1]:hover:before{left:100%}.search-btn[data-v-49ee0da1]:active{transform:translateY(0)}.sort-select[data-v-49ee0da1]{width:100%;padding:12px 32px 12px 12px;border-radius:8px;border:1.5px solid rgba(255,255,255,.1);font-size:15px;color:#fff;cursor:pointer;background:#ffffff0d;transition:all .3s ease;font-weight:600;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.sort-select option[data-v-49ee0da1]{background:#1e293b;color:#fff}.sort-select[data-v-49ee0da1]:focus{border-color:#60a5fa;background-color:#ffffff14;box-shadow:0 0 0 3px #60a5fa1a;outline:none}.sort-btn-group[data-v-49ee0da1]{display:flex;flex-direction:column;gap:8px}.sort-btn[data-v-49ee0da1]{padding:12px;border:1.5px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0d;color:#ffffffb3;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:left}.sort-btn[data-v-49ee0da1]:hover{background:#ffffff1a;color:#ffffffe6;border-color:#fff3}.sort-btn.active[data-v-49ee0da1]{background:#60a5fa33;color:#60a5fa;border-color:#60a5fa;font-weight:700;box-shadow:0 2px 8px #60a5fa33}.desktop-sort[data-v-49ee0da1]{display:block}.mobile-sort[data-v-49ee0da1]{display:none}.main-content[data-v-49ee0da1]{background:transparent}.result-header[data-v-49ee0da1]{margin-bottom:24px;background:#ffffff14;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:24px;border-radius:12px;box-shadow:0 8px 32px #0000005e;border:1px solid rgba(255,255,255,.15)}.result-title[data-v-49ee0da1]{font-size:28px;font-weight:800;color:#fff;margin:0 0 8px}.result-count[data-v-49ee0da1]{font-size:16px;color:#fffc;margin:0}.result-count strong[data-v-49ee0da1]{color:#fff;font-weight:700}.state-box[data-v-49ee0da1]{background:#ffffff14;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:60px 20px;border-radius:12px;text-align:center;box-shadow:0 8px 32px #0000005e;border:1px solid rgba(255,255,255,.15);color:#ffffffe6}.spinner[data-v-49ee0da1]{width:50px;height:50px;border:4px solid rgba(96,165,250,.2);border-top:4px solid #60a5fa;border-radius:50%;animation:spin-49ee0da1 1s linear infinite;margin:0 auto 16px}@keyframes spin-49ee0da1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.restaurant-list[data-v-49ee0da1]{display:flex;flex-direction:column;gap:24px}.restaurant-card[data-v-49ee0da1]{display:flex;background:#ffffff14;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 32px #0000005e;border:1px solid rgba(255,255,255,.15)}.restaurant-card[data-v-49ee0da1]:hover{transform:translateY(-4px);box-shadow:0 12px 48px #0006;border-color:#60a5fa;background:#ffffff1f}.image-section[data-v-49ee0da1]{width:300px;height:200px;position:relative;overflow:hidden}.image-section img[data-v-49ee0da1]{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.restaurant-card:hover img[data-v-49ee0da1]{transform:scale(1.08)}.image-overlay[data-v-49ee0da1]{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000000d;pointer-events:none}.info-section[data-v-49ee0da1]{padding:24px 28px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.header-area[data-v-49ee0da1]{display:flex;align-items:center;gap:12px;margin-bottom:10px}.restaurant-name[data-v-49ee0da1]{font-size:22px;line-height:1.3;font-weight:700;color:#fff;margin:0}.category-badge[data-v-49ee0da1]{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:6px 14px;border-radius:6px;font-size:13px;font-weight:600;box-shadow:0 2px 8px #3b82f64d}.rating-area[data-v-49ee0da1]{display:flex;align-items:center;gap:10px;margin:10px 0 16px}.rating-score[data-v-49ee0da1]{font-size:20px;font-weight:700;color:#fff}.divider[data-v-49ee0da1]{color:#ffffff4d}.info-text[data-v-49ee0da1]{color:#ffffffb3;font-size:14px}.address-area[data-v-49ee0da1],.phone-area[data-v-49ee0da1]{font-size:15px;display:flex;gap:6px;color:#fffc;margin-top:8px}.icon[data-v-49ee0da1]{font-size:16px}@media(max-width:1400px){.content-wrapper[data-v-49ee0da1]{grid-template-columns:280px 1fr 260px;gap:24px}}@media(max-width:1200px){.content-wrapper[data-v-49ee0da1]{grid-template-columns:1fr}.sidebar[data-v-49ee0da1]{position:static}.remote-control[data-v-49ee0da1],.desktop-sort[data-v-49ee0da1]{display:none}.mobile-sort[data-v-49ee0da1]{display:flex;flex-direction:row}.sort-btn[data-v-49ee0da1]{flex:1;text-align:center;justify-content:center}}@media(max-width:768px){.restaurant-card[data-v-49ee0da1]{flex-direction:column}.image-section[data-v-49ee0da1]{width:100%;height:240px}.header-nav[data-v-49ee0da1]{display:none}.mobile-sort[data-v-49ee0da1]{flex-direction:row}}.remote-control[data-v-49ee0da1]{position:sticky;top:100px;height:fit-content;max-height:calc(100vh - 120px);overflow-y:auto;background:#ffffff14;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;border:1px solid rgba(255,255,255,.15);box-shadow:0 8px 32px #0000005e,inset 0 1px #ffffff1a;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem}.remote-control[data-v-49ee0da1]::-webkit-scrollbar{width:6px}.remote-control[data-v-49ee0da1]::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.remote-control[data-v-49ee0da1]::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.remote-control[data-v-49ee0da1]::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.user-profile-card[data-v-49ee0da1]{display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem;background:#ffffff0d;border-radius:16px;border:1px solid rgba(255,255,255,.1);margin-bottom:1rem}.profile-image-wrapper[data-v-49ee0da1]{width:80px;height:80px;border-radius:50%;overflow:hidden;border:3px solid rgba(96,165,250,.5);box-shadow:0 4px 12px #60a5fa4d;margin-bottom:1rem}.profile-image[data-v-49ee0da1]{width:100%;height:100%;object-fit:cover}.user-profile-card .user-name[data-v-49ee0da1]{font-size:1.1rem;color:#fff;font-weight:700;margin:0 0 1rem;text-align:center}.user-stats[data-v-49ee0da1]{display:flex;align-items:center;justify-content:space-around;width:100%;gap:.5rem}.stat-item[data-v-49ee0da1]{display:flex;flex-direction:column;align-items:center;gap:.25rem;flex:1}.stat-value[data-v-49ee0da1]{font-size:1.25rem;font-weight:700;color:#60a5fa}.stat-label[data-v-49ee0da1]{font-size:.75rem;color:#fff9;font-weight:500}.stat-divider[data-v-49ee0da1]{width:1px;height:30px;background:#fff3}.nav-menu[data-v-49ee0da1]{display:flex;flex-direction:column;gap:1.5rem}.menu-group[data-v-49ee0da1],.menu-bottom[data-v-49ee0da1]{display:flex;flex-direction:column;gap:.75rem}.nav-item[data-v-49ee0da1]{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;background:#ffffff0d;border:1.5px solid rgba(255,255,255,.1);border-radius:12px;color:#ffffffb3;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .3s ease;cursor:pointer}.nav-item[data-v-49ee0da1]:hover{background:#ffffff1a;border-color:#60a5fa;color:#fff;transform:translate(4px)}.nav-item.active[data-v-49ee0da1]{background:#60a5fa33;border-color:#60a5fa;color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a}.nav-item .icon[data-v-49ee0da1]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.icon-image[data-v-49ee0da1]{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1) opacity(.7);transition:all .3s ease}.nav-item:hover .icon-image[data-v-49ee0da1],.nav-item.active .icon-image[data-v-49ee0da1]{filter:brightness(0) invert(1) opacity(1);transform:scale(1.1)}.nav-item .text[data-v-49ee0da1]{flex:1}.logout-btn[data-v-49ee0da1]{background:#ef44441a;border-color:#ef44444d;color:#ef4444e6}.logout-btn[data-v-49ee0da1]:hover{background:#ef444433;border-color:#ef444480;color:#ef4444;transform:translate(4px)}.logout-btn .icon-image[data-v-49ee0da1]{filter:brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%) hue-rotate(346deg) brightness(98%) contrast(97%) opacity(.9)}.logout-btn:hover .icon-image[data-v-49ee0da1]{filter:brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%) hue-rotate(346deg) brightness(98%) contrast(97%) opacity(1);transform:scale(1.1)}.content-wrapper[data-v-80e9743d]{padding:32px 40px;max-width:1600px;margin:0 auto}.header-section[data-v-80e9743d]{margin-bottom:32px}.page-title[data-v-80e9743d]{font-size:28px;font-weight:700;color:#111827;margin-bottom:4px}.page-subtitle[data-v-80e9743d]{color:#6b7280;font-size:14px}.stats-grid[data-v-80e9743d]{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:32px}.stat-card[data-v-80e9743d]{background:#fff;border-radius:12px;padding:24px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000000d;border:1px solid #E5E7EB}.stat-total[data-v-80e9743d]{border-left:4px solid #6B7280}.stat-active[data-v-80e9743d]{border-left:4px solid #10B981;background:#f0fdf4;border-color:#bbf7d0}.stat-admin[data-v-80e9743d]{border-left:4px solid #F59E0B;background:#fffbeb;border-color:#fde68a}.stat-ceo[data-v-80e9743d]{border-left:4px solid #EF4444;background:#fef2f2;border-color:#fecaca}.stat-content[data-v-80e9743d]{display:flex;flex-direction:column;gap:4px}.stat-label[data-v-80e9743d]{font-size:14px;color:#6b7280;font-weight:500}.stat-value[data-v-80e9743d]{font-size:28px;font-weight:700;color:#111827}.text-green[data-v-80e9743d]{color:#059669}.text-yellow[data-v-80e9743d]{color:#d97706}.text-red[data-v-80e9743d]{color:#dc2626}.stat-icon[data-v-80e9743d]{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#6b7280;background:#f3f4f6}.stat-icon svg[data-v-80e9743d]{width:24px;height:24px}.icon-green[data-v-80e9743d]{color:#059669;background:#d1fae5}.icon-yellow[data-v-80e9743d]{color:#d97706;background:#fef3c7}.icon-red[data-v-80e9743d]{color:#dc2626;background:#fee2e2}.control-bar[data-v-80e9743d]{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;background:#fff;padding:16px;border-radius:12px;border:1px solid #E5E7EB;gap:16px;flex-wrap:wrap}.search-wrapper[data-v-80e9743d]{position:relative;flex:1;min-width:300px}.search-icon[data-v-80e9743d]{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#9ca3af}.search-input[data-v-80e9743d]{width:100%;padding:12px 16px 12px 40px;border:1px solid #E5E7EB;border-radius:8px;font-size:14px;background:#f9fafb;transition:all .2s}.search-input[data-v-80e9743d]:focus{background:#fff;border-color:#10b981;outline:none;box-shadow:0 0 0 3px #10b9811a}.filter-wrapper[data-v-80e9743d]{position:relative;min-width:180px}.filter-icon[data-v-80e9743d]{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#6b7280;pointer-events:none}.role-select[data-v-80e9743d]{width:100%;padding:12px 16px 12px 36px;border:1px solid #E5E7EB;border-radius:8px;background:#fff;font-size:14px;color:#374151;cursor:pointer}.role-select[data-v-80e9743d]:focus{border-color:#10b981;outline:none}.user-grid[data-v-80e9743d]{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.user-card[data-v-80e9743d]{background:#fff;border:1px solid #E5E7EB;border-radius:16px;overflow:hidden;transition:all .2s}.user-card[data-v-80e9743d]:hover{border-color:#a7f3d0;box-shadow:0 10px 15px -3px #0000000d;transform:translateY(-2px)}.card-top[data-v-80e9743d]{padding:16px;display:flex;justify-content:space-between;align-items:flex-start;background:linear-gradient(180deg,#ecfdf5,#fff);border-bottom:none}.role-badge[data-v-80e9743d]{display:flex;align-items:center;gap:4px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;color:#fff}.role-icon[data-v-80e9743d]{width:14px;height:14px}.badge-admin[data-v-80e9743d]{background:#f59e0b}.badge-ceo[data-v-80e9743d]{background:#3b82f6}.badge-user[data-v-80e9743d]{background:#6b7280}.more-btn[data-v-80e9743d]{color:#9ca3af;background:none;border:none;cursor:pointer}.more-btn svg[data-v-80e9743d]{width:20px;height:20px}.card-body[data-v-80e9743d]{padding:24px 16px 16px;text-align:center}.avatar-circle[data-v-80e9743d]{width:64px;height:64px;border-radius:50%;color:#fff;font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;box-shadow:0 4px 6px #0000001a}.user-nickname[data-v-80e9743d]{font-size:18px;font-weight:700;color:#111827;margin-bottom:4px}.user-email[data-v-80e9743d]{font-size:13px;color:#6b7280}.card-stats[data-v-80e9743d]{display:flex;justify-content:space-around;padding:16px 24px;border-bottom:1px solid #F3F4F6}.stat-item[data-v-80e9743d]{display:flex;flex-direction:column;align-items:center}.stat-icon-mini[data-v-80e9743d]{width:16px;height:16px;color:#10b981;margin-bottom:4px}.val[data-v-80e9743d]{font-size:16px;font-weight:700;color:#374151}.lbl[data-v-80e9743d]{font-size:12px;color:#9ca3af}.card-footer[data-v-80e9743d]{padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.join-date[data-v-80e9743d]{font-size:12px;color:#9ca3af}.btn-role-setting[data-v-80e9743d]{flex:1;padding:10px;margin-left:12px;background:#10b981;border:none;border-radius:8px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px -1px #10b98133}.btn-role-setting[data-v-80e9743d]:hover{background:#059669;transform:translateY(-1px)}.avatar-img[data-v-80e9743d]{width:64px;height:64px;border-radius:50%;object-fit:cover;margin:0 auto 16px;box-shadow:0 4px 6px #0000001a;display:block}.modal-overlay[data-v-80e9743d]{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-box[data-v-80e9743d]{background:#fff;width:90%;max-width:440px;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a;overflow:hidden}.modal-header[data-v-80e9743d]{padding:24px;background:#10b981;border-bottom:none;display:flex;justify-content:space-between;align-items:center}.modal-header h3[data-v-80e9743d]{font-size:18px;font-weight:700;color:#fff}.btn-close[data-v-80e9743d]{background:none;border:none;color:#fffc;cursor:pointer;transition:color .2s}.btn-close[data-v-80e9743d]:hover{color:#fff}.btn-close svg[data-v-80e9743d]{width:24px;height:24px}.modal-body[data-v-80e9743d]{padding:24px}.user-preview[data-v-80e9743d]{display:flex;align-items:center;gap:16px;padding:16px;background:#f9fafb;border-radius:12px;margin-bottom:24px}.avatar-circle.small[data-v-80e9743d]{width:48px;height:48px;font-size:18px;margin:0}.preview-name[data-v-80e9743d]{font-size:16px;font-weight:700;color:#111827}.preview-email[data-v-80e9743d]{font-size:13px;color:#6b7280}.modal-instruction[data-v-80e9743d]{margin-bottom:12px;font-size:14px;font-weight:600;color:#374151}.role-selector[data-v-80e9743d]{display:flex;flex-direction:column;gap:8px}.role-option[data-v-80e9743d]{position:relative;display:flex;align-items:center;justify-content:space-between;padding:16px;border:1px solid #E5E7EB;border-radius:12px;cursor:pointer;transition:all .2s}.role-option[data-v-80e9743d]:hover{border-color:#10b981;background:#ecfdf5}.role-option.selected[data-v-80e9743d]{border-color:#10b981;background:#ecfdf5;box-shadow:0 0 0 1px #10b981}.hidden-radio[data-v-80e9743d]{position:absolute;opacity:0}.role-content[data-v-80e9743d]{display:flex;flex-direction:column;gap:2px}.role-title[data-v-80e9743d]{font-size:14px;font-weight:700;color:#374151}.role-desc[data-v-80e9743d]{font-size:12px;color:#6b7280}.check-circle[data-v-80e9743d]{width:20px;height:20px;border:2px solid #D1D5DB;border-radius:50%;position:relative}.role-option.selected .check-circle[data-v-80e9743d]{border-color:#10b981;background:#10b981}.role-option.selected .check-circle[data-v-80e9743d]:after{content:"";position:absolute;left:5px;top:2px;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.modal-footer[data-v-80e9743d]{padding:20px 24px;border-top:1px solid #E5E7EB;display:flex;justify-content:flex-end;gap:12px;background:#f9fafb}.btn-cancel[data-v-80e9743d]{padding:10px 20px;background:#fff;border:1px solid #D1D5DB;border-radius:8px;font-weight:600;color:#374151;cursor:pointer}.btn-confirm[data-v-80e9743d]{padding:10px 20px;background:#10b981;border:none;border-radius:8px;font-weight:600;color:#fff;cursor:pointer}.btn-confirm[data-v-80e9743d]:hover{background:#059669}.empty-state[data-v-80e9743d],.loading-state[data-v-80e9743d]{text-align:center;padding:80px;color:#9ca3af}.empty-icon[data-v-80e9743d]{width:64px;height:64px;margin:0 auto 16px;color:#d1d5db}.content-wrapper[data-v-f76a34f5]{padding:32px 40px;max-width:1600px;margin:0 auto}.page-header[data-v-f76a34f5]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.page-title[data-v-f76a34f5]{font-size:28px;font-weight:700;color:#111827;margin-bottom:4px}.page-subtitle[data-v-f76a34f5]{color:#6b7280;font-size:14px}.view-toggle[data-v-f76a34f5]{display:flex;gap:8px;background:#fff}.toggle-btn[data-v-f76a34f5]{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;border:1px solid #E5E7EB;background:#fff;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.toggle-btn[data-v-f76a34f5]:hover{background:#f9fafb}.toggle-btn.active[data-v-f76a34f5]{background:#10b981;border-color:#10b981;color:#fff}.toggle-icon[data-v-f76a34f5]{width:16px;height:16px}.summary-dashboard[data-v-f76a34f5]{display:flex;gap:24px;margin-bottom:32px}.summary-card[data-v-f76a34f5]{flex:1;background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:24px;cursor:pointer;transition:all .2s ease;min-width:200px;box-shadow:0 2px 4px #00000005}.summary-card[data-v-f76a34f5]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.summary-card.active[data-v-f76a34f5]{border-width:2px}.summary-card:first-child.active[data-v-f76a34f5]{border-color:#3b82f6}.summary-card.warning[data-v-f76a34f5]{background:#fffbeb;border-color:#fde68a}.summary-card.warning.active[data-v-f76a34f5]{border-color:#f59e0b;background:#fcd34d;color:#78350f}.summary-card.warning.active .summary-label[data-v-f76a34f5],.summary-card.warning.active .summary-count[data-v-f76a34f5]{color:#78350f}.summary-card.success[data-v-f76a34f5]{background:#f0fdf4;border-color:#bbf7d0}.summary-card.success.active[data-v-f76a34f5]{border-color:#10b981;background:#6ee7b7;color:#064e3b}.summary-card.success.active .summary-label[data-v-f76a34f5],.summary-card.success.active .summary-count[data-v-f76a34f5]{color:#064e3b}.summary-card.danger[data-v-f76a34f5]{background:#fef2f2;border-color:#fecaca}.summary-card.danger.active[data-v-f76a34f5]{border-color:#ef4444;background:#fca5a5;color:#7f1d1d}.summary-card.danger.active .summary-label[data-v-f76a34f5],.summary-card.danger.active .summary-count[data-v-f76a34f5]{color:#7f1d1d}.summary-label[data-v-f76a34f5]{font-size:14px;color:#6b7280;font-weight:500;margin-bottom:12px}.summary-card.active .summary-label[data-v-f76a34f5]{color:#374151}.summary-count[data-v-f76a34f5]{font-size:36px;font-weight:700;color:#111827;line-height:1}.summary-card.warning .summary-count[data-v-f76a34f5]{color:#d97706}.summary-card.success .summary-count[data-v-f76a34f5]{color:#059669}.summary-card.danger .summary-count[data-v-f76a34f5]{color:#dc2626}.card-grid[data-v-f76a34f5]{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.no-data[data-v-f76a34f5]{grid-column:1 / -1;text-align:center;padding:60px;color:#9ca3af;font-size:16px;background:#fff;border-radius:12px;border:1px dashed #E5E7EB}.request-card[data-v-f76a34f5]{background:#fff;border:1px solid #E5E7EB;border-radius:16px;padding:24px;display:flex;flex-direction:column;transition:box-shadow .2s}.request-card[data-v-f76a34f5]:hover{box-shadow:0 10px 15px -3px #0000000d}.card-header[data-v-f76a34f5]{display:flex;justify-content:space-between;align-items:flex-start;margin:-24px -24px 20px;padding:24px;background:linear-gradient(180deg,#ecfdf5,#fff);border-radius:16px 16px 0 0}.card-title[data-v-f76a34f5]{font-size:18px;font-weight:700;color:#1f2937;margin:0;line-height:1.4}.card-badge[data-v-f76a34f5]{font-size:12px;font-weight:600;padding:4px 8px;border-radius:6px;white-space:nowrap;margin-left:8px}.card-body[data-v-f76a34f5]{flex:1;display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.category-tag[data-v-f76a34f5]{align-self:flex-start;background:#eff6ff;color:#3b82f6;font-size:13px;font-weight:600;padding:4px 10px;border-radius:4px;margin-bottom:8px}.info-row[data-v-f76a34f5]{display:flex;align-items:center;gap:10px;font-size:14px;color:#6b7280}.info-icon[data-v-f76a34f5]{width:18px;height:18px;color:#9ca3af;flex-shrink:0}.card-footer[data-v-f76a34f5]{display:flex;gap:12px;margin-top:auto}.btn-card-approve[data-v-f76a34f5]{flex:1;padding:10px;border:none;border-radius:8px;background:#10b981;color:#fff;font-weight:600;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:6px;transition:background .2s}.btn-card-approve[data-v-f76a34f5]:hover{background:#059669}.btn-card-reject[data-v-f76a34f5]{flex:1;padding:10px;border:none;border-radius:8px;background:#f43f5e;color:#fff;font-weight:600;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:6px;transition:background .2s}.btn-card-reject[data-v-f76a34f5]:hover{background:#e11d48}.btn-icon[data-v-f76a34f5]{width:16px;height:16px}.table-container[data-v-f76a34f5]{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;overflow:hidden;border:1px solid #E5E7EB}.request-table[data-v-f76a34f5]{width:100%;border-collapse:collapse}.request-table th[data-v-f76a34f5]{background:#d6fada;padding:16px 24px;text-align:left;font-size:13px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #E5E7EB}.request-table td[data-v-f76a34f5]{padding:16px 24px;border-bottom:1px solid #F3F4F6;color:#4b5563;font-size:14px;vertical-align:middle}.id-col[data-v-f76a34f5]{color:#9ca3af;font-size:13px}.name-col[data-v-f76a34f5]{font-weight:600;color:#111827}.status-approved[data-v-f76a34f5]{background:#ecfdf5;color:#10b981}.status-pending[data-v-f76a34f5]{background:#fffbeb;color:#f59e0b}.status-rejected[data-v-f76a34f5]{background:#fef2f2;color:#ef4444}.action-buttons[data-v-f76a34f5]{display:flex;gap:8px}.icon-btn[data-v-f76a34f5]{width:32px;height:32px;border-radius:6px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.icon-btn svg[data-v-f76a34f5]{width:18px;height:18px}.btn-check[data-v-f76a34f5]{background:#10b981;color:#fff}.btn-check[data-v-f76a34f5]:hover{background:#059669}.btn-x[data-v-f76a34f5]{background:#ef4444;color:#fff}.btn-x[data-v-f76a34f5]:hover{background:#dc2626}.action-buttons.disabled .icon-btn[data-v-f76a34f5]{background:transparent;color:#9ca3af;cursor:default}.dots-icon[data-v-f76a34f5]{width:20px;height:20px}.dialog-overlay[data-v-f76a34f5]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.dialog[data-v-f76a34f5]{background:#fff;border-radius:16px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a;display:flex;flex-direction:column;overflow:hidden}.dialog-header[data-v-f76a34f5]{padding:24px;background:#10b981;border-bottom:none}.dialog-header h2[data-v-f76a34f5]{margin:0;font-size:20px;font-weight:700;color:#fff}.dialog-content[data-v-f76a34f5]{padding:24px;flex:1;overflow-y:auto}.info-section[data-v-f76a34f5]{background:#f9fafb;padding:16px;border-radius:8px;margin-bottom:24px}.info-section h3[data-v-f76a34f5]{margin:0 0 12px;font-size:15px;font-weight:600;color:#374151}.info-row[data-v-f76a34f5]{margin-bottom:8px;color:#4b5563}.info-row strong[data-v-f76a34f5]{color:#111827;width:80px;display:inline-block;font-weight:600}.btn-approve-modal[data-v-f76a34f5]{padding:10px 20px;background:#10b981;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer}.btn-reject-modal[data-v-f76a34f5]{padding:10px 20px;background:#ef4444;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer}.btn-cancel[data-v-f76a34f5]{padding:10px 20px;background:#fff;border:1px solid #D1D5DB;color:#374151;border-radius:8px;font-weight:600;cursor:pointer}.location-list[data-v-f76a34f5]{list-style:none;padding:0;margin:0;border:1px solid #E5E7EB;border-radius:8px;max-height:200px;overflow-y:auto}.location-item[data-v-f76a34f5]{padding:12px;border-bottom:1px solid #E5E7EB;cursor:pointer}.location-item[data-v-f76a34f5]:last-child{border-bottom:none}.location-item[data-v-f76a34f5]:hover{background:#f9fafb}.location-item.selected[data-v-f76a34f5]{background:#eff6ff;border-left:4px solid #3B82F6}.loc-name[data-v-f76a34f5]{font-weight:600;color:#111827;font-size:14px}.loc-detail[data-v-f76a34f5]{font-size:12px;color:#6b7280;margin-top:2px}.dialog-footer[data-v-f76a34f5]{padding:24px;border-top:1px solid #E5E7EB;display:flex;justify-content:flex-end;gap:12px}.content-wrapper[data-v-ceceb27a]{padding:32px 40px;max-width:1600px;margin:0 auto}.header-section[data-v-ceceb27a]{margin-bottom:32px}.page-title[data-v-ceceb27a]{font-size:28px;font-weight:700;color:#111827;margin-bottom:4px}.page-subtitle[data-v-ceceb27a]{color:#6b7280;font-size:14px}.filter-section[data-v-ceceb27a]{background:#f0fdf9;padding:24px;border-radius:12px;margin-bottom:24px;box-shadow:0 1px 3px #0000000d}.section-label[data-v-ceceb27a]{font-size:14px;font-weight:600;color:#374151;margin-bottom:8px;display:block}.search-row[data-v-ceceb27a]{margin-bottom:20px}.search-input-wrapper[data-v-ceceb27a]{position:relative;width:100%}.search-icon[data-v-ceceb27a]{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#9ca3af}.search-input[data-v-ceceb27a]{width:100%;padding:12px 16px 12px 42px;border:1px solid #E5E7EB;border-radius:8px;font-size:14px;background:#f9fafb}.search-input[data-v-ceceb27a]:focus{outline:none;border-color:#10b981;background:#fff}.date-row[data-v-ceceb27a]{display:flex;gap:24px;margin-bottom:24px}.date-group[data-v-ceceb27a]{flex:1}.date-input[data-v-ceceb27a]{width:100%;padding:10px 14px;border:1px solid #E5E7EB;border-radius:8px;font-size:14px}.category-row[data-v-ceceb27a]{width:100%;overflow:hidden}.category-list[data-v-ceceb27a]{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.category-list[data-v-ceceb27a]::-webkit-scrollbar{height:4px}.category-list[data-v-ceceb27a]::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:4px}.category-pill[data-v-ceceb27a]{white-space:nowrap;padding:8px 18px;border-radius:8px;border:1px solid #E5E7EB;background:#fff;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.category-pill[data-v-ceceb27a]:hover{background:#f3f4f6}.category-pill.active[data-v-ceceb27a]{background:#10b981;color:#fff;border-color:#10b981;box-shadow:0 2px 4px #10b98133}.table-container[data-v-ceceb27a]{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;overflow:hidden;margin-bottom:24px;border:1px solid #E5E7EB}.content-table[data-v-ceceb27a]{width:100%;border-collapse:collapse}.content-table thead[data-v-ceceb27a]{background:#eff6ff}.content-table th[data-v-ceceb27a]{padding:16px;font-size:13px;font-weight:600;color:#374151;text-align:center;border-bottom:1px solid #E5E7EB}.table-row[data-v-ceceb27a]{border-bottom:1px solid #F3F4F6;transition:background .1s}.table-row[data-v-ceceb27a]:hover{background:#f9fafb}.content-table td[data-v-ceceb27a]{padding:14px 16px;font-size:14px;color:#374151;text-align:center;vertical-align:middle}.writer-cell[data-v-ceceb27a]{font-weight:600}.category-badge[data-v-ceceb27a]{padding:4px 10px;background:#ecfdf5;color:#059669;border-radius:9999px;font-size:12px;font-weight:600}.action-cell[data-v-ceceb27a]{display:flex;justify-content:center;gap:8px;align-items:center}.icon-btn[data-v-ceceb27a]{width:32px;height:32px;border-radius:6px;border:none;background:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.view-btn[data-v-ceceb27a]{color:#10b981}.view-btn[data-v-ceceb27a]:hover{background:#d1fae5}.delete-btn[data-v-ceceb27a]{color:#ef4444}.delete-btn[data-v-ceceb27a]:hover{background:#fee2e2}.icon-btn svg[data-v-ceceb27a]{width:20px;height:20px}.stats-grid[data-v-ceceb27a]{display:flex;gap:24px}.stat-card[data-v-ceceb27a]{flex:1;padding:20px;border-radius:8px;display:flex;flex-direction:column;gap:8px}.stat-green[data-v-ceceb27a]{background:#ecfdf5;border:1px solid #A7F3D0}.stat-sky[data-v-ceceb27a]{background:#eff6ff;border:1px solid #BFDBFE}.stat-label[data-v-ceceb27a]{font-size:14px;color:#6b7280;font-weight:500}.stat-value[data-v-ceceb27a]{font-size:20px;font-weight:700;color:#111827}.empty-state[data-v-ceceb27a]{padding:40px;text-align:center;color:#9ca3af}.dialog-overlay[data-v-ceceb27a]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.dialog[data-v-ceceb27a]{background:#fff;width:90%;max-width:700px;max-height:90vh;border-radius:12px;display:flex;flex-direction:column;overflow:hidden}.dialog-header[data-v-ceceb27a]{padding:24px;background:#10b981;border-bottom:none;display:flex;justify-content:space-between;align-items:center}.dialog-header h2[data-v-ceceb27a]{font-size:18px;font-weight:700;color:#fff}.close-btn[data-v-ceceb27a]{background:none;border:none;font-size:24px;color:#fffc;cursor:pointer;transition:color .2s}.close-btn[data-v-ceceb27a]:hover{color:#fff}.dialog-content[data-v-ceceb27a]{padding:24px;overflow-y:auto}.detail-section[data-v-ceceb27a]{margin-bottom:24px}.detail-section h3[data-v-ceceb27a]{font-size:18px;font-weight:700;margin-bottom:8px}.writer-info[data-v-ceceb27a]{font-weight:400;color:#6b7280;font-size:14px;margin-left:8px}.post-meta[data-v-ceceb27a]{font-size:13px;color:#6b7280;margin-bottom:16px}.category-tag[data-v-ceceb27a]{font-weight:600;color:#10b981}.post-content[data-v-ceceb27a]{background:#f9fafb;padding:16px;border-radius:8px;white-space:pre-wrap;line-height:1.6}.images-section h4[data-v-ceceb27a]{font-size:16px;font-weight:600;margin-bottom:12px}.images-grid[data-v-ceceb27a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.image-card[data-v-ceceb27a]{border:1px solid #E5E7EB;border-radius:8px;overflow:hidden}.img-wrapper[data-v-ceceb27a]{height:160px;background:#f3f4f6}.review-img[data-v-ceceb27a]{width:100%;height:100%;object-fit:cover}.img-info[data-v-ceceb27a]{padding:12px}.menu-name[data-v-ceceb27a]{font-weight:600;margin-bottom:4px}.rating-row[data-v-ceceb27a]{color:#f59e0b;font-weight:700;font-size:14px;margin-bottom:6px}.one-line-review[data-v-ceceb27a]{font-size:13px;color:#6b7280;font-style:italic}.dialog-footer[data-v-ceceb27a]{padding:16px 24px;border-top:1px solid #E5E7EB;display:flex;justify-content:flex-end;gap:12px}.btn[data-v-ceceb27a]{padding:9px 18px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;border:none}.btn-cancel[data-v-ceceb27a]{background:#f3f4f6;color:#374151}.btn-delete-dialog[data-v-ceceb27a]{background:#ef4444;color:#fff}.btn-delete-dialog[data-v-ceceb27a]:hover{background:#dc2626}.admin-tags-container[data-v-568424f0]{padding:32px 40px;max-width:1600px;margin:0 auto}.header-row[data-v-568424f0]{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.page-title[data-v-568424f0]{font-size:28px;font-weight:700;color:#111827;margin-bottom:4px}.page-subtitle[data-v-568424f0]{color:#6b7280;font-size:14px}.tabs-control[data-v-568424f0]{background:#fff;padding:16px;border-radius:12px;border:1px solid #E5E7EB;margin-bottom:24px;box-shadow:0 1px 2px #0000000d}.category-list[data-v-568424f0]{display:flex;flex-wrap:wrap;gap:10px}.category-pill[data-v-568424f0]{padding:8px 20px;border-radius:9999px;font-size:14px;font-weight:500;color:#6b7280;background:#f3f4f6;border:none;cursor:pointer;transition:all .2s}.category-pill[data-v-568424f0]:hover{background:#e5e7eb}.category-pill.active[data-v-568424f0]{background:#10b981;color:#fff;font-weight:600;box-shadow:0 2px 4px #10b9814d}.btn-add[data-v-568424f0]{display:flex;align-items:center;gap:6px;padding:10px 20px;background-color:#10b981;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.btn-add[data-v-568424f0]:hover{background-color:#059669}.icon-plus[data-v-568424f0]{width:18px;height:18px}.content-area[data-v-568424f0]{background:#fff;padding:32px;border-radius:16px;border:1px solid #E5E7EB;box-shadow:0 1px 3px #0000000d}.area-header[data-v-568424f0]{margin-bottom:24px}.area-header h3[data-v-568424f0]{font-size:18px;font-weight:700;color:#374151}.area-header .count[data-v-568424f0]{color:#6b7280;font-weight:500;font-size:16px;margin-left:4px}.tags-grid[data-v-568424f0]{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.tag-card[data-v-568424f0]{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background-color:#f0fdf9;border:1px solid #CCFBF1;border-radius:12px;transition:all .2s}.tag-card[data-v-568424f0]:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000000d;border-color:#99f6e4}.tag-info[data-v-568424f0]{display:flex;align-items:center;gap:8px}.tag-icon[data-v-568424f0]{width:18px;height:18px;color:#10b981;fill:none}.tag-name[data-v-568424f0]{font-weight:600;color:#1f2937;font-size:15px}.tag-actions[data-v-568424f0]{display:flex;gap:4px;opacity:.6;transition:opacity .2s}.tag-card:hover .tag-actions[data-v-568424f0]{opacity:1}.btn-icon[data-v-568424f0]{padding:6px;color:#9ca3af;background:#fff;border:1px solid #E5E7EB;cursor:pointer;border-radius:6px;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-icon svg[data-v-568424f0]{width:16px;height:16px}.btn-icon.edit[data-v-568424f0]:hover{color:#3b82f6;border-color:#3b82f6;background-color:#eff6ff}.btn-icon.delete[data-v-568424f0]:hover{color:#ef4444;border-color:#ef4444;background-color:#fef2f2}.empty-state[data-v-568424f0]{text-align:center;padding:60px;color:#9ca3af;font-size:15px}.modal-overlay[data-v-568424f0]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content[data-v-568424f0]{background:#fff;padding:0;border-radius:16px;width:90%;max-width:440px;box-shadow:0 20px 25px -5px #0000001a;overflow:hidden}.modal-header[data-v-568424f0]{padding:24px;background:#10b981;border-bottom:none}.modal-body[data-v-568424f0]{padding:32px}.modal-content h3[data-v-568424f0]{font-size:20px;font-weight:700;margin:0;color:#fff}.form-group[data-v-568424f0]{margin-bottom:20px}.form-group label[data-v-568424f0]{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.input-field[data-v-568424f0]{width:100%;padding:12px;border:1px solid #D1D5DB;border-radius:8px;font-size:15px;transition:border-color .2s;background:#f9fafb}.input-field[data-v-568424f0]:focus{border-color:#10b981;background:#fff;outline:none;box-shadow:0 0 0 3px #10b9811a}.modal-actions[data-v-568424f0]{display:flex;justify-content:flex-end;gap:12px;margin-top:32px}.btn-cancel[data-v-568424f0]{padding:10px 20px;background-color:#fff;border:1px solid #D1D5DB;border-radius:8px;color:#374151;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel[data-v-568424f0]:hover{background-color:#f3f4f6;color:#111827}.btn-save[data-v-568424f0]{padding:10px 20px;background-color:#10b981;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-save[data-v-568424f0]:hover{background-color:#059669;transform:translateY(-1px)}[data-v-a165b9ca]{margin:0;padding:0;box-sizing:border-box}.admin-container[data-v-a165b9ca]{display:flex;height:100vh;width:100vw;background:#f0fdf9;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif;color:#333}.sidebar[data-v-a165b9ca]{width:260px;background:linear-gradient(180deg,#f3f8f7,#eff8f6);border-right:1px solid #E0E7E5;display:flex;flex-direction:column;transition:width .3s ease;flex-shrink:0}.sidebar-collapsed[data-v-a165b9ca]{width:80px}.sidebar-header[data-v-a165b9ca]{padding:32px 24px;display:flex;align-items:center}.logo-area[data-v-a165b9ca]{display:flex;align-items:center;gap:12px}.logo-icon[data-v-a165b9ca]{width:40px;height:40px;background:#10b981;background:linear-gradient(135deg,#10b981,#06b6d4);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 6px -1px #0000001a}.icon-logo[data-v-a165b9ca]{width:24px;height:24px}.brand-title[data-v-a165b9ca]{font-size:18px;font-weight:700;color:#10b981;line-height:1.2}.brand-subtitle[data-v-a165b9ca]{font-size:13px;color:#9ca3af;font-weight:500}.sidebar-nav[data-v-a165b9ca]{flex:1;padding:24px 16px;display:flex;flex-direction:column;gap:4px}.menu-item[data-v-a165b9ca]{display:flex;align-items:center;gap:14px;padding:12px 16px;border:none;background:transparent;border-radius:12px;cursor:pointer;transition:all .2s ease;color:#4b5563;font-size:15px;font-weight:500;width:100%;text-align:left}.menu-item[data-v-a165b9ca]:hover{background:#10b9810d;color:#10b981}.menu-item-active[data-v-a165b9ca]{background:linear-gradient(90deg,#10b981,#06b6d4);color:#fff!important;box-shadow:0 4px 12px #10b98140;font-weight:600}.icon-wrapper[data-v-a165b9ca]{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.nav-icon[data-v-a165b9ca]{width:22px;height:22px}.sidebar-footer[data-v-a165b9ca]{padding:24px;border-top:1px solid #E5E7EB}.user-profile[data-v-a165b9ca]{display:flex;align-items:center;gap:12px}.avatar[data-v-a165b9ca]{width:40px;height:40px;background:#10b981;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}.user-info[data-v-a165b9ca]{display:flex;flex-direction:column}.user-name[data-v-a165b9ca]{font-size:14px;font-weight:600;color:#374151}.user-email[data-v-a165b9ca]{font-size:12px;color:#9ca3af}.main-content[data-v-a165b9ca]{flex:1;overflow-y:auto;padding:0;background:#fff}.placeholder-view[data-v-a165b9ca]{padding:40px;text-align:center;color:#6b7280}
