1:"$Sreact.fragment"
18:I[954062,["5730","static/chunks/44530001-1b5d1bf126ee8e8e.js","6537","static/chunks/6537-01260656d3fe7537.js","7817","static/chunks/7817-cfab4fa7c7a78970.js","4219","static/chunks/app/global-error-eec3d2c3a0cfdba0.js"],"default"]
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
:HL["/_next/static/css/7996531e9ebe0be9.css","style"]
:HL["/_next/static/css/4f88e9c42a8c282f.css","style"]
2:T1148,
(function () {
  if (typeof window === 'undefined' || window.__notisAppViewPreload) return;
  try {
    var isLoopbackUrl = function (raw) {
      try {
        var parsed = new URL(raw);
        return parsed.hostname === 'localhost' || parsed.hostname === '127.0.0.1' || parsed.hostname === '::1' || parsed.hostname === '[::1]';
      } catch (_urlError) {
        return false;
      }
    };
    var preloadBundleSource = function (detail) {
      var bundle = detail && detail.runtime_descriptor && detail.runtime_descriptor.bundle;
      var jsUrl = bundle && bundle.js_url;
      if (!jsUrl || isLoopbackUrl(jsUrl)) return;

      var sourcePreloads = window.__notisAppBundleSourcePreload || (window.__notisAppBundleSourcePreload = {});
      if (!sourcePreloads[jsUrl]) {
        sourcePreloads[jsUrl] = fetch(jsUrl).then(function (response) {
          if (!response.ok) throw new Error('Bundle preload failed: ' + response.status);
          return response.text();
        });
      }

      var cssUrl = bundle && bundle.css_url;
      if (cssUrl && !document.querySelector('link[data-notis-app-css-preload="' + cssUrl.replace(/"/g, '&quot;') + '"]')) {
        var link = document.createElement('link');
        link.rel = 'preload';
        link.as = 'style';
        link.href = cssUrl;
        link.setAttribute('data-notis-app-css-preload', cssUrl);
        document.head.appendChild(link);
      }
    };
    var pathParts = window.location.pathname.split('/').filter(Boolean);
    var appsIndex = pathParts.indexOf('apps');
    if (appsIndex < 0 || pathParts.length <= appsIndex + 2) return;

    var rawAppSlug = pathParts[appsIndex + 1] || '';
    var uuidMatch = rawAppSlug.match(/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/i);
    if (!uuidMatch) return;

    var storageKey = null;
    for (var index = 0; index < window.localStorage.length; index += 1) {
      var key = window.localStorage.key(index);
      if (key && key.indexOf('sb-') === 0 && key.slice(-11) === '-auth-token') {
        storageKey = key;
        break;
      }
    }
    if (!storageKey) return;

    var session = JSON.parse(window.localStorage.getItem(storageKey) || '{}');
    var token = session && session.access_token;
    if (!token) return;

    try {
      var payload = JSON.parse(window.atob((token.split('.')[1] || '').replace(/-/g, '+').replace(/_/g, '/')));
      if (payload.exp && payload.exp * 1000 <= Date.now() + 30000) return;
    } catch (_decodeError) {
      return;
    }

    var searchParams = new URLSearchParams(window.location.search);
    var params = new URLSearchParams({
      app_id: uuidMatch[0],
      route_slug: decodeURIComponent(pathParts[appsIndex + 2] || '')
    });
    var item = searchParams.get('item');
    if (item) params.set('item', item);
    if (searchParams.has('notisAppsTiming')) params.set('notisAppsTiming', searchParams.get('notisAppsTiming') || '1');
    if (searchParams.has('measure')) params.set('measure', searchParams.get('measure') || '');

    var backendBase = '/api/backend';
    var hostname = window.location.hostname;
    var port = Number(window.location.port);
    if ((hostname === 'localhost' || hostname === '127.0.0.1') && Number.isFinite(port) && port > 0) {
      backendBase = window.location.protocol + '//' + (hostname === 'localhost' ? '127.0.0.1' : hostname) + ':' + (port + 1);
    }

    var url = backendBase + '/portal_views/get?' + params.toString();
    window.__notisAppViewPreload = {
      appId: uuidMatch[0],
      viewSlug: decodeURIComponent(pathParts[appsIndex + 2] || ''),
      item: item || null,
      href: window.location.href,
      used: false,
      startedAt: performance.now(),
      promise: fetch(url, {
        method: 'GET',
        credentials: 'include',
        headers: { Authorization: 'Bearer ' + token }
      }).then(function (response) {
        return response.json().catch(function () { return {}; }).then(function (data) {
          if (!response.ok) {
            throw new Error(typeof data.error === 'string' ? data.error : 'Request failed');
          }
          window.__notisAppViewPreload.value = data;
          preloadBundleSource(data);
          return data;
        });
      }).catch(function (error) {
        window.__notisAppViewPreload.error = error;
        throw error;
      })
    };
  } catch (_error) {
    window.__notisAppViewPreload = undefined;
  }
}());
0:{"P":null,"b":"AzKMocli9jHFrba80dPRx","p":"","c":["","store"],"i":false,"f":[[["",{"children":["(protected)",{"children":["store",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/7996531e9ebe0be9.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/4f88e9c42a8c282f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"__variable_f367f3","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,'script','dataLayer','GTM-M86T5X65');"}}],["$","script",null,{"id":"notis-app-view-preload","dangerouslySetInnerHTML":{"__html":"$2"}}],"$L3","$L4","$L5","$L6","$L7","$L8","$L9","$La","$Lb","$Lc","$Ld","$Le","$Lf","$L10","$L11","$L12"]}],"$L13"]}]]}],{"children":["(protected)","$L14",{"children":["store","$L15",{"children":["__PAGE__","$L16",{},null,false]},null,false]},null,false]},null,false],"$L17",false]],"m":"$undefined","G":["$18",[]],"s":false,"S":true}
19:I[163479,["8229","static/chunks/9da6db1e-f689845e37b347e5.js","8720","static/chunks/8720-5ed18def9639cb01.js","6302","static/chunks/6302-31f3919de61d9b49.js","7177","static/chunks/app/layout-a074955baa7c60e9.js"],"themeScript"]
1a:I[78772,["8229","static/chunks/9da6db1e-f689845e37b347e5.js","8720","static/chunks/8720-5ed18def9639cb01.js","6302","static/chunks/6302-31f3919de61d9b49.js","7177","static/chunks/app/layout-a074955baa7c60e9.js"],"PostHogProvider"]
1b:I[14237,["8229","static/chunks/9da6db1e-f689845e37b347e5.js","8720","static/chunks/8720-5ed18def9639cb01.js","6302","static/chunks/6302-31f3919de61d9b49.js","7177","static/chunks/app/layout-a074955baa7c60e9.js"],"default"]
1c:I[456004,["8229","static/chunks/9da6db1e-f689845e37b347e5.js","8720","static/chunks/8720-5ed18def9639cb01.js","6302","static/chunks/6302-31f3919de61d9b49.js","7177","static/chunks/app/layout-a074955baa7c60e9.js"],"default"]
1d:I[163479,["8229","static/chunks/9da6db1e-f689845e37b347e5.js","8720","static/chunks/8720-5ed18def9639cb01.js","6302","static/chunks/6302-31f3919de61d9b49.js","7177","static/chunks/app/layout-a074955baa7c60e9.js"],"ThemeProvider"]
1e:I[449413,["8229","static/chunks/9da6db1e-f689845e37b347e5.js","8720","static/chunks/8720-5ed18def9639cb01.js","6302","static/chunks/6302-31f3919de61d9b49.js","7177","static/chunks/app/layout-a074955baa7c60e9.js"],"default"]
1f:I[118906,["8229","static/chunks/9da6db1e-f689845e37b347e5.js","8720","static/chunks/8720-5ed18def9639cb01.js","6302","static/chunks/6302-31f3919de61d9b49.js","7177","static/chunks/app/layout-a074955baa7c60e9.js"],"default"]
20:I[809766,[],""]
21:I[598924,[],""]
22:I[604249,["8229","static/chunks/9da6db1e-f689845e37b347e5.js","8720","static/chunks/8720-5ed18def9639cb01.js","6302","static/chunks/6302-31f3919de61d9b49.js","7177","static/chunks/app/layout-a074955baa7c60e9.js"],"Toaster"]
23:I[117989,[],"ClientSegmentRoot"]
24:I[287640,["5730","static/chunks/44530001-1b5d1bf126ee8e8e.js","8229","static/chunks/9da6db1e-f689845e37b347e5.js","3156","static/chunks/275ee30d-0e52540b3532a191.js","2536","static/chunks/169a0992-7b3688c60a72b665.js","7501","static/chunks/144d3bae-79fe47513dec90d9.js","1309","static/chunks/602dbae6-11b1ca22db7f8538.js","4909","static/chunks/4909-ddcae442ca9fbc84.js","6537","static/chunks/6537-01260656d3fe7537.js","7817","static/chunks/7817-cfab4fa7c7a78970.js","8720","static/chunks/8720-5ed18def9639cb01.js","8679","static/chunks/8679-80956ccc7e3dcec8.js","7902","static/chunks/7902-b357c883d7c22971.js","176","static/chunks/176-b3a76da04b45a0a9.js","5239","static/chunks/5239-c45f582ff51564f2.js","4127","static/chunks/4127-29d99f6a33800449.js","1761","static/chunks/1761-8e40fa73cdca103d.js","1163","static/chunks/1163-4f7ec71643658c55.js","8477","static/chunks/8477-05da31fe0e28b4d3.js","214","static/chunks/214-653440d231d0ce61.js","6302","static/chunks/6302-31f3919de61d9b49.js","3199","static/chunks/3199-8e3a7cf0a9d7b3a6.js","1053","static/chunks/1053-767e236517a0ba41.js","9101","static/chunks/9101-5f55bcbce2150b65.js","1557","static/chunks/1557-dceb1c6018c5fb30.js","7006","static/chunks/7006-655481209cac67f6.js","4724","static/chunks/4724-93d61c7620391ebf.js","1389","static/chunks/1389-576268be4299b836.js","2164","static/chunks/2164-7defaaa2b1252406.js","7417","static/chunks/7417-00875ac57e8aad2d.js","963","static/chunks/963-6bbb660e875e9c93.js","7709","static/chunks/7709-597188350f507ed6.js","2503","static/chunks/2503-09d9c6e9f070c1dd.js","9821","static/chunks/9821-a9a3555e696bf60b.js","2041","static/chunks/2041-addda90524b645e3.js","9661","static/chunks/9661-a8805e9196f2cc4a.js","1701","static/chunks/1701-0d7efc189bdfaba4.js","4163","static/chunks/app/(protected)/layout-2c3ff96b7e2befad.js"],"default"]
25:I[800326,["5730","static/chunks/44530001-1b5d1bf126ee8e8e.js","6537","static/chunks/6537-01260656d3fe7537.js","7817","static/chunks/7817-cfab4fa7c7a78970.js","5833","static/chunks/app/(protected)/error-51d6e96f2252f1c2.js"],"default"]
27:"$Sreact.suspense"
28:I[586226,["5730","static/chunks/44530001-1b5d1bf126ee8e8e.js","8229","static/chunks/9da6db1e-f689845e37b347e5.js","3156","static/chunks/275ee30d-0e52540b3532a191.js","2536","static/chunks/169a0992-7b3688c60a72b665.js","4909","static/chunks/4909-ddcae442ca9fbc84.js","6537","static/chunks/6537-01260656d3fe7537.js","7817","static/chunks/7817-cfab4fa7c7a78970.js","8720","static/chunks/8720-5ed18def9639cb01.js","8679","static/chunks/8679-80956ccc7e3dcec8.js","176","static/chunks/176-b3a76da04b45a0a9.js","4127","static/chunks/4127-29d99f6a33800449.js","6302","static/chunks/6302-31f3919de61d9b49.js","3199","static/chunks/3199-8e3a7cf0a9d7b3a6.js","1557","static/chunks/1557-dceb1c6018c5fb30.js","7006","static/chunks/7006-655481209cac67f6.js","4724","static/chunks/4724-93d61c7620391ebf.js","2788","static/chunks/2788-64afbc56c1923977.js","3924","static/chunks/3924-7995beb39ecf9c06.js","7709","static/chunks/7709-597188350f507ed6.js","9149","static/chunks/9149-2b7ab21dd3f19084.js","4404","static/chunks/4404-ba3458db7b7a2dc3.js","6662","static/chunks/app/(protected)/store/page-4e2e93599292a021.js"],"default"]
29:I[505788,["5730","static/chunks/44530001-1b5d1bf126ee8e8e.js","8229","static/chunks/9da6db1e-f689845e37b347e5.js","3156","static/chunks/275ee30d-0e52540b3532a191.js","2536","static/chunks/169a0992-7b3688c60a72b665.js","4909","static/chunks/4909-ddcae442ca9fbc84.js","6537","static/chunks/6537-01260656d3fe7537.js","7817","static/chunks/7817-cfab4fa7c7a78970.js","8720","static/chunks/8720-5ed18def9639cb01.js","8679","static/chunks/8679-80956ccc7e3dcec8.js","176","static/chunks/176-b3a76da04b45a0a9.js","4127","static/chunks/4127-29d99f6a33800449.js","6302","static/chunks/6302-31f3919de61d9b49.js","3199","static/chunks/3199-8e3a7cf0a9d7b3a6.js","1557","static/chunks/1557-dceb1c6018c5fb30.js","7006","static/chunks/7006-655481209cac67f6.js","4724","static/chunks/4724-93d61c7620391ebf.js","2788","static/chunks/2788-64afbc56c1923977.js","3924","static/chunks/3924-7995beb39ecf9c06.js","7709","static/chunks/7709-597188350f507ed6.js","9149","static/chunks/9149-2b7ab21dd3f19084.js","4404","static/chunks/4404-ba3458db7b7a2dc3.js","6662","static/chunks/app/(protected)/store/page-4e2e93599292a021.js"],"default"]
2a:I[624431,[],"OutletBoundary"]
2c:I[415278,[],"AsyncMetadataOutlet"]
2e:I[624431,[],"ViewportBoundary"]
30:I[624431,[],"MetadataBoundary"]
3:["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$19"}}]
4:["$","meta",null,{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"}]
5:["$","meta",null,{"name":"robots","content":"noindex"}]
6:["$","link",null,{"rel":"icon","href":"/icon-light.png","type":"image/png","media":"(prefers-color-scheme: light)"}]
7:["$","link",null,{"rel":"icon","href":"/icon-dark.png","type":"image/png","media":"(prefers-color-scheme: dark)"}]
8:["$","link",null,{"rel":"apple-touch-icon","href":"/icon-dark.png"}]
9:["$","meta",null,{"property":"og:title","content":"Notis"}]
a:["$","meta",null,{"property":"og:description","content":"Capture, organize, and find anything for you with your voice —right from Whatsapp. Create meeting notes, memos, emails, articles and more when you're away from your desk. Try it for free!"}]
b:["$","meta",null,{"property":"og:image","content":"/banner.png"}]
c:["$","meta",null,{"name":"twitter:title","content":"Notis"}]
d:["$","meta",null,{"name":"twitter:description","content":"Capture, organize, and find anything for you with your voice —right from Whatsapp. Create meeting notes, memos, emails, articles and more when you're away from your desk. Try it for free!"}]
e:["$","meta",null,{"name":"twitter:image","content":"/banner.png"}]
f:["$","meta",null,{"name":"twitter:card","content":"summary_large_image"}]
10:["$","title",null,{"children":"Notis"}]
11:["$","meta",null,{"name":"description","content":"Capture, organize, and find anything for you with your voice —right from Whatsapp. Create meeting notes, memos, emails, articles and more when you're away from your desk. Try it for free!"}]
12:["$","meta",null,{"name":"theme-color","content":"#ffffff"}]
13:["$","body",null,{"className":"antialiased overflow-x-hidden bg-sidebar","suppressHydrationWarning":true,"children":[["$","noscript",null,{"children":["$","iframe",null,{"src":"https://www.googletagmanager.com/ns.html?id=GTM-M86T5X65","height":"0","width":"0","style":{"display":"none","visibility":"hidden"}}]}],["$","$L1a",null,{"children":[["$","$L1b",null,{}],["$","$L1c",null,{}],["$","$L1d",null,{"children":[["$","$L1e",null,{}],["$","$L1f",null,{}],["$","$L20",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L21",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L22",null,{}]]}]]}]]}]
14:["$","$1","c",{"children":[null,["$","$L23",null,{"Component":"$24","slots":{"children":["$","$L20",null,{"parallelRouterKey":"children","error":"$25","errorStyles":[],"errorScripts":[],"template":["$","$L21",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$13:props:children:1:props:children:2:props:children:2:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$13:props:children:1:props:children:2:props:children:2:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$13:props:children:1:props:children:2:props:children:2:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$13:props:children:1:props:children:2:props:children:2:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"params":{},"promise":"$@26"}]]}]
15:["$","$1","c",{"children":[null,["$","$L20",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L21",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}]
16:["$","$1","c",{"children":[["$","$27",null,{"fallback":null,"children":["$","$L28",null,{"children":["$","$L29",null,{}]}]}],null,["$","$L2a",null,{"children":["$L2b",["$","$L2c",null,{"promise":"$@2d"}]]}]]}]
17:["$","$1","h",{"children":[null,[["$","$L2e",null,{"children":"$L2f"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$L30",null,{"children":["$","div",null,{"hidden":true,"children":["$","$27",null,{"fallback":null,"children":"$L31"}]}]}]]}]
26:"$14:props:children:1:props:params"
2f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
2b:null
2d:{"metadata":[["$","title","0",{"children":"Notis"}],["$","meta","1",{"name":"description","content":"Notis AI Customer Portal"}]],"error":null,"digest":"$undefined"}
31:"$2d:metadata"
