.navbar{z-index:1000;box-sizing:border-box;background:#000;border-bottom-right-radius:0;align-items:center;padding:.75rem 1rem;display:flex;position:fixed;top:0;left:0}.navbar-link{color:#fff;align-items:center;gap:.5rem;text-decoration:none;transition:opacity .2s;display:flex}.navbar-link:hover{opacity:.8}.navbar-logo{flex-shrink:0;width:20px;height:20px;display:block}.navbar-text{color:#fff;white-space:nowrap;font-size:1rem;font-weight:600}@media (max-width:768px){.navbar{padding:.6rem .8rem}.navbar-text{font-size:.9rem}.navbar-logo{width:18px;height:18px}}.about-page{background-color:#fff;flex-direction:column;min-height:100vh;font-family:Georgia,Times New Roman,Times,serif;display:flex}.about-header{background:#fff;border-bottom:2px double #000;padding:1.5rem 2rem}.header-content{align-items:center;gap:2rem;max-width:900px;margin:0 auto;display:flex}.back-link{color:#000;text-transform:uppercase;letter-spacing:.05em;border:2px solid #000;padding:.5rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .2s}.back-link:hover{color:#fff;background-color:#000}.about-header h1{letter-spacing:.02em;margin:0;font-size:2.5rem;font-weight:700}.about-content{flex:1;max-width:900px;margin:0 auto;padding:3rem 2rem}.about-content section{border-bottom:1px solid #d4d4d4;margin-bottom:3rem;padding-bottom:2rem}.about-content section:last-child{border-bottom:none}.about-content h2{letter-spacing:.02em;text-transform:uppercase;border-bottom:3px solid #000;margin:0 0 1rem;padding-bottom:.5rem;font-size:2rem;font-weight:700}.about-content h3{letter-spacing:.02em;margin:1.5rem 0 1rem;font-size:1.4rem;font-weight:700}.about-content p{color:#333;margin:1rem 0;font-size:1.1rem;line-height:1.8}.about-content ul,.about-content ol{color:#333;padding-left:2rem;font-size:1.05rem;line-height:1.8}.about-content li{margin:.75rem 0}.about-content strong{color:#000;font-weight:700}.steps-explanation{background-color:#fafafa;border:2px solid #d4d4d4;margin-top:1.5rem;padding:1.5rem}.steps-explanation ol{margin:1rem 0 0}.demo-section{background-color:#f8f8f8;border:3px solid #000;margin:2rem 0;padding:2rem}.demo-container{margin-top:2rem}.demo-board{background-color:#f5f5f5;border:2px solid #d0d0d0;gap:1px;margin-bottom:2rem;padding:8px;display:inline-block;position:relative}.demo-row{gap:1px;display:flex}.demo-cell{background-color:#e8e8e8;justify-content:center;align-items:center;width:70px;height:70px;transition:all .3s;display:flex;position:relative}.demo-cell.filled{background-color:#fff}.demo-cell.domino-left{z-index:2;background-color:#fff;border:2px solid #000;border-right:none;position:relative}.demo-cell.domino-left:after{content:"";background-color:#999;width:1.5px;position:absolute;top:20%;bottom:20%;right:0}.demo-cell.domino-right{z-index:2;background-color:#fff;border:2px solid #000;border-left:none;position:relative}.demo-cell.domino-top{z-index:2;background-color:#fff;border:2px solid #000;border-bottom:none;position:relative}.demo-cell.domino-top:after{content:"";background-color:#999;height:1.5px;position:absolute;bottom:0;left:20%;right:20%}.demo-cell.domino-bottom{z-index:2;background-color:#fff;border:2px solid #000;border-top:none;position:relative}.demo-cell.highlight{box-shadow:inset 0 0 0 3px #ffd70099}.demo-cell.highlight.error{animation:.5s shake;box-shadow:inset 0 0 0 3px #c009}.demo-cell.highlight.backtrack{box-shadow:inset 0 0 0 3px #f809}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.demo-pip{z-index:3;background-color:#333;border-radius:50%;width:8px;height:8px;position:absolute}.demo-region-symbol{color:#fff;z-index:10;pointer-events:none;border-radius:3px;justify-content:center;align-items:center;width:20px;height:20px;font-size:13px;font-weight:700;display:flex;position:absolute;transform:rotate(45deg)}.demo-region-symbol span{line-height:1;transform:rotate(-45deg)}.demo-dominoes{text-align:center;border-top:2px solid #d0d0d0;margin-top:1.5rem;padding-top:1rem}.demo-dominoes-label{text-transform:uppercase;letter-spacing:.05em;color:#333;margin-bottom:.75rem;font-size:.95rem;font-weight:700}.demo-domino-slots{justify-content:center;align-items:center;gap:12px;display:flex}.demo-unused-domino{background-color:#fff;border:2px solid #000;width:70px;height:35px;transition:all .15s;display:flex;position:relative}.demo-unused-domino.domino-used{background-color:#e8e8e8;border:1px dashed #999}.demo-unused-half{border-radius:0;flex:1;position:relative}.demo-unused-half:first-child{border-right:none;position:relative}.demo-unused-half:first-child:after{content:"";background-color:#999;width:1.5px;position:absolute;top:20%;bottom:20%;right:0}.domino-hole-content{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.demo-info{background-color:#fff;border:2px solid #000;margin:1.5rem 0;padding:1.5rem}.demo-info h3{text-transform:uppercase;margin:0 0 .75rem;font-size:1.3rem}.step-description{color:#333;margin:.5rem 0;font-size:1.1rem}.step-message{background-color:#f0f0f0;border-left:4px solid #000;margin:1rem 0 0;padding:1rem;font-size:1rem;font-style:italic}.step-message.error{color:#c00;background-color:#ffebeb;border-left-color:#c00}.step-message.backtrack{color:#c60;background-color:#fff5e6;border-left-color:#f80}.demo-controls{justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.demo-button{color:#000;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background-color:#fff;border:2px solid #000;padding:.75rem 1.5rem;font-family:Georgia,Times New Roman,Times,serif;font-size:.95rem;font-weight:700;transition:all .2s}.demo-button:hover:not(:disabled){background-color:#f0f0f0}.demo-button.primary{color:#fff;background-color:#000}.demo-button.primary:hover:not(:disabled){background-color:#333}.demo-button:disabled{opacity:.5;cursor:not-allowed}.optimizations-section ul,.complexity-section p{font-size:1.05rem}.cta-section{text-align:center;color:#fff;background-color:#000;border:none;padding:2rem}.cta-section h2{color:#fff;border-bottom-color:#fff}.cta-section p{color:#fff;font-size:1.2rem}.cta-button{color:#000;text-transform:uppercase;letter-spacing:.05em;background-color:#fff;border:3px solid #fff;margin-top:1.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block}.cta-button:hover{color:#fff;background-color:#000}.about-footer{text-align:center;background:#fafafa;border-top:1px solid #d4d4d4;padding:1.5rem}.about-footer p{color:#666;margin:.25rem 0;font-size:.9rem;font-style:italic}.about-footer p.credit{margin-top:.5rem;font-size:.85rem}.about-footer a{color:#000;font-weight:600;text-decoration:underline}.about-footer a:hover{color:#333}@media (max-width:768px){.about-header h1{font-size:1.8rem}.header-content{flex-direction:column;align-items:flex-start;gap:1rem}.about-content{padding:2rem 1rem}.about-content h2{font-size:1.5rem}.demo-cell{width:50px;height:50px}.demo-pip{width:6px;height:6px}.demo-region-symbol{width:16px;height:16px;font-size:11px}.demo-domino-slots{flex-wrap:wrap;gap:8px}.demo-unused-domino{width:60px;height:30px}.demo-dominoes-label{font-size:.85rem}.demo-controls{flex-direction:column}.demo-button{width:100%}}
