@charset "UTF-8";.app-header{display:flex;width:100%;height:83px;align-items:center;justify-content:space-between;padding:0 50px 0 60px;background:#ffffff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d;position:sticky;top:0;z-index:100}.app-header .header-left{display:flex;align-items:center;gap:40px}.app-header .header-left .frame{height:55px;cursor:pointer;transition:opacity .2s}.app-header .header-left .frame:hover{opacity:.8}.app-header .header-left .nav-menu-horizontal{display:flex;align-items:center;gap:4px}.app-header .header-left .nav-menu-horizontal .nav-item{display:flex;align-items:center;padding:8px 16px;border-radius:10px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;color:#6b7280;font-size:14px;font-weight:500}.app-header .header-left .nav-menu-horizontal .nav-item:hover{background-color:#f3f4f6;color:#1f2937}.app-header .header-left .nav-menu-horizontal .nav-item:active{background-color:#e5e7eb;transform:scale(.98)}.app-header .header-left .nav-menu-horizontal .nav-item.active{background:linear-gradient(135deg,#e0f2fe 0%,#dbeafe 100%);color:#0891b2;font-weight:600;box-shadow:0 2px 4px #0891b21a}.app-header .header-left .nav-menu-horizontal .nav-item .nav-label{line-height:1;white-space:nowrap}.app-header .header-actions{display:flex;align-items:center;gap:16px}.app-header .header-actions .header-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#6b7280;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}.app-header .header-actions .header-icon:hover{background-color:#f3f4f6;color:#1f2937}.app-header .header-actions .header-icon:active{background-color:#e5e7eb;transform:scale(.95)}.app-header .header-actions .header-icon.has-badge .badge{position:absolute;top:8px;right:8px;width:8px;height:8px;background:#f59e0b;border-radius:50%;border:2px solid #ffffff}.app-header .header-actions .user-menu{margin-left:8px;cursor:pointer}.app-header .header-actions .user-menu .user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#22d3ee 0%,#0891b2 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #22d3ee4d}.app-header .header-actions .user-menu .user-avatar:hover{transform:scale(1.05);box-shadow:0 4px 8px #22d3ee66}.header-actions{position:relative}.user-menu-item{display:flex;align-items:center;gap:6px}@media (max-width: 1200px){.app-header{padding:0 30px}.app-header .header-left{gap:24px}}@media (max-width: 768px){.app-header{padding:0 16px;height:auto;min-height:83px;flex-wrap:wrap;gap:12px}.app-header .header-left{width:100%;gap:16px;justify-content:space-between}.app-header .header-left .frame{width:90px;height:43px}.app-header .header-left .nav-menu-horizontal{gap:4px}.app-header .header-left .nav-menu-horizontal .nav-item{padding:8px 12px;font-size:14px}.app-header .header-left .nav-menu-horizontal .nav-item .nav-icon{width:18px;height:18px}.app-header .header-actions{width:100%;justify-content:flex-end;padding-bottom:8px;gap:12px}.app-header .header-actions .header-icon{width:36px;height:36px}.app-header .header-actions .user-menu .user-avatar{width:36px;height:36px;font-size:13px}}.app-footer{background:linear-gradient(135deg,#1f2937 0%,#111827 100%);color:#e5e7eb;margin-top:auto}.app-footer .footer-content{max-width:1400px;margin:0 auto;padding:60px 40px 40px;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px}@media (max-width: 1024px){.app-footer .footer-content{grid-template-columns:repeat(2,1fr);gap:32px;padding:48px 32px 32px}}@media (max-width: 640px){.app-footer .footer-content{grid-template-columns:1fr;gap:32px;padding:40px 20px 24px}}.app-footer .footer-section .section-title{font-size:16px;font-weight:600;color:#fff;margin-bottom:20px;position:relative;padding-bottom:12px}.app-footer .footer-section .section-title:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:3px;background:linear-gradient(90deg,#22d3ee 0%,#0891b2 100%);border-radius:2px}.app-footer .footer-section.footer-brand .brand-info{margin-bottom:24px}.app-footer .footer-section.footer-brand .brand-info .brand-logo{display:flex;align-items:center;gap:12px;margin-bottom:16px}.app-footer .footer-section.footer-brand .brand-info .brand-logo .brand-name{font-size:24px;font-weight:700;color:#fff;background:linear-gradient(135deg,#22d3ee 0%,#0891b2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.app-footer .footer-section.footer-brand .brand-info .brand-slogan{font-size:15px;font-weight:500;color:#22d3ee;margin-bottom:12px;line-height:1.6}.app-footer .footer-section.footer-brand .brand-info .brand-description{font-size:14px;color:#9ca3af;line-height:1.8;margin:0}.app-footer .footer-section.footer-brand .social-links{display:flex;gap:12px}.app-footer .footer-section.footer-brand .social-links .social-link{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-footer .footer-section.footer-brand .social-links .social-link:hover{background:linear-gradient(135deg,#22d3ee 0%,#0891b2 100%);color:#fff;transform:translateY(-3px);box-shadow:0 4px 12px #22d3ee66}.app-footer .footer-section .footer-links{list-style:none;padding:0;margin:0}.app-footer .footer-section .footer-links li{margin-bottom:12px}.app-footer .footer-section .footer-links li .footer-link{display:flex;align-items:center;gap:6px;color:#9ca3af;text-decoration:none;font-size:14px;transition:all .2s ease}.app-footer .footer-section .footer-links li .footer-link:hover{color:#22d3ee;transform:translate(4px)}.app-footer .footer-section .contact-info .contact-item{display:flex;align-items:center;gap:12px;margin-bottom:16px;color:#9ca3af;font-size:14px;line-height:1.6}.app-footer .footer-section .contact-info .contact-item svg{color:#22d3ee;flex-shrink:0}.app-footer .footer-section .contact-info .contact-item span{flex:1}.app-footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.2)}.app-footer .footer-bottom .footer-bottom-content{max-width:1400px;margin:0 auto;padding:24px 40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}@media (max-width: 640px){.app-footer .footer-bottom .footer-bottom-content{padding:20px;flex-direction:column;text-align:center}}.app-footer .footer-bottom .footer-bottom-content .copyright{font-size:14px;color:#9ca3af;margin:0}.app-footer .footer-bottom .footer-bottom-content .footer-bottom-links{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.app-footer .footer-bottom .footer-bottom-content .footer-bottom-links .bottom-link{font-size:14px;color:#9ca3af;text-decoration:none;transition:color .2s ease}.app-footer .footer-bottom .footer-bottom-content .footer-bottom-links .bottom-link:hover{color:#22d3ee}.app-footer .footer-bottom .footer-bottom-content .footer-bottom-links .divider{color:#fff3}@media (prefers-color-scheme: dark){.app-footer{background:linear-gradient(135deg,#0f172a 0%,#020617 100%)}}.layout{min-height:100vh;display:flex;flex-direction:column}.main{flex:1}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}#root{min-height:100vh}a{color:#007bff;text-decoration:none;transition:color .3s ease}a:hover{color:#0056b3}button{border:none;background:none;cursor:pointer;font-family:inherit}input,textarea{font-family:inherit;border:1px solid #ddd;border-radius:4px;padding:8px 12px;transition:border-color .3s ease}input:focus,textarea:focus{outline:none;border-color:#007bff}.loading{display:flex;justify-content:center;align-items:center;height:200px;font-size:1.2rem;color:#6c757d}*,:before,:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgba(0,0,0,0);--un-ring-shadow:0 0 rgba(0,0,0,0);--un-shadow-inset: ;--un-shadow:0 0 rgba(0,0,0,0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgba(0,0,0,0);--un-ring-shadow:0 0 rgba(0,0,0,0);--un-shadow-inset: ;--un-shadow:0 0 rgba(0,0,0,0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.block,[block=""]{display:block}.flex{display:flex}.resize{resize:both}.items-center{align-items:center}.gap-12px{gap:12px}.border{border-width:1px}[stroke~="#00b0c2"]{--un-stroke-opacity:1;stroke:rgba(0,176,194,var(--un-stroke-opacity))}.pie{padding-inline-end:1rem}[color~=blue]{--un-text-opacity:1;color:rgba(96,165,250,var(--un-text-opacity))}[color~=green]{--un-text-opacity:1;color:rgba(74,222,128,var(--un-text-opacity))}[color~=orange]{--un-text-opacity:1;color:rgba(251,146,60,var(--un-text-opacity))}[color~=purple]{--un-text-opacity:1;color:rgba(192,132,252,var(--un-text-opacity))}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
