/* --- Specific Art Styles (Part 2) --- */

/* 25. Dadaism Collage */
.card-style-dadaism {
    background: #e6e6e6 !important;
    background-image: 
        url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23000000' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
    border: none !important;
    box-shadow: 8px 8px 0 rgba(0,0,0,0.8) !important;
    transform: rotate(1deg);
    border-radius: 0 !important;
    font-family: 'Special Elite', cursive !important;
}
.card-style-dadaism h2 {
    background: #000;
    color: #fff !important;
    padding: 5px;
    display: inline-block;
    transform: rotate(-2deg);
    font-weight: normal;
}
.card-style-dadaism p {
    font-family: 'Courier Prime', monospace !important;
    color: #333 !important;
    line-height: 1.4;
}
.card-style-dadaism button, .card-style-dadaism a {
    background: #fff !important;
    border: 2px dashed #000 !important;
    color: #000 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: rotate(2deg);
}
.card-style-dadaism button:active, .card-style-dadaism a:active {
    transform: rotate(0deg) scale(0.95);
}

/* 26. Grunge */
.card-style-grunge {
    background: #2a2a2a !important;
    border: 2px solid #555 !important;
    border-radius: 4px !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.8) !important;
    font-family: 'Rubik Wet Paint', cursive !important;
    position: relative;
}
.card-style-grunge::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.1'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}
.card-style-grunge h2 {
    color: #d43f3f !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 1;
    position: relative;
}
.card-style-grunge p {
    color: #aaa !important;
    font-family: 'Courier New', monospace !important;
    z-index: 1;
    position: relative;
}
.card-style-grunge button, .card-style-grunge a {
    background: #111 !important;
    border: 1px solid #d43f3f !important;
    color: #d43f3f !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 1;
    position: relative;
}
.card-style-grunge button:hover {
    background: #d43f3f !important;
    color: #000 !important;
}
.card-style-grunge button:active {
    transform: scale(0.98);
}

/* 27. Solarpunk */
.card-style-solarpunk {
    background: #f0fdf4 !important;
    border: 2px solid #86efac !important;
    border-radius: 24px 8px 24px 8px !important;
    box-shadow: 0 10px 15px -3px rgba(34, 197, 94, 0.2) !important;
    font-family: 'Philosopher', sans-serif !important;
}
.card-style-solarpunk h2 {
    color: #15803d !important;
    font-weight: bold;
}
.card-style-solarpunk p {
    color: #166534 !important;
}
.card-style-solarpunk button, .card-style-solarpunk a {
    background: linear-gradient(135deg, #86efac, #fcd34d) !important;
    color: #064e3b !important;
    border: none !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1) !important;
}
.card-style-solarpunk button:hover {
    box-shadow: 0 6px 8px rgba(0,0,0,0.15) !important;
}
.card-style-solarpunk button:active {
    transform: scale(0.95);
}

/* 28. Anti-Design */
.card-style-antidesign {
    background: #ffff00 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: 'Rubik Marker Hatch', cursive !important;
}
.card-style-antidesign h2 {
    background: #0000ff;
    color: #fff !important;
    font-size: 1.5rem;
    padding: 10px;
    transform: skew(-10deg);
}
.card-style-antidesign p {
    background: #ff00ff;
    color: #fff !important;
    padding: 5px;
    font-family: 'Arial', sans-serif !important;
    font-weight: bold;
}
.card-style-antidesign button, .card-style-antidesign a {
    background: #00ff00 !important;
    color: #000 !important;
    border: 5px solid #000 !important;
    border-radius: 50% !important;
    width: 60px !important;
    height: 60px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    transform: rotate(15deg);
}
.card-style-antidesign a {
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    padding: 10px !important;
}
.card-style-antidesign button:active {
    transform: rotate(0deg) scale(0.9);
}

