:root {
    /* Light Theme (Default) */
    --uw-grey-1: #f0f2f5;
    --uw-grey-2: #e4e6eb;
    --uw-grey-3: #d8dadf;
    --uw-grey-4: #cccee3;
    --uw-grey-5: #c0c2e7;
    --uw-grey-6: #b4b6eb;
    --uw-grey-7: #a8aaef;
    --uw-grey-8: #9c9ef3;
    --uw-grey-9: #9092f7;
    --uw-grey-10: #8486fb;
    --uw-white-1: #ffffff;
    --uw-white-2: #f0f2f5;
    --uw-white-3: #dfe2e6;
    --uw-white-4: #c8cccf;
    --uw-white-5: #ced4da;
    --uw-white-6: #adb5bd;
    --uw-white-7: #6c757d;
    --uw-white-8: #495057;
    --uw-white-9: #343a40;
    --uw-white-10: #212529;
    --uw-black-1: #000000;
    --uw-black-2: #0a0a0a;
    --uw-black-3: #141414;
    --uw-black-4: #1e1e1e;
    --uw-black-5: #282828;
    --uw-black-6: #323232;
    --uw-black-7: #3c3c3c;
    --uw-black-8: #464646;
    --uw-black-9: #505050;
    --uw-black-10: #5a5a5a;
    --uw-blurple-1: #0866ff;
    --uw-blurple-2: #095fe9;
    --uw-blurple-3: #363D97;
    --uw-blurple-4: #252969;
    --uw-blurple-5: #14143C;
    --uw-red-1: #ff2f2f;
    --uw-red-2: #cc2525;
    --uw-red-3: #991c1c;
    --uw-red-4: #661212;
    --uw-red-5: #330909;
    --uw-text-1: #1c1e21;
    --uw-text-2: #65676b;
    --uw-text-3: #050505;
    --uw-text-4: #65676b;
    --uw-text-5: #050505;
    --uw-text-6: #65676b;
    --uw-text-7: #050505;
    --uw-text-8: #65676b;
    --uw-text-9: #050505;
    --uw-text-10: #65676b;
    --uw-background-1: #ffffff;
    --uw-background-2: #f0f2f5;
    --uw-background-3: #e4e6eb;
    --uw-background-4: #d8dadf;
    --uw-background-5: #cccee3;
    --uw-background-6: #c0c2e7;
    --uw-background-7: #b4b6eb;
    --uw-background-8: #a8aaef;
    --uw-background-9: #9c9ef3;
    --uw-background-10: #9092f7;
    --uw-background-11: #fcfcfc;
    
}

/* Dark Theme */
[data-theme="dark"] {
    --uw-grey-1: #0f0f0f;
    --uw-grey-2: #121214;
    --uw-grey-3: #1a1a1e;
    --uw-grey-4: #2f2f2f;
    --uw-grey-5: #3f3f3f;
    --uw-white-1: #0f0f0f;
    --uw-white-2: #141414;
    --uw-white-3: #1a1a1a;
    --uw-white-4: #28282b;
    --uw-white-5: #4f4f4f;
    --uw-black-1: #ffffff;
    --uw-black-2: #f5f5f5;
    --uw-black-3: #ebebeb;
    --uw-black-4: #e1e1e1;
    --uw-black-5: #d7d7d7;
    --uw-blurple-1: #0866ff;
    --uw-blurple-2: #095fe9;
    --uw-blurple-3: #363D97;
    --uw-blurple-4: #252969;
    --uw-blurple-5: #14143C;
    --uw-text-1: #ffffff;
    --uw-text-2: #aaaaaa;
    --uw-text-3: #ffffff;
    --uw-text-4: #aaaaaa;
    --uw-text-5: #ffffff;
    --uw-text-6: #aaaaaa;
    --uw-text-7: #ffffff;
    --uw-text-8: #aaaaaa;
    --uw-text-9: #ffffff;
    --uw-text-10: #aaaaaa;
    --uw-background-1: #0f0f0f;
    --uw-background-2: #1f1f1f;
    --uw-background-3: #272727;
    --uw-background-4: #2f2f2f;
    --uw-background-5: #3f3f3f;
    --uw-background-11: #111111;
}

/* OLED Theme */
[data-theme="oled"] {
    --uw-grey-1: #000000;
    --uw-grey-2: #0a0a0a;
    --uw-grey-3: #141414;
    --uw-grey-4: #1e1e1e;
    --uw-grey-5: #282828;
    --uw-grey-6: #323232;
    --uw-grey-7: #3c3c3c;
    --uw-grey-8: #464646;
    --uw-grey-9: #505050;
    --uw-grey-10: #5a5a5a;
    --uw-white-1: #000000;
    --uw-white-2: #0a0a0a;
    --uw-white-3: #141414;
    --uw-white-4: #1e1e1e;
    --uw-white-5: #282828;
    --uw-white-6: #323232;
    --uw-white-7: #3c3c3c;
    --uw-white-8: #464646;
    --uw-white-9: #505050;
    --uw-white-10: #5a5a5a;
    --uw-black-1: #ffffff;
    --uw-black-2: #f5f5f5;
    --uw-black-3: #ebebeb;
    --uw-black-4: #e1e1e1;
    --uw-black-5: #d7d7d7;
    --uw-black-6: #cdcdcd;
    --uw-black-7: #c3c3c3;
    --uw-black-8: #b9b9b9;
    --uw-black-9: #afafaf;
    --uw-black-10: #a5a5a5;
    --uw-blurple-1: #0866ff;
    --uw-blurple-2: #095fe9;
    --uw-blurple-3: #445383;
    --uw-blurple-4: #2d3857;
    --uw-blurple-5: #161d2c;
    --uw-red-1: #ff4d4d;
    --uw-red-2: #cc3d3d;
    --uw-red-3: #992e2e;
    --uw-red-4: #661e1e;
    --uw-red-5: #330f0f;
    --uw-text-1: #ffffff;
    --uw-text-2: #e0e0e0;
    --uw-text-3: #ffffff;
    --uw-text-4: #e0e0e0;
    --uw-text-5: #ffffff;
    --uw-text-6: #e0e0e0;
    --uw-text-7: #ffffff;
    --uw-text-8: #e0e0e0;
    --uw-text-9: #ffffff;
    --uw-text-10: #e0e0e0;
    --uw-background-1: #000000;
    --uw-background-2: #0a0a0a;
    --uw-background-3: #141414;
    --uw-background-4: #1e1e1e;
    --uw-background-5: #282828;
    --uw-background-6: #323232;
    --uw-background-7: #3c3c3c;
    --uw-background-8: #464646;
    --uw-background-9: #505050;
    --uw-background-10: #5a5a5a;
    --uw-background-11: #030303;
}

