.house-rules-page{min-height:100vh;padding:2rem 0}.important-notice{display:flex;align-items:flex-start;gap:1rem;background:#fff3cd;border:1px solid #ffeaa7;border-radius:12px;padding:1.5rem;margin-bottom:3rem}.notice-icon{font-size:2rem;flex-shrink:0}.notice-content h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#856404}.notice-content p{color:#856404;line-height:1.6;margin:0}.rules-section{margin-bottom:4rem}.rules-section h2{font-size:2.5rem;font-weight:600;margin-bottom:2rem;color:var(--foreground);border-bottom:3px solid var(--primary-green);padding-bottom:.5rem}.rules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.rule-card{background:var(--card-background);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.rule-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.rule-icon{font-size:2.5rem;margin-bottom:1rem}.rule-card h3{font-size:1.3rem;font-weight:600;margin-bottom:.75rem;color:var(--foreground)}.rule-card p{color:var(--text-secondary);line-height:1.6;margin:0}.cannabis-rules{display:flex;flex-direction:column;gap:1.5rem}.rule-item{background:var(--card-background);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem}.rule-item h4{font-size:1.2rem;font-weight:600;margin-bottom:.75rem;color:var(--primary-green);display:flex;align-items:center;gap:.5rem}.rule-item p{color:var(--text-secondary);line-height:1.6;margin:0}.membership-rules{display:flex;flex-direction:column;gap:1.5rem}.consequences-section{margin-bottom:4rem}.consequences-section h2{font-size:2.5rem;font-weight:600;margin-bottom:2rem;color:var(--foreground);border-bottom:3px solid #e74c3c;padding-bottom:.5rem}.consequences-content{background:var(--card-background);border:1px solid var(--border-color);border-radius:12px;padding:2rem}.consequences-content p{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.consequences-content ul{list-style:none;padding:0;margin-bottom:1.5rem}.consequences-content li{color:var(--text-secondary);line-height:1.6;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.consequences-content li:before{content:"•";color:#e74c3c;font-weight:700;position:absolute;left:0}.legal-section{margin-bottom:4rem}.legal-section h2{font-size:2.5rem;font-weight:600;margin-bottom:2rem;color:var(--foreground);border-bottom:3px solid #3498db;padding-bottom:.5rem}.legal-content{background:var(--card-background);border:1px solid var(--border-color);border-radius:12px;padding:2rem}.legal-content p{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.legal-content p:last-child{margin-bottom:0}.contact-section{text-align:center;background:var(--card-background);border:1px solid var(--border-color);border-radius:12px;padding:2rem}.contact-section h2{font-size:2rem;font-weight:600;margin-bottom:1rem;color:var(--foreground)}.contact-section p{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.contact-info{display:flex;flex-direction:column;gap:.5rem}.contact-info p{margin:0;font-weight:500;color:var(--primary-green)}@media (max-width:768px){.consequences-section h2,.legal-section h2,.rules-section h2{font-size:2rem}.rules-grid{grid-template-columns:1fr}.important-notice{flex-direction:column;text-align:center}.consequences-content,.contact-section,.legal-content,.rule-card,.rule-item{padding:1.5rem}}