code[class*=language-],pre[class*=language-]{color:#ccc;background:none;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#2d2d2d}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.block-comment,.token.prolog,.token.doctype,.token.cdata{color:#999}.token.punctuation{color:#ccc}.token.tag,.token.attr-name,.token.namespace,.token.deleted{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.number,.token.function{color:#f08d49}.token.property,.token.class-name,.token.constant,.token.symbol{color:#f8c555}.token.selector,.token.important,.token.atrule,.token.keyword,.token.builtin{color:#cc99cd}.token.string,.token.char,.token.attr-value,.token.regex,.token.variable{color:#7ec699}.token.operator,.token.entity,.token.url{color:#67cdcc}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}button,[role=button],input[type=submit],input[type=button]{-webkit-tap-highlight-color:rgba(0,0,0,.1);tap-highlight-color:rgba(0,0,0,.1)}input[type=text],input[type=email],input[type=password],textarea,select{font-size:16px}body{-webkit-overflow-scrolling:touch;overflow-scrolling:touch}@media (max-width: 768px){*{animation-duration:.3s!important;transition-duration:.3s!important}.content,.main-content,.questions-section,.question-details{-webkit-overflow-scrolling:touch;overflow-scrolling:touch}button:focus,[role=button]:focus,input:focus,select:focus,textarea:focus{outline:2px solid #667eea;outline-offset:2px}::selection{background-color:#667eea4d;color:#f1f5f9}.navbar-mobile,.code-block,.syntax-code-block,.code-pre,.output-pre,.complexity-table{-webkit-overflow-scrolling:touch;overflow-scrolling:touch}}body{background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e);min-height:100vh}.container{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#1e1e3f,#0f0f23);padding:1rem;display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;gap:1rem;border-bottom:2px solid #2d3748;box-shadow:0 4px 20px #00000080}.header-title{font-size:2.5rem;font-weight:700;color:#f1f5f9;text-shadow:2px 2px 4px rgba(0,0,0,.5);letter-spacing:-.02em}.header-icon{width:48px;height:48px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 15px #667eea4d}.navbar{background:#0f0f23f2;padding:.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-container{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.25rem;flex-wrap:wrap;max-width:1400px;margin:0 auto;position:relative}.navbar-mobile-toggle{display:none;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#e2e8f0;padding:.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease}.navbar-mobile-toggle:hover{background:#667eea33;border-color:#667eea66;color:#667eea}.navbar-desktop{display:flex;gap:.25rem;flex-wrap:wrap;justify-content:center}.navbar-topic{color:#e2e8f0;font-weight:500;cursor:pointer;padding:.5rem .875rem;border-radius:20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.8rem;white-space:nowrap;position:relative;overflow:hidden;display:flex;align-items:center;gap:.25rem}.navbar-topic:hover{background:#667eea26;border-color:#667eea4d;color:#667eea;transform:translateY(-1px);box-shadow:0 4px 12px #667eea33}.navbar-topic.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent;box-shadow:0 2px 8px #667eea4d;transform:translateY(-1px)}.navbar-topic-text{position:relative;z-index:2}.navbar-topic-indicator{width:4px;height:4px;background:currentColor;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.navbar-mobile{display:none;position:absolute;top:100%;left:0;right:0;background:#0f0f23fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-top:none;border-radius:0 0 12px 12px;padding:1rem;flex-direction:column;gap:.5rem;transform:translateY(-10px);opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar-mobile.open{transform:translateY(0);opacity:1;visibility:visible}.navbar-topic-mobile{color:#e2e8f0;font-weight:500;cursor:pointer;padding:.75rem 1rem;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;font-size:.9rem;display:flex;align-items:center;justify-content:space-between;position:relative}.navbar-topic-mobile:hover{background:#667eea26;border-color:#667eea4d;color:#667eea}.navbar-topic-mobile.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}@media (max-width: 1024px){.navbar-container{gap:.5rem}.navbar-topic{padding:.5rem 1rem;font-size:.8rem}}@media (max-width: 768px){.navbar-mobile-toggle{display:block}.navbar-desktop{display:none}.navbar-mobile{display:flex}.navbar-container{justify-content:space-between}}@media (max-width: 480px){.navbar{padding:.5rem}.navbar-topic{font-size:.75rem;padding:.4rem .75rem}}@media (max-width: 768px){.navbar-topic-mobile{min-height:48px;padding:1rem}.topic-card{min-height:120px}.command-card,.question-card{min-height:100px}body{font-size:16px;line-height:1.6}.section{margin-bottom:2rem}.code-block pre,.syntax-code-block{font-size:14px;line-height:1.5}.solve-button,.copy-btn,.expand-btn{min-height:44px;min-width:44px}.filter-select,.navbar-mobile-toggle{min-height:44px}.complexity-table{font-size:.9rem}.complexity-table th,.complexity-table td{padding:.75rem .5rem}.solid-principles,.http-methods-grid{grid-template-columns:1fr}.method-card{min-height:120px}.navbar-mobile{padding:1.5rem}.navbar-topic-mobile{font-size:1rem;padding:1rem 1.5rem}}@media (max-width: 480px){.navbar-topic-mobile{min-height:52px;padding:1.25rem}.topic-card{min-height:140px}.command-card,.question-card{min-height:120px}body{font-size:15px}.section{margin-bottom:1.5rem}.code-block pre,.syntax-code-block{font-size:13px;line-height:1.4}.solve-button,.copy-btn,.expand-btn{min-height:48px;min-width:48px}.filter-select,.navbar-mobile-toggle{min-height:48px}.complexity-table{font-size:.8rem}.complexity-table th,.complexity-table td{padding:.5rem .25rem}.navbar-mobile{padding:1rem}.navbar-topic-mobile{font-size:.95rem;padding:1rem}}@media (max-width: 768px){.header{padding:1rem .5rem;flex-direction:column;gap:.5rem}.header-title{font-size:2rem;text-align:center}.header-icon{width:40px;height:40px}.content{padding:1rem}.home-hero{padding:2rem 1rem;grid-template-columns:1fr;text-align:center;gap:1.5rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-stats{justify-content:center;flex-wrap:wrap;gap:1rem}.topics-grid{grid-template-columns:1fr;gap:1rem}.topic-card{padding:1.5rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.data-structures-container .content-wrapper{flex-direction:column}.data-structures-container .toc{width:100%;position:static;border-right:none;border-bottom:3px solid #2d3748;max-height:300px;overflow-y:auto}.data-structures-container .header h1{font-size:2.5rem}.data-structures-container .section{padding:1.5rem;margin-bottom:2rem}.data-structures-container .section h2{font-size:2rem}.algorithms-container .content-wrapper{flex-direction:column}.algorithms-container .toc{width:100%;position:static;border-right:none;border-bottom:3px solid #2d3748;max-height:300px;overflow-y:auto}.algorithms-container .header h1{font-size:2.5rem}.algorithms-container .section{padding:1.5rem;margin-bottom:2rem}.algorithms-container .section h2{font-size:2rem}.algorithms-container .sorting-algorithm{padding:1.5rem}.dynamic-programming-container .content-wrapper{flex-direction:column}.dynamic-programming-container .toc{width:100%;position:static;border-right:none;border-bottom:3px solid #2d3748;max-height:300px;overflow-y:auto}.dynamic-programming-container .header h1{font-size:2.5rem}.dynamic-programming-container .section{padding:1.5rem;margin-bottom:2rem}.dynamic-programming-container .section h2{font-size:2rem}.python-container .content-wrapper{flex-direction:column;margin:.5rem}.python-container .toc{width:100%;position:static;border-right:none;border-bottom:3px solid #2d3748;max-height:300px;overflow-y:auto}.python-container .header h1{font-size:2.5rem}.python-container .section{padding:1.5rem;margin-bottom:2rem}.python-container .section h2{font-size:1.5rem}.networking{padding:1rem}.networking-title{font-size:2rem;flex-direction:column;gap:.5rem}.pdf-links{flex-direction:column;align-items:center}.pdf-link{min-width:100%;max-width:100%}.flow-diagram{flex-direction:column;align-items:center}.flow-step{min-width:100%;max-width:100%}.examples-grid,.protocols-grid,.protocols-overview{grid-template-columns:1fr}.shell-bash{padding:1rem}.shell-bash-title{font-size:2rem;flex-direction:column;gap:.5rem}.commands-grid,.topics-grid{grid-template-columns:1fr}.topic-details{padding:1.5rem}.code-block-container{margin:1rem 0}.code-block-header{padding:1rem;flex-direction:column;gap:1rem;align-items:flex-start}.code-block-actions{width:100%;justify-content:space-between}.code-pre,.output-pre{padding:1rem;font-size:.8rem}.syntax-code-block-container{margin:1rem 0}.syntax-code-block-header{padding:.75rem 1rem;flex-direction:column;gap:.75rem;align-items:flex-start}.syntax-code-block-actions{width:100%;justify-content:space-between}.syntax-code-block,.syntax-output-block{padding:1rem;font-size:.8rem}.leetcode-container{padding:1rem}.leetcode-title{font-size:2rem;flex-direction:column;gap:.5rem}.leetcode-content{grid-template-columns:1fr;gap:1rem}.topic-content{grid-template-columns:1fr}.questions-section{border-right:none;border-bottom:1px solid #2d3748}.leetcode-sidebar{max-height:400px}.git-container{padding:1rem}.git-container h1{font-size:2rem}.git-tabs{flex-wrap:wrap;gap:.5rem}.commands-grid,.commit-types-grid,.examples-grid{grid-template-columns:1fr}}@media (max-width: 480px){.header{padding:.75rem .5rem}.header-title{font-size:1.75rem}.header-icon{width:36px;height:36px}.content{padding:.75rem}.home-hero{padding:1.5rem .75rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-stats{flex-direction:column;gap:.75rem}.topics-grid{gap:.75rem}.topic-card{padding:1.25rem}.topic-name{font-size:1.25rem}.features-grid{gap:1rem}.feature-card{padding:1.5rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:.95rem}.data-structures-container .header h1{font-size:2rem}.data-structures-container .section{padding:1rem}.data-structures-container .section h2{font-size:1.75rem}.algorithms-container .header h1{font-size:2rem}.algorithms-container .section{padding:1rem}.algorithms-container .section h2{font-size:1.75rem}.algorithms-container .sorting-algorithm{padding:1rem}.dynamic-programming-container .header h1{font-size:2rem}.dynamic-programming-container .section{padding:1rem}.dynamic-programming-container .section h2{font-size:1.75rem}.python-container .header h1{font-size:2rem}.python-container .section{padding:1rem}.python-container .section h2{font-size:1.25rem}.networking-title,.shell-bash-title,.leetcode-title,.git-container h1{font-size:1.75rem}.code-pre,.output-pre,.syntax-code-block,.syntax-output-block{padding:.75rem;font-size:.75rem}}@media (min-width: 769px) and (max-width: 1024px){.header{padding:1.5rem 1rem}.header-title{font-size:2.25rem}.content{padding:1.5rem}.home-hero{padding:3rem 2rem}.hero-title{font-size:3rem}.topics-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.data-structures-container .toc{width:250px}.data-structures-container .header h1{font-size:2.75rem}.algorithms-container .toc{width:250px}.algorithms-container .header h1{font-size:2.75rem}.dynamic-programming-container .toc{width:250px}.dynamic-programming-container .header h1{font-size:2.75rem}.python-container .toc{width:250px}.python-container .header h1{font-size:2.75rem}.networking-title{font-size:2.25rem}.pdf-links{flex-wrap:wrap;justify-content:center}.pdf-link{min-width:300px;max-width:45%}.examples-grid,.protocols-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.protocols-overview{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.shell-bash-title{font-size:2.25rem}.topics-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.leetcode-title{font-size:2.5rem}.leetcode-content{grid-template-columns:300px 1fr}.topic-content{grid-template-columns:1fr 350px}.git-container h1{font-size:2.25rem}.commands-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.commit-types-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.examples-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.navbar-loading{background:#0f0f23f2;padding:.5rem 1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#e2e8f0;border-bottom:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.8rem}.navbar-loading-spinner{width:16px;height:16px;border:2px solid rgba(102,126,234,.3);border-top:2px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}.navbar-error{background:#0f0f23f2;padding:.5rem 1rem;display:flex;align-items:center;justify-content:center;color:#ff6b6b;border-bottom:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.8rem}.content{width:100%;max-width:100%;padding:2rem;background:linear-gradient(135deg,#1a1a2e,#16213e);margin:0;min-height:100vh;border-top:1px solid #2d3748}.clean-code-container{padding:0;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#e2e8f0;min-height:100vh}.hero-section{background:linear-gradient(135deg,#0f0f23,#1e1e3f);padding:2rem;text-align:center;border-bottom:2px solid #2d3748}.hero-content{max-width:800px;margin:0 auto}.hero-icon{width:64px;height:64px;margin:0 auto 1rem;color:#667eea}.hero-section h1{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-section p{font-size:1.25rem;color:#94a3b8;font-weight:400}.data-structures-container{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#e2e8f0}.data-structures-container .header{background:linear-gradient(135deg,#0f0f23,#1e1e3f);padding:2rem;text-align:center;border-bottom:2px solid #2d3748;box-shadow:0 4px 20px #00000080}.data-structures-container .header h1{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.data-structures-container .header p{font-size:1.25rem;color:#94a3b8;font-weight:400}.data-structures-container .content-wrapper{display:flex;max-width:1400px;margin:0 auto}.data-structures-container .toc{width:300px;background:linear-gradient(135deg,#1a1a2e,#16213e);border-right:3px solid #2d3748;padding:2rem;position:sticky;top:0;height:fit-content;max-height:100vh;overflow-y:auto;border:1px solid #2d3748;box-shadow:0 4px 20px #0000004d}.data-structures-container .toc h2{color:#f1f5f9;margin-bottom:1.5rem;font-size:1.5rem;border-bottom:2px solid #2d3748;padding-bottom:.5rem}.data-structures-container .toc ul{list-style:none}.data-structures-container .toc li{margin-bottom:.8rem}.data-structures-container .toc a{color:#94a3b8;text-decoration:none;display:block;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;border-left:4px solid transparent;font-weight:500;cursor:pointer}.data-structures-container .toc a:hover{background:#667eea1a;color:#667eea;border-left-color:#667eea;transform:translate(5px)}.data-structures-container .toc a.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-left-color:#667eea}.data-structures-container .main-content{flex:1;padding:2rem;overflow-x:auto}.data-structures-container .section{margin-bottom:4rem;padding:2rem;background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:12px;box-shadow:0 4px 20px #0000004d;border-left:5px solid #2d3748;border:1px solid #2d3748;transition:transform .3s ease}.data-structures-container .section:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0006}.data-structures-container .section h2{color:#f1f5f9;margin-bottom:1rem;font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.data-structures-container .section p{color:#94a3b8;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}@media (max-width: 768px){.data-structures-container .content-wrapper{flex-direction:column}.data-structures-container .toc{width:100%;position:static;border-right:none;border-bottom:3px solid #2d3748}.data-structures-container .header h1{font-size:2.5rem}}.algorithms-container{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#e2e8f0}.algorithms-container .header{background:linear-gradient(135deg,#0f0f23,#1e1e3f);padding:2rem;text-align:center;border-bottom:2px solid #2d3748;box-shadow:0 4px 20px #00000080}.algorithms-container .header h1{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.algorithms-container .header p{font-size:1.25rem;color:#94a3b8;font-weight:400}.algorithms-container .content-wrapper{display:flex;max-width:1400px;margin:0 auto}.algorithms-container .toc{width:300px;background:linear-gradient(135deg,#1a1a2e,#16213e);border-right:3px solid #2d3748;padding:2rem;position:sticky;top:0;height:fit-content;max-height:100vh;overflow-y:auto;border:1px solid #2d3748;box-shadow:0 4px 20px #0000004d}.algorithms-container .toc h2{color:#f1f5f9;margin-bottom:1.5rem;font-size:1.5rem;border-bottom:2px solid #2d3748;padding-bottom:.5rem}.algorithms-container .toc ul{list-style:none}.algorithms-container .toc li{margin-bottom:.8rem}.algorithms-container .toc a{color:#94a3b8;text-decoration:none;display:block;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;border-left:4px solid transparent;font-weight:500;cursor:pointer}.algorithms-container .toc a:hover{background:#667eea1a;color:#667eea;border-left-color:#667eea;transform:translate(5px)}.algorithms-container .toc a.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-left-color:#667eea}.algorithms-container .main-content{flex:1;padding:2rem;overflow-x:auto}.algorithms-container .section{margin-bottom:4rem;padding:2rem;background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:12px;box-shadow:0 4px 20px #0000004d;border-left:5px solid #2d3748;border:1px solid #2d3748;transition:transform .3s ease}.algorithms-container .section:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0006}.algorithms-container .section h2{color:#f1f5f9;margin-bottom:1rem;font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.algorithms-container .section p{color:#94a3b8;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.algorithms-container .concept-explanation{background:#667eea1a;border-radius:8px;padding:1.5rem;margin:1.5rem 0;border-left:4px solid #667eea}.algorithms-container .concept-explanation h3{color:#f1f5f9;margin-bottom:1rem;font-size:1.3rem}.algorithms-container .concept-explanation ul{color:#e2e8f0;line-height:1.6}.algorithms-container .concept-explanation li{margin-bottom:.5rem}.algorithms-container .complexity-table{margin:2rem 0;overflow-x:auto}.algorithms-container .complexity-table table{width:100%;border-collapse:collapse;background:#0003;border-radius:8px;overflow:hidden}.algorithms-container .complexity-table th,.algorithms-container .complexity-table td{padding:1rem;text-align:left;border-bottom:1px solid #2d3748}.algorithms-container .complexity-table th{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600}.algorithms-container .complexity-table td{color:#e2e8f0}.algorithms-container .complexity-table tr:hover{background:#667eea1a}.algorithms-container .sorting-overview{margin-bottom:2rem}.algorithms-container .sorting-algorithm{margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,#1e1e3f,#0f0f23);border-radius:12px;border:1px solid #2d3748;box-shadow:0 4px 20px #0000004d;transition:transform .3s ease}.algorithms-container .sorting-algorithm:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0006}.algorithms-container .sorting-algorithm h3{color:#f1f5f9;font-size:1.8rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.algorithms-container .sorting-algorithm>p{color:#94a3b8;font-size:1rem;margin-bottom:1.5rem;font-weight:500}.algorithms-container .sorting-algorithm .concept-explanation{background:#667eea1a;border-radius:8px;padding:1.5rem;margin:1.5rem 0;border-left:4px solid #667eea}.algorithms-container .sorting-algorithm .concept-explanation h3{color:#f1f5f9;margin-bottom:1rem;font-size:1.3rem;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset}.algorithms-container .sorting-algorithm .concept-explanation p{color:#e2e8f0;line-height:1.6;margin-bottom:1rem}.algorithms-container .sorting-algorithm .concept-explanation ul{color:#e2e8f0;line-height:1.6;margin:0;padding-left:1.5rem}.algorithms-container .sorting-algorithm .concept-explanation li{margin-bottom:.5rem}.algorithms-container .sorting-algorithm .concept-explanation a{color:#667eea;text-decoration:underline;transition:color .3s ease}.algorithms-container .sorting-algorithm .concept-explanation a:hover{color:#764ba2}@media (max-width: 768px){.algorithms-container .content-wrapper{flex-direction:column}.algorithms-container .toc{width:100%;position:static;border-right:none;border-bottom:3px solid #2d3748}.algorithms-container .header h1{font-size:2.5rem}.algorithms-container .sorting-algorithm{padding:1.5rem}}.dynamic-programming-container{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#e2e8f0}.dynamic-programming-container .header{background:linear-gradient(135deg,#0f0f23,#1e1e3f);padding:2rem;text-align:center;border-bottom:2px solid #2d3748;box-shadow:0 4px 20px #00000080}.dynamic-programming-container .header h1{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dynamic-programming-container .header p{font-size:1.25rem;color:#94a3b8;font-weight:400}.dynamic-programming-container .content-wrapper{display:flex;max-width:1400px;margin:0 auto}.dynamic-programming-container .toc{width:300px;background:linear-gradient(135deg,#1a1a2e,#16213e);border-right:3px solid #2d3748;padding:2rem;position:sticky;top:0;height:fit-content;max-height:100vh;overflow-y:auto;border:1px solid #2d3748;box-shadow:0 4px 20px #0000004d}.dynamic-programming-container .toc h2{color:#f1f5f9;margin-bottom:1.5rem;font-size:1.5rem;border-bottom:2px solid #2d3748;padding-bottom:.5rem}.dynamic-programming-container .toc ul{list-style:none}.dynamic-programming-container .toc li{margin-bottom:.8rem}.dynamic-programming-container .toc a{color:#94a3b8;text-decoration:none;display:block;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;border-left:4px solid transparent;font-weight:500;cursor:pointer}.dynamic-programming-container .toc a:hover{background:#667eea1a;color:#667eea;border-left-color:#667eea;transform:translate(5px)}.dynamic-programming-container .toc a.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-left-color:#667eea}.dynamic-programming-container .main-content{flex:1;padding:2rem;overflow-x:auto}.dynamic-programming-container .section{margin-bottom:4rem;padding:2rem;background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:12px;box-shadow:0 4px 20px #0000004d;border-left:5px solid #2d3748;border:1px solid #2d3748;transition:transform .3s ease}.dynamic-programming-container .section:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0006}.dynamic-programming-container .section h2{color:#f1f5f9;margin-bottom:1rem;font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dynamic-programming-container .section p{color:#94a3b8;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.dynamic-programming-container .concept-explanation{background:#667eea1a;border-radius:8px;padding:1.5rem;margin:1.5rem 0;border-left:4px solid #667eea}.dynamic-programming-container .concept-explanation h3{color:#f1f5f9;margin-bottom:1rem;font-size:1.3rem}.dynamic-programming-container .concept-explanation ul{color:#e2e8f0;line-height:1.6}.dynamic-programming-container .concept-explanation li{margin-bottom:.5rem}@media (max-width: 768px){.dynamic-programming-container .content-wrapper{flex-direction:column}.dynamic-programming-container .toc{width:100%;position:static;border-right:none;border-bottom:3px solid #2d3748}.dynamic-programming-container .header h1{font-size:2.5rem}}.content-grid{max-width:1200px;margin:0 auto;padding:2rem;display:grid;gap:2rem}.principle-card{background:#1e293bcc;border-radius:20px;border:2px solid;overflow:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.principle-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000004d}.principle-card.solid{border-color:#3b82f6}.principle-card.dry{border-color:#10b981}.principle-card.kiss{border-color:#f59e0b}.principle-card.yagni{border-color:#ef4444}.principle-card.names{border-color:#8b5cf6}.principle-card.functions{border-color:#06b6d4}.principle-header{display:flex;align-items:center;padding:1.5rem;cursor:pointer;transition:all .3s ease}.principle-header:hover{background:#ffffff0d}.principle-icon{margin-right:1rem;padding:.75rem;border-radius:12px;background:#ffffff1a;color:inherit}.principle-title{flex:1}.principle-title h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#f1f5f9}.principle-title p{color:#94a3b8;font-size:1rem}.expand-btn{background:none;border:none;color:#94a3b8;font-size:1.5rem;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.expand-btn:hover{background:#ffffff1a;color:#f1f5f9}.principle-content{padding:1rem 1.5rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);margin-top:1rem}.principle-explanation{margin-bottom:2rem}.principle-explanation p{color:#cbd5e1;font-size:1.1rem;line-height:1.6;margin-bottom:1rem}.principle-explanation ul{list-style:none;padding:0}.principle-explanation li{color:#94a3b8;position:relative;padding:.5rem 0 .5rem 1.5rem}.principle-explanation li:before{content:"→";position:absolute;left:0;color:#667eea;font-weight:700}.solid-principles{display:grid;gap:1rem;margin-bottom:2rem}.solid-item{display:flex;align-items:center;padding:1rem;background:#ffffff0d;border-radius:10px;transition:all .3s ease}.solid-item:hover{background:#ffffff1a}.solid-letter{width:50px;height:50px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:#fff;margin-right:1rem;flex-shrink:0}.solid-content h4{color:#f1f5f9;margin-bottom:.25rem;font-size:1.1rem}.solid-content p{color:#94a3b8;font-size:.9rem;margin:0}.code-comparison{background:#0006;border-radius:15px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.code-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#0009;border-bottom:1px solid rgba(255,255,255,.1)}.code-header h4{color:#f1f5f9;margin:0;font-size:1.1rem}.toggle-buttons{display:flex;gap:.5rem}.toggle-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:#94a3b8;cursor:pointer;transition:all .3s ease;font-size:.9rem}.toggle-btn.active{background:#ffffff1a;color:#f1f5f9;border-color:#ffffff4d}.toggle-btn:hover:not(.active){background:#ffffff14}.code-content{position:relative;overflow:hidden}.code-block{margin:0;padding:1.5rem;background:#0d1117;color:#e6edf3;font-family:Fira Code,Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;line-height:1.6;overflow-x:auto;white-space:pre;transition:all .3s ease;border-radius:8px;border:1px solid #30363d;box-shadow:0 4px 15px #0000004d}.code-block.good{background:#0d1117;border-left:4px solid #10b981;border:1px solid #30363d}.code-block.bad{background:#0d1117;border-left:4px solid #ef4444;border:1px solid #30363d}.code-block code{color:#e6edf3;background:transparent;font-family:Fira Code,Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;line-height:1.6}.navbar-topic.active{color:#667eea;background:#667eea1a;padding:.5rem 1rem;border-radius:8px}.principle-card.rotations{border-color:#f59e0b}.principle-card.performance{border-color:#8b5cf6}.principle-card.usage{border-color:#06b6d4}.principle-card.uniform-interface{border-color:#3b82f6}.principle-card.statelessness{border-color:#10b981}.principle-card.layered-system{border-color:#f59e0b}.principle-card.cacheability{border-color:#8b5cf6}.principle-card.code-on-demand{border-color:#ef4444}.http-methods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin:2rem 0}.method-card{background:#1e293bcc;border-radius:16px;border:2px solid;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 15px #0003}.method-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000004d}.method-header{display:flex;align-items:center;padding:1.25rem;background:linear-gradient(135deg,#ffffff0d,#ffffff05);border-bottom:1px solid rgba(255,255,255,.1)}.method-icon{font-size:1.5rem;margin-right:1rem;padding:.5rem;border-radius:8px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;min-width:3rem;height:3rem}.method-title{flex:1}.method-title h4{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:#f1f5f9}.method-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.method-badge.safe{background:#10b98133;color:#10b981;border:1px solid rgba(16,185,129,.3)}.method-badge.create{background:#3b82f633;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.method-badge.update{background:#f59e0b33;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.method-badge.partial{background:#8b5cf633;color:#8b5cf6;border:1px solid rgba(139,92,246,.3)}.method-badge.remove{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.method-content{padding:1.25rem}.method-content p{color:#cbd5e1;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.method-content ul{list-style:none;padding:0;margin-bottom:1.5rem}.method-content li{color:#94a3b8;position:relative;padding:.5rem 0 .5rem 1.5rem;font-size:.9rem;line-height:1.5}.method-content li:before{content:"→";position:absolute;left:0;color:#667eea;font-weight:700;font-size:.9rem}.method-card.get-method{border-color:#10b981}.method-card.post-method{border-color:#3b82f6}.method-card.put-method{border-color:#f59e0b}.method-card.patch-method{border-color:#8b5cf6}.method-card.delete-method{border-color:#ef4444}.code-block.tree{background:#10b9810d;border-left:4px solid #10b981;font-family:Monaco,Menlo,monospace;font-size:.85rem;line-height:1.4}@media (max-width: 1024px){.solid-principles{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.hero-section h1{font-size:2.5rem}}.home{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e)}.home-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:#e2e8f0}.loading-spinner{width:50px;height:50px;border:3px solid rgba(102,126,234,.3);border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-hero{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center;padding:4rem 2rem;background:linear-gradient(135deg,#0f0f23,#1e1e3f);border-bottom:2px solid #2d3748;margin:-2rem -2rem 2rem}.hero-content{max-width:600px}.hero-title{font-size:3.5rem;font-weight:800;color:#f1f5f9;margin-bottom:1rem;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.highlight{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.6}.hero-stats{display:flex;gap:2rem}.stat{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-number{font-size:2rem;font-weight:700;color:#667eea;margin-bottom:.25rem}.stat-label{font-size:.875rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.hero-visual{display:flex;align-items:center;justify-content:center}.hero-icon{color:#667eea;opacity:.8}.topics-section{padding:2rem 0;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;color:#f1f5f9;text-align:center;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.section-subtitle{font-size:1.125rem;color:#cbd5e1;text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.topics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.topic-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.topic-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#667eea1a,#764ba21a);opacity:0;transition:opacity .3s ease}.topic-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000004d;border-color:#667eea4d}.topic-card:hover:before{opacity:1}.topic-card:hover .topic-arrow{transform:translate(8px);color:#667eea}.topic-icon{width:64px;height:64px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1.5rem;position:relative;z-index:1}.topic-name{font-size:1.5rem;font-weight:600;color:#f1f5f9;margin-bottom:1rem;position:relative;z-index:1}.topic-arrow{position:absolute;top:1.5rem;right:1.5rem;font-size:1.5rem;color:#94a3b8;transition:all .3s ease;position:relative;z-index:1}.features-section{padding:3rem 0;margin-bottom:3rem;background:#0f0f234d;border-radius:20px;margin:0 2rem 3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto;padding:0 2rem}.feature-card{text-align:center;padding:2rem}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 1.5rem;font-size:1.5rem}.feature-card h3{font-size:1.25rem;font-weight:600;color:#f1f5f9;margin-bottom:1rem}.feature-card p{color:#cbd5e1;line-height:1.6}.home-footer{text-align:center;padding:3rem 2rem;border-top:1px solid rgba(255,255,255,.1);margin-top:2rem}.home-footer p{color:#94a3b8;margin-bottom:.5rem}.home-footer strong{color:#667eea}@media (max-width: 1024px){.home-hero{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-stats{justify-content:center}.topics-grid,.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.networking{max-width:1200px;margin:0 auto;padding:2rem;color:#e2e8f0}.networking-header{text-align:center;margin-bottom:3rem}.networking-title{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title-icon{color:#667eea}.networking-subtitle{font-size:1.2rem;color:#94a3b8;max-width:600px;margin:0 auto;line-height:1.6}.pdf-resources{margin:2rem 0;text-align:center}.pdf-resources h3{font-size:1.5rem;color:#e2e8f0;margin-bottom:1.5rem;font-weight:600}.pdf-links{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;max-width:800px;margin:0 auto}.pdf-link{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#1e293b,#334155);border:1px solid #475569;border-radius:12px;text-decoration:none;color:#e2e8f0;transition:all .3s ease;box-shadow:0 4px 15px #0003;min-width:280px}.pdf-link:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d;border-color:#667eea;background:linear-gradient(135deg,#334155,#475569)}.pdf-link svg:first-child{color:#ef4444;flex-shrink:0}.pdf-link svg:last-child{color:#94a3b8;flex-shrink:0}.pdf-info{display:flex;flex-direction:column;gap:.25rem;flex:1;text-align:left}.pdf-title{font-weight:600;font-size:1rem;color:#f1f5f9}.pdf-description{font-size:.875rem;color:#94a3b8;line-height:1.4}.model-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;background:linear-gradient(135deg,#1a1a2e,#16213e);padding:.5rem;border-radius:12px;box-shadow:0 4px 20px #00000080;border:1px solid #2d3748}.model-tab{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;border:none;background:transparent;color:#94a3b8;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500;font-size:1rem}.model-tab:hover{background:linear-gradient(135deg,#0f0f23,#1e1e3f);color:#e2e8f0}.model-tab.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.model-description{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:2rem;border-radius:12px;margin-bottom:3rem;box-shadow:0 4px 20px #00000080;border:1px solid #2d3748}.description-content h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#e2e8f0}.description-content p{font-size:1.1rem;line-height:1.7;color:#94a3b8;margin-bottom:1.5rem}.model-benefits{display:flex;gap:2rem;flex-wrap:wrap}.benefit{display:flex;align-items:center;gap:.5rem;color:#10b981;font-weight:500}.model-visual{margin-bottom:3rem}.model-visual h3{font-size:1.8rem;font-weight:600;margin-bottom:2rem;text-align:center;color:#e2e8f0}.layers-row{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.layer-card-compact{background:linear-gradient(135deg,#1a1a2e,#16213e);border:2px solid #2d3748;border-radius:12px;padding:1rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;min-width:120px;text-align:center;box-shadow:0 4px 15px #0000004d}.layer-card-compact:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:var(--layer-color);transition:height .3s ease}.layer-card-compact:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000080;border-color:var(--layer-color)}.layer-card-compact:hover:before{height:6px}.layer-card-compact.selected{border-color:var(--layer-color);box-shadow:0 8px 25px #00000080;transform:translateY(-3px);background:linear-gradient(135deg,#0f0f23,#1e1e3f)}.layer-card-compact.selected:before{height:6px}.layer-icon-compact{color:var(--layer-color);margin-bottom:.5rem;display:flex;justify-content:center}.layer-info-compact{display:flex;flex-direction:column;align-items:center;gap:.25rem}.layer-number-compact{font-size:.8rem;font-weight:600;color:var(--layer-color);text-transform:uppercase;letter-spacing:.5px}.layer-name-compact{font-size:.9rem;font-weight:600;margin:0;color:#e2e8f0;text-align:center}.layer-details{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:12px;padding:2rem;margin-bottom:3rem;box-shadow:0 4px 20px #00000080;border:1px solid #2d3748;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.layer-details-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #2d3748}.details-icon{color:var(--layer-color);flex-shrink:0}.layer-details-header h3{font-size:1.8rem;font-weight:600;margin:0 0 .5rem;color:#e2e8f0}.examples-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.example-card{background:linear-gradient(135deg,#0f0f23,#1e1e3f);border:1px solid #2d3748;border-radius:8px;padding:1.5rem;display:flex;align-items:flex-start;gap:1rem;transition:all .3s ease;box-shadow:0 2px 10px #0000004d}.example-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000080;border-color:var(--layer-color)}.example-number{background:var(--layer-color);color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;flex-shrink:0}.example-text{color:#94a3b8;line-height:1.6;margin:0}.protocols-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.protocol-card{background:linear-gradient(135deg,#0f0f23,#1e1e3f);border:1px solid #2d3748;border-radius:12px;padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 2px 10px #0000004d}.protocol-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--layer-color),#667eea)}.protocol-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000080;border-color:var(--layer-color)}.protocol-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.protocol-name{font-size:1.2rem;font-weight:600;margin:0;color:#e2e8f0}.protocol-badge{background:var(--layer-color);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.protocol-description{color:#94a3b8;line-height:1.6;margin-bottom:1rem}.protocol-example{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:1rem;border-radius:8px;border-left:4px solid var(--layer-color);font-size:.95rem;line-height:1.5;border:1px solid #2d3748}.protocol-example strong{color:#e2e8f0}.data-flow{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:12px;padding:2rem;margin-bottom:3rem;box-shadow:0 4px 20px #00000080;border:1px solid #2d3748}.data-flow h3{font-size:1.8rem;font-weight:600;margin-bottom:2rem;text-align:center;color:#e2e8f0}.flow-diagram{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;max-width:1000px;margin:0 auto}.flow-step{background:linear-gradient(135deg,#0f0f23,#1e1e3f);border:2px solid #2d3748;border-radius:12px;padding:1.5rem;text-align:center;min-width:150px;transition:all .3s ease;position:relative;box-shadow:0 2px 10px #0000004d}.flow-step:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000080;border-color:#667eea}.step-number{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;margin:0 auto 1rem}.step-content h4{font-size:1.1rem;font-weight:600;margin:0 0 .5rem;color:#e2e8f0}.step-content p{font-size:.9rem;color:#94a3b8;line-height:1.5;margin:0}.flow-arrow{color:#667eea;flex-shrink:0}.protocols-summary{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000080;border:1px solid #2d3748}.protocols-summary h3{font-size:1.8rem;font-weight:600;margin-bottom:2rem;text-align:center;color:#e2e8f0}.protocols-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.protocol-category{background:linear-gradient(135deg,#0f0f23,#1e1e3f);border:1px solid #2d3748;border-radius:12px;padding:1.5rem;transition:all .3s ease;box-shadow:0 2px 10px #0000004d}.protocol-category:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000080;border-color:#667eea}.protocol-category h4{font-size:1.2rem;font-weight:600;margin:0 0 1rem;color:#e2e8f0;text-align:center}.protocol-list{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.protocol-tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease}.protocol-tag:hover{transform:scale(1.05);box-shadow:0 4px 12px #667eea4d}@media (max-width: 1024px){.networking{padding:1.5rem}.networking-title{font-size:2.2rem}.pdf-links{flex-wrap:wrap;justify-content:center}.pdf-link{min-width:250px}.flow-diagram{flex-wrap:wrap}.examples-grid,.protocols-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.protocols-overview{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.shell-bash{max-width:1200px;margin:0 auto;padding:2rem;color:#e2e8f0;overflow-x:hidden;width:100%;box-sizing:border-box}.shell-bash-header{text-align:center;margin-bottom:3rem}.shell-bash-title{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#e2e8f0}.shell-bash-subtitle{font-size:1.2rem;color:#94a3b8;max-width:600px;margin:0 auto;line-height:1.6}.shell-bash-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;border-bottom:2px solid #2d3748;padding-bottom:0}.tab-button{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:transparent;border:none;color:#94a3b8;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease;border-bottom:3px solid transparent;border-radius:8px 8px 0 0}.tab-button:hover{color:#e2e8f0;background:#2d37484d}.tab-button.active{color:#4ecdc4;border-bottom-color:#4ecdc4;background:#4ecdc41a}.general-section{margin-bottom:3rem}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#e2e8f0}.section-header p{font-size:1.1rem;color:#94a3b8;max-width:600px;margin:0 auto;line-height:1.6}.commands-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-bottom:3rem}.command-card{background:linear-gradient(135deg,#0f0f23,#1e1e3f);border:1px solid #2d3748;border-radius:12px;padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden}.command-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d;border-color:#4ecdc4}.command-header{margin-bottom:1rem}.command-text{background:#0a0a0a;color:#4ecdc4;padding:.5rem 1rem;border-radius:6px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:1rem;font-weight:600;border:1px solid #2d3748;display:inline-block}.command-description{font-size:1.1rem;font-weight:600;color:#e2e8f0;margin-bottom:.75rem}.command-example{margin-bottom:.75rem;font-size:.95rem;color:#94a3b8}.command-example code{background:#1a1a2e;color:#4ecdc4;padding:.25rem .5rem;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem}.command-explanation{font-size:.9rem;color:#94a3b8;line-height:1.5}.topics-section{margin-bottom:3rem}.topics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem}.topic-card{background:linear-gradient(135deg,#0f0f23,#1e1e3f);border:1px solid #2d3748;border-radius:12px;padding:2rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.topic-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0006;border-color:#4ecdc4}.topic-icon{width:60px;height:60px;background:linear-gradient(135deg,#4ecdc4,#44a08d);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff}.topic-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#e2e8f0}.topic-card p{color:#94a3b8;line-height:1.6;margin-bottom:1.5rem}.topic-arrow{position:absolute;top:1.5rem;right:1.5rem;font-size:1.5rem;color:#4ecdc4;transition:transform .3s ease}.topic-details-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #2d3748}.topic-details-icon{width:60px;height:60px;background:linear-gradient(135deg,#4ecdc4,#44a08d);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.topic-details-header p{color:#94a3b8;line-height:1.6;margin:0}.topic-content{display:grid;gap:2rem}.key-points,.best-practices,.use-cases{background:#2d37484d;padding:1.5rem;border-radius:8px;border:1px solid #2d3748}.key-points h4,.best-practices h4,.use-cases h4{font-size:1.3rem;font-weight:600;margin:0 0 1rem;color:#e2e8f0}.key-points ul,.best-practices ul,.use-cases ul{list-style:none;padding:0;margin:0}.key-points li,.best-practices li,.use-cases li{color:#94a3b8;line-height:1.6;position:relative;padding:.5rem 0 .5rem 1.5rem}.key-points li:before,.best-practices li:before,.use-cases li:before{content:"•";color:#4ecdc4;font-weight:700;position:absolute;left:0}.commands-section{background:#2d37484d;padding:1.5rem;border-radius:8px;border:1px solid #2d3748}.commands-section h4{font-size:1.3rem;font-weight:600;margin:0 0 1.5rem;color:#e2e8f0}.commands-list{display:flex;flex-direction:column;gap:1.5rem}.command-item{background:linear-gradient(135deg,#0f0f23,#1e1e3f);border:1px solid #2d3748;border-radius:8px;padding:1.5rem;transition:all .3s ease}.command-item:hover{border-color:#4ecdc4;box-shadow:0 4px 15px #0003}@media (max-width: 1024px){.shell-bash{padding:1.5rem}.shell-bash-title{font-size:2.2rem}.commands-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.topics-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.topic-details{padding:1.5rem}}.code-block-container{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:16px;border:1px solid #2d3748;box-shadow:0 8px 32px #0000004d;overflow:hidden;margin:1.5rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.code-block-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#ffffff0d;border-bottom:1px solid #2d3748;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.code-block-title{display:flex;align-items:center;gap:1rem}.code-block-title h3{color:#f1f5f9;font-size:1.25rem;font-weight:600;margin:0}.language-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #667eea4d}.code-block-actions{display:flex;align-items:center;gap:1rem}.tab-switcher{display:flex;background:#ffffff0d;border-radius:8px;padding:.25rem;border:1px solid rgba(255,255,255,.1)}.tab-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:none;border-radius:6px;color:#94a3b8;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.tab-button:hover{color:#e2e8f0;background:#ffffff1a}.code-block-content{position:relative;overflow:hidden}.code-pre,.output-pre{margin:0;padding:2rem;background:#0a0a0a;overflow-x:auto;font-family:Fira Code,Monaco,Consolas,Ubuntu Mono,monospace;font-size:.95rem;line-height:1.6;color:#e6edf3;white-space:pre-wrap;word-wrap:break-word;max-height:500px;overflow-y:auto}.output-pre{background:#0d1117;border-top:1px solid #2d3748}.output-code{color:#22d3ee;font-family:Fira Code,Monaco,Consolas,Ubuntu Mono,monospace}.code-block-content .token.comment,.code-block-content .token.prolog,.code-block-content .token.doctype,.code-block-content .token.cdata{color:#7d8590;font-style:italic}.code-block-content .token.punctuation{color:#e6edf3}.code-block-content .token.property,.code-block-content .token.tag,.code-block-content .token.boolean,.code-block-content .token.number,.code-block-content .token.constant,.code-block-content .token.symbol,.code-block-content .token.deleted{color:#79c0ff}.code-block-content .token.selector,.code-block-content .token.attr-name,.code-block-content .token.string,.code-block-content .token.char,.code-block-content .token.builtin,.code-block-content .token.inserted{color:#a5d6ff}.code-block-content .token.operator,.code-block-content .token.entity,.code-block-content .token.url,.code-block-content .language-css .token.string,.code-block-content .style .token.string{color:#ff7b72}.code-block-content .token.atrule,.code-block-content .token.attr-value,.code-block-content .token.function,.code-block-content .token.class-name{color:#d2a8ff}.code-block-content .token.keyword{color:#ff7b72;font-weight:600}.code-block-content .token.regex,.code-block-content .token.important,.code-block-content .token.variable{color:#fbbf24}@media (max-width: 1024px){.code-block-header{padding:1.25rem 1.75rem}.code-pre,.output-pre{padding:1.75rem;font-size:.9rem}}.syntax-code-block-container{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:16px;border:1px solid #2d3748;box-shadow:0 8px 32px #0000004d;overflow:hidden;margin:1.5rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.syntax-code-block-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;background:#ffffff0d;border-bottom:1px solid #2d3748;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.syntax-code-block-title{display:flex;align-items:center;gap:.75rem}.syntax-code-block-title h3{color:#f1f5f9;font-size:1rem;font-weight:600;margin:0}.language-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.2rem .6rem;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.syntax-code-block-actions{display:flex;align-items:center;gap:1rem}.tab-buttons{display:flex;background:#ffffff1a;border-radius:6px;padding:.2rem;gap:.2rem}.tab-button{display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;background:transparent;border:none;border-radius:4px;color:#94a3b8;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}.tab-button:hover{background:#ffffff1a;color:#f1f5f9}.tab-button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 8px #667eea4d}.syntax-code-block-content{position:relative;overflow:hidden}.syntax-code-block{margin:0;padding:2rem;background:#0f0f23;color:#e2e8f0;font-family:Fira Code,Monaco,Cascadia Code,Roboto Mono,monospace;font-size:.875rem;line-height:1.6;overflow-x:auto;border-radius:0}.syntax-output-block{margin:0;padding:2rem;background:#1a1a2e;color:#10b981;font-family:Fira Code,Monaco,Cascadia Code,Roboto Mono,monospace;font-size:.875rem;line-height:1.6;overflow-x:auto;border-radius:0;border-left:4px solid #10b981}.syntax-code-block .token.comment,.syntax-code-block .token.prolog,.syntax-code-block .token.doctype,.syntax-code-block .token.cdata{color:#6b7280;font-style:italic}.syntax-code-block .token.punctuation{color:#e5e7eb}.syntax-code-block .token.property,.syntax-code-block .token.tag,.syntax-code-block .token.constant,.syntax-code-block .token.symbol,.syntax-code-block .token.deleted{color:#f87171}.syntax-code-block .token.boolean,.syntax-code-block .token.number{color:#fbbf24}.syntax-code-block .token.selector,.syntax-code-block .token.attr-name,.syntax-code-block .token.string,.syntax-code-block .token.char,.syntax-code-block .token.builtin,.syntax-code-block .token.inserted{color:#34d399}.syntax-code-block .token.operator,.syntax-code-block .token.entity,.syntax-code-block .token.url,.syntax-code-block .language-css .token.string,.syntax-code-block .style .token.string{color:#60a5fa}.syntax-code-block .token.atrule,.syntax-code-block .token.attr-value,.syntax-code-block .token.keyword{color:#a78bfa}.syntax-code-block .token.function,.syntax-code-block .token.class-name{color:#f472b6}.syntax-code-block .token.regex,.syntax-code-block .token.important,.syntax-code-block .token.variable{color:#fb7185}@media (max-width: 1024px){.syntax-code-block-container{margin:1.25rem 0}.syntax-code-block-header{padding:.75rem 1rem}.syntax-code-block,.syntax-output-block{padding:1.5rem;font-size:.85rem}}.python-container{font-family:Georgia,serif;line-height:1.6;color:#e2e8f0;background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e);min-height:100vh}.python-container .header{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;text-align:center;position:relative;overflow:hidden;border-bottom:2px solid #2d3748;box-shadow:0 4px 20px #00000080}.python-container .header:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.1)"/></svg>');animation:float 20s infinite linear}@keyframes float{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.python-container .header h1{font-size:3rem;margin-bottom:.5rem;position:relative;z-index:1}.python-container .header p{font-size:1.2rem;opacity:.9;position:relative;z-index:1}.python-container .content-wrapper{display:flex;min-height:calc(100vh - 200px);margin:1rem}.python-container .toc{width:300px;background:linear-gradient(135deg,#1a1a2e,#16213e);border-right:3px solid #2d3748;padding:2rem;position:sticky;top:0;height:fit-content;max-height:100vh;overflow-y:auto;border:1px solid #2d3748;box-shadow:0 4px 20px #0000004d}.python-container .toc h2{color:#f1f5f9;margin-bottom:1.5rem;font-size:1.5rem;border-bottom:2px solid #2d3748;padding-bottom:.5rem}.python-container .toc ul{list-style:none}.python-container .toc li{margin-bottom:.8rem}.python-container .toc a{color:#94a3b8;text-decoration:none;display:block;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;border-left:4px solid transparent;font-weight:500;cursor:pointer}.python-container .toc a:hover{background:#667eea1a;color:#667eea;border-left-color:#667eea;transform:translate(5px)}.python-container .toc a.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-left-color:#667eea}.python-container .main-content{flex:1;padding:2rem;overflow-x:auto}.python-container .section{margin-bottom:4rem;padding:2rem;background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:12px;box-shadow:0 4px 20px #0000004d;border-left:5px solid #2d3748;border:1px solid #2d3748;transition:transform .3s ease}.python-container .section:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000080}.python-container .section h2{color:#f1f5f9;font-size:1.8rem;margin-bottom:1rem;border-bottom:3px solid #2d3748;padding-bottom:.5rem;font-weight:600}.python-container .section h3{color:#94a3b8;font-size:1.4rem;margin:2rem 0 1rem;border-left:4px solid #667eea;padding-left:1rem}.python-container .section p{margin-bottom:1.5rem;font-size:1.1rem;text-align:justify;color:#94a3b8}.python-container .back-to-top{position:fixed;bottom:30px;right:30px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:50px;height:50px;border-radius:50%;border:none;cursor:pointer;font-size:1.2rem;box-shadow:0 4px 20px #667eea66;transition:all .3s ease;opacity:0;transform:translateY(100px)}.python-container .back-to-top.visible{opacity:1;transform:translateY(0)}.python-container .back-to-top:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:translateY(-5px) scale(1.1)}.highlight-block{background:linear-gradient(120deg,#667eea,#764ba2);color:#f1f5f9;padding:.2rem .5rem;border-radius:4px;font-weight:700}@media (max-width: 1024px){.python-container .content-wrapper{gap:1rem}.python-container .toc{width:250px}.python-container .header h1{font-size:2.5rem}}.javascript{max-width:1200px;margin:0 auto;padding:2rem;color:#e2e8f0}.javascript .code-block:before{content:"JavaScript";position:absolute;top:.5rem;right:1rem;background:#f7df1e;color:#1a1a1a;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:700}.typescript,.react{max-width:1200px;margin:0 auto;padding:2rem;color:#e2e8f0}.react .code-block:before{content:"React";position:absolute;top:.5rem;right:1rem;background:#61dafb;color:#0b1b2b;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:700}.typescript .code-block:before{content:"TypeScript";position:absolute;top:.5rem;right:1rem;background:#3178c6;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:700}.topic-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;background:linear-gradient(135deg,#1a1a2e,#16213e);padding:.5rem;border-radius:12px;box-shadow:0 4px 20px #00000080;border:1px solid #2d3748}.topic-tab{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;border:none;background:transparent;color:#94a3b8;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500;font-size:1rem}.topic-tab:hover{background:linear-gradient(135deg,#0f0f23,#1e1e3f);color:#e2e8f0}.topic-tab.active{background:linear-gradient(135deg,#3776ab,#ff6b6b);color:#fff;box-shadow:0 4px 12px #3776ab4d}.topics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-bottom:3rem}.topic-card{background:linear-gradient(135deg,#1a1a2e,#16213e);border:2px solid #2d3748;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000004d}.topic-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:var(--topic-color);transition:height .3s ease}.topic-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000080;border-color:var(--topic-color)}.topic-card:hover:before{height:6px}.topic-card.selected{border-color:var(--topic-color);box-shadow:0 8px 25px #00000080;transform:translateY(-3px);background:linear-gradient(135deg,#0f0f23,#1e1e3f)}.topic-card.selected:before{height:6px}.topic-header{display:flex;align-items:flex-start;gap:1rem}.topic-icon{color:var(--topic-color);flex-shrink:0;margin-top:.25rem}.topic-info{flex:1}.topic-title{font-size:1.3rem;font-weight:600;margin:0 0 .5rem;color:#e2e8f0}.topic-description{color:#94a3b8;line-height:1.5;margin:0;font-size:.95rem}.topic-arrow{color:#94a3b8;transition:transform .3s ease;flex-shrink:0}.topic-card:hover .topic-arrow{transform:translate(4px)}.topic-details{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:12px;padding:2rem;margin-bottom:3rem;box-shadow:0 4px 20px #00000080;border:1px solid #2d3748;animation:slideIn .3s ease;max-width:100%;overflow:hidden;box-sizing:border-box}.topic-details-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #2d3748}.details-icon{color:var(--topic-color);flex-shrink:0}.topic-details-header h3{font-size:1.8rem;font-weight:600;margin:0 0 .5rem;color:#e2e8f0}.details-description{font-size:1.1rem;color:#94a3b8;line-height:1.6;margin:0}.details-section{margin-bottom:2.5rem}.details-section:last-child{margin-bottom:0}.section-title{display:flex;align-items:center;gap:.5rem;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;color:#e2e8f0}.key-points{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.key-point{display:flex;align-items:flex-start;gap:1rem;background:linear-gradient(135deg,#0f0f23,#1e1e3f);border:1px solid #2d3748;border-radius:8px;padding:1rem;transition:all .3s ease}.key-point:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000004d;border-color:var(--topic-color)}.point-number{background:var(--topic-color);color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;flex-shrink:0}.point-text{color:#e2e8f0;line-height:1.5;font-size:.95rem}.examples-container{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:100%;overflow:hidden}.example-card{background:linear-gradient(135deg,#0f0f23,#1e1e3f);border:1px solid #2d3748;border-radius:12px;padding:1.5rem;transition:all .3s ease;max-width:100%;overflow:hidden}.example-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;border-color:var(--topic-color)}.example-title{font-size:1.2rem;font-weight:600;margin:0 0 1rem;color:#e2e8f0}.code-block{background:#0a0a0a;border:2px solid #2d3748;border-radius:12px;padding:1rem;margin:1rem 0;overflow-x:auto;position:relative;max-width:100%;box-shadow:0 4px 15px #0000004d}.code-block pre{margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;line-height:1.5;white-space:pre;overflow-x:auto;max-width:100%}.code-block code{color:#4ecdc4;background:none;padding:0;border-radius:0;font-size:inherit}.example-explanation{color:#94a3b8;line-height:1.6;margin:1rem 0 0;font-size:.9rem;background:linear-gradient(135deg,#1a1a2e,#16213e);padding:1rem;border-radius:8px;border-left:4px solid var(--topic-color);border:1px solid #2d3748;max-width:100%}.best-practices{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.practice-item{display:flex;align-items:flex-start;gap:.75rem;background:linear-gradient(135deg,#0f0f23,#1e1e3f);border:1px solid #2d3748;border-radius:8px;padding:1rem;transition:all .3s ease}.practice-item:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000004d;border-color:#10b981}.practice-icon{color:#10b981;flex-shrink:0;margin-top:.125rem}.practice-text{color:#e2e8f0;line-height:1.5;font-size:.95rem}.use-cases{display:flex;flex-wrap:wrap;gap:.75rem}.use-case-tag{background:linear-gradient(135deg,#3776ab,#ff6b6b);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;transition:all .3s ease}.use-case-tag:hover{transform:scale(1.05);box-shadow:0 4px 12px #3776ab4d}@media (max-width: 1024px){.topic-tabs{flex-wrap:wrap;gap:.75rem}.topics-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.key-points,.best-practices{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.leetcode-container{padding:2rem;max-width:1400px;margin:0 auto;min-height:calc(100vh - 200px)}.leetcode-header{text-align:center;margin-bottom:3rem}.leetcode-title{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:3rem;font-weight:700;color:#f1f5f9;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.leetcode-icon{color:orange;filter:drop-shadow(0 0 10px rgba(255,165,0,.3))}.leetcode-subtitle{font-size:1.2rem;color:#94a3b8;max-width:600px;margin:0 auto;line-height:1.6}.leetcode-content{display:grid;grid-template-columns:350px 1fr;gap:2rem;min-height:600px}.leetcode-sidebar{background:linear-gradient(135deg,#1e1e3f,#0f0f23);border-radius:16px;padding:1.5rem;border:1px solid #2d3748;box-shadow:0 8px 32px #0000004d;height:fit-content;max-height:80vh;overflow-y:auto}.sidebar-header h3{color:#f1f5f9;font-size:1.5rem;margin-bottom:1rem;font-weight:600}.filter-controls{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #2d3748}.filter-group{margin-bottom:1rem}.filter-group label{display:block;color:#94a3b8;font-size:.9rem;margin-bottom:.5rem;font-weight:500}.filter-select{width:100%;padding:.5rem;background:#1a1a2e;border:1px solid #2d3748;border-radius:8px;color:#f1f5f9;font-size:.9rem}.filter-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.checkbox-label{display:flex!important;align-items:center;gap:.5rem;cursor:pointer;margin-bottom:0!important}.checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:#667eea}.topics-list{display:flex;flex-direction:column;gap:.75rem}.topic-item{padding:1rem;background:linear-gradient(135deg,#1a1a2e,#16213e);border:1px solid #2d3748;border-radius:12px;cursor:pointer;transition:all .3s ease}.topic-item:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 20px #667eea33}.topic-item.active{border-color:#667eea;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 20px #667eea4d}.topic-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.topic-icon{font-size:1.2rem}.topic-name{color:#f1f5f9;font-weight:600;font-size:1rem}.topic-count{color:#94a3b8;font-size:.8rem;background:#ffffff1a;padding:.2rem .5rem;border-radius:12px}.topic-description{color:#94a3b8;font-size:.85rem;line-height:1.4;margin:0}.leetcode-main{background:linear-gradient(135deg,#1e1e3f,#0f0f23);border-radius:16px;border:1px solid #2d3748;box-shadow:0 8px 32px #0000004d;overflow:hidden}.welcome-state{display:flex;align-items:center;justify-content:center;min-height:500px;padding:3rem}.welcome-content{text-align:center;max-width:500px}.welcome-icon{color:#667eea;margin-bottom:1.5rem;filter:drop-shadow(0 0 20px rgba(102,126,234,.3))}.welcome-content h2{color:#f1f5f9;font-size:2rem;margin-bottom:1rem;font-weight:600}.welcome-content p{color:#94a3b8;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.welcome-stats{display:flex;justify-content:center;gap:2rem}.stat{display:flex;flex-direction:column;align-items:center}.stat-number{color:#667eea;font-size:2rem;font-weight:700;margin-bottom:.25rem}.stat-label{color:#94a3b8;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.topic-content{display:grid;grid-template-columns:1fr 400px;min-height:600px}.questions-section{padding:2rem;border-right:1px solid #2d3748;overflow-y:auto;max-height:80vh}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #2d3748}.section-header h2{color:#f1f5f9;font-size:1.5rem;font-weight:600}.problem-count{color:#94a3b8;font-size:.9rem;background:#ffffff1a;padding:.3rem .8rem;border-radius:12px}.questions-list{display:flex;flex-direction:column;gap:1rem}.question-card{background:linear-gradient(135deg,#1a1a2e,#16213e);border:1px solid #2d3748;border-radius:12px;padding:1.25rem;cursor:pointer;transition:all .3s ease}.question-card:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 20px #667eea33}.question-card.selected{border-color:#667eea;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 20px #667eea4d}.question-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.question-title{display:flex;align-items:center;gap:.5rem;flex:1}.question-number{color:#94a3b8;font-weight:500;font-size:.9rem}.question-name{color:#f1f5f9;font-weight:600;font-size:1rem}.tricky-icon{color:orange;filter:drop-shadow(0 0 5px rgba(255,165,0,.5))}.question-meta{display:flex;align-items:center;gap:.75rem}.difficulty-badge{color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.leetcode-link{color:#94a3b8;transition:color .3s ease}.leetcode-link:hover{color:#667eea}.question-description{color:#94a3b8;font-size:.9rem;line-height:1.5;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.question-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.tag{background:#667eea33;color:#667eea;padding:.2rem .6rem;border-radius:8px;font-size:.75rem;font-weight:500}.question-approaches{display:flex;justify-content:space-between;align-items:center}.approaches-count{color:#94a3b8;font-size:.8rem;font-weight:500}.question-details{padding:2rem;background:linear-gradient(135deg,#1a1a2e,#16213e);overflow-y:auto;max-height:80vh}.details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #2d3748}.details-header h3{color:#f1f5f9;font-size:1.5rem;font-weight:600}.solve-button{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.solve-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.question-info{display:grid;grid-template-columns:auto 1fr;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#ffffff0d;border-radius:8px}.info-item{display:flex;align-items:center;gap:.5rem}.info-label{color:#94a3b8;font-weight:500;font-size:.9rem}.info-value{color:#f1f5f9;font-weight:600}.info-value.difficulty{padding:.2rem .6rem;border-radius:6px;font-size:.8rem;text-transform:uppercase;letter-spacing:.5px}.info-tags{display:flex;flex-wrap:wrap;gap:.5rem}.info-tag{background:#667eea33;color:#667eea;padding:.2rem .6rem;border-radius:6px;font-size:.8rem;font-weight:500}.question-description-full{color:#f1f5f9;font-size:1rem;line-height:1.6;margin-bottom:2rem;padding:1rem;background:#ffffff0d;border-radius:8px;border-left:4px solid #667eea}.approaches-section{margin-bottom:2rem}.approaches-section h4{color:#f1f5f9;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.approaches-list{display:flex;flex-direction:column;gap:.75rem}.approach-card{background:linear-gradient(135deg,#1e1e3f,#0f0f23);border:1px solid #2d3748;border-radius:8px;padding:1rem;cursor:pointer;transition:all .3s ease}.approach-card:hover{border-color:#667eea;transform:translateY(-1px);box-shadow:0 4px 15px #667eea33}.approach-card.selected{border-color:#667eea;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d}.approach-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.approach-header h5{color:#f1f5f9;font-size:1rem;font-weight:600;margin:0}.approach-complexity{display:flex;gap:1rem}.complexity-item{display:flex;align-items:center;gap:.25rem;color:#94a3b8;font-size:.8rem;font-weight:500}.approach-description{color:#94a3b8;font-size:.9rem;line-height:1.5;margin:0}.approach-details{background:linear-gradient(135deg,#1e1e3f,#0f0f23);border:1px solid #2d3748;border-radius:12px;padding:1.5rem;margin-top:1rem}.approach-details h4{color:#f1f5f9;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.complexity-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.complexity-card{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#ffffff0d;border-radius:8px;border:1px solid #2d3748}.complexity-icon{color:#667eea;flex-shrink:0}.complexity-info{display:flex;flex-direction:column}.complexity-label{color:#94a3b8;font-size:.8rem;font-weight:500;margin-bottom:.25rem}.complexity-value{color:#f1f5f9;font-size:1rem;font-weight:600}.explanation-section h5{color:#f1f5f9;font-size:1rem;font-weight:600;margin-bottom:.75rem}.explanation-text{color:#f1f5f9;font-size:.95rem;line-height:1.6;margin:0;padding:1rem;background:#ffffff0d;border-radius:8px;border-left:4px solid #667eea}@media (max-width: 1200px){.leetcode-content{grid-template-columns:300px 1fr}.topic-content{grid-template-columns:1fr 350px}}@media (max-width: 1024px){.leetcode-content{grid-template-columns:1fr;gap:1rem}.topic-content{grid-template-columns:1fr}.questions-section{border-right:none;border-bottom:1px solid #2d3748}.leetcode-sidebar{max-height:400px}.leetcode-container{padding:1.5rem}.leetcode-title{font-size:2.5rem}}.git-container{max-width:1200px;margin:0 auto;padding:2rem}.git-header{text-align:center;margin-bottom:3rem}.git-title-section{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.git-icon{width:48px;height:48px;color:#f97316}.git-container h1{font-size:2.5rem;font-weight:700;color:#f1f5f9;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.git-description{font-size:1.1rem;color:#cbd5e1;max-width:600px;margin:0 auto;line-height:1.6}.git-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.git-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#1e293b,#334155);border:2px solid #475569;border-radius:12px;color:#cbd5e1;font-weight:600;cursor:pointer;transition:all .3s ease}.git-tab:hover{background:linear-gradient(135deg,#334155,#475569);border-color:#64748b;transform:translateY(-2px)}.git-tab.active{background:linear-gradient(135deg,#f97316,#ea580c);border-color:#f97316;color:#fff;box-shadow:0 4px 15px #f973164d}.git-commands{display:flex;flex-direction:column;gap:2rem}.command-category{background:linear-gradient(135deg,#1e293b,#334155);border-radius:16px;padding:2rem;border:1px solid #475569;box-shadow:0 4px 20px #0000004d}.category-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #475569}.category-header h3{font-size:1.5rem;font-weight:700;color:#f1f5f9}.commands-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.command-card{background:linear-gradient(135deg,#0f172a,#1e293b);border:1px solid #334155;border-radius:12px;padding:1.5rem;transition:all .3s ease}.command-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0006;border-color:#f97316}.command-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.command-text{background:#0f172a;color:#f97316;padding:.5rem .75rem;border-radius:8px;font-family:Fira Code,Monaco,Consolas,monospace;font-size:.9rem;font-weight:600;border:1px solid #334155}.copy-btn{background:#334155;border:none;border-radius:6px;padding:.5rem;cursor:pointer;font-size:1rem;transition:all .2s ease}.copy-btn:hover{background:#475569;transform:scale(1.1)}.command-description{color:#cbd5e1;margin-bottom:.75rem;line-height:1.5}.command-example{display:flex;flex-direction:column;gap:.25rem}.example-label{font-size:.8rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.example-text{background:#0f172a;color:#22d3ee;padding:.5rem .75rem;border-radius:6px;font-family:Fira Code,Monaco,Consolas,monospace;font-size:.85rem;border:1px solid #334155}.git-commits{max-width:1000px;margin:0 auto}.commit-guidelines{background:linear-gradient(135deg,#1e293b,#334155);border-radius:16px;padding:2rem;border:1px solid #475569;box-shadow:0 4px 20px #0000004d}.commit-guidelines h2{font-size:2rem;font-weight:700;color:#f1f5f9;margin-bottom:2rem;text-align:center}.guidelines-content{display:flex;flex-direction:column;gap:2rem}.guideline-section h3{font-size:1.3rem;font-weight:600;color:#f1f5f9;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.format-example{background:#0f172a;color:#f97316;padding:1rem;border-radius:8px;font-family:Fira Code,Monaco,Consolas,monospace;font-size:1.1rem;font-weight:600;border:1px solid #334155;display:block;margin-bottom:.75rem}.commit-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.commit-type-card{background:linear-gradient(135deg,#0f172a,#1e293b);border:1px solid #334155;border-radius:12px;padding:1.25rem;transition:all .3s ease}.commit-type-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0006}.type-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.type-name{font-family:Fira Code,Monaco,Consolas,monospace;font-size:1rem;font-weight:700;padding:.25rem .5rem;border-radius:6px;background:#0f172a}.type-description{color:#cbd5e1;margin-bottom:.75rem;line-height:1.4}.type-example{background:#0f172a;color:#22d3ee;padding:.5rem .75rem;border-radius:6px;font-family:Fira Code,Monaco,Consolas,monospace;font-size:.85rem;border:1px solid #334155;display:block}.examples-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.example-card{background:linear-gradient(135deg,#0f172a,#1e293b);border:1px solid #334155;border-radius:12px;padding:1.5rem;transition:all .3s ease}.example-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0006;border-color:#f97316}.example-card h4{color:#f1f5f9;font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.example-message{background:#0f172a;color:#f97316;padding:.75rem 1rem;border-radius:8px;font-family:Fira Code,Monaco,Consolas,monospace;font-size:.9rem;font-weight:600;border:1px solid #334155;display:block;margin-bottom:.75rem}.example-description{color:#cbd5e1;font-size:.9rem;line-height:1.4}.best-practices{list-style:none;padding:0}.best-practices li{color:#cbd5e1;margin-bottom:.75rem;padding-left:1.5rem;position:relative;line-height:1.5}.best-practices li:before{content:"✓";position:absolute;left:0;color:#22d3ee;font-weight:700}.best-practices code{background:#0f172a;color:#f97316;padding:.25rem .5rem;border-radius:4px;font-family:Fira Code,Monaco,Consolas,monospace;font-size:.85rem;border:1px solid #334155}@media (max-width: 1024px){.git-container{padding:1.5rem}.git-container h1{font-size:2.2rem}.git-tabs{flex-wrap:wrap;gap:.75rem}.commands-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.commit-types-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.examples-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.url-output-container{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin:1rem 0;overflow:hidden;box-shadow:0 2px 4px #0000001a}.url-output-header{display:flex;align-items:center;background:#fff;padding:.75rem 1rem;border-bottom:1px solid #e9ecef}.url-method{margin-right:.75rem}.method-badge{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.method-get{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.method-post{background-color:#cce5ff;color:#004085;border:1px solid #b3d7ff}.method-put{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7}.method-delete{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.url-path{flex:1}.url-text{background:#f8f9fa;padding:.25rem .5rem;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;color:#495057;border:1px solid #dee2e6}.url-description{padding:.75rem 1rem;background:#fff;border-bottom:1px solid #e9ecef}.url-description p{margin:0;color:#6c757d;font-size:.875rem;line-height:1.4}.url-output-content{padding:1rem}.output-label{font-weight:600;color:#495057;margin-bottom:.5rem;font-size:.875rem}.output-content{background:#fff;border:1px solid #dee2e6;border-radius:4px;padding:.75rem}.output-content pre{margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.4;color:#495057;white-space:pre-wrap;word-wrap:break-word}@media (prefers-color-scheme: dark){.url-output-container{background:#2d3748;border-color:#4a5568}.url-output-header{background:#1a202c;border-bottom-color:#4a5568}.url-text{background:#2d3748;color:#e2e8f0;border-color:#4a5568}.url-description{background:#1a202c;border-bottom-color:#4a5568}.url-description p{color:#a0aec0}.output-content{background:#1a202c;border-color:#4a5568}.output-content pre,.output-label{color:#e2e8f0}}.erd-notation-diagram{display:flex;flex-direction:column;gap:2rem;margin:1.5rem 0;padding:1.5rem;background:#1e1e3f4d;border-radius:12px;border:1px solid rgba(102,126,234,.2)}.notation-item{display:flex;flex-direction:column;align-items:center;gap:1rem}.notation-box{display:flex;justify-content:center;width:100%}.entity-box{background:#1e1e3f;border:2px solid #667eea;border-radius:8px;padding:1rem;min-width:200px;box-shadow:0 4px 15px #667eea33}.entity-title{font-weight:700;color:#f1f5f9;font-size:1.1rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(102,126,234,.3);text-align:center}.entity-attribute{color:#e2e8f0;font-size:.9rem;padding:.25rem 0;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.entity-attribute.pk{color:gold;font-weight:600}.entity-attribute.fk{color:#ff6b6b;font-weight:600}.entity-attribute.error{color:#ff4757;text-decoration:line-through;opacity:.7}.relationship-svg{background:#1e1e3f80;border-radius:8px;padding:1rem;max-width:100%;height:auto}.erd-svg{background:#1e1e3f4d;border-radius:12px;padding:1.5rem;margin:1.5rem 0;border:1px solid rgba(102,126,234,.2);width:100%;height:auto}.concept-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.5rem 0}.concept-item{background:#1e1e3f80;padding:1rem;border-radius:8px;border:1px solid rgba(102,126,234,.2)}.concept-item h4{color:#667eea;margin-bottom:.5rem;font-size:1rem}.concept-item p{color:#e2e8f0;font-size:.9rem;margin:0}.relationship-types{display:flex;flex-direction:column;gap:1.5rem;margin:1.5rem 0}.relationship-type{background:#1e1e3f66;padding:1.5rem;border-radius:10px;border:1px solid rgba(102,126,234,.3)}.relationship-type strong{color:#667eea;font-size:1.1rem;display:block;margin-bottom:.75rem}.relationship-type p{color:#e2e8f0;margin-bottom:1rem;font-size:.95rem}.mini-diagram{display:flex;justify-content:center;margin:1rem 0;padding:1rem;background:#0f0f2380;border-radius:8px}.mini-diagram svg{background:transparent}.note{color:#a0aec0;font-style:italic;font-size:.9rem;margin-top:1rem;padding:.75rem;background:#667eea1a;border-left:3px solid #667eea;border-radius:4px}.steps-list{list-style:none;counter-reset:step-counter;padding:0;margin:1.5rem 0}.steps-list li{counter-increment:step-counter;position:relative;padding:1rem 1rem 1rem 3.5rem;margin-bottom:1rem;background:#1e1e3f66;border-radius:8px;border-left:4px solid #667eea;color:#e2e8f0;line-height:1.6}.steps-list li:before{content:counter(step-counter);position:absolute;left:1rem;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;box-shadow:0 2px 8px #667eea4d}.erd-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#1e1e3f66;border-radius:8px;overflow:hidden;border:1px solid rgba(102,126,234,.2)}.erd-table thead{background:#667eea33}.erd-table th{padding:1rem;text-align:left;color:#f1f5f9;font-weight:600;font-size:.95rem;border-bottom:2px solid rgba(102,126,234,.3)}.erd-table td{padding:.875rem 1rem;color:#e2e8f0;font-size:.9rem;border-bottom:1px solid rgba(102,126,234,.1)}.erd-table tbody tr:hover{background:#667eea1a;transition:background .2s ease}.erd-table tbody tr:last-child td{border-bottom:none}.class-diagram-example{display:flex;justify-content:center;margin:1.5rem 0;padding:1rem}.class-diagram-complete{display:flex;justify-content:center;margin:2rem 0;padding:1.5rem;background:#1e1e3f4d;border-radius:12px;border:1px solid rgba(102,126,234,.2);overflow-x:auto}.relationship-examples{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2rem 0}.relationship-example{background:#1e1e3f66;padding:1.5rem;border-radius:10px;border:1px solid rgba(102,126,234,.3);display:flex;flex-direction:column;align-items:center;gap:1rem;transition:all .3s ease}.relationship-example:hover{transform:translateY(-2px);box-shadow:0 4px 15px #667eea33;border-color:#667eea80}.relationship-example h5{color:#667eea;font-size:1.1rem;font-weight:600;margin:0;text-align:center}.relationship-example p{color:#e2e8f0;font-size:.9rem;margin:0;text-align:center}.visibility-public,.visibility-private,.visibility-protected{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-weight:600;padding:.2rem .4rem;border-radius:4px;margin-right:.25rem}.visibility-public{color:#2ed573;background:#2ed5731a}.visibility-private{color:#ff6b6b;background:#ff6b6b1a}.visibility-protected{color:gold;background:#ffd7001a}.success-summary{background:#2ed5731a;border:2px solid rgba(46,213,115,.3);border-radius:8px;padding:1.5rem;margin:1.5rem 0}.success-summary h4{color:#2ed573;font-size:1.2rem;margin-bottom:1rem}.success-summary ul{color:#e2e8f0;margin:0;padding-left:1.5rem}.success-summary li{margin-bottom:.5rem;line-height:1.6}.warning-box{background:#ff47571a;border:2px solid rgba(255,71,87,.3);border-radius:8px;padding:1.5rem;margin:1.5rem 0}.warning-box h4{color:#ff6b6b;margin-bottom:1rem;font-size:1.1rem}.warning-box ul{color:#e2e8f0;margin:0;padding-left:1.5rem}.warning-box li{margin-bottom:.75rem;line-height:1.6}.warning-box strong{color:#ff6b6b}.normalization-diagram{margin:2rem 0;padding:1.5rem;background:#1e1e3f4d;border-radius:12px;border:1px solid rgba(102,126,234,.2)}.before-after{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:center}.before,.after{display:flex;flex-direction:column;gap:1rem}.before h4,.after h4{color:#667eea;margin:0;font-size:1rem;text-align:center}.arrow{font-size:2rem;color:#667eea;font-weight:700;display:flex;align-items:center;justify-content:center}.success-note{background:#2ed5731a;border:2px solid rgba(46,213,115,.3);border-radius:8px;padding:1rem 1.5rem;margin:1.5rem 0;color:#2ed573;font-weight:500}.success-note strong{color:#2ed573}.final-erd-diagram{margin:2rem 0;padding:1.5rem;background:#1e1e3f4d;border-radius:12px;border:1px solid rgba(102,126,234,.2)}.legend{display:flex;gap:2rem;justify-content:center;margin-top:1.5rem;padding:1rem;background:#0f0f2380;border-radius:8px}.legend-item{display:flex;align-items:center;gap:.5rem;color:#e2e8f0;font-size:.9rem}.legend-pk{color:gold;font-weight:600;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.legend-fk{color:#ff6b6b;font-weight:600;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.success-summary{background:#2ed5731a;border:2px solid rgba(46,213,115,.3);border-radius:8px;padding:1.5rem;margin:2rem 0}.success-summary h4{color:#2ed573;margin-bottom:1rem;font-size:1.1rem}.success-summary ul{color:#e2e8f0;margin:0;padding-left:1.5rem;list-style:none}.success-summary li{margin-bottom:.5rem;color:#2ed573}.technique-summary{margin:2rem 0}.technique-summary h4{color:#667eea;margin-bottom:1rem;font-size:1.1rem}@media (max-width: 768px){.before-after{grid-template-columns:1fr;gap:1.5rem}.arrow{transform:rotate(90deg);margin:.5rem 0}.erd-svg{padding:1rem}.concept-grid{grid-template-columns:1fr}.legend{flex-direction:column;gap:1rem}.erd-table{font-size:.85rem}.erd-table th,.erd-table td{padding:.75rem .5rem}}@media print{.erd-svg{page-break-inside:avoid}.entity-box{border:2px solid #667eea}}.hla-notation-diagram{display:flex;flex-direction:column;gap:2rem;margin:1.5rem 0;padding:1.5rem;background:#1e1e3f4d;border-radius:12px;border:1px solid rgba(102,126,234,.2)}.component-box{background:#1e1e3f;border:2px solid #667eea;border-radius:8px;padding:1rem;min-width:150px;box-shadow:0 4px 15px #667eea33}.component-title{font-weight:700;color:#f1f5f9;font-size:1rem;text-align:center}.hla-diagram{margin:2rem 0;padding:1.5rem;background:#1e1e3f4d;border-radius:12px;border:1px solid rgba(102,126,234,.2);overflow-x:auto}.hla-diagram svg{background:transparent;min-width:800px}.principle-card.agile{border-color:#3b82f6}.principle-card.scrum{border-color:#8b5cf6}.principle-card.roles{border-color:#10b981}.principle-card.terms{border-color:#f59e0b}.principle-card.ceremonies{border-color:#ef4444}.agile-principles-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.agile-principle-item{display:flex;gap:1rem;padding:1.25rem;background:#ffffff08;border-radius:12px;border-left:3px solid #3b82f6;transition:all .3s ease}.agile-principle-item:hover{background:#ffffff0d;transform:translate(5px)}.agile-principle-item h4{font-size:1.25rem;font-weight:600;color:#f1f5f9;margin-bottom:.5rem}.agile-principle-item p{color:#cbd5e1;line-height:1.6;margin:0}.scrum-roles-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.scrum-role-item{display:flex;gap:1.25rem;padding:1.5rem;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.scrum-role-item:hover{background:#ffffff0d;transform:translateY(-3px);box-shadow:0 8px 20px #0003}.scrum-role-item>svg{flex-shrink:0;padding:.75rem;background:#ffffff1a;border-radius:10px;width:2.5rem;height:2.5rem}.scrum-role-item h4{font-size:1.25rem;font-weight:600;color:#f1f5f9;margin-bottom:.5rem}.scrum-role-item>div p:first-of-type{color:#94a3b8;font-weight:500;margin-bottom:1rem;font-style:italic}.scrum-role-item ul{list-style:none;padding:0;margin:0}.scrum-role-item li{color:#cbd5e1;position:relative;padding:.5rem 0 .5rem 1.5rem;line-height:1.5}.scrum-role-item li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.scrum-terms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1rem}.scrum-term-item{padding:1.5rem;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.scrum-term-item:hover{background:#ffffff0d;transform:translateY(-3px);box-shadow:0 8px 20px #0003}.scrum-term-item h4{font-size:1.25rem;font-weight:600;color:#f59e0b;margin-bottom:.5rem}.scrum-term-item>p{color:#94a3b8;font-weight:500;margin-bottom:.75rem;font-size:.95rem}.scrum-term-item .term-description{color:#cbd5e1;font-size:.95rem;line-height:1.6;display:block}.scrum-ceremonies-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.scrum-ceremony-item{display:flex;gap:1.5rem;padding:1.5rem;background:#ffffff08;border-radius:12px;border-left:4px solid #ef4444;transition:all .3s ease}.scrum-ceremony-item:hover{background:#ffffff0d;transform:translate(5px)}.ceremony-number{flex-shrink:0;width:48px;height:48px;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;box-shadow:0 4px 15px #ef44444d}.scrum-ceremony-item h4{font-size:1.25rem;font-weight:600;color:#f1f5f9;margin-bottom:.5rem}.ceremony-timing{color:#94a3b8;font-weight:500;margin-bottom:.75rem;font-size:.95rem;font-style:italic}.ceremony-description{color:#cbd5e1;line-height:1.6;margin:0}@media (max-width: 768px){.scrum-terms-grid{grid-template-columns:1fr}.scrum-ceremony-item{flex-direction:column;gap:1rem}.ceremony-number{width:40px;height:40px;font-size:1.25rem}}