/* Moonlight Theme */
[data-theme="moonlight"] {
    --uw-grey-1: #1a1b26;
    --uw-grey-2: #24283b;
    --uw-grey-3: #414868;
    --uw-grey-4: #565f89;
    --uw-grey-5: #7aa2f7;
    --uw-white-1: #24283b;
    --uw-white-2: #2d3250;
    --uw-white-3: #363b5a;
    --uw-white-4: #3f4464;
    --uw-white-5: #484d6e;
    --uw-black-1: #a0a8c0;
    --uw-black-2: #8a9a7a;
    --uw-black-3: #7a9fb0;
    --uw-black-4: #9a8ab0;
    --uw-black-5: #a07a8a;
    --uw-blurple-1: #7a8ab0;
    --uw-blurple-2: #5d6a8a;
    --uw-blurple-3: #404a6a;
    --uw-blurple-4: #232a4a;
    --uw-blurple-5: #060a2a;
    --uw-text-1: #a0a8c0;
    --uw-text-2: #818daf;
    --uw-text-3: #7a9fb0;
    --uw-text-4: #9a8ab0;
    --uw-text-5: #a07a8a;
    --uw-background-1: #1a1b26;
    --uw-background-2: #24283b;
    --uw-background-3: #414868;
    --uw-background-4: #565f89;
    --uw-background-5: #7a8ab0;
}

/* Ocean Theme */
[data-theme="ocean"] {
    --uw-grey-1: #1a2b3c;
    --uw-grey-2: #2c3e50;
    --uw-grey-3: #34495e;
    --uw-grey-4: #4a6278;
    --uw-grey-5: #5d7a91;
    --uw-white-1: #2c3e50;
    --uw-white-2: #34495e;
    --uw-white-3: #4a6278;
    --uw-white-4: #5d7a91;
    --uw-white-5: #6b8aa0;
    --uw-black-1: #b8c0c8;
    --uw-black-2: #a1a9b2;
    --uw-black-3: #8a929b;
    --uw-black-4: #737b84;
    --uw-black-5: #5c646d;
    --uw-blurple-1: #4a6278;
    --uw-blurple-2: #3d4f61;
    --uw-blurple-3: #303c4a;
    --uw-blurple-4: #232933;
    --uw-blurple-5: #16161c;
    --uw-text-1: #b8c0c8;
    --uw-text-2: #a1a9b2;
    --uw-text-3: #8a929b;
    --uw-text-4: #737b84;
    --uw-text-5: #5c646d;
    --uw-background-1: #1a2b3c;
    --uw-background-2: #2c3e50;
    --uw-background-3: #34495e;
    --uw-background-4: #4a6278;
    --uw-background-5: #5d7a91;
}

/* Sunset Theme */
[data-theme="sunset"] {
    --uw-grey-1: #2d1f1f;
    --uw-grey-2: #3d2c2c;
    --uw-grey-3: #4d3b3b;
    --uw-grey-4: #5d4a4a;
    --uw-grey-5: #6d5959;
    --uw-white-1: #3d2c2c;
    --uw-white-2: #4d3b3b;
    --uw-white-3: #5d4a4a;
    --uw-white-4: #6d5959;
    --uw-white-5: #7d6868;
    --uw-black-1: #e6d5c3;
    --uw-black-2: #d4c0a8;
    --uw-black-3: #c2ab8d;
    --uw-black-4: #b09672;
    --uw-black-5: #9e8157;
    --uw-blurple-1: #d4a373;
    --uw-blurple-2: #c28a5a;
    --uw-blurple-3: #b07141;
    --uw-blurple-4: #9e5828;
    --uw-blurple-5: #8c3f0f;
    --uw-text-1: #e6d5c3;
    --uw-text-2: #d4b08e;
    --uw-text-3: #c29c74;
    --uw-text-4: #b0885a;
    --uw-text-5: #9e7440;
    --uw-background-1: #2d1f1f;
    --uw-background-2: #3d2c2c;
    --uw-background-3: #4d3b3b;
    --uw-background-4: #5d4a4a;
    --uw-background-5: #6d5959;
}

/* Tropical Theme */
[data-theme="tropical"] {
    --uw-grey-1: #2c3e50;
    --uw-grey-2: #34495e;
    --uw-grey-3: #3d566e;
    --uw-grey-4: #46637e;
    --uw-grey-5: #4f708e;
    --uw-white-1: #34495e;
    --uw-white-2: #3d566e;
    --uw-white-3: #46637e;
    --uw-white-4: #4f708e;
    --uw-white-5: #587d9e;
    --uw-black-1: #a8b6b3;
    --uw-black-2: #93a19e;
    --uw-black-3: #7e8c89;
    --uw-black-4: #697774;
    --uw-black-5: #54625f;
    --uw-blurple-1: #4e6e61;
    --uw-blurple-2: #3f5a4e;
    --uw-blurple-3: #30463b;
    --uw-blurple-4: #213228;
    --uw-blurple-5: #121e15;
    --uw-text-1: #a8b6b3;
    --uw-text-2: #93a19e;
    --uw-text-3: #7e8c89;
    --uw-text-4: #697774;
    --uw-text-5: #54625f;
    --uw-background-1: #2c3e50;
    --uw-background-2: #34495e;
    --uw-background-3: #3d566e;
    --uw-background-4: #46637e;
    --uw-background-5: #4f708e;
}