/* 29. Victorian */
.card-style-victorian {
    background: #fdf5e6 !important;
    border: 3px double #5c4033 !important;
    outline: 1px solid #5c4033;
    outline-offset: -6px;
    border-radius: 4px !important;
    box-shadow: 0 4px 8px rgba(92, 64, 51, 0.2) !important;
    font-family: 'Playfair Display SC', serif !important;
}
.card-style-victorian h2 {
    color: #5c4033 !important;
    text-align: center;
    border-bottom: 1px solid #5c4033;
    padding-bottom: 5px;
}
.card-style-victorian p {
    color: #8b4513 !important;
    font-family: 'Georgia', serif !important;
    font-style: italic;
}
.card-style-victorian button, .card-style-victorian a {
    background: transparent !important;
    border: 1px solid #5c4033 !important;
    color: #5c4033 !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-style-victorian a {
    width: auto !important;
    height: auto !important;
    border-radius: 20px !important;
    padding: 5px 15px !important;
}
.card-style-victorian button:hover, .card-style-victorian a:hover {
    background: #5c4033 !important;
    color: #fdf5e6 !important;
}
.card-style-victorian button:active {
    transform: scale(0.95);
}

/* 30. Gothic */
.card-style-gothic {
    background: #111 !important;
    border: 1px solid #444 !important;
    border-top: 4px solid #800000 !important;
    border-radius: 4px 4px 0 0 !important;
    box-shadow: 0 10px 30px #000 !important;
    font-family: 'Metal Mania', cursive !important;
}
.card-style-gothic h2 {
    color: #a00000 !important;
    letter-spacing: 1px;
}
.card-style-gothic p {
    color: #888 !important;
    font-family: 'Garamond', serif !important;
}
.card-style-gothic button, .card-style-gothic a {
    background: #222 !important;
    border: 1px solid #555 !important;
    color: #ccc !important;
    border-radius: 2px !important;
    box-shadow: none !important;
}
.card-style-gothic button:hover, .card-style-gothic a:hover {
    border-color: #a00000 !important;
    color: #a00000 !important;
}
.card-style-gothic button:active {
    background: #333 !important;
    transform: translateY(2px);
}

/* 31. Web3 / Y2K */
.card-style-web3 {
    background: #eef2ff !important;
    background: radial-gradient(circle at top right, #c7d2fe, #eef2ff) !important;
    border: 1px solid #fff !important;
    border-radius: 24px !important;
    box-shadow: 
        0 4px 6px -1px rgba(0, 0, 0, 0.1), 
        0 2px 4px -1px rgba(0, 0, 0, 0.06),
        inset 0 0 20px #fff !important;
    font-family: 'Rajdhani', sans-serif !important;
}
.card-style-web3 h2 {
    background: linear-gradient(90deg, #4f46e5, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-transform: uppercase;
}
.card-style-web3 button, .card-style-web3 a {
    background: rgba(255,255,255,0.6) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.8) !important;
    color: #4f46e5 !important;
    border-radius: 30px !important;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.2) !important;
    font-weight: 600 !important;
}
.card-style-web3 button:hover {
    background: #fff !important;
    transform: translateY(-2px);
}
.card-style-web3 button:active {
    transform: translateY(0);
}

/* 32. Cottagecore */
.card-style-cottagecore {
    background: #fffaf0 !important; /* Floral White */
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(139, 69, 19, 0.1) !important;
    font-family: 'Homemade Apple', cursive !important;
}
.card-style-cottagecore h2 {
    color: #8b5a2b !important;
    font-size: 1.4rem;
}
.card-style-cottagecore p {
    color: #6b4423 !important;
    font-family: 'Georgia', serif !important;
}
.card-style-cottagecore button, .card-style-cottagecore a {
    background: #fce8e6 !important;
    color: #8b5a2b !important;
    border: 1px dashed #d2b48c !important;
    border-radius: 15px !important;
    box-shadow: none !important;
}
.card-style-cottagecore button:hover {
    background: #fff0f5 !important;
}
.card-style-cottagecore button:active {
    transform: scale(0.98);
}

/* --- NEW 8 STYLES --- */

