@charset "UTF-8";.HomePage{display:flex;justify-content:center;align-items:center;font-size:3rem;font-weight:bolder;color:var(--color-primary)}:root{--color-surface-variant: rgba(0, 0, 0, .02);--color-border-light: rgba(0, 0, 0, .08);--shadow-hover: 0 2px 8px rgba(0, 0, 0, .12);--color-primary-rgb: 25, 118, 210;--gradient-primary: linear-gradient(45deg, #1976d2, #42a5f5);--gradient-surface: linear-gradient(135deg, var(--color-surface) 0%, var(--color-surface-variant) 100%)}[data-theme=dark]{--color-surface-variant: rgba(255, 255, 255, .03);--color-border-light: rgba(255, 255, 255, .08);--shadow-hover: 0 2px 8px rgba(0, 0, 0, .3);--color-primary-rgb: 144, 202, 249;--gradient-primary: linear-gradient(45deg, #90caf9, #64b5f6);--gradient-surface: linear-gradient(135deg, var(--color-surface) 0%, var(--color-surface-variant) 100%)}.SearchPage .SearchPage__layout{width:100%}.SearchPage .SearchPage__contentWrapper{width:100%;flex:1 1 0}.SearchPage .SearchPage__content{width:100%}.SearchPage .SearchPage__filtersWrapper{flex-shrink:0;width:auto}@media (max-width: 900px){.SearchPage .SearchPage__filtersWrapper{width:100%;max-width:none}}@media (min-width: 900px){.SearchPage .SearchPage__filtersWrapper{max-width:300px}}@media (max-width: 768px){.SearchPage .SearchPage__filtersWrapper .filtersPanel{margin-bottom:16px}}.SearchPage .filtersPanel{position:sticky;top:24px;height:calc(100vh - 120px);max-height:calc(100vh - 120px);overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;width:100%;max-width:300px;background-color:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-surface);border-radius:12px}.SearchPage .filtersPanel.collapsed{align-items:center;justify-content:center;height:fit-content;max-height:fit-content;max-width:none;width:72px;border:1px solid var(--color-border);box-shadow:var(--shadow-surface);background-color:var(--color-surface)}@media (min-width: 1024px){.SearchPage .filtersPanel{height:calc(100vh - 100px);max-height:calc(100vh - 100px)}}@media (max-width: 768px){.SearchPage .filtersPanel{position:relative;height:auto;max-height:50vh}}.SearchPage .filtersContent{flex:1;height:100%;overflow-y:auto;overflow-x:hidden;scrollbar-color:rgba(0,0,0,.2) transparent;scrollbar-width:thin}.SearchPage .filtersContent::-webkit-scrollbar{width:8px}.SearchPage .filtersContent::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#0000001a,#0003);border-radius:4px;border:1px solid rgba(255,255,255,.2)}.SearchPage .filtersContent::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#0003,#0000004d)}.SearchPage .filtersContent::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}.SearchPage .filtersList{overscroll-behavior:contain;padding:8px 8px 24px}.SearchPage .filtersList .MuiAccordion-root{margin-bottom:8px!important;border-radius:8px!important}.SearchPage .filtersList .MuiAccordion-root:before{display:none}.SearchPage .filtersList .MuiAccordion-root.Mui-expanded{margin-bottom:8px!important}.SearchPage .SearchPage__content{min-height:60vh}.SearchPage .filtersPanel .filtersHeader{flex-shrink:0;padding:12px 16px;border-bottom:1px solid var(--color-border);background:linear-gradient(135deg,var(--color-surface) 0%,var(--color-surface-alt) 100%)}.SearchPage .filtersPanel .filtersHeader .filterTitle{font-weight:600;color:var(--color-text-primary);font-size:1.1rem}.SearchPage .filtersPanel .filtersHeader .filterStats{color:var(--color-text-secondary);font-size:.875rem}.SearchPage .filtersPanel .filtersFooter{flex-shrink:0;padding:12px 16px;border-top:1px solid var(--color-border);background:var(--color-surface-alt)}.SearchPage .filtersPanel .filtersFooter .footerActions{display:flex;gap:8px;justify-content:space-between}.SearchPage .filtersPanel .filtersFooter .footerActions .MuiButton-root{font-size:.8rem;padding:4px 12px}.SearchPage .MuiDrawer-paper .filtersContent{height:100%}.SearchPage .MuiDrawer-paper .filtersContent .filtersHeader{background:var(--gradient-surface);border-bottom:1px solid var(--color-border-light);border-radius:0}@media (max-width: 768px){.SearchPage .MuiDrawer-paper .filtersContent .filtersHeader{padding:20px 16px 16px}.SearchPage .MuiDrawer-paper .filtersContent .filtersHeader .filterTitle{font-size:1.2rem;font-weight:700}.SearchPage .MuiDrawer-paper .filtersContent .filtersHeader .filterStats{font-size:.9rem;margin-top:4px}}@media (max-width: 768px){.SearchPage .MuiDrawer-paper .filtersContent .filtersContent{padding:16px 0}}@media (max-width: 768px){.SearchPage .MuiDrawer-paper .filtersContent .filtersList{padding:0 16px 16px}.SearchPage .MuiDrawer-paper .filtersContent .filtersList .MuiAccordion-root{border:1px solid var(--color-border-light);box-shadow:var(--shadow-surface);margin-bottom:12px!important}.SearchPage .MuiDrawer-paper .filtersContent .filtersList .MuiAccordion-root:before{display:none}.SearchPage .MuiDrawer-paper .filtersContent .filtersList .MuiAccordion-root .MuiAccordionSummary-root{padding:12px 16px;min-height:56px}.SearchPage .MuiDrawer-paper .filtersContent .filtersList .MuiAccordion-root .MuiAccordionSummary-root.Mui-expanded{min-height:56px}.SearchPage .MuiDrawer-paper .filtersContent .filtersList .MuiAccordion-root .MuiAccordionDetails-root{padding:8px 16px 16px}}.SearchPage .MuiDrawer-paper .filtersContent .filtersFooter{background:var(--color-surface);border-top:1px solid var(--color-border-light)}@media (max-width: 768px){.SearchPage .MuiDrawer-paper .filtersContent .filtersFooter{padding:16px 20px 20px}.SearchPage .MuiDrawer-paper .filtersContent .filtersFooter .footerActions{gap:12px}.SearchPage .MuiDrawer-paper .filtersContent .filtersFooter .footerActions .MuiButton-root{font-size:.9rem;padding:10px 16px;border-radius:8px;text-transform:none;font-weight:600}.SearchPage .MuiDrawer-paper .filtersContent .filtersFooter .footerActions .MuiButton-root[variant=contained]{background:var(--gradient-primary);box-shadow:var(--shadow-surface)}.SearchPage .MuiDrawer-paper .filtersContent .filtersFooter .footerActions .MuiButton-root[variant=outlined]{border-color:var(--color-border)}.SearchPage .MuiDrawer-paper .filtersContent .filtersFooter .footerActions .MuiButton-root[variant=outlined]:hover{background-color:var(--color-surface-variant)}}.SearchPage .SearchPage__controls{background-color:var(--color-surface);border-radius:12px;padding:16px;box-shadow:var(--shadow-surface);border:1px solid var(--color-border)}.SearchPage .SearchPage__controls .chipGroupTitle{font-weight:600;color:var(--color-text-secondary)}.SearchPage .SearchPage__controls .chipGroupWrapper{display:flex;flex-wrap:wrap;gap:8px}.SearchPage .SearchPage__controls .chipGroup+.chipGroup{margin-top:12px}.SearchPage .SearchPage__controls .selectionSummary{margin-top:12px}.resultField{height:60vh;border-radius:12px;box-shadow:var(--shadow-surface);overflow-y:auto;padding:16px 0;background-color:var(--color-surface);border:1px solid var(--color-border)}.resultField .resultGrid .resultFieldItem{transition:all .2s ease}.resultField .resultGrid .resultFieldItem:hover{transform:translateY(-1px);box-shadow:var(--shadow-hover)}@media (max-width: 600px){.resultField .resultGrid .resultFieldItem .fieldLabel{font-size:.8125rem}.resultField .resultGrid .resultFieldItem .fieldValue{font-size:.875rem}}@media (min-width: 601px) and (max-width: 960px){.resultField .resultGrid .resultFieldItem .fieldLabel{font-size:.875rem}.resultField .resultGrid .resultFieldItem .fieldValue{font-size:.9375rem}}.resultField .emptyState{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;color:var(--color-text-muted);background:linear-gradient(135deg,var(--color-surface) 0%,var(--color-surface-variant) 100%);border-radius:12px;border:2px dashed var(--color-border-light);margin:16px 0}.resultField .emptyState .emptyStateTitle{font-size:1.25rem;font-weight:500;margin-bottom:16px}@media (max-width: 600px){.resultField .emptyState .emptyStateTitle{font-size:1.1rem}}.resultField .emptyState .emptyStateContent{text-align:center;max-width:400px;line-height:1.6}@media (max-width: 600px){.resultField .emptyState .emptyStateContent{font-size:.875rem;max-width:300px}}.resultField .emptyState .suggestions{margin-top:24px;text-align:left}.resultField .emptyState .suggestions .suggestionItem{display:flex;align-items:flex-start;margin-bottom:8px;font-size:.9rem}.resultField .emptyState .suggestions .suggestionItem:before{content:"•";color:var(--color-primary);margin-right:8px;font-weight:700}@media (max-width: 600px){.resultField .emptyState{min-height:160px;padding:16px;margin:12px 0}}.resultField .searchStats{background:linear-gradient(90deg,var(--color-surface-variant) 0%,rgba(var(--color-primary-rgb),.05) 100%);border-left:4px solid var(--color-primary);transition:all .2s ease}.resultField .searchStats:hover{box-shadow:var(--shadow-hover)}.resultField .searchStats .statsIcon{display:inline-block;margin-right:8px;font-size:1.1em}@media (max-width: 600px){.resultField .searchStats{font-size:.875rem;padding:12px!important}}.resultField .welcomeState{background:linear-gradient(135deg,var(--color-surface) 0%,var(--color-surface-variant) 100%);border:2px dashed var(--color-border-light);border-radius:16px;margin:20px 0;padding:40px 16px;text-align:center;position:relative;overflow:hidden}.resultField .welcomeState:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(var(--color-primary-rgb),.03) 0%,transparent 70%);animation:welcomePulse 4s ease-in-out infinite}.resultField .welcomeState .welcomeTitle{position:relative;z-index:2;background:linear-gradient(45deg,var(--color-primary),#42a5f5);background-clip:text;-webkit-background-clip:text;color:transparent;font-weight:600;margin-bottom:24px}@media (max-width: 600px){.resultField .welcomeState .welcomeTitle{font-size:1.75rem}}.resultField .welcomeState .welcomeSubtitle{position:relative;z-index:2;max-width:600px;margin:0 auto 32px;line-height:1.6;font-weight:500}.resultField .welcomeState .featureGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;max-width:800px;margin:0 auto;position:relative;z-index:2}@media (max-width: 768px){.resultField .welcomeState .featureGrid{grid-template-columns:1fr;gap:16px}}.resultField .welcomeState .featureCard{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:12px;padding:24px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.resultField .welcomeState .featureCard:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:var(--color-primary)}.resultField .welcomeState .featureCard:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(var(--color-primary-rgb),.1),transparent);transition:left .5s}.resultField .welcomeState .featureCard:hover:after{left:100%}.resultField .welcomeState .featureCard .featureIcon{font-size:1.5rem;margin-bottom:8px;color:var(--color-primary)}.resultField .welcomeState .featureCard .featureTitle{font-weight:600;margin-bottom:8px;color:var(--color-primary);position:relative;z-index:1}.resultField .welcomeState .featureCard .featureDescription{color:var(--color-text-secondary);font-size:.9rem;line-height:1.5;position:relative;z-index:1}.resultField .welcomeState .welcomeTip{position:relative;z-index:2;margin-top:32px;padding:16px;background:rgba(var(--color-primary-rgb),.1);border-radius:8px;border:1px solid rgba(var(--color-primary-rgb),.2)}.resultField .welcomeState .welcomeTip .tipText{color:var(--color-text-muted);font-style:italic;font-size:.9rem;margin:0}@media (max-width: 600px){.resultField .welcomeState{padding:24px 12px;margin:12px 0}.resultField .welcomeState .welcomeTitle{font-size:1.5rem!important;margin-bottom:16px}.resultField .welcomeState .welcomeSubtitle{font-size:.95rem;margin-bottom:24px;padding:0 8px}.resultField .welcomeState .featureGrid{gap:12px}.resultField .welcomeState .featureCard{padding:16px 12px}.resultField .welcomeState .featureCard .featureTitle{font-size:.95rem}.resultField .welcomeState .featureCard .featureDescription{font-size:.8rem}.resultField .welcomeState .welcomeTip{margin-top:24px;padding:12px}.resultField .welcomeState .welcomeTip .tipText{font-size:.8rem}}@media (max-width: 480px){.resultField .welcomeState{padding:20px 8px}.resultField .welcomeState .welcomeTitle{font-size:1.3rem!important}.resultField .welcomeState .welcomeSubtitle{font-size:.9rem}.resultField .welcomeState .featureCard{padding:12px 8px}}@keyframes welcomePulse{0%,to{transform:scale(1) rotate(0);opacity:.3}50%{transform:scale(1.1) rotate(180deg);opacity:.1}}.CustomLoading{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.CustomPagination{display:flex;align-items:center;justify-content:center;width:100%}.EditPage{padding:1%}.EditPage .buttonArea .topArea .MuiGrid-item{padding:0}.EditPage .buttonArea .topArea .editBtn,.EditPage .buttonArea .topArea .preBtn,.EditPage .buttonArea .topArea .nextBtn,.EditPage .buttonArea .topArea .AddLandButton{background-color:#008cba;color:#fff;border-radius:8px;font-size:1rem}.EditPage .buttonArea .topArea .deleteLandBtn{background-color:transparent;color:#7f1d1d;border:1px solid #7f1d1d;border-radius:8px;font-size:1rem}.EditPage .buttonArea .topArea .saveBtn{background-color:#f44336;color:#fff;border-radius:8px;font-size:1rem}.EditPage .buttonArea .topArea .saveBtnDisable,.EditPage .buttonArea .topArea .editBtnDisable,.EditPage .buttonArea .topArea .preBtnDisable,.EditPage .buttonArea .topArea .nextBtnDisable,.EditPage .buttonArea .topArea .deleteLandBtnDisable{background-color:#d8d5d1;color:#a6a6a6;border-radius:8px;font-size:1rem}.EditPage .buttonArea .middleArea{padding:6px 0}.EditPage .infoArea .BaiscInfo .BasicItem{display:flex;flex-wrap:nowrap;background-color:#f2f2dc}.EditPage .infoArea .BaiscInfo .BasicItem .colName{display:flex;justify-content:center;align-items:center}.EditPage .infoArea .BaiscInfo .BasicItem .BasicinfoArea{padding:5px;border:"initial"}.EditPage .infoArea .BaiscInfo .BasicItem .BasicinfoArea .labelName{display:flex;justify-content:center;align-items:center}.EditPage .infoArea .BaiscInfo .BasicItem .addOrRemoveCol{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.EditPage .infoArea .BaiscInfo .BasicItem .addOrRemoveCol .iconPos{display:flex;justify-content:center;align-items:center;cursor:pointer}.EditPage .infoArea .BaiscInfo .BasicItem .addOrRemoveCol .iconPos .icon{font-size:2rem}.EditPage .infoArea .LandMarks .LMKItem{background-color:#dcf2e8}.EditPage .infoArea .LandMarks .LMKItem .colName{display:flex;justify-content:center;align-items:center}.EditPage .infoArea .LandMarks .LMKItem .LMKinfoArea{padding:5px;margin:5px;border-radius:8px;border:1px gray dashed}.EditPage .infoArea .LandMarks .LMKItem .LMKinfoArea .labelName{display:flex;justify-content:center;align-items:center}.EditPage .infoArea .LandMarks .LMKItem .addOrRemoveCol{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.EditPage .infoArea .LandMarks .LMKItem .addOrRemoveCol .iconPos{display:flex;justify-content:center;align-items:center;cursor:pointer}.EditPage .infoArea .LandMarks .LMKItem .addOrRemoveCol .iconPos .icon{font-size:2rem}.EditPage .infoArea .LandMarks .header{text-align:center;background:#1abc9c;color:#fff;font-size:30px}.EditPage .infoArea .LandMarks .header .headerItem{padding:6px 8px}.EditPage .infoArea .LandMarks .header .headerItem .addItemBtn{background-color:#e7e7e7;color:#000;border-radius:8px;font-size:1rem}.EditPage .infoArea .LandMarks .changeAreaWithNav{flex-wrap:nowrap;align-items:flex-start}.EditPage .infoArea .LandRights{margin-bottom:5vh}.EditPage .infoArea .LandRights .LRTItem{background-color:#dceef2}.EditPage .infoArea .LandRights .LRTItem .colName{display:flex;justify-content:center;align-items:center}.EditPage .infoArea .LandRights .LRTItem .LRTinfoArea{padding:5px;margin:5px;border-radius:8px;border:1px gray dashed}.EditPage .infoArea .LandRights .LRTItem .LRTinfoArea .labelName{display:flex;justify-content:center;align-items:center}.EditPage .infoArea .LandRights .LRTItem .addOrRemoveCol{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.EditPage .infoArea .LandRights .LRTItem .addOrRemoveCol .iconPos{display:flex;justify-content:center;align-items:center;cursor:pointer}.EditPage .infoArea .LandRights .LRTItem .addOrRemoveCol .iconPos .icon{font-size:2rem}.EditPage .infoArea .LandRights .header{text-align:center;background:#1abc9c;color:#fff;font-size:30px}.EditPage .infoArea .LandRights .header .headerItem{padding:6px 8px}.EditPage .infoArea .LandRights .header .headerItem .addItemBtn{background-color:#e7e7e7;color:#000;border-radius:8px;font-size:1rem}.EditPage .infoArea .LandRights .changeAreaWithNav{flex-wrap:nowrap;align-items:flex-start}.EditPage .infoArea .changeNavCol{width:130px;margin-right:10px;position:sticky;top:64px;align-self:flex-start;max-height:calc(100vh - 100px);overflow-y:auto}.EditPage .infoArea .changeNavInner{background:#fff;border:1px solid #dbe3ea;border-radius:8px;padding:8px;display:flex;flex-direction:column;gap:6px}.EditPage .infoArea .changeNavTitle{color:#445d6e;font-weight:600;margin-bottom:2px}.EditPage .infoArea .changeNavBtn{border:1px solid #c6d3de;background:#f5f9fc;color:#294357;border-radius:6px;padding:6px 8px;font-size:.85rem;line-height:1.2;text-align:left;cursor:pointer}.EditPage .infoArea .changeNavBtn:hover{background:#e7f1f8;border-color:#9cb8cd}.EditPage .infoArea .changeCardCol{flex:1;min-width:0}@media (max-width: 599px){.EditPage{padding:8px}.EditPage .buttonArea .topArea{flex-direction:column;gap:8px}.EditPage .buttonArea .topArea .MuiGrid-item{width:100%!important;max-width:100%!important;flex-basis:100%!important;padding:4px 0!important}.EditPage .buttonArea .topArea .editBtn,.EditPage .buttonArea .topArea .preBtn,.EditPage .buttonArea .topArea .nextBtn,.EditPage .buttonArea .topArea .saveBtn,.EditPage .buttonArea .topArea .AddLandButton,.EditPage .buttonArea .topArea .saveBtnDisable,.EditPage .buttonArea .topArea .editBtnDisable,.EditPage .buttonArea .topArea .preBtnDisable,.EditPage .buttonArea .topArea .nextBtnDisable,.EditPage .buttonArea .topArea .deleteLandBtn,.EditPage .buttonArea .topArea .deleteLandBtnDisable{min-height:44px;font-size:1.1rem;padding:12px 16px;width:100%}.EditPage .buttonArea .middleArea{padding:8px 0}.EditPage .infoArea .changeNavCol{display:none}.EditPage .infoArea .LandMarks .changeAreaWithNav,.EditPage .infoArea .LandRights .changeAreaWithNav{display:block}.EditPage .infoArea .LandMarks .header,.EditPage .infoArea .LandRights .header{font-size:1.5rem}.EditPage .infoArea .LandMarks .header .headerItem,.EditPage .infoArea .LandRights .header .headerItem{padding:8px 4px}.EditPage .infoArea .LandMarks .header .headerItem .addItemBtn,.EditPage .infoArea .LandRights .header .headerItem .addItemBtn{min-height:44px;font-size:1rem;padding:10px 12px;width:100%}}@media (min-width: 600px) and (max-width: 959px){.EditPage{padding:12px}.EditPage .buttonArea .topArea{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:stretch}.EditPage .buttonArea .topArea .MuiGrid-item{width:100%!important;max-width:100%!important;padding:0!important}.EditPage .buttonArea .topArea .editBtn,.EditPage .buttonArea .topArea .preBtn,.EditPage .buttonArea .topArea .nextBtn,.EditPage .buttonArea .topArea .saveBtn,.EditPage .buttonArea .topArea .AddLandButton,.EditPage .buttonArea .topArea .saveBtnDisable,.EditPage .buttonArea .topArea .editBtnDisable,.EditPage .buttonArea .topArea .preBtnDisable,.EditPage .buttonArea .topArea .nextBtnDisable,.EditPage .buttonArea .topArea .deleteLandBtn,.EditPage .buttonArea .topArea .deleteLandBtnDisable{min-height:48px;font-size:1.05rem;padding:10px 14px}.EditPage .buttonArea .middleArea{padding:10px 0}.EditPage .infoArea .changeNavCol{width:96px}.EditPage .infoArea .changeNavBtn{font-size:.8rem}.EditPage .infoArea .LandMarks .header,.EditPage .infoArea .LandRights .header{font-size:1.75rem}.EditPage .infoArea .LandMarks .header .headerItem,.EditPage .infoArea .LandRights .header .headerItem{padding:8px}.EditPage .infoArea .LandMarks .header .headerItem .addItemBtn,.EditPage .infoArea .LandRights .header .headerItem .addItemBtn{min-height:48px;font-size:1.05rem;padding:10px 14px}}.CustomPopper .papper{margin:5px;background-color:red;color:#fff}.ScrollToTop{position:fixed!important;bottom:24px;z-index:1000;box-shadow:0 4px 12px #00000026!important;transition:all .3s ease!important}.ScrollToTop--right{right:24px}.ScrollToTop--left{left:24px}.ScrollToTop:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0003!important}.ScrollToTop:active{transform:translateY(-2px)}@media (max-width: 768px){.ScrollToTop{bottom:16px}.ScrollToTop--right{right:16px}.ScrollToTop--left{left:16px}}@media (max-width: 480px){.ScrollToTop{bottom:12px}.ScrollToTop--right{right:12px}.ScrollToTop--left{left:12px}}.DownloadPage .MuiTabs-root .MuiTab-root{text-transform:none;font-weight:600;font-size:1rem;color:var(--color-text-secondary)}.DownloadPage .MuiTabs-root .MuiTab-root.Mui-selected{color:var(--color-primary)}.DownloadPage .MuiTabs-root .MuiTabs-indicator{background-color:var(--color-primary);height:3px;border-radius:2px}.LandData{padding:24px 0}.LandData .topArea{background:var(--color-surface);border-radius:12px;border:1px solid var(--color-border-light)}.LandData .topArea .MuiGrid-container{padding:16px}.LandData .InputColumn{display:flex;justify-content:center;margin-top:16px}.LandData .DownLoadBtn{display:flex;justify-content:flex-end;align-items:center;padding-top:16px}.EditorLand{padding:24px 0}.EditorLand .topArea{background:var(--color-surface);border-radius:12px 12px 0 0;border:1px solid var(--color-border-light);border-bottom:none}.EditorLand .middleArea{background:var(--color-surface-alt);border-left:1px solid var(--color-border-light);border-right:1px solid var(--color-border-light)}.EditorLand .bottomArea{background:var(--color-surface);border-radius:0 0 12px 12px;border:1px solid var(--color-border-light);border-top:none;justify-content:flex-end}.EditorLand .MuiTextField-root .MuiInputLabel-root{color:var(--color-text-secondary);font-weight:500}.EditorLand .MuiTextField-root .MuiOutlinedInput-root{background-color:var(--color-surface)}.EditorLand .MuiTextField-root .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--color-primary);border-width:2px}.EditorLand .MuiTextField-root .MuiOutlinedInput-root:hover:not(.Mui-focused) .MuiOutlinedInput-notchedOutline{border-color:var(--color-primary)}.MuiDivider-root{background-color:var(--color-border-light);margin:8px 0}.AuthorityPage{display:flex;flex-direction:column;gap:24px}.AuthorityPage__tabWrapper{padding-bottom:8px}.AuthorityPage__panel{display:flex;flex-direction:column;gap:16px}.AuthorityPage__filterBar{display:flex;justify-content:flex-end}.AuthorityPage__featureList{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.AuthorityPage__featureList .MuiChip-root{transition:all .2s ease;font-weight:500}.AuthorityPage__featureList .MuiChip-root:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.AuthorityPage__featureList .MuiChip-root.MuiChip-root{cursor:default;transition:all .2s ease}.AuthorityPage__featureList .MuiChip-root.MuiChip-root:hover{transform:translateY(-1px);box-shadow:var(--shadow-surface)}@media (max-width: 768px){.AuthorityPage__featureList{gap:4px}.AuthorityPage__featureList .MuiChip-root{font-size:.75rem}}.AuthorityPage__userName{font-weight:600}.AuthorityPage__placeholder{min-height:240px;border:1px dashed var(--color-border);border-radius:12px;background-color:var(--color-surface);box-shadow:var(--shadow-surface);display:flex;align-items:center;justify-content:center;text-align:center;padding:32px}.AuthorityPage__placeholderContent{max-width:420px}.AuthorityPage__placeholderTitle{margin-bottom:8px}.ValidUser{border:1px solid var(--color-border);border-radius:12px;background-color:var(--color-surface);box-shadow:var(--shadow-surface);height:100%}.NoUser{height:100%;display:flex;align-items:center;justify-content:center}.NoUser p{font-size:2rem;color:var(--color-text-secondary)}.AuthorityPage__actionCell{display:flex;gap:8px;justify-content:center;flex-direction:column}*{box-sizing:border-box}.ImportDataPage{padding:2%;border:1px solid var(--color-border);border-radius:12px;background-color:var(--color-surface);box-shadow:var(--shadow-surface)}.ImportDataPage__header .MuiButton-outlined{border-color:var(--color-primary);color:var(--color-primary)}.ImportDataPage__header .MuiButton-outlined:hover{background-color:#008cba14;border-color:var(--color-primary)}.ImportDataPage .dropZone{min-height:50vh;display:flex;justify-content:center;align-items:center;border:3px dashed var(--color-border-strong);border-radius:16px;background-color:var(--color-surface-alt);transition:all .3s ease;cursor:pointer}.ImportDataPage .dropZone:hover{border-color:var(--color-primary);background-color:#008cba0d;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.ImportDataPage .dropZone:active{transform:translateY(0)}@media (max-width: 768px){.ImportDataPage .dropZone{min-height:40vh;border-width:2px}}.ImportDataPage .typoBox{text-align:center;color:var(--color-text-secondary);display:flex;flex-direction:column;align-items:center;padding:2rem}.ImportDataPage .typoBox .MuiTypography-h6{color:var(--color-text-primary);font-weight:500}.ImportDataPage .typoBox .MuiTypography-body2{margin-top:8px}.ImportDataPage .typoBox .MuiTypography-caption{margin-top:4px;color:var(--color-text-muted)}.ImportDataPage .MuiLinearProgress-root{border-radius:4px;height:6px;background-color:var(--color-surface-alt)}.ImportDataPage .MuiLinearProgress-root .MuiLinearProgress-bar{background-color:var(--color-primary)}.ImportDataPage .MuiAlert-root{border-radius:8px}.ImportDataPage .MuiAlert-root.MuiAlert-standardSuccess{background-color:#4caf501a;border:1px solid var(--color-success)}.ImportDataPage .MuiAlert-root.MuiAlert-standardSuccess .MuiAlert-icon{color:var(--color-success)}.ImportDataPage .MuiAlert-root.MuiAlert-standardError{background-color:#f443361a;border:1px solid var(--color-danger)}.ImportDataPage .MuiAlert-root.MuiAlert-standardError .MuiAlert-icon{color:var(--color-danger)}.ImportDataPage .MuiAlert-root.MuiAlert-standardInfo{background-color:#2196f31a;border:1px solid var(--color-info)}.ImportDataPage .MuiAlert-root.MuiAlert-standardInfo .MuiAlert-icon{color:var(--color-info)}.ImportDataPage .bottomArea{display:flex;justify-content:flex-end;align-items:center;padding-top:1.5rem;margin-top:2rem;border-top:1px solid var(--color-border-light)}.ImportDataPage .bottomArea .MuiButton-root{padding:10px 24px;font-weight:500}.ImportDataPage .bottomArea .MuiButton-root:disabled{opacity:.5}@media (max-width: 600px){.ImportDataPage .bottomArea{justify-content:center}.ImportDataPage .bottomArea .MuiButton-root{width:100%}}.ImportDataPage .MuiList-root{width:100%}.ImportDataPage .MuiList-root .MuiListItem-root{background-color:var(--color-surface-alt);border-radius:8px;margin-bottom:8px;padding:12px 16px}@media (max-width: 960px){.ImportDataPage{padding:16px}}@media (max-width: 600px){.ImportDataPage{padding:12px;border-radius:8px}.ImportDataPage__header .MuiButton-outlined{font-size:.875rem}}.validation-errors-enhanced .validation-errors-list .MuiAccordion-root{box-shadow:none;border:1px solid rgba(0,0,0,.12)}.validation-errors-enhanced .validation-errors-list .MuiAccordion-root:before{display:none}.validation-errors-enhanced .validation-errors-list .MuiAccordion-root.Mui-expanded{margin:0 0 8px}.validation-errors-enhanced .validation-errors-list code{padding:2px 6px;background-color:#0000000d;border-radius:3px;font-family:Courier New,monospace;font-size:.875em}.validation-errors-enhanced .validation-errors-table .error-cell{background-color:#d32f2f1a;border:2px solid #d32f2f;font-weight:700}.validation-errors-enhanced .validation-errors-table .MuiTableCell-head{position:sticky;top:0;z-index:10}.HistoryPage__stats{padding:16px;margin-bottom:16px;background-color:var(--color-surface-alt);border-radius:8px;display:flex;justify-content:space-between;align-items:center}@media (max-width: 600px){.HistoryPage__stats{flex-direction:column;gap:8px;align-items:flex-start}}.HistoryPage__search{margin-bottom:16px}.HistoryPage__search .MuiTextField-root{background-color:var(--color-surface)}.HistoryPage__pagination{display:flex;justify-content:center;margin-top:24px;margin-bottom:16px}.HistoryPage__pagination .MuiPagination-root .MuiPaginationItem-root.Mui-selected{background-color:var(--color-primary);color:#fff}.HistoryPage__pagination .MuiPagination-root .MuiPaginationItem-root.Mui-selected:hover{background-color:var(--color-primary-hover)}.HistoryPage__collapse-content{background-color:var(--color-surface-alt);padding:16px;border-left:3px solid var(--color-primary)}.HistoryPage__collapse-content .MuiListItem-root{transition:background-color .2s ease;border-radius:4px}.HistoryPage__collapse-content .MuiListItem-root:hover{background-color:var(--color-surface)}.HistoryPage__empty{text-align:center;padding:48px 16px}.HistoryPage__empty svg{font-size:4rem;color:var(--color-text-muted);opacity:.5;margin-bottom:16px}.HistoryPage__record-item{display:grid;gap:8px;align-items:center;padding:12px 16px}@media (max-width: 768px){.HistoryPage__record-item{grid-template-columns:1fr!important}.HistoryPage__record-item .MuiListItemIcon-root{margin-bottom:8px}}.HistoryPage__small-pagination{display:flex;justify-content:center;margin-top:16px;padding-top:16px;border-top:1px solid var(--color-border-light)}.HistoryPage__loading{display:flex;justify-content:center;align-items:center;padding:48px}.StatisticPage{display:flex;flex-direction:column}.StatisticPage .TopArea{margin-top:1rem;display:flex;justify-content:flex-end}.StatisticPage .BtmArea{margin-top:1rem;flex:1 1 auto;display:flex}.StatisticPage .BtmArea-init{border:1px solid var(--color-border);border-radius:12px;background-color:var(--color-surface);box-shadow:var(--shadow-surface);flex:1 1 auto;display:flex;justify-content:center;align-items:center;font-size:2rem;font-weight:bolder;color:var(--color-text-secondary)}.StatisticPage .BtmArea-content{width:100%}.StaType1{display:flex;flex-direction:column;height:100%}.StaType1 .DPArea{display:grid;grid-template-columns:25% 1fr;gap:.5rem}.StaType1 .chartDiv{border:1px solid var(--color-border);border-radius:12px;background-color:var(--color-surface);box-shadow:var(--shadow-surface);flex:1 1 auto;margin-top:1rem}.GisPage{display:flex;flex-direction:column}.GisPage .TopArea{margin-top:1rem;display:flex;justify-content:flex-end}.GisPage .BtmArea{margin-top:1rem;flex:1 1 auto;display:flex;flex-direction:column}.GisPage .BtmArea-init{border:1px solid var(--color-border);border-radius:12px;background-color:var(--color-surface);box-shadow:var(--shadow-surface);flex:1 1 auto;display:flex;justify-content:center;align-items:center;font-size:2rem;font-weight:bolder;color:var(--color-text-secondary)}.GisPage .BtmArea-content{width:100%}.monitor-page{padding:var(--spacing-lg);max-width:1400px;margin:0 auto;min-height:calc(100vh - 100px)}@media (max-width: 768px){.monitor-page{padding:var(--spacing-md)}}.monitor-page .monitor-header{margin-bottom:var(--spacing-lg)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.QuillTemplate{width:100%;background-color:#fff}.QuillTemplate .ql-container{min-height:52.5vh;max-height:52.5vh;overflow-y:auto;position:relative}.QuillTemplate .ql-editor h1{font-size:2em!important;font-weight:600!important;margin:0 0 .8em}.QuillTemplate .ql-editor h2{font-size:1.5em!important;font-weight:600!important;margin:0 0 .8em}.QuillTemplate .ql-editor h3{font-size:.875rem!important;font-weight:600!important;margin:0 0 .8em!important}.QuillTemplate .ql-editor p{font-size:.875rem!important;font-weight:400!important;line-height:1.6!important;margin:0 0 .8em!important}.QuillTemplate .ql-editor li{margin-top:1rem!important}.QuillTemplate .ql-editor ul,.QuillTemplate .ql-editor ol{padding-left:1.5em!important;margin:0 0 .8em!important;list-style-position:outside}.QuillTemplate .ql-editor ul{list-style-type:disc}.QuillTemplate .ql-editor ol{list-style-type:decimal}.QuillTemplate .ql-editor blockquote{border-left:.25rem solid #ccc;margin:0 0 1rem!important;padding-left:1rem!important;color:#666;font-style:italic}.QuillTemplate .ql-tooltip{z-index:20}.QuillTemplate .ql-indent-1{text-indent:2em;padding-left:0!important}.QuillTemplate .ql-indent-2{text-indent:4em;padding-left:0!important}.QuillTemplate .ql-indent-3{text-indent:6em;padding-left:0!important}.QuillTemplate .ql-indent-4{text-indent:8em;padding-left:0!important}.QuillTemplate .ql-indent-5{text-indent:10em;padding-left:0!important}.QuillTemplate .ql-indent-6{text-indent:12em;padding-left:0!important}.QuillTemplate .ql-indent-7{text-indent:14em;padding-left:0!important}.QuillTemplate .ql-indent-8{text-indent:16em;padding-left:0!important}.editorDisabled{opacity:.5;pointer-events:none}:root{--color-primary: #008cba;--color-primary-hover: #0076a5;--color-primary-light: #e6f4fb;--color-secondary: #1abc9c;--color-secondary-hover: #16a085;--color-secondary-light: #d9f3ec;--color-accent: #1abc9c;--color-danger: #f44336;--color-warning: #ff9800;--color-info: #2196f3;--color-success: #4caf50;--color-surface: #ffffff;--color-surface-alt: #f5f7fa;--color-background: #eef3f7;--color-border: #d5e3eb;--color-border-light: #e0e7ef;--color-border-strong: #b7c9d6;--color-text-primary: #1f2a37;--color-text-secondary: #4b5563;--color-text-muted: #6b7280;--color-text-disabled: #9ca3af;--shadow-surface: 0 16px 32px rgba(15, 23, 42, .12);--shadow-hover: 0 2px 8px rgba(0, 0, 0, .12);--color-primary-tint: #e6f4fb;--color-accent-tint: #d9f3ec}*{padding:0;margin:0;box-sizing:border-box;font-family:Noto Sans TC,sans-serif}body{background:var(--color-background)}a{color:var(--color-primary);text-decoration:none}a:hover,a:focus{color:var(--color-primary-hover);text-decoration:underline}.MuiButton-containedPrimary{background-color:var(--color-primary)!important;color:#fff!important}.MuiButton-containedPrimary:hover,.MuiButton-containedPrimary:focus{background-color:var(--color-primary-hover)!important}.MuiButton-containedSecondary{background-color:var(--color-secondary)!important;color:#fff!important}.MuiButton-containedSecondary:hover,.MuiButton-containedSecondary:focus{background-color:var(--color-secondary-hover)!important}.MuiButton-outlinedPrimary{border-color:var(--color-primary)!important;color:var(--color-primary)!important}.MuiButton-outlinedPrimary:hover,.MuiButton-outlinedPrimary:focus{border-color:var(--color-primary-hover)!important;background-color:var(--color-primary-light)!important}.MuiButton-outlinedSecondary{border-color:var(--color-secondary)!important;color:var(--color-secondary)!important}.MuiButton-outlinedSecondary:hover,.MuiButton-outlinedSecondary:focus{border-color:var(--color-secondary-hover)!important;background-color:var(--color-secondary-light)!important}.MuiButton-textSecondary{color:var(--color-secondary)!important}.MuiButton-textSecondary:hover,.MuiButton-textSecondary:focus{background-color:var(--color-secondary-light)!important}.MuiChip-outlinedPrimary{color:var(--color-primary)!important;border-color:var(--color-primary)!important}.MuiChip-outlinedSecondary{color:var(--color-secondary)!important;border-color:var(--color-secondary)!important}.MuiChip-filledSecondary{background-color:var(--color-secondary)!important;color:#fff!important}.MuiOutlinedInput-root{border-radius:8px!important}.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--color-primary)!important}.MuiAccordion-root{border-radius:8px!important;border:1px solid var(--color-border)!important}.MuiAccordion-root:before{display:none!important}.MuiAccordion-root.Mui-expanded{margin-bottom:8px!important}.MuiPaper-root{background-color:var(--color-surface)!important;border-radius:12px!important}.text-primary{color:var(--color-text-primary)!important}.text-secondary{color:var(--color-text-secondary)!important}.text-muted{color:var(--color-text-muted)!important}.text-disabled{color:var(--color-text-disabled)!important}.bg-primary{background-color:var(--color-primary)!important}.bg-secondary{background-color:var(--color-secondary)!important}.bg-surface{background-color:var(--color-surface)!important}.bg-surface-alt{background-color:var(--color-surface-alt)!important}.border-primary{border-color:var(--color-primary)!important}.border-secondary{border-color:var(--color-secondary)!important}.border-light{border-color:var(--color-border-light)!important}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;box-shadow:var(--shadow-surface);padding:1rem}.card-hover{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;box-shadow:var(--shadow-surface);transition:all .2s ease}.card-hover:hover{box-shadow:var(--shadow-hover);transform:translateY(-1px)}.card-hover{padding:1rem}.surface{background:var(--color-surface);border-radius:8px}.surface-alt{background:var(--color-surface-alt);border-radius:8px}.shadow-surface{box-shadow:var(--shadow-surface)}.shadow-hover{box-shadow:var(--shadow-hover)}.mainBox_shadowMain{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;box-shadow:var(--shadow-surface);min-height:80vh;padding:1.5rem}[data-theme=dark]{--color-surface: #1a1a1a;--color-surface-alt: #2d2d2d;--color-background: #121212;--color-border: #404040;--color-border-light: #333333;--color-border-strong: #606060;--color-text-primary: #ffffff;--color-text-secondary: #b3b3b3;--color-text-muted: #808080;--color-text-disabled: #666666;--shadow-surface: 0 16px 32px rgba(0, 0, 0, .4);--shadow-hover: 0 2px 8px rgba(0, 0, 0, .3)}.WebsiteSettingPage .MuiTabs-root .MuiTab-root{text-transform:none;font-weight:600;font-size:1rem;color:var(--color-text-secondary)}.WebsiteSettingPage .MuiTabs-root .MuiTab-root.Mui-selected{color:var(--color-primary)}.WebsiteSettingPage .MuiTabs-root .MuiTabs-indicator{background-color:var(--color-primary);height:3px;border-radius:2px}.Header{height:10%;margin:6px 8px;padding:6px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--color-border);background-color:var(--color-surface);box-shadow:var(--shadow-surface)}.Header--mobile{height:auto;padding:10px 14px}.Header__section{display:flex;align-items:center;gap:12px}.Header__logo{flex-shrink:0;margin-right:8px}.Header--mobile .Header__logo{margin-right:0;flex:1}.Header__logoLink{text-decoration:none;display:flex;align-items:center;padding:8px 16px;border-radius:8px;transition:all .3s ease;background:linear-gradient(135deg,var(--color-primary, #1976d2) 0%,var(--color-primary-dark, #115293) 100%);box-shadow:0 2px 8px #1976d233;min-height:44px;justify-content:center}.Header__logoLink:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1976d24d}.Header__logoLink:active{transform:translateY(0) scale(.98);box-shadow:0 2px 6px #1976d233}.Header--mobile .Header__logoLink{padding:10px 16px}.Header__logoText{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:.5px;white-space:nowrap}.Header--mobile .Header__logoText{font-size:1.1rem}.Header__left{flex-wrap:wrap;align-items:center}.Header__right{justify-content:flex-end;flex-shrink:0}.Header__actions{justify-content:flex-end;flex-wrap:wrap;gap:8px;flex-shrink:0}.Header__menuToggle{color:var(--color-primary);padding:6px}.Header--mobile .Header__menuToggle{padding:12px;margin:-8px;min-width:44px;min-height:44px}.Header--mobile .Header__menuToggle:active{background-color:#1976d214;transform:scale(.95)}.Header__drawerUserInfo{border-radius:8px;transition:background-color .2s ease}.Header__drawer{width:280px;padding:12px 8px;display:flex;flex-direction:column;height:100%;box-sizing:border-box;overflow-y:auto}.Header__drawerHeader{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;margin-bottom:8px}.Header .DropdownMenu{position:relative;display:inline-block}.Header .HeaderItem{min-width:100px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.Header .HeaderItem button{width:100%;white-space:nowrap;transition:all .2s ease}.Header .HeaderItem.is-active button{color:var(--color-primary);font-weight:600}.Header .hrLine{height:3px;width:100%;background-color:var(--color-primary);border-radius:999px;margin-top:4px;animation:slideIn .2s ease}@keyframes slideIn{0%{width:0;opacity:0}to{width:100%;opacity:1}}@media (max-width: 1200px){.Header{gap:8px}.Header .HeaderItem{min-width:88px}.Header__left{gap:8px}}@media (max-width: 960px){.Header{padding:8px 12px;gap:6px}.Header--mobile{padding:10px 14px}.Header__logo{margin-right:4px}.Header__logoLink{padding:8px 14px}.Header__logoText{font-size:1.05rem}.Header__drawer{width:300px;padding:0}.Header__drawerHeader{padding:12px 16px}.Header__drawerUserInfo{margin:0 12px 8px}.Header .HeaderItem{min-width:auto}.Header .HeaderItem button{padding:6px 12px}}@media (max-width: 600px){.Header{margin:4px;padding:8px 10px}.Header--mobile{margin:3px;padding:8px 10px}.Header__logo{margin-right:0;flex:1}.Header__logoLink{padding:8px 12px;min-height:40px}.Header__logoText{font-size:1rem}.Header--mobile .Header__menuToggle{padding:10px;min-width:40px;min-height:40px}.Header__drawer{width:280px}.Header__drawerUserInfo{margin:0 10px 8px}.Header__left{flex:1}.Header__actions{width:100%}}.Body{height:80%;padding:6px 8px}*{font-family:Noto Sans TC!important}.App{display:flex;flex-direction:column;justify-content:space-between}