/* Deep Sea Theme */
[data-theme="deepsea"] {
    --uw-grey-1: #0a0a1a;
    --uw-grey-2: #12122a;
    --uw-grey-3: #1a1a3a;
    --uw-grey-4: #22224a;
    --uw-grey-5: #2a2a5a;
    --uw-white-1: #12122a;
    --uw-white-2: #1a1a3a;
    --uw-white-3: #22224a;
    --uw-white-4: #2a2a5a;
    --uw-white-5: #32326a;
    --uw-black-1: #8a9a9a;
    --uw-black-2: #758585;
    --uw-black-3: #607070;
    --uw-black-4: #4b5b5b;
    --uw-black-5: #364646;
    --uw-blurple-1: #3a4a5a;
    --uw-blurple-2: #2d3a4a;
    --uw-blurple-3: #202a3a;
    --uw-blurple-4: #131a2a;
    --uw-blurple-5: #060a1a;
    --uw-text-1: #8a9a9a;
    --uw-text-2: #758585;
    --uw-text-3: #607070;
    --uw-text-4: #4b5b5b;
    --uw-text-5: #364646;
    --uw-background-1: #0a0a1a;
    --uw-background-2: #12122a;
    --uw-background-3: #1a1a3a;
    --uw-background-4: #22224a;
    --uw-background-5: #2a2a5a;
}

/* Coral Theme */
[data-theme="coral"] {
    --uw-grey-1: #2c1f1f;
    --uw-grey-2: #3d2c2c;
    --uw-grey-3: #4e3939;
    --uw-grey-4: #5f4646;
    --uw-grey-5: #705353;
    --uw-white-1: #3d2c2c;
    --uw-white-2: #4e3939;
    --uw-white-3: #5f4646;
    --uw-white-4: #705353;
    --uw-white-5: #816060;
    --uw-black-1: #c5a8a8;
    --uw-black-2: #b39393;
    --uw-black-3: #a17e7e;
    --uw-black-4: #8f6969;
    --uw-black-5: #7d5454;
    --uw-blurple-1: #a17a62;
    --uw-blurple-2: #8a664f;
    --uw-blurple-3: #73523c;
    --uw-blurple-4: #5c3e29;
    --uw-blurple-5: #452a16;
    --uw-text-1: #c5a8a8;
    --uw-text-2: #b39393;
    --uw-text-3: #a17e7e;
    --uw-text-4: #8f6969;
    --uw-text-5: #7d5454;
    --uw-background-1: #2c1f1f;
    --uw-background-2: #3d2c2c;
    --uw-background-3: #4e3939;
    --uw-background-4: #5f4646;
    --uw-background-5: #705353;
}

/* Aurora Theme */
[data-theme="aurora"] {
    --uw-grey-1: #1a1a2e;
    --uw-grey-2: #232342;
    --uw-grey-3: #2c2c56;
    --uw-grey-4: #35356a;
    --uw-grey-5: #3e3e7e;
    --uw-white-1: #232342;
    --uw-white-2: #2c2c56;
    --uw-white-3: #35356a;
    --uw-white-4: #3e3e7e;
    --uw-white-5: #474792;
    --uw-black-1: #a8b6b3;
    --uw-black-2: #93a19e;
    --uw-black-3: #7e8c89;
    --uw-black-4: #697774;
    --uw-black-5: #54625f;
    --uw-blurple-1: #4e6e61;
    --uw-blurple-2: #3f5a4e;
    --uw-blurple-3: #30463b;
    --uw-blurple-4: #213228;
    --uw-blurple-5: #121e15;
    --uw-text-1: #a8b6b3;
    --uw-text-2: #93a19e;
    --uw-text-3: #7e8c89;
    --uw-text-4: #697774;
    --uw-text-5: #54625f;
    --uw-background-1: #1a1a2e;
    --uw-background-2: #232342;
    --uw-background-3: #2c2c56;
    --uw-background-4: #35356a;
    --uw-background-5: #3e3e7e;
}

/* Midnight Theme */
[data-theme="midnight"] {
    --uw-grey-1: #0a0a12;
    --uw-grey-2: #12121a;
    --uw-grey-3: #1a1a22;
    --uw-grey-4: #22222a;
    --uw-grey-5: #2a2a32;
    --uw-white-1: #12121a;
    --uw-white-2: #1a1a22;
    --uw-white-3: #22222a;
    --uw-white-4: #2a2a32;
    --uw-white-5: #32323a;
    --uw-black-1: #8a8a96;
    --uw-black-2: #757582;
    --uw-black-3: #60606e;
    --uw-black-4: #4b4b5a;
    --uw-black-5: #363646;
    --uw-blurple-1: #4a4a6a;
    --uw-blurple-2: #3d3d5a;
    --uw-blurple-3: #30304a;
    --uw-blurple-4: #23233a;
    --uw-blurple-5: #16162a;
    --uw-text-1: #8a8a96;
    --uw-text-2: #757582;
    --uw-text-3: #60606e;
    --uw-text-4: #4b4b5a;
    --uw-text-5: #363646;
    --uw-background-1: #0a0a12;
    --uw-background-2: #12121a;
    --uw-background-3: #1a1a22;
    --uw-background-4: #22222a;
    --uw-background-5: #2a2a32;
}

/* Seafoam Theme */
[data-theme="seafoam"] {
    --uw-grey-1: #1a2b2b;
    --uw-grey-2: #2a3b3b;
    --uw-grey-3: #3a4b4b;
    --uw-grey-4: #4a5b5b;
    --uw-grey-5: #5a6b6b;
    --uw-white-1: #2a3b3b;
    --uw-white-2: #3a4b4b;
    --uw-white-3: #4a5b5b;
    --uw-white-4: #5a6b6b;
    --uw-white-5: #6a7b7b;
    --uw-black-1: #b8e6e6;
    --uw-black-2: #a3d4d4;
    --uw-black-3: #8ec2c2;
    --uw-black-4: #79b0b0;
    --uw-black-5: #649e9e;
    --uw-blurple-1: #4a9e9e;
    --uw-blurple-2: #3d8a8a;
    --uw-blurple-3: #307676;
    --uw-blurple-4: #236262;
    --uw-blurple-5: #164e4e;
    --uw-text-1: #b8e6e6;
    --uw-text-2: #a3d4d4;
    --uw-text-3: #8ec2c2;
    --uw-text-4: #79b0b0;
    --uw-text-5: #649e9e;
    --uw-background-1: #1a2b2b;
    --uw-background-2: #2a3b3b;
    --uw-background-3: #3a4b4b;
    --uw-background-4: #4a5b5b;
    --uw-background-5: #5a6b6b;
}

