@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden;font-family:Inter,-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;scroll-behavior:smooth}:root{--primary-color: #1677ff;--primary-color-hover: #4096ff;--text-primary: rgba(0, 0, 0, .85);--text-secondary: rgba(0, 0, 0, .65);--text-light: #ffffff;--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--border-color: #d9d9d9;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 12px;--transition-speed: .3s}[data-theme=dark]{--text-primary: rgba(255, 255, 255, .85);--text-secondary: rgba(255, 255, 255, .65);--bg-primary: #141414;--bg-secondary: #1f1f1f;--border-color: #434343}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.animate-fade-in{animation:fade-in 1s ease-out}.animate-slide-up{animation:slide-up 1s ease-out .3s both}.animate-fade-in-up{animation:fadeInUp 1s ease-out}.animate-slide-down{animation:slideDown 1s ease-out}.hero-section{position:relative;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.hero-button{transition:all .3s cubic-bezier(.4,0,.2,1)!important;position:relative;overflow:hidden}.hero-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.hero-button:hover:before{left:100%}.hero-button:hover{transform:translateY(-3px)!important;background:rgba(255,255,255,.25)!important;border-color:#ffffff80!important;box-shadow:0 8px 32px #0000004d!important}.hero-button:active{transform:translateY(-1px)!important;background:rgba(255,255,255,.2)!important}.hero-button:focus{outline:none!important;box-shadow:0 0 0 2px #ffffff80!important}.hero-title{color:#fff!important;text-shadow:2px 2px 4px rgba(0,0,0,.7)!important}.hero-subtitle{color:#fff!important;text-shadow:1px 1px 3px rgba(0,0,0,.7)!important}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-effect{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}[data-theme=dark] ::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#475569}::-webkit-scrollbar-thumb:hover{background:#94a3b8}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#64748b}.markdown-content{line-height:1.8;color:var(--text-primary)}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4,.markdown-content h5,.markdown-content h6{margin-top:2rem;margin-bottom:1rem;font-weight:600;line-height:1.25}.markdown-content h1{font-size:2.25rem;border-bottom:1px solid var(--border-color);padding-bottom:.5rem}.markdown-content h2{font-size:1.875rem}.markdown-content h3{font-size:1.5rem}.markdown-content p{margin-bottom:1rem}.markdown-content code{background:var(--bg-secondary);padding:.2rem .4rem;border-radius:var(--border-radius-sm);font-size:.875rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.markdown-content pre{background:var(--bg-secondary);padding:1rem;border-radius:var(--border-radius-md);overflow-x:auto;margin:1rem 0}.markdown-content pre code{background:none;padding:0}.markdown-content blockquote{border-left:4px solid var(--primary-color);padding-left:1rem;margin:1rem 0;font-style:italic;color:var(--text-secondary)}.markdown-content ul,.markdown-content ol{padding-left:2rem;margin-bottom:1rem}.markdown-content li{margin-bottom:.5rem}.markdown-content img{max-width:100%;height:auto;border-radius:var(--border-radius-md);margin:1rem 0}.markdown-content table{width:100%;border-collapse:collapse;margin:1rem 0}.markdown-content th,.markdown-content td{border:1px solid var(--border-color);padding:.75rem;text-align:left}.markdown-content th{background:var(--bg-secondary);font-weight:600}@media (max-width: 768px){.hero-button{width:100%!important;margin-bottom:16px!important}.hero-button:last-child{margin-bottom:0!important}.markdown-content h1{font-size:1.875rem}.markdown-content h2{font-size:1.5rem}.markdown-content h3{font-size:1.25rem}}@media (max-width: 480px){.markdown-content{font-size:.875rem}.markdown-content pre{padding:.75rem;font-size:.75rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}::selection{background:rgba(22,119,255,.2);color:var(--text-primary)}@media print{.hero-button,nav,.no-print{display:none!important}body{font-size:12pt;line-height:1.5;color:#000;background:white}.markdown-content{color:#000}}@layer components{.glass-editor[data-color-mode=dark]{@apply border border-white/20 bg-slate-900/40 rounded-xl shadow-lg;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.glass-editor[data-color-mode=dark] .w-md-editor-toolbar{@apply bg-white/10 border-b border-white/20;}.glass-editor[data-color-mode=dark] .w-md-editor-toolbar li button{@apply text-slate-300;}.glass-editor[data-color-mode=dark] .w-md-editor-toolbar li.active button,.glass-editor[data-color-mode=dark] .w-md-editor-toolbar li button:hover{@apply bg-white/20 text-white;}.glass-editor[data-color-mode=dark] .w-md-editor-splitter{@apply bg-white/20;}.glass-editor[data-color-mode=dark],.glass-editor[data-color-mode=dark] .wmde-markdown-color,.glass-editor[data-color-mode=dark] .w-md-editor-text-input{@apply text-slate-200;}.glass-editor[data-color-mode=dark] .w-md-editor-preview,.glass-editor[data-color-mode=dark] .w-md-editor-text-input{@apply bg-transparent;}.glass-editor[data-color-mode=dark] ::-webkit-scrollbar{@apply w-2;}.glass-editor[data-color-mode=dark] ::-webkit-scrollbar-track{@apply bg-white/10 rounded;}.glass-editor[data-color-mode=dark] ::-webkit-scrollbar-thumb{@apply bg-white/30 rounded;}.glass-editor[data-color-mode=dark] ::-webkit-scrollbar-thumb:hover{@apply bg-white/50;}}.custom-page-content{@apply text-white/95 leading-7 text-base;}.custom-page-content h1,.custom-page-content h2,.custom-page-content h3,.custom-page-content h4,.custom-page-content h5,.custom-page-content h6{@apply text-white/95 font-semibold;text-shadow:1px 1px 3px rgba(0,0,0,.5);margin:1.5em 0 1em}.custom-page-content h1{@apply text-4xl;}.custom-page-content h2{@apply text-3xl;}.custom-page-content h3{@apply text-2xl;}.custom-page-content h4{@apply text-xl;}.custom-page-content h5{@apply text-lg;}.custom-page-content h6{@apply text-base;}.custom-page-content p{@apply my-4 text-justify;}.custom-page-content a{@apply text-blue-300 no-underline border-b border-transparent transition-all duration-300;}.custom-page-content a:hover{@apply text-blue-200 border-blue-200;}.custom-page-content img{@apply max-w-full h-auto rounded-lg shadow-lg my-4;}.custom-page-content blockquote{@apply border-l-4 border-blue-500 pl-6 py-4 my-6 bg-blue-500/10 rounded-r-lg italic;}.custom-page-content code{@apply bg-black/30 px-2 py-1 rounded text-sm text-yellow-200;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.custom-page-content pre{@apply bg-black/50 p-6 rounded-lg overflow-x-auto my-6 border border-white/10;}.custom-page-content pre code{@apply bg-transparent p-0 rounded-none;}.custom-page-content ul,.custom-page-content ol{@apply pl-8 my-4;}.custom-page-content li{@apply my-2;}.custom-page-content table{@apply w-full border-collapse my-6 bg-white/5 rounded-lg overflow-hidden;}.custom-page-content th,.custom-page-content td{@apply px-4 py-3 text-left border-b border-white/10;}.custom-page-content th{@apply bg-white/10 font-semibold text-white/95;}.custom-page-content hr{@apply border-none h-px bg-gradient-to-r from-transparent via-white/30 to-transparent my-8;}.custom-page-table .ant-table-thead>tr>th{@apply bg-white/10 text-white border-white/20;}.custom-page-table .ant-table-tbody>tr>td{@apply bg-transparent border-white/10 text-white/85;}.custom-page-table .ant-table-tbody>tr:hover>td{@apply bg-white/5;}.custom-page-editor .ant-tabs-tab{@apply text-white/75;}.custom-page-editor .ant-tabs-tab-active{@apply text-white;}.custom-page-editor .ant-tabs-ink-bar{background:#667eea!important}.custom-page-form .ant-form-item-label>label{@apply text-white/95;}.custom-page-form .ant-input,.custom-page-form .ant-select-selector,.custom-page-form .ant-input-number,.custom-page-form .ant-input-affix-wrapper{@apply bg-white/10 border-white/20 text-white;}.custom-page-form .ant-input:focus,.custom-page-form .ant-select-focused .ant-select-selector,.custom-page-form .ant-input-number:focus,.custom-page-form .ant-input-affix-wrapper:focus{@apply border-blue-500 shadow-lg;box-shadow:0 0 0 2px #667eea33}.custom-page-form .ant-input::placeholder{@apply text-white/50;}.custom-page-form .ant-select-selection-placeholder{@apply text-white/50;}.custom-pagination .ant-pagination-item{@apply bg-white/10 border-white/20;}.custom-pagination .ant-pagination-item a{@apply text-white;}.custom-pagination .ant-pagination-item-active{@apply bg-blue-500 border-blue-500;}.custom-pagination .ant-pagination-prev .ant-pagination-item-link,.custom-pagination .ant-pagination-next .ant-pagination-item-link{@apply bg-white/10 border-white/20 text-white;}@media (max-width: 768px){.custom-page-content{@apply text-sm px-4;}.custom-page-content h1{@apply text-3xl;}.custom-page-content h2{@apply text-2xl;}.custom-page-content h3{@apply text-xl;}}.custom-page-content::-webkit-scrollbar{@apply w-1.5;}.custom-page-content::-webkit-scrollbar-track{@apply bg-white/10 rounded;}.custom-page-content::-webkit-scrollbar-thumb{@apply bg-white/30 rounded;}.custom-page-content::-webkit-scrollbar-thumb:hover{@apply bg-white/50;}@media (max-width: 640px){.hero-buttons-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;max-width:320px!important}.hero-button{height:45px!important;font-size:12px!important}}@media (max-width: 480px){.hero-buttons-grid{grid-template-columns:1fr!important;gap:12px!important;max-width:280px!important}}.mobile-drawer .ant-drawer-content{background:rgba(30,30,30,.95)!important;backdrop-filter:blur(15px)!important;-webkit-backdrop-filter:blur(15px)!important}.mobile-drawer .ant-drawer-header{background:transparent!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.mobile-drawer .ant-drawer-title{color:#fff!important}.mobile-drawer .ant-drawer-close{color:#fffc!important}.mobile-drawer .ant-drawer-close:hover{color:#fff!important}.mobile-drawer .ant-menu{background:transparent!important;border:none!important}.mobile-drawer .ant-menu-item{border-radius:8px!important;margin:4px 0!important;color:#ffffffe6!important}.mobile-drawer .ant-menu-item:hover{background-color:#ffffff1a!important;color:#fff!important}.mobile-drawer .ant-menu-item-icon{color:#fffc!important}.mobile-search-input{background:rgba(255,255,255,.1)!important;border:1px solid rgba(255,255,255,.3)!important;color:#fff!important}.mobile-search-input::placeholder{color:#fff9!important}.mobile-search-input:focus,.mobile-search-input.ant-input-focused{background:rgba(255,255,255,.15)!important;border-color:#ffffff80!important;box-shadow:0 0 0 2px #fff3!important}@media (max-width: 768px){.hero-section .ant-typography h1{font-size:clamp(1.75rem,8vw,3rem)!important;line-height:1.3!important;margin-bottom:16px!important}.hero-section .ant-typography-caption{font-size:clamp(.875rem,4vw,1.125rem)!important;line-height:1.5!important;margin-bottom:32px!important}}@media (max-width: 480px){.hero-section{padding-top:1rem!important;padding-bottom:1rem!important}.hero-section .ant-typography h1{font-size:clamp(1.5rem,10vw,2.5rem)!important;margin-bottom:12px!important}.hero-section .ant-typography-caption{font-size:clamp(.75rem,5vw,1rem)!important;margin-bottom:24px!important;padding:0 8px!important}}@media (max-width: 768px){.ant-card .ant-card-body{padding:16px!important}.ant-card .ant-typography h3{font-size:clamp(16px,4vw,20px)!important;margin-bottom:12px!important}}@media (max-width: 640px){.hero-section>div:last-child{padding-bottom:80px!important}}@media (max-width: 480px){.mobile-drawer .ant-drawer-content-wrapper{max-width:90vw!important}}@media (max-width: 768px){.ant-menu-horizontal{display:none!important}.ant-input-search{width:100%!important}.ant-space-compact{flex-wrap:wrap!important}.ant-btn{min-width:auto!important;padding:4px 8px!important}.ant-avatar{width:28px!important;height:28px!important}}@media (max-width: 768px){body,.hero-section{overflow-x:hidden!important}}@media (max-width: 768px){body{font-size:14px!important;line-height:1.5!important}.ant-typography{font-size:inherit!important}}@media (max-width: 768px){.hero-button,.ant-btn{min-height:44px!important;touch-action:manipulation!important}.ant-menu-item{min-height:44px!important;line-height:44px!important}}@media (max-width: 768px){.hero-section,.mobile-drawer .ant-drawer-body{padding-left:max(16px,env(safe-area-inset-left))!important;padding-right:max(16px,env(safe-area-inset-right))!important}}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;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}
