        
        :root {
            /* Color Palette */
            --primary: #002bff;
            --primary-hover: #1d4ed8;
            --primary-light: #eff6ff;
            --bg: #f8fafc;
            --white: #ffffff;
            --slate-50: #f8fafc;
            --slate-100: #f1f5f9;
            --slate-200: #e2e8f0;
            --slate-400: #94a3b8;
            --slate-500: #64748b;
            --slate-600: #475569;
            --slate-700: #334155;
            --slate-800: #1e293b;
            --slate-900: #0f172a;
            --red-500: #ef4444;
            --red-50: #fef2f2;
            --yellow-400: #facc15;
            --yellow-50: #fefce8;
            --green-500: #22c55e;

            /* Spacing & Radii */
            --radius-md: 0.275rem;
            --radius-lg: 0.5rem;
            --radius-xl: 0.75rem;
            --radius-2xl: 1rem;
            --radius-3xl: 1.5rem;
            --radius-full: 9999px;

            --surface: #ffffff;      
            --surface-2: #f1f5f9;    
            --border: #e2e8f0;       
            --text: #1e293b;         
            --text-muted: #64748b;   
            --accent: #002bff;       
            --accent-soft: rgba(0, 43, 255, 0.1); 
            --danger: #ef4444;       
            --radius: 16px;
            --shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);

        }

        /* Base Reset */
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }


        body {
            color: var(--slate-800);
            -webkit-font-smoothing: antialiased;
            font-family: "Raleway", sans-serif;
        }

        .mono { font-family: 'JetBrains Mono', monospace; }

        /* Layout & Structure */
        #app {
            display: flex;
            flex-direction: column;
            /* min-height: calc(100vh - 20px); */
            /* height: calc(100vh - 20px); */
        }

        .glass {
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(12px);
            /* border: 1px solid rgba(226, 232, 240, 0.8); */
            /* display: none; */
        }
        .glass {
            font-family: "Space Mono", monospace;
            text-transform: uppercase;
        }


        /* Header */
        header {
            padding: 1rem 1.5rem;
            display: flex;
            flex-direction: column;
            gap: 1rem;
            justify-content: space-between;
            align-items: center;
            position: sticky;
            top: 0;
            z-index: 50;
            border-bottom: 1px solid var(--slate-200);
            /* display: none; */
        }
        
        @media (min-width: 768px) {
            header { flex-direction: row; }
        }

        .header-title-container { display: flex; align-items: center; gap: 1rem; }
        .logo-icon {
            background-color: var(--primary);
            color: var(--white);
            padding: 0.5rem;
            border-radius: var(--radius-xl);
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .header-title h1 { font-size: 1.25rem; font-weight: 800; letter-spacing: -0.025em; }
        .header-title p { font-size: 0.75rem; color: var(--slate-500); font-weight: 500; }

        .header-controls { display: flex; flex-direction: column; gap: 0.75rem; align-items: center; }
        @media (min-width: 640px) {
            .header-controls { flex-direction: row; }
        }

        .control-group {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            border-radius: var(--radius-lg);
            position: relative;
        }
        .control-label {font-size: 1.2em;font-weight: 500;color: #222;}
        .panel-header .control-label {
            width: 100%;
            text-align: center;
            font-size: 1.84em;
            font-weight: 500;
            position: relative;
            z-index: 99;
            border-bottom: none !important;
            margin-top: 5px;
            padding: 0 40px;
            line-height: 1.15;
            letter-spacing: -1px;            
            font-family: "Noto Serif JP", serif;
        }
        .hidden-on-mobile {
            text-align: center;
            justify-content: center;
        }  
        select {
            font-family: "Space Mono", monospace;
            text-transform:uppercase;
        }
        #gridControls {
            padding: 10px;
            border-top: 1px solid #e2e8f0;
            display: flex;
            background: #fff;
        }

        div#gridControls {}
        #searchInput {
            border: none;
            padding: 10px 5px;
            border-radius: var(--radius-xl);
            margin-left: 10px;
            width: 100%;
            background: transparent;
            font-family: "Space Mono", monospace;
            text-transform: uppercase;
        }        
        .control-select {font-weight: 500;color: #334155;background: transparent;border: none;outline: none;cursor: pointer;font-family: inherit;text-transform: uppercase;padding: 9px;padding-right: 3px;/* letter-spacing: -.5px; */}
        .aimodel .butt1 {
            text-transform: unset;
            padding-left: 22px;
        }
        /* Radio Group styles for Layout toggle */
        .radio-group, #shareBtn {
            display: flex;
            gap: 0.25rem;
            border-radius: var(--radius-lg);
            /* box-shadow: 0 1px 2px #0000003d; */
            font-size: 13px;
            font-size: .9em;
            margin: 0 20px;
        }
       .butt1 {
            padding:5px 10px;
            cursor: pointer;
            box-shadow: 0 1px 2px #0000003d;
            font-weight: 600;
            display: flex;
            gap: 0.25rem;
            border-radius: var(--radius-lg);
            /* box-shadow: 0 1px 2px #0000003d; */
            font-size: 13px;
            font-size: .9em;
            margin: 0 10px !important;
            margin-top: 10px !important;
            font-family: 'Space Mono', monospace;
            text-transform: uppercase;
            font-weight: 500;
            letter-spacing: -.5px;
        }        
        .radio-label {
            cursor: pointer;
            position: relative;
        }
        .radio-label input[type="radio"] {
            position: absolute;
            opacity: 0;
            width: 0;
            height: 0;
        }
        .radio-label span {
            /* display: inline-block; */
            /* padding: 0.25rem 0.75rem; */
            /* font-weight: 700; */
            color: var(--slate-500);
            /* border-radius: var(--radius-md); */
            /* transition: all 0.2s ease; */
            font-family: "Space Mono", monospace;
            text-transform: uppercase;
            margin: 0 3px;
        }
        .radio-label input[type="radio"]:checked + span {
            /* background: #f1f1f1; */
            color: var(--primary);
            /* box-shadow: 0 1px 3px rgba(0,0,0,0.1); */
            /* box-shadow: 0 1px 2px #0000003d; */
            border-bottom: 2px solid;
        }

        .status-badge {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            position: absolute;
            left: 22px;
            top: 20px;
        }
        .status-dot { width: 10px; height: 10px; border-radius: 50%; }
        .dot-yellow { background-color: var(--yellow-400); animation: pulse-opacity 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
        .dot-green { background-color: var(--green-500); }
        .dot-red { background-color: var(--red-500); }

        @keyframes pulse-opacity { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }

        /* Main Grid Area */
        main {display: flex;flex-direction: column;flex: 1;position: relative;overflow: visible;min-height: 100vh;}
        @media (min-width: 1024px) {
            main {display: grid;grid-template-columns: 3fr 3fr;gap: 0; transition: grid-template-columns 0.3s ease;}
        }
        @media (max-width: 1023px) {
            .hidden-on-mobile { display: none !important; }
        }

        /* Sidebar & Widget Panel */
        aside {background: var(--white);border-right: 1px solid var(--slate-200);/* height: 100%; *//* overflow-y: auto; */position: relative;transition: all 0.3s ease;padding: 30px 0;min-height: 85vh;}
        
        .voice-panel {padding: 1.5rem;display: flex;flex-direction: column;gap: 1rem;width: 650px;max-width: 95%;margin: 20px auto;background: #fafafa;overflow: hidden;border-radius: 5px;transition: .2s;position: relative;box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);border: 1px solid var(--slate-200);border-radius: var(--radius-3xl);padding-bottom: 0;}
        .branding {text-align: center;color: #898989;font-size: .8em;left: 0;right: 0;position: absolute;margin: 0 auto;font-family: "Space Mono", monospace;text-transform: uppercase;} 
        .branding a {
            color: #878787;
            text-decoration: none;
            border-bottom: 1px solid #c5c5c559;
            padding-right: 3px;
        }
        .shared-form{
            /* margin: 30px auto; */
            margin-bottom: -20px;
            overflow: visible;
        }

        .shared-public .shared-form{
            margin: 0;
            padding-top: 60px;
            padding-bottom: 220px;
        }

        .shared-public .schema-section {
            display:none;
        }
        .widget-modal .voice-panel {
            margin: 0;
            box-shadow: unset;
            max-width: 100%;
        }
        .panel-header {display: flex;justify-content: space-between;align-items: center;padding: 0 10px;z-index: 1;min-height: 30px;}
        .mobile-mock {
            width: 480px;
        }
        
        .mic-btn {
            width: 100%;
            border: none;
            border-radius: var(--radius-3xl);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 0.75rem;
            background: transparent;
            cursor: pointer;
            font-family: inherit;
            background-position: center 14px;
            background-size: 90px;
            background-repeat: no-repeat;
            position: relative;
            margin-bottom: 10px;
            margin-top: 10px;
        }
        .mic-btn:hover, .mic-btn:active, .mic-btn:focus, .mic-btn:target {border: none;}

        .mic-btn img {display:none; width: 60px;margin: 0px;margin-bottom: 5px;transition: .1s;opacity: .5;/* filter: drop-shadow(0px 4px 3px black); */}

        .mic-btn.recording img {
            width: 900px;
            opacity: .15;
            margin-top: -744px;
            margin-bottom: -120px;
        }
        
        .mic-icon-wrapper {
            padding: 1rem;
            border-radius: 50%;
        }
        
        .mic-icon { width: 2rem; height: 2rem; color: var(--slate-400); transition: color 0.2s; }
        .mic-btn:hover .mic-icon { color: var(--primary); }
        
        .mic-text {font-size: 0.875rem;font-weight: 500;position: relative;font-family: "Space Mono", monospace;text-transform: uppercase;color: #8d8d8d;padding-top: 70px;margin-top: -60px;}
        .mic-btn:hover .mic-text {}

        /* Step Layout Buttons */
        .step-mic-btn {
            background: var(--slate-100);
            color: var(--slate-400);
            border: none;
            border-radius: var(--radius-lg);
            padding: 0.5rem 0.75rem;
            cursor: pointer;
            transition: all 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .step-mic-btn:hover {
            background: var(--slate-200);
            color: var(--primary);
        }
        .step-mic-btn.recording-pulse {
            animation: pulse-red 1.5s infinite;
            background: #fee2e2;
            color: var(--red-500);
        }

        /* Recording States */
        .mic-btn.recording {
            /* background-image: url(talk.webp); */
            background-position: center 14px;
            background-size: 90px;
            background-repeat: no-repeat;
        }
        .mic-btn.recording:after {
            content:'⏸';
            position: absolute;
            font-size: 30px;
            color: #0000009c;
            top: -42px;
            margin: 0 auto;
            left: 0;
            right: 0;
            display: inline-block;
        }
        .mic-btn.recording .mic-icon {color: transparent;}
        .mic-btn.paused {
        }
        .mic-btn.paused:after {
            content:'▶';
            position: absolute;
            font-size: 21px;
            color: #0000009c;
            top: -32px;
        }        
        .mic-btn.paused .mic-text {
        }        
        .mic-btn.paused .mic-icon { color: #eab308; }

        @keyframes pulse-red {
            0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); border-color: var(--red-500); }
            70% { box-shadow: 0 0 0 15px rgba(239, 68, 68, 0); border-color: var(--red-500); }
            100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); border-color: var(--red-500); }
        }
        .actions-wrap {
            width: 450px;
            margin: 0 auto;
            margin-bottom: 15px;
            max-width: 100%;
            padding-bottom: 30px;
        }
        .transcript-box {
            width: 100%;
            padding: 1rem;
            font-size: 1.4em;
            color: #1e00ff;
            resize: none;
            outline: none;
            transition: box-shadow 0.2s;
            font-family: inherit;
            /* position: absolute; */
            top: 0;
            border: 1px solid transparent;
            background: transparent;
            text-align: center;
            font-weight: 500;
            min-height: 235px;
            pointer-events: none;
        }
        .transcript-box:focus { box-shadow: 0 0 0 2px #dbeafe; }

        .btn-row {display: flex;gap: 0.5rem;z-index: 1;margin-top: 10px;position: relative;}
        .btn {
            flex: 1;
            padding: 0.625rem;
            border-radius: 6px;
            font-size: 0.75rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s;
            border: none;
            font-family: inherit;
        }
        .btn:disabled { opacity: 0.5; cursor: not-allowed; }
        .btn-primary {background: var(--primary);color: var(--white);box-shadow: 0 1px 2px rgba(0,0,0,0.05);text-decoration: none;flex: unset;margin: 0;width: 200px;}
        .btn-primary:hover:not(:disabled) { background: var(--primary-hover); }
        .btn-secondary {background: #fff;color: #002bff;border: 1px solid var(--slate-200);font-size: 13px;font-weight: 600;}
        .btn-secondary:hover:not(:disabled) { background: var(--slate-200); }
        #stepPrevBtn {width:200px;flex: unset;}
        
        .icon-btn {
            background: var(--slate-100); color: var(--slate-400); border: none; border-radius: 50%;
            padding: 0.25rem; cursor: pointer; transition: color 0.2s; display: flex;
        }
        #closeStepModalBtn {
            position: absolute;
            top: 0px;
            left: 0px;
        }
        #closeModalBtn {
            position: absolute;
            z-index: 999;
        }        
        .icon-btn:hover { color: var(--slate-600); }
        #exportCsvBtn {
            padding: 0.5rem;
            height: auto;
            position: absolute;
            z-index: 999;
            right: 20px;
            top: 0;
            display: flex;
        }

        /* Widget Fab & Modal */
        .widget-fab {
            position: absolute;
            bottom: 1.5rem;
            right: 1.5rem;
            width: 55px;
            height: 55px;
            background: var(--primary);
            color: var(--white);
            border-radius: 50%;
            border: none;
            box-shadow: 0 4px 12px rgb(0 0 0 / 74%);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 40;
            transition: transform 0.2s, background 0.2s;
        }
        .widget-fab:hover { background: var(--primary-hover); transform: scale(1.05); }
        
        #widgetFabContainer {
            position: absolute;
            bottom: 2rem;
            right: 2rem;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 1rem;
            z-index: 50;
        }
        #widgetMessageBubble {
            background: var(--white);
            padding: 0.75rem 1rem;
            border-radius: var(--radius-lg);
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
            border: 1px solid var(--slate-200);
            position: relative;
            margin-right: 0.5rem;
            position: absolute;
            bottom: 100px;
            width: 200px;
        }
        #widgetMessageText {
            font-size: 0.875rem;
            font-weight: 600;
            color: var(--slate-700);
            outline: none;
            border-bottom: 1px dashed var(--slate-400);
        }
        .code-edit {
            margin-left: 12px;
            font-size: 12px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 26px;
            height: 26px;
            position: absolute;
            right: 10px;
            top: 10px;
        }
        .widget-modal {
            position: absolute;
            bottom: 7rem;
            right: 20px;
            width: calc(100%);
            max-width: 90%;
            width: 550px;
            background: var(--white);
            border-radius: var(--radius-3xl);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            border: 1px solid var(--slate-200);
            z-index: 50;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            max-height: 80vh;
        }

        /* Right Panel: Data Grid */
        .main-panel {
            display: flex;
            flex-direction: column;
            background: #f9fafc9c;
            overflow: hidden;
            position: relative;
            transition: all 0.3s ease;
            font-family: "Space Mono", monospace;
            text-transform: uppercase;
            background: #fff;
        }
        @media (min-width: 768px) { .main-panel {
            height: 100vh;
        } }

        .schema-section {
            padding: 1rem;
            display: flex;
            flex-direction: column;
            gap: 1rem;
            background: rgba(248, 250, 252, 0.5);
            z-index: 30;
        }
        @media (min-width: 768px) {
            .schema-section {flex-direction: row;align-items: flex-start;}
        }

        .schema-list {display: flex;flex-wrap: wrap;gap: 0.5rem;flex: 1;align-items: center;min-height: 30px;}
        .schema-tag {
            padding: 0.25rem 0.75rem;
            background: #f1fffd;
            border-radius: var(--radius-md);
            font-size: 0.85rem;
            font-weight: 500;
            color: #138318f0;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            box-shadow: 0 1px 2px #00000059;
        }
        .td-tags .schema-tag, #tagList .schema-tag {
            padding: 0.25rem 0.75rem;
            border-radius: var(--radius-md);
            font-size: 0.85rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            box-shadow: 0 1px 2px #00000059;
            background: #fff !important;
        }
        .td-tags .schema-tag:before, #tagList .schema-tag:before {
            content:'●';
            font-size: 14px;
            margin: 0;
            padding: 0;
            line-height: 1;
            margin-right: -3px;
            position: relative;
            top: -2px;
            left: -2px;
        } 
        .add-tag-btn {
            background: transparent;
            border: 1px dashed;
            border-radius: 5px;
            width: 30px;
            height: 30px;
            cursor: pointer;
            color: var(--slate-500);
            display: flex;
            align-items: center;
            justify-content: center;
            /* font-size: 12px; */
            transition: 0.2s;
            margin: 0 4px;
        }
        .schema-tag.inactive {
            background: #f1f1f1;
            color: #8d8d8d;
        }    
        .schema-tag button {
            background: transparent; border: none; color: inherit; cursor: pointer; font-size: 1rem;
            width: 1rem; height: 1rem; display: flex; align-items: center; justify-content: center;
            border-radius: 50%; transition: all 0.2s;
        }
        .schema-tag button:hover { color: var(--red-500); background: var(--red-50); }

        .add-col-form {display: flex;gap: 0.5rem;width: 100%;align-items: center;margin-bottom: 3px;}
        @media (min-width: 768px) { .add-col-form {width: 16rem;} }
        
        .col-input {
            flex: 1;
            padding: 0.5rem 1rem;
            border-radius: var(--radius-xl);
            border: none;
            font-size: 0.875rem;
            outline: none;
            font-family: inherit;
            background: transparent;
            text-transform: uppercase;
        }
        .col-input:focus {box-shadow: none;}
        
        .add-btn {
            border: none;
            border-radius: var(--radius-xl);
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            background: transparent;
        }
        .add-btn:hover {}

        #addTagBtn {
            color: #a3a3a3;
        }


        /* Table */
        .table-container {flex: 1;overflow: auto;/* position: relative; */}
        table { width: 100%; text-align: left; border-collapse: collapse; }
        
        thead { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--slate-200); }
        th {
            padding: 1rem;
            font-size: 13px;
            font-weight: 500;
            text-transform: uppercase;
            color: #555555;
            background: rgba(248, 250, 252, 0.9);
            backdrop-filter: blur(8px);
            font-family: "Space Mono", monospace;
            letter-spacing: 1.5px;
            border-top: 1px solid #e2e8f0;
        }
        .th-time { width: 6rem; }
        .th-audio { width: 13rem; }
        .th-raw { width: 33%; }

        tbody { display: table-row-group; }
        .data-row {transition: background 0.2s;border-bottom: 1px solid #f0f0f0;}
        .data-row:hover { background-color: rgba(37, 99, 235, 0.02); }
        
        td {padding: .9rem 1rem;vertical-align: top;}
        .td-time {font-size: 0.75rem;color: var(--slate-400);}
        .td-extract {line-height: 1;}
        .extracted-val {font-size: 0.875rem;font-weight: 500;color: var(--primary);}
        
        .td-audio {}
        audio { height: 2.5rem; width: 12rem; outline: none; border-radius: var(--radius-full); background: var(--slate-50); transition: opacity 0.3s; }
        
        .td-raw {font-size: 0.875rem;color: var(--slate-700);font-weight: 500;line-height: 1.625;}
        .placeholder-text { font-style: italic; color: var(--slate-400); }

        /* Footer */
        .footer-tools {
            padding: 1rem; border-top: 1px solid var(--slate-200); display: flex; justify-content: space-between;
            align-items: center; background: rgba(248, 250, 252, 0.5);
        }
        .row-count {font-size: 0.75rem;font-weight: 500;color: var(--slate-500);text-transform: uppercase;letter-spacing: 0.1em;}
        .clear-btn {
            font-size: 0.75rem; font-weight: 700; color: var(--red-500); border: none; background: transparent;
            cursor: pointer; text-transform: uppercase; letter-spacing: 0.1em; padding: 0.25rem 0.75rem; border-radius: var(--radius-md); font-family: inherit; transition: background 0.2s;
        }
        .clear-btn:hover { background: var(--red-50); color: #b91c1c; }

        /* States & Animations */
        .hidden {display: none !important;}
        .widget-fab.hidden {}
        .opacity-30 {opacity: 0.3;pointer-events: none;}
        
        .empty-state {
            position: absolute;
            inset: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: var(--slate-400);
            gap: 1rem;
            background: rgba(255,255,255,0.8);
            pointer-events: none;
            margin-top: -100px;
        }
        .empty-state p {font-weight: 500;text-transform: uppercase;}

        .loader-spin {
            border: 2px solid #f3f3f3; border-top: 2px solid var(--primary); border-radius: 50%;
            width: 16px; height: 16px; animation: spin 1s linear infinite; display: inline-block;
        }
        @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
        
        .fade-in { animation: fadeIn 0.3s ease-in; }
        @keyframes fadeIn { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }

        /* Custom Scrollbar */
        .custom-scrollbar::-webkit-scrollbar { width: 6px; height: 6px; }
        .custom-scrollbar::-webkit-scrollbar-track { background: transparent; }
        .custom-scrollbar::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 10px; }
        .voice-container {position: relative;}

        /* Custom Audio Player */
        .custom-player {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            padding: 0.5rem 1rem;
            border-radius: var(--radius-xl);
            width: 100%;
            margin-top: 0.5rem;
        }
        .custom-player.hidden {
            display: flex !important;
            opacity: 0;
            pointer-events: none;
        }
        .play-pause-btn {
            background: var(--primary);
            color: var(--white);
            border: none;
            border-radius: 50%;
            width: 2rem;
            height: 2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            flex-shrink: 0;
            transition: 0.2s;
            opacity: .5;
        }
        .play-pause-btn:hover { background: var(--primary-hover); }
        .timeline {
            flex: 1;
            cursor: pointer;
            height: 4px;
            appearance: none;
            background: var(--slate-200);
            border-radius: var(--radius-full);
            outline: none;
        }
        .timeline::-webkit-slider-thumb {
            appearance: none;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: var(--primary);
            cursor: pointer;
        }
        .time-display {
            font-size: 0.75rem;
            font-family: 'Space Mono', monospace;
            color: var(--slate-500);
            min-width: 2.5rem;
            text-align: right;
        }
        .td-audio .opacity-30 {
            opacity: 1;
            pointer-events: unset;
        }
        .td-audio .custom-player {
            width: 150px;
            margin: 0;
            border: none;
            box-shadow: 0 1px 2px #0000002e;
            background: #fff;
        }
        .td-audio .timeline {
            width:100%;
        }
        .clear {flex: unset;background: #ffffffa6;width: 45px;color: #444;}
        .send {
            font-size: .9em;
        }  
         .preview {
            margin-right: 0;
            background: #ffffffa6;
            position: relative;
            flex: unset;
            width: 45px;
        }               
         .preview:after {
            content:'';
            height: 10px;
            width: 10px;
            display: inline-block;
            background: #ff43a2;
            border-radius: 3px;
            position: relative;
            top: 1px;
        }  
        /* Cards View Styles */
        .data-view-wrapper {
            flex: 1;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            min-height: 70vh;
        }
        .cards-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 1rem;
            padding: 1.5rem;
            overflow-y: auto;
            align-content: start;
            flex: 1;
            background: var(--slate-50);
        }
        .data-card {
            background: var(--white);
            border: 1px solid var(--slate-200);
            border-radius: var(--radius-xl);
            padding: 1.25rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }
        .card-header {
            display: flex;
            justify-content: space-between;
            font-size: 0.75rem;
            color: var(--slate-400);
            border-bottom: 1px solid var(--slate-100);
            padding-bottom: 0.5rem;
            font-family: "Space Mono", monospace;
        }
        .card-field {
            display: flex;
            flex-direction: column;
            gap: 0.25rem;
        }
        .field-label {
            font-size: 0.65rem;
            text-transform: uppercase;
            color: var(--slate-500);
            font-weight: 700;
            letter-spacing: 0.5px;
        }
        .field-value {
            font-size: 0.875rem;
            font-weight: 700;
            color: var(--primary);
            min-height: 1.2rem;
        }
        .card-raw {
            font-size: 0.875rem;
            color: var(--slate-700);
            line-height: 1.5;
            background: var(--slate-50);
            padding: 0.75rem;
            border-radius: var(--radius-lg);
            border: 1px dashed var(--slate-200);
        }
        
        .slide-in-bottom {
            animation: slideInBottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
        }
        @keyframes slideInBottom {
            0% { transform: translateY(30px) scale(0.95); opacity: 0; }
            100% { transform: translateY(0) scale(1); opacity: 1; }
        }
        #stepProgress {
            font-size: 0.75rem;
            font-weight: 700;
            color: var(--slate-400);
            position: absolute;
            right: 20px;
            font-family: "Space Mono", monospace;
            text-transform: uppercase;
            width: 60px;
            text-align: right;
            line-height: 1;
        }

        .html-toggle {
            position: absolute;
            z-index: 999;
            right: 20px;
            top: 30px;
            margin-left: 12px;
            font-size: 12px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 26px;
            height: 26px;
            color: #a1a1a1;
            background: no-repeat;
            border-radius: 5px;
            font-weight: 600;
            font-weight: 700;
            border: 1px solid #c7c7c7;
        }
        .transcript-box {
            width: 100%;
            padding: 1rem;
            font-size: 1.4em;
            color: #1e00ff;
            font-family: inherit;
            font-weight: 500;
            
            
            
            /* NEW: Flexbox Bottom Alignment */
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            word-break: break-word;
            overflow-y: auto;
            padding: 0 60px;
            padding-bottom: 50px;
        }
        .public-landing {font-family: "Raleway", sans-serif;text-transform: none;color: #000;opacity: 1;font-size: 1.1em;position: absolute;bottom: 0;background: #fff;padding: 50px;text-align: center;left: 0;right: 0;}
        .public-landing p {
            width: 400px;
            margin: 0 auto;
            margin-bottom: 20px;
            border: 1px solid #0000001f;
            padding: 10px;
            border-radius: 6px;
        } 
        .public-landing a {
            margin: 5px;
            background: #abbaff;
            color: #000939;
        }   
        #customErrorModal {
            position: fixed; inset: 0; background: rgba(15, 23, 42, 0.5); backdrop-filter: blur(4px); z-index: 99999; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.2s ease;
        }
        #customErrorContent {
            background: var(--white);
            width: 100%;
            max-width: 350px;
            border-radius: var(--radius-2xl);
            padding: 1.5rem 2rem;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
            transform: scale(1);
            transition: transform 0.2s;
            text-align: center;
            background-image: url(img/sorry.webp);
            background-repeat: no-repeat;
            background-position: center 20px;
            background-size: 100px;
            padding-top: 100px;
        }
        #customErrorContent p {
            margin: 10px 0;
            margin-bottom: 30px;
            font-size: 1.2em;
        }
        .archived {
            /* Set the encoded SVG as the background image */
            background: transparent;
            background-image: url(img/ghost.png);
            
            /* Additional properties to make it look good */
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain; /* or 'cover', '50px', etc. */
            
            /* Give the element some size so the background shows up */
            width: 22px;
            height: 22px;
            padding-left: 34px;
            border: none;
            opacity: .5;
        }
        #tagFilterContainer {
            display: inline-flex;
            gap: 0.5rem;
            align-items: center;
            overflow-x: auto;
            margin: 0 10px;
            vertical-align: middle;
            text-transform: uppercase;
        }
        #tagFilterContainer button {
            font-weight: 500;
            color: #334155;
            background: transparent;
            border: none;
            outline: none;
            cursor: pointer;
            font-family: inherit;
            text-transform: uppercase;
            padding: 9px;
            padding-right: 3px;
        } 
        .data-structure {
            display:block;
            width: 100%;
            margin-bottom: 15px;
        } 
        .left {flex: 1;} 
        .right {
            width: 400px;
            flex: 1;
            position: relative;
        }
        input:focus-visible {
            outline: none;
        }
        @media screen and (max-width: 1025px) {
            #gridControls {display:block}
            .control-select {
                margin-bottom: 10px;
            }
        }
        .additional-controls {margin-top: 30px;justify-content: center;align-items: center;}

        #widgetFab img {width: 130px;}

        #widgetContainer {
            position: absolute;
            bottom: 2rem;
            right: 2rem;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 1rem;
            z-index: 50;
        }

        /* Minimalist Modern Styling */
  .cd-wrap {position: relative;display: inline-block;font-family: sans-serif;user-select: none;}
  .cd-selected {transition: border-color 0.2s;padding: 5px 10px;cursor: pointer;font-weight: 600;display: flex;gap: 0.25rem;border-radius: var(--radius-lg);box-shadow: 0 1px 2px #0000003d;font-size: .9em;margin: 0 10px !important;margin-top: 10px !important;25: 30px;padding-left: 28px;font-family: 'Space Mono', monospace;text-transform: uppercase;font-weight: 500;letter-spacing: -.5px;}
  .cd-selected:hover { border-color: #9ca3af; }
  .cd-opts { position: absolute; top: 100%; left: 0; right: 0; background: #fff; border: 1px solid #e5e7eb; border-radius: 6px; margin: 4px 0 0; padding: 0; list-style: none; display: none; box-shadow: 0 4px 10px rgba(0,0,0,0.1); z-index: 10; max-height: 200px; overflow-y: auto; }
  .cd-wrap.open .cd-opts { display: block; }
  .cd-opt {padding: 7px 10px;cursor: pointer;transition: background 0.1s;font-family: 'Space Mono', monospace;text-transform: uppercase;font-size: .9em;border-bottom: 1px solid #00000012;}
  .cd-opt:hover { background: #f3f4f6; }

/* --- MOBILE PARTICLE CANVAS --- */
.voice-container {
    position: relative;
    overflow: hidden; /* Contains the swarm inside the card */
}

.visualizer-canvas {
    position: absolute;
    inset: 0;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    margin: 0 auto;
    opacity: .5 !important;
    min-height: 433px;
    margin-top: -15px;
}

/* Show canvas if window is small OR if simulation is active */
@media (max-width: 768px) {
    .visualizer-canvas { display: block; }
}
body.mobile-sim .visualizer-canvas {
    display: block !important;
}

/* --- MOBILE PROCESSING OVERLAY --- */
.glass-overlay {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.animate-spin-slow {
    animation: spin 2s linear infinite;
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* --- Split Pane Toggles --- */
.layout-toggles {
    position: absolute;
    left: 50%;
    top: 117px;
    transform: translate(-50%, -50%);
    display: flex;
    z-index: 100;
    background: var(--white);
    border: 1px solid var(--slate-200);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-radius: 4px;
}

.shared-public .layout-toggles {
    top: 58px;
}

.toggle-btn {
    background: transparent;
    border: none;
    padding: 3px 2px;
    cursor: pointer;
    color: var(--slate-400);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
    transform: scalex(-1);
    padding-right: 0;
}

.toggle-btn:hover {
    background: var(--slate-50);
    color: var(--primary);
}

.toggle-btn:first-child {
    border-right: 1px solid var(--slate-200);
    transform: scalex(-1);
    padding-left: 0;
    border-left: 1px solid #00000040;
}

.sidebar-expanded #expandSidebarBtn, .main-expanded #expandMainBtn {
    color: #002bff;
    border: 1px solid;
    transform: scalex(1);
}

/* Ensure child panels clip their content when collapsing */
aside, .main-panel {
    overflow: hidden; 
}

/* 
  Layout Overrides for Desktop
  Overrides the default grid-template-columns: 3fr 3fr; 
*/
@media (min-width: 1024px) {
    main.sidebar-expanded {
        grid-template-columns: 1fr 0fr;
    }
    main.main-expanded {
        grid-template-columns: 0fr 1fr;
    }
    
    /* Optional: Shift the toggle buttons slightly when a panel is expanded so they don't get lost */
    main.sidebar-expanded .layout-toggles {
        left: calc(100% - 40px);
    }
    main.main-expanded .layout-toggles {
        left: 40px;
    }
}

.pk-pricing-card {
    background: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 12px;
    padding: 20px 24px;
    max-width: 420px;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 30px;
    font-family: 'Space Mono', monospace;
    display: none;
  }
  .pk-unit-price {
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #444;
    margin-bottom: 16px;
    font-size: 1.25em;
    font-family: "Noto Serif JP", serif;
    text-transform: none;
  }
  .pk-unit-price span {
    font-weight: 400;
    color: #71717a;
  }
  .pk-plans {
    display: flex;
    gap: 20px;
    margin-bottom: 18px;
  }
  .pk-plan {
    flex: 1;
  }
  .pk-plan-price {
    font-family: 'Space Mono', monospace;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #18181b;
    line-height: 1;
  }
  .pk-plan-price span {
    font-size: 13px;
    font-weight: 400;
    color: #71717a;
  }
  .pk-plan-meta {
    margin-top: 6px;
    font-size: 12.5px;
    line-height: 1.45;
    color: #52525b;
  }
  .pk-divider {
    width: 1px;
    background: #e4e4e7;
    align-self: stretch;
  }
  .pk-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #f4f4f5;
    padding-top: 14px;
  }
  .pk-btn-upgrade {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #18181b;
    padding: 7px 14px;
    border-radius: 6px;
    text-decoration: none;
    letter-spacing: -0.01em;
  }
  .pk-btn-terms {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #71717a;
    text-decoration: none;
  }

  /* Settings Button */
  .settings-btn {
    position: fixed;
    bottom: 28px;
    left: 28px;
    z-index: 1000;
    width: 46px;
    border-radius: 5px;
    border: 1px solid var(--border);
    background: #f5f5f5;
    color: var(--text);
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    padding-bottom: 5px;
  }

.settings-btn::before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 46px;
  background-image: url('img/logo.png');
  background-size: contain; /* Ensures the image fits inside the box */
  background-repeat: no-repeat;
  background-position: center;
  
  /* Optional spacing */
  vertical-align: middle;
  opacity: .8;
}

  .settings-btn:hover {
    background: var(--surface-2);
    border-color: var(--accent);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  }

  .settings-btn:active {
    transform: translateY(0);
  }

  .settings-btn svg {
    width: 28px;
    height: 28px;
    transition: transform 0.4s ease;
  }

  .settings-btn.is-open svg {
    transform: rotate(90deg);
  }

  /* Overlay */
  .overlay {
    position: fixed;
    inset: 0;
    /* background: rgba(15, 23, 42, 0.4); */ /* Lightened the overlay slightly for light mode */
    /* backdrop-filter: blur(6px); */
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .overlay.is-open {
    opacity: 1;
    visibility: visible;
  }

  /* Popup */
  .popup {
    position: fixed;
    bottom: 100px;
    left: 28px;
    z-index: 1002;
    width: 640px;
    max-width: calc(100vw - 56px);
    height: 520px;
    background: #ffffffe0;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    display: flex;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px) scale(0.97);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .popup.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }

  /* Left Nav */
  .nav {
    width: 180px;
    background: var(--surface-2);
    border-right: 1px solid var(--border);
    padding: 20px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .nav-label {
    font-family: 'Space Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-muted);
    padding: 0 12px 12px;
  }

  .nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 10px;
    border: none;
    background: transparent;
    color: var(--text-muted);
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s ease;
    width: 100%;
  }

  .nav-item:hover {
    background: rgba(0, 0, 0, 0.04);
    color: var(--text);
  }

  .nav-item.active {
    background: var(--accent-soft);
    color: var(--accent);
  }

  .nav-item.danger {
    margin-top: auto;
    color: var(--text-muted);
  }

  .nav-item.danger:hover {
    background: rgba(239, 68, 68, 0.12);
    color: var(--danger);
  }

  /* Content area */
  .content {
    flex: 1;
    padding: 24px 24px 20px;
    overflow-y: auto;
    position: relative;
  }

  .panel {
    display: none;
    animation: fadeIn 0.25s ease;
  }

  .panel.active {
    display: block;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .panel h2 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--text);
  }

  .panel .subtitle {
    font-size: 13px;
    font-family: 'Space Mono', monospace;
    text-transform: uppercase;
    line-height: 1.21;
    margin: 20px 0;
    margin-top: 5px;
  }

  /* Users UI */
  .user-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
    padding: 8px 0 !important;
    border-radius: 0 !important;
  }

  .user-row:last-child {
    border-bottom: none;
  }

  .user-info {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--accent-soft);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Space Mono', monospace;
    font-size: 16px;
  }

  .user-name {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
  }

  .user-role {
    font-size: 12px;
    color: var(--text-muted);
    font-family: 'Space Mono', monospace;
    text-transform: uppercase;
  }

  .badge {
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 20px;
    background: var(--accent-soft);
    color: var(--accent);
    font-weight: 500;
  }

  /* General Buttons */
  .close-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: none;
    background: transparent;
    color: var(--text-muted);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
  }

  .close-btn:hover {
    background: rgba(0, 0, 0, 0.06);
    color: var(--text);
  }

  @media (max-width: 560px) {
    .popup {
      width: calc(100vw - 32px);
      left: 16px;
      bottom: 90px;
      height: 460px;
      flex-direction: column;
    }
    .nav {
      width: 100%;
      flex-direction: row;
      overflow-x: auto;
      padding: 12px;
      border-right: none;
      border-bottom: 1px solid var(--border);
      gap: 6px;
    }
    .nav-label { display: none; }
    .nav-item { white-space: nowrap; padding: 8px 14px; }
    .nav-item.danger { margin-top: 0; margin-left: auto; }
  }
.homepage {
    overflow:hidden;
}
.homepage .voice-panel {
    z-index: 9;
    background: #ffffff05;
    border: 1px solid #ffffff33;
}
.homepage .control-group {
    z-index: 9;
    
}

.homepage .main-panel {
    box-shadow: -4px 0 35px #00000047;
}
#app .homepage .main-panel .home26 {display: none !important;}
#app.shared-public .homepage .main-panel .home26 {display: block !important;padding: 10px 30px;padding-bottom: 20px;}
.homepage.contact .voice-panel{
    background: #0000009e;
    border: 1px solid #ffffff00;
}
.presentation-container {
    position: absolute;
    top: 320px;
    width: 150px;
    z-index: 9999;
    right: 0;
}

.above-text {
    width: 80%;
    font-family: 'Space Mono', monospace;
    text-transform: uppercase;
    color: #f3f3f3;
    font-size: .88rem;
    letter-spacing: 0.15em;
    text-align: center;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    color: #ffffff85;
    line-height: 1.2;
    letter-spacing: 0;
    margin:0 auto;
}

.animated-dotted-line {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #ffffff3d 0%, #ffffff6e 50%, transparent 50%, transparent 100%);
    background-size: 24px 100%;
    background-repeat: repeat-x;
    background-position: 0 center;
    animation: move-dots 1s linear infinite;
}

/* Keyframes to shift the background seamlessly */
@keyframes move-dots {
    0% {
        background-position: 0 center;
    }
    100% {
        /* Move exactly one background-size unit (24px) rightwards */
        background-position: 24px center; 
    }
}

.branding::after {
    content: "";
    display: inline-block;
    width: 46px;
    height: 46px;
    background-image: url(img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    opacity: .8;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -60px;
    filter: invert(1) contrast(0);
}

.pulse-box {
    float: left;
    width: 100%;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pulse-css {
    width: 20px;
    height: 20px;
    border-radius: 25px;
    background: #ffffff45;
    position: relative;
}

.pulse-css:before, .pulse-css:after {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #bc5542;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: scale(0.5);
    transform-origin: center center;
    animation: pulse-me 3s linear infinite;
}

.pulse-css:after {
    animation-delay: 2s !important;
}
.pulse-css:before, .pulse-css:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 25px;
    background-color: #ffffffab;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: scale(0.5);
    transform-origin: center center;
    animation: pulse-me 3s linear infinite;
}
@keyframes pulse-me {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.1;
    }
    70% {
        opacity: 0.09;
    }
    100% {
        transform: scale(7);
        opacity: 0;
    }
}

.home-actions {
    z-index: 999;
    position: absolute;
    text-align: center;
    font-family: 'Space Mono';
    text-transform: uppercase;
    padding-top: 30px;
    width: 100%;
}

.home-actions a {letter-spacing: -1px;margin: 0 10px;color: #ffbab6;text-decoration: none;}

:focus-visible {
    outline: none;
}

.homepage .btn-primary {
    background: transparent;
    border:1px solid #ffffff33;
}
@media screen and (max-width: 1000px) {
  /* CSS rules go here and apply only when the condition is met */
  .homepage .presentation-container {
    top: unset;
    bottom: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#fullscreenLandingBg {
    position: fixed;
    inset: 0px;
    z-index: 990;
    background: rgb(0, 0, 0);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#fullscreenLandingBg:after {
    content:'Conquer the world from your desk';
    z-index: 99;
    font-family: 'Space Mono';
    text-transform: uppercase;
    color: #fff;
    width: 100px;
    text-align: center;
    line-height: 1;
    margin-top: -550px;
}

.contact .branding a {
            color: #fff;
        }

.contact .mic-text {
    color: #ffffffc7;
}

.action-fader {
    transition: opacity 0.3s ease;
}

.action-fader.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.talksecondary {
    font-variant-numeric: tabular-nums;
    width: 45px;
    flex: unset;
    padding: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Space Mono", monospace;
    font-weight: 400;
    border: none;
    background: transparent;
    color: #00000094;
    margin: 0 15px;
    opacity: .5;
}

.transcriptmsg  {
    font-family: 'Space Mono';
    position: absolute;
    bottom: 25px;
    text-align: center;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: -1px;
    color: #0a62eb;
}

.homepage .talksecondary {
    color: #ffffff9c;
    opacity: 1;
}