/* Retro Theme */
[data-theme="retro"] {
    --uw-grey-1: #f5f0e6;
    --uw-grey-2: #e8e0d0;
    --uw-grey-3: #d8cbb8;
    --uw-grey-4: #c8bca0;
    --uw-text-1: #4a4a4a;
    --uw-text-2: #6b6b6b;
    --uw-text-10: #2a2a2a;
    --uw-white-1: #faf5eb;
    --uw-white-2: #f5f0e6;
    --uw-white-3: #e8e0d0;
    --uw-white-4: #d8cbb8;
    --uw-blurple-1: #7d6b8f;
    --uw-blurple-2: #8d7b9f;
    --uw-blurple-3: #9d8baf;
    --uw-blurple-4: #ad9bbf;
    --uw-background-1: #f5f0e6;
    --uw-background-2: #e8e0d0;
    --uw-background-3: #d8cbb8;
    --uw-background-4: #c8bca0;
    --uw-background-5: #b8ad90;
    --uw-background-6: #a89e80;
    --uw-background-7: #988f70;
    --uw-background-8: #888060;
    --uw-background-9: #787150;
    --uw-background-10: #686240;
}

/* Desert Dusk Theme */
[data-theme="desertdusk"] {
    --uw-grey-1: #120d0a;
    --uw-grey-2: #1a1410;
    --uw-grey-3: #221b16;
    --uw-grey-4: #2a221c;
    --uw-grey-5: #322922;
    --uw-white-1: #1a1410;
    --uw-white-2: #221b16;
    --uw-white-3: #2a221c;
    --uw-white-4: #322922;
    --uw-white-5: #3a3028;
    --uw-black-1: #e6c4a8;
    --uw-black-2: #d4b08e;
    --uw-black-3: #c29c74;
    --uw-black-4: #b0885a;
    --uw-black-5: #9e7440;
    --uw-blurple-1: #d4a373;
    --uw-blurple-2: #c28a5a;
    --uw-blurple-3: #b07141;
    --uw-blurple-4: #9e5828;
    --uw-blurple-5: #8c3f0f;
    --uw-text-1: #e6c4a8;
    --uw-text-2: #d4b08e;
    --uw-text-3: #c29c74;
    --uw-text-4: #b0885a;
    --uw-text-5: #9e7440;
    --uw-background-1: #120d0a;
    --uw-background-2: #1a1410;
    --uw-background-3: #221b16;
    --uw-background-4: #2a221c;
    --uw-background-5: #322922;
}

/* Meadow Theme */
[data-theme="meadow"] {
    --uw-grey-1: #f0f7f0;
    --uw-grey-2: #e6f0e6;
    --uw-grey-3: #dce9dc;
    --uw-grey-4: #d2e2d2;
    --uw-grey-5: #c8dbc8;
    --uw-white-1: #ffffff;
    --uw-white-2: #f0f7f0;
    --uw-white-3: #e6f0e6;
    --uw-white-4: #dce9dc;
    --uw-white-5: #d2e2d2;
    --uw-black-1: #2c3e2c;
    --uw-black-2: #344934;
    --uw-black-3: #3c5440;
    --uw-black-4: #445f4c;
    --uw-black-5: #4c6a58;
    --uw-blurple-1: #4a9e4a;
    --uw-blurple-2: #3d8a3d;
    --uw-blurple-3: #307630;
    --uw-blurple-4: #236223;
    --uw-blurple-5: #164e16;
    --uw-text-1: #2c3e2c;
    --uw-text-2: #344934;
    --uw-text-3: #3c5440;
    --uw-text-4: #445f4c;
    --uw-text-5: #4c6a58;
    --uw-background-1: #f0f7f0;
    --uw-background-2: #e6f0e6;
    --uw-background-3: #dce9dc;
    --uw-background-4: #d2e2d2;
    --uw-background-5: #c8dbc8;
}

/* Starlight Theme */
[data-theme="starlight"] {
    --uw-grey-1: #f0f4ff;
    --uw-grey-2: #e6edff;
    --uw-grey-3: #dce6ff;
    --uw-grey-4: #d2dfff;
    --uw-grey-5: #c8d8ff;
    --uw-white-1: #ffffff;
    --uw-white-2: #f0f4ff;
    --uw-white-3: #e6edff;
    --uw-white-4: #dce6ff;
    --uw-white-5: #d2dfff;
    --uw-black-1: #2c3e4c;
    --uw-black-2: #34495e;
    --uw-black-3: #3c5470;
    --uw-black-4: #445f82;
    --uw-black-5: #4c6a94;
    --uw-blurple-1: #4a7a9e;
    --uw-blurple-2: #3d668a;
    --uw-blurple-3: #305276;
    --uw-blurple-4: #233e62;
    --uw-blurple-5: #162a4e;
    --uw-text-1: #2c3e4c;
    --uw-text-2: #34495e;
    --uw-text-3: #3c5470;
    --uw-text-4: #445f82;
    --uw-text-5: #4c6a94;
    --uw-background-1: #f0f4ff;
    --uw-background-2: #e6edff;
    --uw-background-3: #dce6ff;
    --uw-background-4: #d2dfff;
    --uw-background-5: #c8d8ff;
}

/* Dawn Theme */
[data-theme="dawn"] {
    --uw-grey-1: #fff5f0;
    --uw-grey-2: #ffebe6;
    --uw-grey-3: #ffe1dc;
    --uw-grey-4: #ffd7d2;
    --uw-grey-5: #ffcdc8;
    --uw-white-1: #ffffff;
    --uw-white-2: #fff5f0;
    --uw-white-3: #ffebe6;
    --uw-white-4: #ffe1dc;
    --uw-white-5: #ffd7d2;
    --uw-black-1: #4c2c2c;
    --uw-black-2: #593434;
    --uw-black-3: #663c3c;
    --uw-black-4: #734444;
    --uw-black-5: #804c4c;
    --uw-blurple-1: #9e4a4a;
    --uw-blurple-2: #8a3d3d;
    --uw-blurple-3: #763030;
    --uw-blurple-4: #622323;
    --uw-blurple-5: #4e1616;
    --uw-text-1: #4c2c2c;
    --uw-text-2: #593434;
    --uw-text-3: #663c3c;
    --uw-text-4: #734444;
    --uw-text-5: #804c4c;
    --uw-background-1: #fff5f0;
    --uw-background-2: #ffebe6;
    --uw-background-3: #ffe1dc;
    --uw-background-4: #ffd7d2;
    --uw-background-5: #ffcdc8;
}

