@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background:#fafafa;box-sizing:border-box;font-family:DM Sans,sans-serif;margin:0;min-height:100vh;padding:0}body,h1{color:#5c4033}h1{font-size:3em;font-weight:lighter}.App{margin:0 auto;max-width:1200px;padding:20px;position:relative;text-align:center}main{margin-top:2rem}main h2{color:#5c4033;font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-shadow:1px 1px 2px #0000001a}.admin-toggle-container{bottom:10px;left:10px;position:fixed;z-index:1000}.switch{display:inline-block;height:22px;position:relative;width:40px}.switch input{height:0;opacity:0;width:0}.slider{background-color:tan;border-radius:34px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:16px;left:3px;width:16px}input:checked+.slider{background-color:#ffb347}input:focus+.slider{box-shadow:0 0 1px #ffb347}input:checked+.slider:before{transform:translateX(18px)}button{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;line-height:1.2;padding:10px 16px;text-align:center;white-space:nowrap}button.edit-btn{background-color:#ffc107;color:#000}button.delete-btn{background-color:#f44336;color:#fff}button.view-btn{background-color:#007bff;color:#fff}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}.footer{background-color:#f8f9fa;border-top:1px solid #dee2e6;color:#6c757d;margin-top:auto;padding:20px 0}.footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.footer-section{flex:1 1;min-width:200px}.footer-links{display:flex;flex-wrap:wrap;gap:20px}.footer-links a{color:#6c757d;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#007bff}@media (max-width:768px){.footer-content{flex-direction:column;text-align:center}.footer-section{width:100%}.footer-links{justify-content:center}}a{text-decoration:none}.navbar{background-color:initial;box-shadow:none;color:#5c4033;flex-direction:column;font-family:DM Sans,sans-serif;padding:1rem 0;z-index:100}.navbar,.navbar-brand-container{align-items:center;display:flex;position:relative}.navbar-brand-container{justify-content:center;max-width:1200px;min-height:40px;padding:0 1rem;width:100%;z-index:10}.navbar-brand-link{color:#5c4033;font-size:1rem;font-weight:300;text-align:center;text-decoration:none;z-index:15}.navbar-brand-link h1{line-height:1;margin:0;padding:0}.bold-taco{color:#ffb347;font-weight:700}.menu-icon{cursor:pointer;display:none;flex-direction:column;height:25px;justify-content:space-around;position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:30px;z-index:20}.menu-icon,.menu-icon .bar{transition:all .6s ease-in-out}.menu-icon .bar{background-color:#ffb347;height:3px;width:100%}.navbar-menu{display:flex;justify-content:center;list-style:none;margin:1rem 0 0;padding:0;width:100%;z-index:12}.navbar-item{margin:.5rem 0}.navbar-link{color:#ffb347;font-family:inherit;font-size:1.1rem;padding:.5rem .8rem;text-decoration:none;transition:color .4s ease}.navbar-link:hover{color:#5c4033}@media (max-width:768px){.navbar-brand-container{justify-content:space-between;padding:0 1.5rem}.navbar-brand-link{font-size:1rem;margin-left:1rem;text-align:left}.menu-icon{display:flex;margin-right:1.5rem;position:static;right:auto;transform:none}.navbar-menu{align-items:center;background-color:#ffb347;border:2px solid #5c4033;box-shadow:0 8px 16px #0003;flex-direction:column;height:0;justify-content:space-evenly;left:0;overflow:hidden;padding:0;position:absolute;top:100%;transition:height 1.2s cubic-bezier(.25,.46,.45,.94),padding 1.2s cubic-bezier(.25,.46,.45,.94);width:100%;z-index:18}.navbar-menu.active{height:auto;padding:1rem 0}.navbar-item{margin:.5rem 0;text-align:left;width:100%}.navbar-link{color:#fff;display:block;font-size:1.4rem;padding:1rem;transition:color .4s ease;width:100%}.navbar-link:hover{color:#5c4033}.menu-icon.active .bar:first-child{background-color:#ffb347;transform:translateY(8px) rotate(45deg);transition:all .6s ease-in-out}.menu-icon.active .bar:nth-child(2){opacity:0;transition:opacity .6s ease-in-out}.menu-icon.active .bar:nth-child(3){background-color:#ffb347;transform:translateY(-8px) rotate(-45deg);transition:all .6s ease-in-out}}.post{word-wrap:break-word;background:#fff;border:2px solid tan;border-radius:15px;box-shadow:0 2px 8px #00000014;box-sizing:border-box;color:#5c4033;font-family:DM Sans,sans-serif;margin-bottom:25px;max-width:100%;overflow:hidden;overflow-wrap:break-word;padding:30px;position:relative;transition:all .3s ease}.expandable-text-content,.post-content,.post>div{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;min-width:0;overflow-wrap:break-word;word-break:break-all}.post a,.post div,.post p,.post span{word-wrap:break-word;box-sizing:border-box;display:inline-block;max-width:100%;overflow-wrap:break-word;width:100%;word-break:break-all}.post a{display:block;line-break:anywhere;margin:2px 0;overflow-wrap:anywhere}.expandable-post-content,.post a{max-width:100%;word-break:break-all}.expandable-post-content{word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;width:100%}.post *{box-sizing:border-box;max-width:100%}@media (max-width:768px){.post{padding:20px;word-break:break-word}.post a,.post div,.post p{font-size:.9rem;word-break:break-word}}@media (max-width:480px){.post{max-width:calc(100vw - 40px);padding:15px}.post a{font-size:.8rem;word-break:break-all}}.post-detail-container{word-wrap:break-word;background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 5px #0000001a;box-sizing:border-box;margin:20px auto;max-width:800px;overflow-wrap:break-word;padding:20px}.post-detail-content{color:#333;font-size:1.1em;-webkit-hyphens:auto;hyphens:auto;line-height:1.8;white-space:pre-wrap;width:100%;word-break:break-all}.post-detail-container a,.post-detail-container code,.post-detail-container div,.post-detail-container h1,.post-detail-container h2,.post-detail-container h3,.post-detail-container p,.post-detail-container pre,.post-detail-container span,.post-detail-content{word-wrap:break-word;box-sizing:border-box;max-width:100%;overflow-wrap:break-word}.post-detail-container a,.post-detail-container code,.post-detail-container pre{display:inline-block;width:100%;word-break:break-all}.post-detail-title{color:#f6be5e;font-size:2.8em;max-width:100%}.post-detail-meta,.post-detail-title{word-wrap:break-word;margin-bottom:15px;overflow-wrap:break-word;text-align:center}.post-detail-meta{color:#888;font-size:.9em}.post-detail-section{border-top:1px solid #eee;margin-top:30px;padding-top:20px}.post-detail-section h3{word-wrap:break-word;color:#333;margin-bottom:10px;overflow-wrap:break-word}.post-detail-section p{word-wrap:break-word;color:#555;font-size:1em;max-width:100%;overflow-wrap:break-word;word-break:break-all}.post-detail-error,.post-detail-loading,.post-detail-not-found{word-wrap:break-word;max-width:100%;overflow-wrap:break-word;padding:20px;text-align:center}.post-detail-back{margin-top:40px;text-align:center}.post-detail-back-link{word-wrap:break-word;background-color:#f8c060;border-radius:5px;color:#fff;display:inline-block;font-size:1em;overflow-wrap:break-word;padding:10px 20px;text-decoration:none}@media (max-width:768px){.post-detail-container{margin:10px;max-width:calc(100vw - 20px);padding:15px}.post-detail-title{font-size:2.2em;word-break:break-word}.post-detail-content{font-size:1em;word-break:break-word}}@media (max-width:480px){.post-detail-container{margin:5px;max-width:calc(100vw - 10px);padding:10px}.post-detail-title{font-size:1.8em}.post-detail-content{font-size:.9em}}
/*# sourceMappingURL=main.77735f0e.css.map*/