/* 68. Frutiger Aero */
.card-style-aero {
    background: linear-gradient(135deg, #a8ff78, #78ffd6) !important;
    font-family: 'Nunito', sans-serif !important;
    border: 1px solid rgba(255,255,255,0.6) !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 20px rgba(0, 168, 255, 0.3) !important;
    overflow: hidden;
    position: relative;
}
.card-style-aero::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.4), transparent 60%);
    pointer-events: none;
}
.card-style-aero h2 {
    color: #005678 !important;
    font-weight: 700;
}
.card-style-aero button, .card-style-aero a {
    background: linear-gradient(to bottom, #fff, #e0f7fa) !important;
    color: #00a8ff !important;
    border: 1px solid #fff !important;
    border-radius: 20px !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
    font-weight: bold !important;
}
.card-style-aero button:hover, .card-style-aero a:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
}

/* 69. Low Poly */
.card-style-lowpoly {
    background: radial-gradient(circle at center, #2b3a42 0%, #1c2329 100%) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    border-radius: 12px !important;
    font-family: 'Exo 2', sans-serif !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
}
.card-style-lowpoly h2 {
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.card-style-lowpoly p {
    color: #aaa !important;
}
.card-style-lowpoly button, .card-style-lowpoly a {
    background: linear-gradient(90deg, #00f260, #0575e6) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3) !important;
    font-weight: bold !important;
}
.card-style-lowpoly button:active, .card-style-lowpoly a:active {
    transform: translateY(2px);
}

/* 70. Art Nouveau */
.card-style-nouveau {
    background: #fffdd0 !important;
    border: 2px solid #c5a059 !important;
    border-radius: 16px 16px 4px 4px !important;
    font-family: 'Times New Roman', serif !important;
    box-shadow: inset 0 0 20px rgba(197, 160, 89, 0.2) !important;
}
.card-style-nouveau h2 {
    color: #556b2f !important;
    font-family: 'Brush Script MT', cursive !important;
    font-size: 1.8rem !important;
}
.card-style-nouveau p {
    color: #6b8e23 !important;
    font-style: italic;
}
.card-style-nouveau button, .card-style-nouveau a {
    background: transparent !important;
    border: 1px solid #556b2f !important;
    color: #556b2f !important;
    border-radius: 20px !important;
    font-family: serif !important;
}
.card-style-nouveau button:hover, .card-style-nouveau a:hover {
    background: #556b2f !important;
    color: #fffdd0 !important;
}

/* 71. OLED Dark */
.card-style-oled {
    background: #000 !important;
    border: 1px solid #222 !important;
    border-radius: 8px !important;
    font-family: 'Inter', sans-serif !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.8) !important;
}
.card-style-oled h2 {
    color: #fff !important;
    letter-spacing: 1px;
}
.card-style-oled p {
    color: #666 !important;
}
.card-style-oled button, .card-style-oled a {
    background: #0a0a0a !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    border-radius: 4px !important;
    text-transform: uppercase;
    font-size: 0.8rem !important;
    letter-spacing: 1px;
}
.card-style-oled button:hover, .card-style-oled a:hover {
    border-color: #00f2ff !important;
    color: #00f2ff !important;
    box-shadow: 0 0 10px rgba(0, 242, 255, 0.3) !important;
}

/* 72. Synthwave */
.card-style-synthwave {
    background: linear-gradient(0deg, #2b004a 0%, #12001f 100%) !important;
    border: 1px solid #ff00de !important;
    border-radius: 8px !important;
    font-family: 'Syncopate', sans-serif !important;
    box-shadow: 0 0 15px rgba(255, 0, 222, 0.3) !important;
}
.card-style-synthwave h2 {
    color: #00f0ff !important;
    text-shadow: 2px 0 #ff00de;
    text-transform: uppercase;
}
.card-style-synthwave button, .card-style-synthwave a {
    background: transparent !important;
    border: 2px solid #00f0ff !important;
    color: #00f0ff !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    box-shadow: 0 0 10px rgba(0, 240, 255, 0.5) !important;
}
.card-style-synthwave button:hover, .card-style-synthwave a:hover {
    background: rgba(0, 240, 255, 0.2) !important;
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.8) !important;
}

/* 73. VHS Glitch */
html:not(.dark) .card-style-vhs {
    background: #050505 !important;
    border: 2px solid rgba(255, 255, 255, 0.85) !important;
    border-radius: 10px !important;
    font-family: 'Courier New', Courier, monospace !important;
    box-shadow: 0 0 18px rgba(0, 255, 0, 0.18) !important;
    position: relative;
}
html:not(.dark) .card-style-vhs h2 {
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 0 rgba(0, 255, 0, 0.85);
}
html:not(.dark) .card-style-vhs p {
    color: rgba(255, 255, 255, 0.72) !important;
}
html:not(.dark) .card-style-vhs button,
html:not(.dark) .card-style-vhs a {
    background: rgba(255, 255, 255, 0.92) !important;
    color: #000 !important;
    border: none !important;
    border-radius: 0 !important;
    font-family: inherit !important;
    font-weight: 700 !important;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
}
html:not(.dark) .card-style-vhs button:hover,
html:not(.dark) .card-style-vhs a:hover {
    background: #00ff00 !important;
    box-shadow: 5px 5px 0 #ff00ff !important;
}

/* 74. Vintage Paper */
html:not(.dark) .card-style-vintage {
    background-color: #2c3e50 !important;
    background-image:
        url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.12'/%3E%3C/svg%3E"),
        linear-gradient(135deg, #1f4037 0%, #99f2c8 100%) !important;
    background-blend-mode: overlay !important;
    border: none !important;
    border-radius: 24px !important;
    font-family: 'Rye', serif !important;
}
html:not(.dark) .card-style-vintage > div:last-child {
    background: #fdf5e6 !important;
    box-shadow:
        inset 0 0 0 6px #e74c3c,
        inset 0 0 0 10px #c0392b,
        0 18px 40px rgba(0, 0, 0, 0.35) !important;
    border-radius: 18px !important;
}
html:not(.dark) .card-style-vintage h2 {
    color: #2c3e50 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
html:not(.dark) .card-style-vintage p {
    color: rgba(44, 62, 80, 0.8) !important;
}
html:not(.dark) .card-style-vintage button,
html:not(.dark) .card-style-vintage a {
    background: linear-gradient(to bottom, #f39c12, #d35400) !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    border-radius: 999px !important;
    box-shadow: 0 5px 0 #a04000, 0 10px 16px rgba(0, 0, 0, 0.25) !important;
}
html:not(.dark) .card-style-vintage button:active,
html:not(.dark) .card-style-vintage a:active {
    transform: translateY(2px);
    box-shadow: 0 3px 0 #a04000, 0 6px 12px rgba(0, 0, 0, 0.25) !important;
}

/* 75. Wireframe */
html:not(.dark) .card-style-wireframe {
    background: #0d0d0d !important;
    background-image: 
        linear-gradient(rgba(50, 255, 0, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(50, 255, 0, 0.1) 1px, transparent 1px) !important;
    background-size: 20px 20px !important;
    border: 1px dashed #32ff00 !important;
    border-radius: 0 !important;
    font-family: 'Share Tech Mono', monospace !important;
}
html:not(.dark) .card-style-wireframe h2 {
    color: #32ff00 !important;
    text-transform: uppercase;
}
html:not(.dark) .card-style-wireframe p {
    color: rgba(50, 255, 0, 0.7) !important;
}
html:not(.dark) .card-style-wireframe button, html:not(.dark) .card-style-wireframe a {
    background: transparent !important;
    border: 1px solid #32ff00 !important;
    color: #32ff00 !important;
    border-radius: 0 !important;
    text-transform: uppercase;
}
html:not(.dark) .card-style-wireframe button:hover, html:not(.dark) .card-style-wireframe a:hover {
    box-shadow: 0 0 10px #32ff00 !important;
    text-shadow: 0 0 5px #32ff00;
}