/* Pastel Theme */
[data-theme="pastel"] {
    --uw-grey-1: #faf0ff;
    --uw-grey-2: #f5e6ff;
    --uw-grey-3: #f0dcff;
    --uw-grey-4: #ebd2ff;
    --uw-grey-5: #e6c8ff;
    --uw-white-1: #ffffff;
    --uw-white-2: #faf0ff;
    --uw-white-3: #f5e6ff;
    --uw-white-4: #f0dcff;
    --uw-white-5: #ebd2ff;
    --uw-black-1: #4c2c4c;
    --uw-black-2: #593459;
    --uw-black-3: #663c66;
    --uw-black-4: #734473;
    --uw-black-5: #804c80;
    --uw-blurple-1: #9e4a9e;
    --uw-blurple-2: #8a3d8a;
    --uw-blurple-3: #763076;
    --uw-blurple-4: #622362;
    --uw-blurple-5: #4e164e;
    --uw-text-1: #4c2c4c;
    --uw-text-2: #593459;
    --uw-text-3: #663c66;
    --uw-text-4: #734473;
    --uw-text-5: #804c80;
    --uw-background-1: #faf0ff;
    --uw-background-2: #f5e6ff;
    --uw-background-3: #f0dcff;
    --uw-background-4: #ebd2ff;
    --uw-background-5: #e6c8ff;
}

body{
    transition:0.1s;
}

h1{
    margin-top:0px !important;
}

.text-red{
    color:#ff4040 !important;
}

.text-blue{
    color:var(--uw-blurple-1) !important;
}

.flairs-container {
    margin-top: 5px;
}

.flair {
    display: inline-block;
    font-size: 10px;
    color: var(--uw-text-1);
    margin-right: 5px;
    margin-top: 5px;
    padding: 2px 14px;
    background:var(--uw-white-2) !important;
    border-radius: 50px !important;
    border:1px solid var(--uw-white-3) !important;
    margin-top:-5px;
    cursor:default;
    border:none;
    transition:0.1s;
    display:inline-flex;
    align-items:center;
    gap:6px;
    margin-bottom:10px;

}

.flair-activity-default:hover{
    background: var(--uw-white-3) !important;
    border:1px solid var(--uw-white-4) !important;
    color:var(--uw-text-1);
}

.flair p {
    margin: 0 !important;
    display: inline;
}

.flair-activity-default {
    background-color: inherit;
    border-radius: 50px;
}

.flair-contentwarning {
    color:var(--uw-red-1) !important;
    border-radius: 50px;
}

.flair-spoilerwarning {
    background-color: #d6d6d6;
    border-radius: 50px;
}

.flair-summeractivity{
    background: linear-gradient(90deg,rgba(179, 233, 255, 0.5) 0%, rgba(240, 251, 255, 0) 100%) !important;
    border:1px solid #87ddff !important;
    color:var(--uw-black-1);
}

.flair-summeractivity:hover{
    background: linear-gradient(90deg,rgba(179, 233, 255, 0.8) 0%, rgba(240, 251, 255, 0) 100%) !important;
    border:1px solid #80dbff !important;
    color:var(--uw-text-1);
}

.flair-prime-blue{
    background: var(--uw-blurple-1) !important;
    border-radius: 50px;
    color:#fff;
    font-weight: 1000;
    font-style:italic;
}

.flair-prime-orange{
    background: var(--uw-background-8) !important;
    border:1px solid var(--uw-background-9) !important;
    border-radius: 50px;
    color:#fff;
    font-weight: 1000;
    font-style:italic;
}


/* Advertisement Styles */
.advert {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    padding: 20px;
    border-radius: 10px;
}

.advert-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.advert-image-container {
    flex-shrink: 0;
    margin-right: 20px;
}

