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}@tailwind base;@tailwind components;@tailwind utilities;.markdown-content{line-height:1.8;color:var(--text-glass-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;color:var(--text-glass-primary)}.markdown-content h1{font-size:2.25rem;border-bottom:var(--glass-border-subtle);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(--glass-bg-light);padding:.2rem .4rem;border-radius:var(--radius-xs);font-size:.875rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.markdown-content pre{background:var(--glass-bg-light);padding:1rem;border-radius:var(--radius-sm);overflow-x:auto;margin:1rem 0}.markdown-content pre code{background:none;padding:0}.markdown-content blockquote{border-left:4px solid var(--color-primary);padding-left:1rem;margin:1rem 0;font-style:italic;color:var(--text-glass-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(--radius-sm);margin:1rem 0}.markdown-content table{width:100%;border-collapse:collapse;margin:1rem 0}.markdown-content th,.markdown-content td{border:var(--glass-border-subtle);padding:.75rem;text-align:left}.markdown-content th{background:var(--glass-bg-light);font-weight:600}@media (max-width: 768px){.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}}.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;}@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;}}@layer components{.glass-editor[data-color-mode=dark]{@apply border border-white/20 bg-slate-900/40 rounded-xl shadow-lg;backdrop-filter:var(--glass-blur-sm);-webkit-backdrop-filter:var(--glass-blur-sm)}.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;}}