.advert-image {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

.advert-content {
    flex-grow: 1;
}

.advert-title {
    font-size: 1.5em;
    color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
}

.advert-description {
    font-size: 1em;
    color: #666;
    margin-bottom: 20px;
    margin-top: 0px;
}

.advert-actions {
    display: flex;
    justify-content: flex-start;
}

.visit-site-btn {
    text-decoration: none;
}

.visit-site-button {
    background: linear-gradient(145deg, rgba(84, 149, 255, 1) 0%, rgba(8, 102, 255, 1) 100%);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    font-size: 1em;
    cursor: pointer;
    transition: 0.3s;
}

.visit-site-button:hover {
    opacity: 0.8;
    scale:94%;
}

.sponsored-tag {
    font-size: 10px;
    color: var(--uw-blurple-1);
    font-weight: bolder;
}

.obscured-text-content {
    filter: blur(4px);
    pointer-events: none;
    user-select: none;
    overflow: hidden; /* Ensures the effect stays within bounds */
    position: relative;
    border-radius: 18px; /* Adjust to match your container radius */
}

.obscured-image-content {
    filter: blur(16px);
    pointer-events: none;
    user-select: none;
    overflow: hidden; /* Ensures the effect stays within bounds */
    position: relative;
    border-radius: 18px; /* Adjust to match your container radius */
}

/* Status Box on Profile Page */
.flair-box {
    margin-left:20px;
    padding: 5px 20px;  /* Adjusted padding for a balanced look */
    display: flex;  /* Allows dynamic width based on content */
    border-radius: 50px;
    font-size: 12px;
    cursor: default;
    white-space: nowrap;  /* Prevents wrapping */
    transition:0.1s;
    color:var(--uw-text-1);
    background:var(--uw-white-2) !important;
    border:1px solid var(--uw-white-3) !important;
}

.flair-box:hover{
    background:var(--uw-white-3) !important;
    border:1px solid var(--uw-white-4) !important;
}

.flair-box p{
    margin: 0px !important;
}

/* Default when no status is set */
.flair-box.default-status {
    background-color: #0866ff;
}

/* Status-specific styles */
.flair-box.yellow {
    background-color: #0866ff;
}

.flair-box.orange {
    background-color: #ffd3b5;
}

.flair-box.blue {
    background-color: #e1f5fe;
}

.flair-box.pink {
    background-color: #ffd8fa;
}

.flair-box.purple {
    background-color: #ffc1fa;
}

.flair-box.green {
    background-color: #d1ffdb;
}

.flair-box.red {
    background-color: #ffd3d3;
}

.flair-box.black {
    background-color: #a7a7a7;
}

.flair-box.cyan {
    background-color: #dffcff;
}

.flair-box.brown {
    background-color: #beada7;
}

.flair-box.prime-blue {
    background: linear-gradient(145deg, rgba(84,149,255,1) 0%, rgba(8,102,255,1) 100%) !important;
    color:#fff;
}

.flair-box.prime-blue-impact {
    background: #0866ff !important;
    color:#fff;
    font-weight: 1000;
    font-style:italic;
}

.flair-box.prime-orange-impact {
    background: #ff7708 !important;
    color:#fff;
    font-weight: 1000;
    font-style:italic;
}

.flair-box.spooky {
    background: linear-gradient(90deg, rgba(255,94,46,1) 0%, rgba(255,174,0,1) 100%);
    color: #000000;
    box-shadow: 0 0 60px #ff5e2e, 0 0 60px #ffae00;
}

.flair-spooky {
    background: linear-gradient(90deg, rgba(255,94,46,1) 0%, rgba(255,174,0,1) 100%);
    border-radius: 50px;
    color: #000000;
    box-shadow: 0 0 60px #ff5e2e, 0 0 60px #ffae00;
}

/* Custom Flair Designs */
.flair-custom-default {
    background: var(--uw-white-2) !important;
    border: 1px solid var(--uw-white-3) !important;
    border-radius: 50px;
    color: var(--uw-text-1);
}

.flair-custom-default:hover {
    background: var(--uw-white-3) !important;
    border: 1px solid var(--uw-white-4) !important;
}

.flair-bluesky {
    background: var(--uw-white-2) !important;
    border: 1px solid var(--uw-blurple-1) !important;
    border-radius: 50px;
    color: var(--uw-text-1);
}

.flair-bluesky:hover {
    background: var(--uw-white-3) !important;
    border: 1px solid var(--uw-blurple-2) !important;
}

.flair-custom-outline {
    background: var(--uw-white-2) !important;
    border: 1px solid var(--uw-blurple-1) !important;
    border-radius: 50px;
    color: var(--uw-text-1);
}

.flair-custom-outline:hover {
    background: var(--uw-white-3) !important;
    border: 1px solid var(--uw-blurple-2) !important;
}

.flair-custom-halloween {
    border: 1px solid #e69210 !important;
    border-radius: 50px;
    color: var(--uw-text-1);
    box-shadow: 0 0 10px #fc9c07;
}

.flair-custom-halloween:hover {
    box-shadow: 0 0 20px #fc9c07;
}

.flair-custom:hover{
    background: var(--uw-white-3) !important;
    border: 1px solid var(--uw-white-4) !important;
}
/* Flash message container */
.flash-message {
    margin:20px;
    padding: 15px;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Error flash message */
.flash-message.error {
    background-color: #ff4040;
    color: #fff;
}

/* Success flash message */
.flash-message.success {
    background-color: var(--uw-blurple-1);
    color: #fff;
}

/* Warning flash message */
.flash-message.warning {
    background-color: #ff4040;
    color: #fff;
}

/* Info flash message */
.flash-message.info {
    background-color: var(--uw-blurple-1);
    color: #fff;
}

.vids_video_container {
    width: 100%;              /* Full width of the parent container */
    margin: 20px auto;        /* Center it and add top/bottom margin */
    background-color: transparent; /* Light background color around the video */
}

.vids_video_frame {
    width: 100%;              /* Make the iframe take up the container's full width */
    height: 500px;            /* Set a fixed height */
    border-radius: 8px;       /* Rounded corners for the video itself */
    overflow: hidden;         /* Prevents any overflow */
    border: none;             /* Remove the default border */
    transition: 0.2s ease; /* Smooth transition on width */
}

.vids_video_frame:hover {
    scale:101%;
    box-shadow: 0px 0px 100px #0000008c;
}

.post_snippet_ai_container_other {
    display: flex;
    gap: 16px;
    justify-content: center;
    font-size: 12px;
}


.post_snippet_ai_container {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    font-size: 12px;
    margin-top:10px;
}

.post_snippet_ai_qeury{
    display: flex;
    align-items: center; /* Aligns items vertically */
    padding:4px 12px;
    background:var(--uw-white-2);
    color: #000;
    border-radius: 50px;
    font-size: 10px;
    border:1px solid var(--uw-white-3);
    cursor:pointer;
    transition:0.1s;
}

.post_snippet_ai_qeury:hover{
    border:1px solid var(--uw-white-4);
    background:var(--uw-white-3);
}

.post_snippet_ai_qeury_icon{
    height:16px;
    display:inline-block;
    border-radius: 50px;
}

.prime_supercharged_badge{
    padding:5px 20px;
    background: var(--uw-blurple-1);
    border-radius: 50px;
    color:#fff;
    font-size: 12px;
    margin-bottom:10px !important;
}

.prime_supercharged_badge_title{
    font-weight: 1000;
}

.section-title {
    font-size: 14px;
    color: var(--uw-text-10);
    margin-bottom: 12px;
    margin-top: 6px;
    align-items: center;
    display: flex;
    flex-direction: row;
}

.image-badge{
    width: 32px !important;
    height: 32px !important;
}

.image-badge-small{
    width: 16px !important; 
    height: 16px !important;
}

.image-badge-vsmall{
    width: 12px !important;
    height: 12px !important;
    margin-right: 4px !important;
}


.section-title img{
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.announcement.default{
    background:var(--uw-white-1);
    padding:20px 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    align-items: center;
    transition:0.1s;
    font-size: 14px;
    cursor:default;
    font-family: 'Roboto', sans-serif;
    border:1px solid var(--uw-white-3);
}

.announcement.default:hover{
    border:1px solid var(--uw-white-4);
}

.announcement.discofy{
    background:linear-gradient(90deg,rgba(25, 31, 54, 1) 0%, rgba(37, 49, 89, 1) 100%);
    padding:20px 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    align-items: center;
    transition:0.1s;
    font-size: 14px;
    cursor:default;
    font-family: 'Roboto', sans-serif;
    border:1px solid none;
    box-shadow: 0 0 5px #1a2037;
}


.announcement.heading{
    display:flex;
    align-items: center;
    font-size:16px;
    color:var(--uw-text-1);
    font-weight: bold;
}

.announcement.innercontent{
    height:10%;
    font-size:14px;
    color:var(--uw-text-1);
    margin-left:44px;
    margin-bottom:10px;
}

.announcement.button{
    display:inline-block;
    font-size: 12px;
    margin-top: 10px;
    color: var(--uw-text-1);
    background: var(--uw-white-2);
    text-decoration: none;
    cursor: pointer;
    border:none;
    padding: 5px 20px;
    border-radius: 50px;
    text-align: center;
    transition:0.1s;
    border:1px solid var(--uw-white-3);
}

.announcement.button:hover{
    background: var(--uw-white-3);
    border:1px solid var(--uw-white-4);
}


.announcement img{
    width:32px;
    margin-right:10px;
}

.announcement p{
    margin:0px;
    color:var(--uw-text-1) !important;
}

.info-tag{
    padding:5px 20px;
    background: var(--uw-white-2);
    border-radius: 50px;
    font-size: 12px;
    color: var(--uw-text-10);
    cursor:default;
    width:fit-content;
    transition:0.1s;
    margin:10px;
    margin-bottom:20px;
}

.info-tag-container{
    display:flex;
    align-items: center !important;
    gap:10px;
}

.info-tag:hover{
    background: var(--uw-white-3);
}

.info-tag.warning{
    background: var(--uw-red-1);
    color:white;
}

.info-tag.warning:hover{
    background: var(--uw-red-2);
}

.info-tag.blurple{
    background: var(--uw-blurple-1);
    color:white;
}

.info-tag.blurple:hover{
    background: var(--uw-blurple-2);
}

/* G-Light Theme */
[data-theme="g-light"] {
    --uw-grey-1: #f5f5f5;
    --uw-grey-2: #eeeeee;
    --uw-grey-3: #e0e0e0;
    --uw-grey-4: #bdbdbd;
    --uw-grey-5: #9e9e9e;
    --uw-white-1: #ffffff;
    --uw-white-2: #f5f5f5;
    --uw-white-3: #eeeeee;
    --uw-white-4: #e0e0e0;
    --uw-white-5: #bdbdbd;
    --uw-black-1: #212121;
    --uw-black-2: #424242;
    --uw-black-3: #616161;
    --uw-black-4: #757575;
    --uw-black-5: #9e9e9e;
    --uw-blurple-1: #1a73e8;
    --uw-blurple-2: #1557b0;
    --uw-blurple-3: #174ea6;
    --uw-blurple-4: #185abc;
    --uw-blurple-5: #1a73e8;
    --uw-text-1: #202124;
    --uw-text-2: #5f6368;
    --uw-text-3: #202124;
    --uw-text-4: #5f6368;
    --uw-text-5: #202124;
    --uw-background-1: #ffffff;
    --uw-background-2: #f5f5f5;
    --uw-background-3: #eeeeee;
    --uw-background-4: #e0e0e0;
    --uw-background-5: #bdbdbd;
}

/* D-Dark Theme */
[data-theme="d-dark"] {
    --uw-grey-1: #2b2d31;
    --uw-grey-2: #23272a;
    --uw-grey-3: #1e1f22;
    --uw-grey-4: #18191c;
    --uw-grey-5: #111214;
    --uw-white-1: #2b2d31;
    --uw-white-2: #23272a;
    --uw-white-3: #1e1f22;
    --uw-white-4: #18191c;
    --uw-white-5: #111214;
    --uw-black-1: #ffffff;
    --uw-black-2: #f2f3f5;
    --uw-black-3: #e3e5e8;
    --uw-black-4: #d4d7dc;
    --uw-black-5: #c5c9d0;
    --uw-blurple-1: #5865f2;
    --uw-blurple-2: #4752c4;
    --uw-blurple-3: #3c45a5;
    --uw-blurple-4: #313338;
    --uw-blurple-5: #2b2d31;
    --uw-text-1: #ffffff;
    --uw-text-2: #b5bac1;
    --uw-text-3: #ffffff;
    --uw-text-4: #b5bac1;
    --uw-text-5: #ffffff;
    --uw-background-1: #313338;
    --uw-background-2: #2b2d31;
    --uw-background-3: #23272a;
    --uw-background-4: #1e1f22;
    --uw-background-5: #18191c;
}

/* High Contrast Theme */
[data-theme="high-contrast"] {
    --uw-grey-1: #000000;
    --uw-grey-2: #000000;
    --uw-grey-3: #000000;
    --uw-grey-4: #000000;
    --uw-grey-5: #000000;
    --uw-white-1: #000000;
    --uw-white-2: #000000;
    --uw-white-3: #000000;
    --uw-white-4: #000000;
    --uw-white-5: #000000;
    --uw-black-1: #ffffff;
    --uw-black-2: #ffffff;
    --uw-black-3: #ffffff;
    --uw-black-4: #ffffff;
    --uw-black-5: #ffffff;
    --uw-blurple-1: #ffff00;
    --uw-blurple-2: #ffff00;
    --uw-blurple-3: #ffff00;
    --uw-blurple-4: #ffff00;
    --uw-blurple-5: #ffff00;
    --uw-text-1: #ffffff;
    --uw-text-2: #ffffff;
    --uw-text-3: #ffffff;
    --uw-text-4: #ffffff;
    --uw-text-5: #ffffff;
    --uw-background-1: #000000;
    --uw-background-2: #000000;
    --uw-background-3: #000000;
    --uw-background-4: #000000;
    --uw-background-5: #000000;
}

/* Neon Theme */
[data-theme="neon"] {
    --uw-grey-1: #0a0a0a;
    --uw-grey-2: #141414;
    --uw-grey-3: #1e1e1e;
    --uw-grey-4: #282828;
    --uw-grey-5: #323232;
    --uw-white-1: #141414;
    --uw-white-2: #1e1e1e;
    --uw-white-3: #282828;
    --uw-white-4: #323232;
    --uw-white-5: #3c3c3c;
    --uw-black-1: #ffffff;
    --uw-black-2: #f5f5f5;
    --uw-black-3: #ebebeb;
    --uw-black-4: #e1e1e1;
    --uw-black-5: #d7d7d7;
    --uw-blurple-1: #00ff9d;
    --uw-blurple-2: #00e68d;
    --uw-blurple-3: #00cc7d;
    --uw-blurple-4: #00b36d;
    --uw-blurple-5: #00995d;
    --uw-text-1: #ffffff;
    --uw-text-2: #f5f5f5;
    --uw-text-3: #ebebeb;
    --uw-text-4: #e1e1e1;
    --uw-text-5: #d7d7d7;
    --uw-background-1: #0a0a0a;
    --uw-background-2: #141414;
    --uw-background-3: #1e1e1e;
    --uw-background-4: #282828;
    --uw-background-5: #323232;
}

.floating-shadow {
    box-shadow: var(--uw-floating-shadow);
    transition: box-shadow 0.3s ease-in-out;
}

.floating-shadow:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Prime Feature Modal */
.prime-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.prime-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prime-modal-content {
    background: var(--uw-white-1);
    border: 1px solid var(--uw-white-3);
    border-radius: 20px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
}

.prime-modal-header {
    margin-bottom: 20px;
}

.prime-modal-icon {
    margin: 0 auto;
}

.prime-modal-icon img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.prime-modal-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--uw-text-1);
    margin-bottom: 10px;
}

.prime-modal-subtitle {
    font-size: 16px;
    color: var(--uw-text-2);
    margin-bottom: 25px;
}

.prime-modal-description {
    font-size: 14px;
    color: var(--uw-text-2);
    line-height: 1.6;
    margin-bottom: 25px;
}

.prime-modal-features {
    background: var(--uw-white-2);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 25px;
    text-align: left;
}

.prime-modal-features h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--uw-text-1);
    margin-bottom: 15px;
    text-align: center;
}

.prime-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prime-feature-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--uw-text-2);
}

.prime-feature-list li:before {
    content: "✓";
    color: var(--uw-blurple-1);
    font-weight: bold;
    margin-right: 10px;
    font-size: 16px;
}

.prime-modal-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.prime-modal-btn {
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.1s;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.prime-modal-btn.primary {
    background: var(--uw-white-2);
    color: var(--uw-text-2);
    border: 1px solid var(--uw-white-3);
}

.prime-modal-btn.primary:hover {
    background: var(--uw-white-3);
    border-color: var(--uw-white-4);
}

.prime-modal-btn.secondary {
    background: var(--uw-white-2);
    color: var(--uw-text-2);
    border: 1px solid var(--uw-white-3);
}

.prime-modal-btn.secondary:hover {
    background: var(--uw-white-3);
    border-color: var(--uw-white-4);
}

.prime-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    color: var(--uw-text-2);
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: 0.2s;
}

.prime-modal-close:hover {
    background: var(--uw-white-2);
    color: var(--uw-text-1);
}

/* Responsive design for modal */
@media (max-width: 768px) {
    .prime-modal-content {
        margin: 20px;
        padding: 25px;
    }
    
    .prime-modal-title {
        font-size: 20px;
    }
    
    .prime-modal-actions {
        flex-direction: column;
    }
    
    .prime-modal-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Prime Feature Hover Effects */
.prime-feature {
    position: relative;
    /* Remove transition for instant effect */
}

.prime-feature:hover {
    box-shadow: 0 0 15px rgba(88, 101, 242, 0.4);
    border-color: var(--uw-blurple-1);
    background: var(--uw-white-2);
    color: var(--uw-blurple-1);
}

/* Enhanced disabled state for Prime features */
.prime-feature.disabled {
    opacity: 0.5;
    cursor: default !important;
    filter: grayscale(30%);
}

.prime-feature.disabled:hover {
    opacity: 0.8;
    filter: grayscale(0%);
    cursor: default !important;
}

/* Hide original content on hover */
.prime-feature.disabled:hover .emoji,
.prime-feature.disabled:hover .tag-label {
    opacity: 0;
}

/* Show only PRIME text, centered, no icon, no animation */
.prime-feature.disabled:hover::before,
.tag-filter-btn.prime-feature.disabled:hover::before,
#change-location.prime-feature.disabled:hover::before {
    content: 'Prime';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 20px;
    min-width: 0;
    min-height: 0;
    padding: 0 8px;
    background: var(--uw-blurple-1);
    color: white;
    border-radius: 50px;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    z-index: 1001;
    transform: translate(-50%, -50%);
    /* No animation or transition */
    animation: none !important;
    transition: none !important;
    cursor: default !important;
}

.tag-filter-btn.prime-feature.disabled:hover,
#change-location.prime-feature.disabled:hover {
    color: transparent;
    cursor: default !important;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .prime-feature.disabled:hover::before,
    .tag-filter-btn.prime-feature.disabled:hover::before,
    #change-location.prime-feature.disabled:hover::before {
        font-size: 9px;
        height: 16px;
        padding: 0 5px;
    }
}

/* Inline Back Button Styles */
.settings-header-inline {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.inline-back-button {
    background: none;
    border: 1px solid transparent;
    color: var(--uw-text-2);
    cursor: pointer;
    padding: 8px;
    border-radius: 10px;
    transition: all 0.1s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

.inline-back-button:hover {
    background: var(--uw-white-2);
    color: var(--uw-text-1);
    border: 1px solid var(--uw-white-3);
}

/* Badge Tooltip Styles */
.badge-wrapper {
    position: relative;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.badge-tooltip {
    visibility: hidden;
    background-color: var(--uw-white-1);
    color: var(--uw-text-1);
    text-align: center;
    border-radius: 10px;
    padding: 5px 10px;
    position: fixed;
    z-index: 2147483647;
    opacity: 0;
    transition: opacity 0.2s;
    font-size: 12px;
    white-space: nowrap;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    font-weight: normal;
    line-height: 1.4;
    border: 1px solid var(--uw-white-3);
    font-family: 'Roboto', sans-serif;
}

.badge-wrapper:hover .badge-tooltip {
    visibility: visible;
    opacity: 1;
    top: 115%;
}


.inline-back-button i {
    font-size: 20px;
}

.settings-title-inline {
    color: var(--uw-text-1);
    margin: 0;
    font-size: 28px;
    font-weight: 600;
}
